- Fix the conflict to the rtslib properly
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rtslib-fb?expand=0&rev=27
This commit is contained in:
parent
47fed20b10
commit
784245ce5a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 9 14:37:15 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Fix the conflict to the rtslib properly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 3 16:13:57 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
%define oname rtslib-fb
|
||||
%define realver 2.1.fb64
|
||||
%define dbdir %{_sysconfdir}/target
|
||||
%define oldpython python
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-%{oname}
|
||||
Version: 2.1.64
|
||||
@ -37,7 +38,7 @@ BuildRequires: python-rpm-macros
|
||||
Requires: python-pyudev
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Conflicts: python-rtslib
|
||||
Conflicts: %{oldpython}-rtslib
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user