[arch-commits] Commit in apparmor/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Mon Nov 4 22:23:37 UTC 2019


    Date: Monday, November 4, 2019 @ 22:23:37
  Author: dvzrv
Revision: 366773

Updating maintainer info. Fixing issues with autoconf not detecting the python library correctly and disabling check, that triggers a shutil.copytree regression (for now).

Modified:
  apparmor/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-04 22:00:17 UTC (rev 366772)
+++ PKGBUILD	2019-11-04 22:23:37 UTC (rev 366773)
@@ -1,4 +1,4 @@
-# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: David Runge <dvzrv at archlinux.org>
 pkgname=apparmor
 pkgver=2.13.3
 pkgrel=2
@@ -20,7 +20,8 @@
         'etc/apparmor/severity.db')
 source=("https://launchpad.net/${pkgname}/${pkgver%.[0-9]}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"{,.asc})
 sha512sums=('137b2bf026ec655b662e9c264d7d48d878db474a3f1cc5a38bfd7df2f85b682bddb77b091ab5595178231a0a262c9ae9cdd61409461cd889bdee156906ef1141'
-            'SKIP')
+            'SKIP'
+            '3bd52b900b360278523aad36945aa84dd5ab1a486b8288979e4e781901c742f50ab3926cb92ceacb0964ee0a17a58808fea2afb308b17889a109976592215f82')
 # AppArmor Development Team (AppArmor signing key) <apparmor at lists.ubuntu.com>
 validpgpkeys=('3ECDCBA5FB34D254961CC53F6689E64E3D3664BB')
 _core_perl="/usr/bin/core_perl"
@@ -38,6 +39,9 @@
   sed -e 's|/usr/sbin|/usr/bin|g' \
       -e 's|/sbin|/usr/bin|g' \
       -i parser/Makefile
+  # fixing failing autoconf check by removing it
+  sed -e '158,198d' \
+      -i libraries/libapparmor/m4/ac_python_devel.m4
   (
     cd libraries/libapparmor/
     autoreconf -vfi
@@ -77,7 +81,9 @@
   # only running check-parser, as check-logprof (included in check) fails:
   # https://gitlab.com/apparmor/apparmor/issues/36
   make -C profiles check-parser
-  make -C utils check
+  # shutil.copytree has a regression
+  # https://gitlab.com/apparmor/apparmor/issues/62
+  #  make -C utils check
 }
 
 package() {



More information about the arch-commits mailing list