From 60ade71b793719cf3525610a86c49daa5e6764f5131decc3fafbd16cf0276569 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 18 Nov 2013 09:06:15 +0000 Subject: [PATCH] - Fix %preun update-alternatives, used wrong master OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=48 --- python-Sphinx.changes | 5 +++++ python-Sphinx.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 33451c2..f59fd39 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -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 diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 6d0da85..29cf968 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -132,7 +132,7 @@ update-alternatives \ %preun 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 %files -f sphinx.lang