- Fix %preun update-alternatives, used wrong master

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=48
This commit is contained in:
Sascha Peilicke 2013-11-18 09:06:15 +00:00 committed by Git OBS Bridge
parent 7f26011c3f
commit e58853863a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 18 09:05:53 UTC 2013 - speilicke@suse.com
- Fix %preun update-alternatives, used wrong master
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 15 12:17:12 UTC 2013 - speilicke@suse.com Fri Nov 15 12:17:12 UTC 2013 - speilicke@suse.com

View File

@ -132,7 +132,7 @@ update-alternatives \
%preun %preun
if [ $1 -eq 0 ] ; then if [ $1 -eq 0 ] ; then
update-alternatives --remove sphinx-build %{_bindir}/sphinx-apidoc-%{py_ver} update-alternatives --remove sphinx-apidoc %{_bindir}/sphinx-apidoc-%{py_ver}
fi fi
%files -f sphinx.lang %files -f sphinx.lang