- 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:
parent
7f26011c3f
commit
e58853863a
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user