summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2022-10-22 16:38:48 +0100
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2022-10-22 17:00:54 +0100
commitdf42ed1c2cd033cd17aa055ddf2b7d1174c8a16c (patch)
treefc9091f36d763f6374a2452aa45312a3331d0390 /NEWS
parent57afd15d962b0ec7027db2c2fbfc25c601403aff (diff)
downloaddrakiso-df42ed1c2cd033cd17aa055ddf2b7d1174c8a16c.tar
drakiso-df42ed1c2cd033cd17aa055ddf2b7d1174c8a16c.tar.gz
drakiso-df42ed1c2cd033cd17aa055ddf2b7d1174c8a16c.tar.bz2
drakiso-df42ed1c2cd033cd17aa055ddf2b7d1174c8a16c.tar.xz
drakiso-df42ed1c2cd033cd17aa055ddf2b7d1174c8a16c.zip
Use a better algorithm for selecting packages from rpmsrate.
The old algorithm mimicked the behaviour of the bcd tool, which selected a package if any of the rpmsrate flags for that package matched. The new algorithm behaves more like the installer, which only selects a package if all the rpmsrate flags match. Any rpmsrate flags that aren't listed in the package group lists are now treated as having a threshold value of 1. This avoids having to specify threshold values for all the hardware and driver specific flags.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index df45017..e0d2ffb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- improved algorithm for selecting packages from rpmsrate
+
1.18
- change ESP label to MGAISO-ESP (mga#28409)