auto-import changelog data from audit-0.5-1.src.rpm
Wed Sep 01 2004 root <root@redhat.com> - - Initial build.
This commit is contained in:
parent
5adf4af9f5
commit
2c6ba58c1a
@ -0,0 +1 @@
|
||||
audit-0.5.tar.gz
|
48
audit.spec
Normal file
48
audit.spec
Normal file
@ -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 <root@redhat.com> -
|
||||
- Initial build.
|
||||
|
Loading…
Reference in New Issue
Block a user