- removed the pam_loginuid library - its going to pam
This commit is contained in:
parent
ac64680d21
commit
57646a87b5
@ -6,3 +6,4 @@ audit-0.6.4.tar.gz
|
|||||||
audit-0.6.5.tar.gz
|
audit-0.6.5.tar.gz
|
||||||
audit-0.6.6.tar.gz
|
audit-0.6.6.tar.gz
|
||||||
audit-0.6.7.tar.gz
|
audit-0.6.7.tar.gz
|
||||||
|
audit-0.6.8.tar.gz
|
||||||
|
12
audit.spec
12
audit.spec
@ -1,13 +1,13 @@
|
|||||||
Summary: User space tools for 2.6 kernel auditing.
|
Summary: User space tools for 2.6 kernel auditing.
|
||||||
Name: audit
|
Name: audit
|
||||||
Version: 0.6.7
|
Version: 0.6.8
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://people.redhat.com/sgrubb/audit/
|
URL: http://people.redhat.com/sgrubb/audit/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: pam-devel libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: glibc-kernheaders >= 2.4-9.1.90
|
BuildRequires: glibc-kernheaders >= 2.4-9.1.90
|
||||||
BuildRequires: automake >= 1.9
|
BuildRequires: automake >= 1.9
|
||||||
BuildRequires: autoconf >= 2.59
|
BuildRequires: autoconf >= 2.59
|
||||||
@ -46,14 +46,14 @@ framework libraries.
|
|||||||
%build
|
%build
|
||||||
autoreconf -fv --install
|
autoreconf -fv --install
|
||||||
export CFLAGS="$RPM_OPT_FLAGS"
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
./configure --sbindir=/sbin --mandir=%{_mandir} --libdir=/%{_lib} --with-pam=yes
|
./configure --sbindir=/sbin --mandir=%{_mandir} --libdir=/%{_lib}
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
mkdir -p $RPM_BUILD_ROOT/{sbin,etc/{sysconfig,rc.d/init.d}}
|
mkdir -p $RPM_BUILD_ROOT/{sbin,etc/{sysconfig,rc.d/init.d}}
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
|
mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_lib}/security
|
mkdir -p $RPM_BUILD_ROOT/%{_lib}
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_includedir}
|
mkdir -p $RPM_BUILD_ROOT/%{_includedir}
|
||||||
@ -116,7 +116,6 @@ fi
|
|||||||
%attr(750,root,root) /sbin/auditctl
|
%attr(750,root,root) /sbin/auditctl
|
||||||
%attr(750,root,root) /sbin/auditd
|
%attr(750,root,root) /sbin/auditd
|
||||||
#%attr(750,root,root) /sbin/ausearch
|
#%attr(750,root,root) /sbin/ausearch
|
||||||
%attr(755,root,root) /%{_lib}/security/pam_loginuid.so
|
|
||||||
%attr(755,root,root) /etc/rc.d/init.d/auditd
|
%attr(755,root,root) /etc/rc.d/init.d/auditd
|
||||||
%config(noreplace) %attr(640,root,root) /etc/auditd.conf
|
%config(noreplace) %attr(640,root,root) /etc/auditd.conf
|
||||||
%config(noreplace) %attr(640,root,root) /etc/audit.rules
|
%config(noreplace) %attr(640,root,root) /etc/audit.rules
|
||||||
@ -124,6 +123,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 10 2005 Steve Grubb <sgrubb@redhat.com> 0.6.8-1
|
||||||
|
- removed the pam_loginuid library - its going to pam
|
||||||
|
|
||||||
* Wed Mar 9 2005 Steve Grubb <sgrubb@redhat.com> 0.6.7-1
|
* Wed Mar 9 2005 Steve Grubb <sgrubb@redhat.com> 0.6.7-1
|
||||||
- Fixed bug setting loginuid
|
- Fixed bug setting loginuid
|
||||||
- Added num_logs to configure number of logs when rotating
|
- Added num_logs to configure number of logs when rotating
|
||||||
|
1
sources
1
sources
@ -4,3 +4,4 @@ ef25d37e80f64abc64e79f8077c41bfe audit-0.6.4.tar.gz
|
|||||||
637a90811cd15f810555d71cb17618b8 audit-0.6.5.tar.gz
|
637a90811cd15f810555d71cb17618b8 audit-0.6.5.tar.gz
|
||||||
cde632731563e8b7e665cd50c9274139 audit-0.6.6.tar.gz
|
cde632731563e8b7e665cd50c9274139 audit-0.6.6.tar.gz
|
||||||
87dc88d07f8ec0e35a9c978818654577 audit-0.6.7.tar.gz
|
87dc88d07f8ec0e35a9c978818654577 audit-0.6.7.tar.gz
|
||||||
|
525186a68c02ad34620056792b64bd57 audit-0.6.8.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user