From 86618a1b1d8044982a19043d418a6166766bee4e Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 27 Jan 2022 18:54:38 +0100 Subject: [PATCH] Only set SMOOTH_UPDATES = libs oldlibs Setting ALL has weird side effects with kernel upgrades and other random binary packages being removed from source packages. --- britney.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.conf b/britney.conf index e6387be..52f5b4c 100644 --- a/britney.conf +++ b/britney.conf @@ -81,7 +81,7 @@ HINTS_FREEZE = block block-all # # naming a non-existent section will effectively disable new smooth # updates but still allow removals to occur -SMOOTH_UPDATES = ALL +SMOOTH_UPDATES = libs oldlibs IGNORE_CRUFT = 0