[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/audit/devel audit.spec,1.53,1.54
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/audit/devel audit.spec,1.53,1.54
- Date: Mon, 18 Jul 2005 10:56:32 -0400
Author: tmraz
Update of /cvs/dist/rpms/audit/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9570
Modified Files:
audit.spec
Log Message:
* Mon Jul 18 2005 Tomas Mraz <tmraz redhat com> 0.9.19-2
- make /usr/lib/libaudit.so point at the right file
Index: audit.spec
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/audit.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- audit.spec 14 Jul 2005 20:25:26 -0000 1.53
+++ audit.spec 18 Jul 2005 14:56:29 -0000 1.54
@@ -1,7 +1,7 @@
Summary: User space tools for 2.6 kernel auditing.
Name: audit
Version: 0.9.19
-Release: 1
+Release: 2
License: GPL
Group: System Environment/Daemons
URL: http://people.redhat.com/sgrubb/audit/
@@ -65,7 +65,8 @@
mv $RPM_BUILD_ROOT/%{_lib}/libaudit.a $RPM_BUILD_ROOT%{_libdir}
curdir=`pwd`
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
# Remove these items so they don't get picked up.
rm -f $RPM_BUILD_ROOT/%{_lib}/libaudit.so
@@ -120,6 +121,9 @@
%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
- ausearch remove debug code
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]