Accepting request 214313 from KDE:Qt
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/214313 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sip?expand=0&rev=76
This commit is contained in:
commit
d513c724ce
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 10 19:39:07 UTC 2014 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Fix SNAFU in preun scriptlet (missing spaces)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 9 20:06:06 UTC 2014 - lbeltrame@kde.org
|
Thu Jan 9 20:06:06 UTC 2014 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -105,7 +105,7 @@ update-alternatives --install %{_bindir}/sip sip %{_bindir}/sip-%{py_ver} 50
|
|||||||
|
|
||||||
%preun devel
|
%preun devel
|
||||||
|
|
||||||
if ["$1" = 0] ; then
|
if [ "$1" = 0 ] ; then
|
||||||
update-alternatives --remove sip %{_bindir}/sip-%{py_ver}
|
update-alternatives --remove sip %{_bindir}/sip-%{py_ver}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 10 19:39:29 UTC 2014 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Fix SNAFU in preun scriptlet (missing spaces)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 9 20:09:03 UTC 2014 - lbeltrame@kde.org
|
Thu Jan 9 20:09:03 UTC 2014 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -109,7 +109,7 @@ update-alternatives --install %{_bindir}/sip sip %{_bindir}/sip-%{py3_ver} 40
|
|||||||
|
|
||||||
%preun devel
|
%preun devel
|
||||||
|
|
||||||
if ["$1" = 0] ; then
|
if [ "$1" = 0 ] ; then
|
||||||
update-alternatives --remove sip %{_bindir}/sip-%{py3_ver}
|
update-alternatives --remove sip %{_bindir}/sip-%{py3_ver}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user