- make /usr/lib/libaudit.so point at the right file
This commit is contained in:
parent
cc23a33c90
commit
f9356bfa57
@ -1,7 +1,7 @@
|
|||||||
Summary: User space tools for 2.6 kernel auditing.
|
Summary: User space tools for 2.6 kernel auditing.
|
||||||
Name: audit
|
Name: audit
|
||||||
Version: 0.9.19
|
Version: 0.9.19
|
||||||
Release: 1
|
Release: 2
|
||||||
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/
|
||||||
@ -65,7 +65,8 @@ install -m 0644 lib/libaudit.h $RPM_BUILD_ROOT/%{_includedir}
|
|||||||
mv $RPM_BUILD_ROOT/%{_lib}/libaudit.a $RPM_BUILD_ROOT%{_libdir}
|
mv $RPM_BUILD_ROOT/%{_lib}/libaudit.a $RPM_BUILD_ROOT%{_libdir}
|
||||||
curdir=`pwd`
|
curdir=`pwd`
|
||||||
cd $RPM_BUILD_ROOT/%{_libdir}
|
cd $RPM_BUILD_ROOT/%{_libdir}
|
||||||
ln -s ../../%{_lib}/libaudit.so libaudit.so
|
LIBNAME=`basename \`ls $RPM_BUILD_ROOT/%{_lib}/libaudit.so.*.*.*\``
|
||||||
|
ln -s ../../%{_lib}/$LIBNAME libaudit.so
|
||||||
cd $curdir
|
cd $curdir
|
||||||
# Remove these items so they don't get picked up.
|
# Remove these items so they don't get picked up.
|
||||||
rm -f $RPM_BUILD_ROOT/%{_lib}/libaudit.so
|
rm -f $RPM_BUILD_ROOT/%{_lib}/libaudit.so
|
||||||
@ -120,6 +121,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 18 2005 Tomas Mraz <tmraz@redhat.com> 0.9.19-2
|
||||||
|
- make /usr/lib/libaudit.so point at the right file
|
||||||
|
|
||||||
* Thu Jul 14 2005 Steve Grubb <sgrubb@redhat.com> 0.9.19-1
|
* Thu Jul 14 2005 Steve Grubb <sgrubb@redhat.com> 0.9.19-1
|
||||||
- ausearch remove debug code
|
- ausearch remove debug code
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user