summaryrefslogtreecommitdiff
path: root/community/audit
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/audit
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/audit')
-rw-r--r--community/audit/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/audit/PKGBUILD b/community/audit/PKGBUILD
index 45cca0bb6..e733366c5 100644
--- a/community/audit/PKGBUILD
+++ b/community/audit/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 99687 2013-10-30 23:01:49Z allan $
+# $Id: PKGBUILD 102540 2013-12-13 11:46:14Z mtorromeo $
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
# Contributor: Connor Behan <connor.behan@gmail.com>
# Contributor: henning mueller <henning@orgizm.net>
pkgname=audit
pkgver=2.3.2
-pkgrel=2
+pkgrel=3
pkgdesc='User space utilities for storing and searching the audit records generated by the audit subsystem in the Linux kernel.'
-url="http://people.redhat.com/sgrubb/$pkgname"
+url="http://people.redhat.com/sgrubb/audit"
arch=(i686 x86_64)
depends=(krb5 libcap-ng)
makedepends=(libldap swig linux-headers python2)
@@ -15,7 +15,7 @@ license=(GPL)
options=(emptydirs)
backup=(
etc/libaudit.conf
- etc/audit/rules.d/audit.rules
+ etc/audit/audit.rules
etc/audit/auditd.conf
etc/audisp/audispd.conf
etc/audisp/audisp-remote.conf
@@ -38,7 +38,7 @@ build() {
--with-python=yes \
--enable-gssapi-krb5=yes \
--enable-systemd=yes \
- --with-libcap-ng=yes #--with-apparmor=yes
+ --with-libcap-ng=yes
make
}
@@ -56,6 +56,7 @@ package() {
usr/lib/systemd/system/auditd.service
chmod 644 usr/lib/systemd/system/auditd.service
+ mv "$pkgdir"/etc/audit/{rules.d/,}audit.rules
}
sha256sums=('8872e0b5392888789061db8034164305ef0e1b34543e1e7004d275f039081d29')