15
0

Accepting request 607704 from home:1Antoine1:branches:devel:languages:python

- Fix update-alternatives call in %postun.

OBS-URL: https://build.opensuse.org/request/show/607704
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-chardet?expand=0&rev=36
This commit is contained in:
2018-05-15 20:43:55 +00:00
committed by Git OBS Bridge
parent 2f64daac5f
commit 2d1b5984df
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 15 07:02:02 UTC 2018 - antoine.belvire@opensuse.org
- Fix update-alternatives call in %postun.
-------------------------------------------------------------------
Wed Sep 20 21:47:30 UTC 2017 - dmueller@suse.com

View File

@@ -90,7 +90,7 @@ mv %{buildroot}%{_bindir}/chardetect %{buildroot}%{_bindir}/chardetect-%{$python
%python_install_alternative chardetect
%postun
%python_install_alternative chardetect
%python_uninstall_alternative chardetect
%files %{python_files}
%defattr(-,root,root,-)