diff --git a/update-alternatives.changes b/update-alternatives.changes index 53dca1e..15dda86 100644 --- a/update-alternatives.changes +++ b/update-alternatives.changes @@ -7,6 +7,7 @@ Tue Jan 16 10:54:19 UTC 2018 - tchvatal@suse.com * Causes issues on too eagerly regenerating stuff bsc#1075971 * Reason for this patch should no longer be needed as all python packages are singlespec + * Also drop the post override ------------------------------------------------------------------- Wed Nov 22 11:06:33 UTC 2017 - dimstar@opensuse.org diff --git a/update-alternatives.spec b/update-alternatives.spec index e31d393..8a4f1f0 100644 --- a/update-alternatives.spec +++ b/update-alternatives.spec @@ -83,12 +83,6 @@ if [ -d var/lib/rpm/alternatives ]; then fi touch %{_localstatedir}/log/alternatives.log -# Fix broken alternatives list bnc#969171 -cd %{_sysconfdir}/alternatives/ -for i in $(ls .) ; do - # continue on errors - update-alternatives --auto $i 2>/dev/null || : -done %files %doc COPYING