Accepting request 895564 from home:mcepl:branches:security:apparmor
- Remove python symbols (python means currently python2), work only with python3 ones (fallout from bsc#1185588). OBS-URL: https://build.opensuse.org/request/show/895564 OBS-URL: https://build.opensuse.org/package/show/security:apparmor/apparmor?expand=0&rev=300
This commit is contained in:
parent
b410411567
commit
00b1cea83e
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 25 07:35:15 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Remove python symbols (python means currently python2), work
|
||||||
|
only with python3 ones (fallout from bsc#1185588).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 21 20:59:49 UTC 2021 - Christian Boltz <suse-beta@cboltz.de>
|
Fri May 21 20:59:49 UTC 2021 - Christian Boltz <suse-beta@cboltz.de>
|
||||||
|
|
||||||
|
@ -202,9 +202,7 @@ Summary: Python 3 interface for libapparmor functions
|
|||||||
License: GPL-2.0-only AND LGPL-2.1-or-later
|
License: GPL-2.0-only AND LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Requires: libapparmor1 = %{version}
|
Requires: libapparmor1 = %{version}
|
||||||
Requires: python = %{py3_ver}
|
|
||||||
Requires: python(abi) = %{py3_ver}
|
Requires: python(abi) = %{py3_ver}
|
||||||
Provides: python-libapparmor = %{version}
|
|
||||||
|
|
||||||
%description -n python3-apparmor
|
%description -n python3-apparmor
|
||||||
This package provides the python interface to AppArmor. It is used for python
|
This package provides the python interface to AppArmor. It is used for python
|
||||||
@ -272,8 +270,8 @@ Summary: AppArmor User-Level Utilities Useful for Creating AppArmor Profi
|
|||||||
License: GPL-2.0-only AND LGPL-2.1-or-later
|
License: GPL-2.0-only AND LGPL-2.1-or-later
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Requires: libapparmor1 = %{version}
|
Requires: libapparmor1 = %{version}
|
||||||
|
Requires: python3
|
||||||
Requires: python3-apparmor = %{version}
|
Requires: python3-apparmor = %{version}
|
||||||
Requires: python3-base
|
|
||||||
Requires: python3-notify2
|
Requires: python3-notify2
|
||||||
Requires: python3-psutil
|
Requires: python3-psutil
|
||||||
# aa-unconfined needs ss
|
# aa-unconfined needs ss
|
||||||
|
Loading…
x
Reference in New Issue
Block a user