15
0

Accepting request 668805 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/668805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jsonpath-rw?expand=0&rev=7
This commit is contained in:
2019-01-28 19:48:25 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 8 23:06:06 UTC 2019 - Jonathan Brownell <jbrownell@suse.com>
- Remove redundant /etc/alternatives files produced on Red Hat
-------------------------------------------------------------------
Tue Dec 4 12:49:35 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -37,6 +37,11 @@ Requires(postun): update-alternatives
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
# detritus in /etc/alternatives from brp-python-bytecompile must be removed
%define __os_install_post %(echo '%{__os_install_post}; \
rm -f %{buildroot}%{_sysconfdir}/alternatives/jsonpath.pyo; \
rm -f %{buildroot}%{_sysconfdir}/alternatives/jsonpath.pyc')
%python_subpackages
%description