From 2c6ba58c1aaa36b5c64e10de9e8c11e12f11753a Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 03:16:50 +0000 Subject: auto-import changelog data from audit-0.5-1.src.rpm Wed Sep 01 2004 root - - Initial build. --- diff --git a/.cvsignore b/.cvsignore index e69de29..7e1277c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +audit-0.5.tar.gz diff --git a/audit.spec b/audit.spec new file mode 100644 index 0000000..8ed3fa6 --- /dev/null +++ b/audit.spec @@ -0,0 +1,48 @@ +Summary: Audit user space tools for 2.6 kernel auditing. +Name: audit +Version: 0.5 +Release: 1 +License: GPL +Group: system +URL: http://people.redhat.com/faith/audit/ +Source0: %{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root + +%description + +Author: Rik Faith +Maintainer: Charlie Bennett (ccb@redhat.com) + +The audit package contains the user space utilities for +storing and processing the audit records generate by +the audit subsystem in the Linux 2.6 kernel. + +%prep +%setup -q + +%build +./configure +make + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p %{buildroot}/sbin +install -m 750 auditctl %{buildroot}/sbin/auditctl +install -m 750 auditd %{buildroot}/sbin/auditd + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%attr(750,root,root) /sbin/auditctl +%attr(750,root,root) /sbin/auditd +%doc + + +%changelog +* Wed Sep 1 2004 root - +- Initial build. + diff --git a/sources b/sources index e69de29..9e3e6ff 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +4e7a6a28ca73225e4a161344c98a632d audit-0.5.tar.gz