* Also drop the post override
OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/dpkg?expand=0&rev=61
This commit is contained in:
parent
14270076fc
commit
fe1e82d148
@ -7,6 +7,7 @@ Tue Jan 16 10:54:19 UTC 2018 - tchvatal@suse.com
|
|||||||
* Causes issues on too eagerly regenerating stuff bsc#1075971
|
* Causes issues on too eagerly regenerating stuff bsc#1075971
|
||||||
* Reason for this patch should no longer be needed as all python
|
* Reason for this patch should no longer be needed as all python
|
||||||
packages are singlespec
|
packages are singlespec
|
||||||
|
* Also drop the post override
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 22 11:06:33 UTC 2017 - dimstar@opensuse.org
|
Wed Nov 22 11:06:33 UTC 2017 - dimstar@opensuse.org
|
||||||
|
@ -83,12 +83,6 @@ if [ -d var/lib/rpm/alternatives ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
touch %{_localstatedir}/log/alternatives.log
|
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
|
%files
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
Loading…
Reference in New Issue
Block a user