From df42ed1c2cd033cd17aa055ddf2b7d1174c8a16c Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 22 Oct 2022 16:38:48 +0100 Subject: 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. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') 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) -- cgit v1.2.1