Accepting request 517036 from home:matejcik:branches:security:apparmor
- do not require exact X.Y version of "python3" - require also matching python(abi) which is arguably more important OBS-URL: https://build.opensuse.org/request/show/517036 OBS-URL: https://build.opensuse.org/package/show/security:apparmor/apparmor?expand=0&rev=181
This commit is contained in:
@@ -215,6 +215,7 @@ Group: Development/Libraries/Python
|
||||
BuildRequires: python
|
||||
Requires: libapparmor1 = %{version}
|
||||
Requires: python = %{python_version}
|
||||
Requires: python(abi) = %{python_version}
|
||||
Provides: python-libapparmor = %{version}
|
||||
Obsoletes: python-libapparmor < 2.5
|
||||
|
||||
@@ -231,7 +232,7 @@ Summary: Python 3 interface for libapparmor functions
|
||||
License: GPL-2.0 and LGPL-2.1+
|
||||
Group: Development/Libraries/Python
|
||||
Requires: libapparmor1 = %{version}
|
||||
Requires: python3 = %{py3_ver}
|
||||
Requires: python = %{py3_ver}
|
||||
Requires: python(abi) = %{py3_ver}
|
||||
Provides: python-libapparmor = %{version}
|
||||
|
||||
|
Reference in New Issue
Block a user