cloud/contrib/: [Changelog] bridge-utils-0.9.6-7bg.src.rpm

root root@xxxxxxxxxxxxxxxxxxxxxxxxx
Tue Dec 9 17:01:01 CET 2003


 Changelog for bridge-utils-0.9.6-7bg.src.rpm:
    * Tue Dec 09 2003 Goetz Bock <bg at trustix dot org> 0.9.6-7bg

- splitted patch1 into individual files. to make it more maintainable
- major changes to brcfg (source1), more features, more sanity checks

* Thu Nov 27 2003 Goetz Bock <bg at trustix dot org> 0.9.6-6bg

- small fix in patch1 (brcfg)

* Sun Oct 05 2003 Goetz Bock <bg at tawie dot org> 0.9.6-5bg 
-------------- next part --------------
--- bridge-utils.spec	2003-12-09 17:01:01.000000000 +0100
+++ bridge-utils.spec.new	2003-12-09 17:01:01.000000000 +0100
@@ -1,12 +1,15 @@
 Summary: Utilities for configuring the linux ethernet bridge.
 Name:    bridge-utils
 Version: 0.9.6
-Release: 6bg
+Release: 7bg
 License: GPL
 Group:   Network/Administration
 Source:  http://bridge.sourceforge.net/bridge-utils/bridge-utils-0.9.6.tar.gz
-Patch0:  bridge-tsl.patch
-Patch1:  bridge-returncodes.patch
+Source1: bridge-brcfg.sh
+Source2: bridge-brcfg-br0
+Source3: bridge-initd.sh
+Source4: bridge-readme.tsl
+Patch0:  bridge-returncodes.patch
 URL:     http://bridge.sourceforge.net
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -37,7 +40,8 @@
 %prep
 %setup -q -n bridge-utils
 %patch0 -p1
-%patch1 -p1
+cp %{SOURCE2} brcfg-br0.sample
+cp %{SOURCE4} README.tsl
 
 %build
 %configure
@@ -51,12 +55,12 @@
 mkdir -p ${RPM_BUILD_ROOT}%{_includedir}
 mkdir -p ${RPM_BUILD_ROOT}%{_libdir}
 mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
-install -g root -o root -m 755 bridge.rc ${RPM_BUILD_ROOT}%{_initdir}/bridge
-install -g root -o root -m 755 brcfg ${RPM_BUILD_ROOT}/sbin/
-install -g root -o root -m 755 -s brctl/brctl ${RPM_BUILD_ROOT}/sbin/
-install -g root -o root -m 644 doc/brctl.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
-install -g root -o root -m 644 libbridge/libbridge.h ${RPM_BUILD_ROOT}%{_includedir}/
-install -g root -o root -m 644 libbridge/libbridge.a ${RPM_BUILD_ROOT}%{_libdir}/
+install -m 755 %{SOURCE1} ${RPM_BUILD_ROOT}/sbin/brcfg
+install -m 755 %{SOURCE3} ${RPM_BUILD_ROOT}%{_initdir}/bridge
+install -m 755 -s brctl/brctl ${RPM_BUILD_ROOT}/sbin/
+install -m 644 doc/brctl.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
+install -m 644 libbridge/libbridge.h ${RPM_BUILD_ROOT}%{_includedir}/
+install -m 644 libbridge/libbridge.a ${RPM_BUILD_ROOT}%{_libdir}/
 
 %clean
 [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
@@ -76,6 +80,10 @@
 %{_libdir}/libbridge.a
 
 %changelog
+* Tue Dec  9 2003 Goetz Bock <bg at trustix dot org> 0.9.6-7bg
+- splitted patch1 into individual files. to make it more maintainable
+- major changes to brcfg (source1), more features, more sanity checks
+
 * Thu Nov 27 2003 Goetz Bock <bg at trustix dot org> 0.9.6-6bg
 - small fix in patch1 (brcfg)
 


More information about the tsl-contrib-announce mailing list