rpms/audit/FC-4 audit.spec,1.39,1.40

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jul 18 17:31:37 UTC 2005


Author: sgrubb

Update of /cvs/dist/rpms/audit/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv10470

Modified Files:
	audit.spec 
Log Message:
* Mon Jul 18 2005 Steve Grubb <sgrubb at redhat.com> 0.9.19-2.FC4
- Fixed dangling symlink #163509



Index: audit.spec
===================================================================
RCS file: /cvs/dist/rpms/audit/FC-4/audit.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- audit.spec	14 Jul 2005 20:37:32 -0000	1.39
+++ audit.spec	18 Jul 2005 17:31:21 -0000	1.40
@@ -1,7 +1,7 @@
 Summary: User space tools for 2.6 kernel auditing.
 Name: audit
 Version: 0.9.19
-Release: 1.FC4
+Release: 2.FC4
 License: GPL
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
@@ -67,7 +67,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
@@ -122,6 +123,9 @@
 
 
 %changelog
+* Mon Jul 18 2005 Steve Grubb <sgrubb at redhat.com> 0.9.19-2.FC4
+- Fixed dangling symlink #163509
+
 * Thu Jul 14 2005 Steve Grubb <sgrubb at redhat.com> 0.9.19-1.FC4
 - ausearch remove debug code
 




More information about the fedora-cvs-commits mailing list