summaryrefslogtreecommitdiff
path: root/community/audit/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/audit/PKGBUILD')
-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')