From a79ed9e7b9b4aaf5cfee2d964eb4357be01ab662 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 31 Oct 2019 13:41:56 +0000 Subject: testing/apparmor: rebuild against python 3.8 --- testing/apparmor/APKBUILD | 6 ++++-- testing/apparmor/python-3.8-compat.patch | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 testing/apparmor/python-3.8-compat.patch (limited to 'testing/apparmor') diff --git a/testing/apparmor/APKBUILD b/testing/apparmor/APKBUILD index dd8c3fd047..b33a378360 100644 --- a/testing/apparmor/APKBUILD +++ b/testing/apparmor/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Allan Garret pkgname=apparmor pkgver=2.13.3 -pkgrel=1 +pkgrel=2 pkgdesc="Linux application security framework - mandatory access control for programs" url="https://gitlab.com/apparmor/apparmor/wikis/home" arch="all" @@ -40,6 +40,7 @@ source=" 0005-utils-adjust-tests-to-match-the-Alpine-layout.patch 0006-utils-adjust-rc-functions-for-aa-remove-unknown.patch 0007-Remove-Locale-gettext-from-parser-tests.patch + python-3.8-compat.patch " builddir="$srcdir"/$pkgname-v$pkgver @@ -223,4 +224,5 @@ e94f44427ed3c6f64462170939ffc92ce9ac1a58c61c7c7c3483fe16fe8e1c419daade9d56cdd342 3a84fb3b2b19ccf52e179190e98ec0da2469727eaaa73d0094b0e9c85b80738c9cb9da9242d17a472a649e6042933bedb5f78c3f574d555369a4ece38a1d8a8a 0004-parser-remove-specific-tests-for-ofile.patch be7397ab9db4aff4774b9ee8dd43644ceb36e5755fb2e38a72ab42a53ee67bcdeccc3f8c09ce9279a10f3c110ede2026d72fec81f06f1b66149e160cf9a7dd7c 0005-utils-adjust-tests-to-match-the-Alpine-layout.patch 38ebb30a0185f8eabd9103925959da365f64ef485f66ffb10180ac596fc172f9c98df39baec0b035138e9ab32056148e69a066faba9faebf9e92bf7a09c150c0 0006-utils-adjust-rc-functions-for-aa-remove-unknown.patch -093c2f216776c5cc67294a134af6ef788dd5a82477592093abbdd244d65591006890a7c911d4f72d7c0ceac5d3ee33927b055a6d3731284701057b35372e7265 0007-Remove-Locale-gettext-from-parser-tests.patch" +093c2f216776c5cc67294a134af6ef788dd5a82477592093abbdd244d65591006890a7c911d4f72d7c0ceac5d3ee33927b055a6d3731284701057b35372e7265 0007-Remove-Locale-gettext-from-parser-tests.patch +db4f063e5ca55b6a527de60d8215e4dd516039eca37055407300430a6d10652cd58e127c2ef5b8c719bb50a1232136a985e2ae641d6ea478441fb2d563011e6c python-3.8-compat.patch" diff --git a/testing/apparmor/python-3.8-compat.patch b/testing/apparmor/python-3.8-compat.patch new file mode 100644 index 0000000000..463e5f755e --- /dev/null +++ b/testing/apparmor/python-3.8-compat.patch @@ -0,0 +1,18 @@ +From 17b806ac9c24a1ab74285904ae3124c8bd26909d Mon Sep 17 00:00:00 2001 +From: Natanael Copa +Date: Thu, 31 Oct 2019 13:38:19 +0000 +Subject: [PATCH] update to newer ax_python_devel + +https://www.gnu.org/software/autoconf-archive/ax_python_devel.html +--- + .../libapparmor/m4/{ac_python_devel.m4 => ax_python_devel.m4} | 0 + 1 file changed, 0 insertions(+), 0 deletions(-) + rename libraries/libapparmor/m4/{ac_python_devel.m4 => ax_python_devel.m4} (100%) + +diff --git a/libraries/libapparmor/m4/ac_python_devel.m4 b/libraries/libapparmor/m4/ax_python_devel.m4 +similarity index 100% +rename from libraries/libapparmor/m4/ac_python_devel.m4 +rename to libraries/libapparmor/m4/ax_python_devel.m4 +-- +2.23.0 + -- cgit v1.2.3