Accepting request 898187 from security:apparmor
- move Requires: python3 back to the python3-apparmor subpackage - readline usage is in the python modules, not in apparmor-utils - Remove python symbols (python means currently python2), work only with python3 ones (fallout from bsc#1185588). OBS-URL: https://build.opensuse.org/request/show/898187 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apparmor?expand=0&rev=153
This commit is contained in:
commit
f4d85b54ce
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- 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>
|
||||
|
||||
|
@ -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)
|
||||
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
|
||||
|
||||
PreReq: sed
|
||||
@ -202,9 +202,8 @@ Summary: Python 3 interface for libapparmor functions
|
||||
License: GPL-2.0-only AND LGPL-2.1-or-later
|
||||
Group: Development/Libraries/Python
|
||||
Requires: libapparmor1 = %{version}
|
||||
Requires: python = %{py3_ver}
|
||||
Requires: python3
|
||||
Requires: python(abi) = %{py3_ver}
|
||||
Provides: python-libapparmor = %{version}
|
||||
|
||||
%description -n python3-apparmor
|
||||
This package provides the python interface to AppArmor. It is used for python
|
||||
|
Loading…
Reference in New Issue
Block a user