[arch-commits] Commit in audit/trunk (PKGBUILD audit.install)

2018-09-06 Thread Levente Polyak via arch-commits
Date: Thursday, September 6, 2018 @ 08:34:44
  Author: anthraxx
Revision: 333586

upgpkg: audit 2.8.4-1

Modified:
  audit/trunk/PKGBUILD
Deleted:
  audit/trunk/audit.install

---+
 PKGBUILD  |   19 +--
 audit.install |6 --
 2 files changed, 9 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-06 07:54:11 UTC (rev 333585)
+++ PKGBUILD2018-09-06 08:34:44 UTC (rev 333586)
@@ -1,4 +1,4 @@
-# $Id$
+# Maintainer: Levente Polyak 
 # Maintainer : Christian Rebischke 
 # Contributor: Daniel Micay 
 # Contributor: 
@@ -7,8 +7,8 @@
 # Contributor: henning mueller 
 
 pkgname=audit
-pkgver=2.8.3
-pkgrel=2
+pkgver=2.8.4
+pkgrel=1
 pkgdesc='Userspace components of the audit framework'
 url='https://people.redhat.com/sgrubb/audit'
 arch=('x86_64')
@@ -18,7 +18,7 @@
 options=('emptydirs')
 backup=(
   etc/libaudit.conf
-  etc/audit/audit.rules
+  etc/audit/audit-stop.rules
   etc/audit/auditd.conf
   etc/audisp/audispd.conf
   etc/audisp/audisp-remote.conf
@@ -28,12 +28,11 @@
   etc/audisp/plugins.d/au-remote.conf
   etc/audisp/plugins.d/syslog.conf
 )
-source=("${pkgname}-${pkgver}.tar.gz::https://people.redhat.com/sgrubb/audit/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('aa939b81a66111f4e466208d7a38414bd186d00ccd374b420439764905b4707bbfcdc2331a6179a080fca981d19171696ecabd26674205b2f9339c44954db933')
-install="audit.install"
+source=(${pkgname}-${pkgver}.tar.gz::https://people.redhat.com/sgrubb/audit/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('5795c565effab995cee447a2dc457ef6a6f15201fb185d7104992ac373a3cb5cfc865dd661c0896a895c96f452eff392d455064d0eead55cd7364d96e0d15c4a')
 
 build() {
-  cd "${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   export PYTHON=/usr/bin/python2
   ./configure \
 --prefix=/usr \
@@ -47,10 +46,10 @@
 }
 
 package() {
-  cd "${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 
-  cd "${pkgdir}"
+  cd ${pkgdir}
   install -d var/log/audit
   rm -rf etc/rc.d etc/sysconfig usr/lib/audit
 

Deleted: audit.install
===
--- audit.install   2018-09-06 07:54:11 UTC (rev 333585)
+++ audit.install   2018-09-06 08:34:44 UTC (rev 333586)
@@ -1,6 +0,0 @@
-post_install() {
-  echo CONFIG_AUDIT is disabled in the Arch kernel packages so a custom kernel
-  echo is required for most components of this package. However, some features
-  echo like the utility methods in libaudit work without kernel support.
-  echo The package linux-hardened has full support for audit.
-}


[arch-commits] Commit in audit/trunk (PKGBUILD audit.install)

2018-02-15 Thread Christian Rebischke via arch-commits
Date: Friday, February 16, 2018 @ 06:38:26
  Author: shibumi
Revision: 294948

upgpkg: audit 2.8.2-2

mention linux-hardened in install file

Modified:
  audit/trunk/PKGBUILD
  audit/trunk/audit.install

---+
 PKGBUILD  |2 +-
 audit.install |1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-16 06:37:53 UTC (rev 294947)
+++ PKGBUILD2018-02-16 06:38:26 UTC (rev 294948)
@@ -8,7 +8,7 @@
 
 pkgname=audit
 pkgver=2.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Userspace components of the audit framework'
 url='https://people.redhat.com/sgrubb/audit'
 arch=('x86_64')

Modified: audit.install
===
--- audit.install   2018-02-16 06:37:53 UTC (rev 294947)
+++ audit.install   2018-02-16 06:38:26 UTC (rev 294948)
@@ -2,4 +2,5 @@
   echo CONFIG_AUDIT is disabled in the Arch kernel packages so a custom kernel
   echo is required for most components of this package. However, some features
   echo like the utility methods in libaudit work without kernel support.
+  echo The package linux-hardened has full support for audit.
 }