Accepting request 898186 from home:cboltz
- move Requires: python3 back to the python3-apparmor subpackage - readline usage is in the python modules, not in apparmor-utils OBS-URL: https://build.opensuse.org/request/show/898186 OBS-URL: https://build.opensuse.org/package/show/security:apparmor/apparmor?expand=0&rev=301
This commit is contained in:
parent
00b1cea83e
commit
b8fb8937d0
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 7 19:30:20 UTC 2021 - Christian Boltz <suse-beta@cboltz.de>
|
||||||
|
|
||||||
|
- move Requires: python3 back to the python3-apparmor subpackage -
|
||||||
|
readline usage is in the python modules, not in apparmor-utils
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 25 07:35:15 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
Tue May 25 07:35:15 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -81,7 +81,7 @@ Patch6: apache-extra-profile-include-if-exists.diff
|
|||||||
# allow reading crypto policies (submitted upstream 2021-03-08 - https://gitlab.com/apparmor/apparmor/-/merge_requests/720)
|
# allow reading crypto policies (submitted upstream 2021-03-08 - https://gitlab.com/apparmor/apparmor/-/merge_requests/720)
|
||||||
Patch7: crypto-policies-mr720.diff
|
Patch7: crypto-policies-mr720.diff
|
||||||
|
|
||||||
# extend abstractions/php for PHP 8 (submitted upstream https://gitlab.com/apparmor/apparmor/-/merge_requests/755)
|
# extend abstractions/php for PHP 8 (accepted upstream 2021-05-24 - https://gitlab.com/apparmor/apparmor/-/merge_requests/755)
|
||||||
Patch8: abstractions-php8.diff
|
Patch8: abstractions-php8.diff
|
||||||
|
|
||||||
PreReq: sed
|
PreReq: sed
|
||||||
@ -202,6 +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: python3
|
||||||
Requires: python(abi) = %{py3_ver}
|
Requires: python(abi) = %{py3_ver}
|
||||||
|
|
||||||
%description -n python3-apparmor
|
%description -n python3-apparmor
|
||||||
@ -270,8 +271,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…
Reference in New Issue
Block a user