rpms/ebtables/FC-4 ebtables.spec,1.6,1.7

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Apr 3 01:54:09 UTC 2006


Author: spot

Update of /cvs/extras/rpms/ebtables/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15969/FC-4

Modified Files:
	ebtables.spec 
Log Message:

Package up shared libs too



Index: ebtables.spec
===================================================================
RCS file: /cvs/extras/rpms/ebtables/FC-4/ebtables.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ebtables.spec	29 Mar 2006 21:42:11 -0000	1.6
+++ ebtables.spec	3 Apr 2006 01:54:09 -0000	1.7
@@ -2,7 +2,7 @@
 
 Name:		ebtables
 Version:	2.0.8
-Release:	0.3.%{prever}%{?dist}
+Release:	0.4.%{prever}%{?dist}
 Summary:	Ethernet Bridge frame table administration tool
 License:	GPL
 Group:		System Environment/Base
@@ -33,6 +33,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -D -m0755 extensions/*.so $RPM_BUILD_ROOT%{_libdir}
+install -D -m0755 *.so $RPM_BUILD_ROOT%{_libdir}
 install -D -m0755 ebtables $RPM_BUILD_ROOT/sbin/ebtables
 install -D -m0755 %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/ebtables
 install -D -m0644 ethertypes $RPM_BUILD_ROOT%{_sysconfdir}/ethertypes
@@ -46,6 +48,7 @@
 
 %post
 /sbin/chkconfig --add ebtables
+/sbin/ldconfig
 
 %preun
 if [ $1 -eq 0 ]; then
@@ -57,6 +60,7 @@
 if [ $1 -ge 1 ]; then
 	/sbin/service ebtables condrestart &> /dev/null || :
 fi
+/sbin/ldconfig
 
 %files
 %defattr(-, root, root, 0755)
@@ -64,12 +68,16 @@
 %doc %{_mandir}/man8/ebtables.8*
 %config(noreplace) %{_sysconfdir}/ethertypes
 %{_initrddir}/ebtables
+%{_libdir}/libebt*.so
 /sbin/ebtables
 %ghost %{_sysconfdir}/ebtables.filter
 %ghost %{_sysconfdir}/ebtables.nat
 %ghost %{_sysconfdir}/ebtables.broute
 
 %changelog
+* Sun Apr  2 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.8-0.4.rc1
+- package up the shared libs too
+
 * Wed Mar 29 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.8-0.3.rc1
 - use -fPIC
 




More information about the fedora-extras-commits mailing list