Hello community, here is the log from the commit of package ebtables checked in at Mon Sep 1 02:30:45 CEST 2008. -------- --- ebtables/ebtables.changes 2007-10-24 18:55:57.000000000 +0200 +++ /mounts/work_src_done/STABLE/ebtables/ebtables.changes 2008-08-30 21:23:34.454671000 +0200 @@ -1,0 +2,5 @@ +Sat Aug 30 21:21:06 CEST 2008 - cthiel@suse.de + +- fix init script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ebtables.spec ++++++ --- /var/tmp/diff_new_pack.l23268/_old 2008-09-01 02:30:26.000000000 +0200 +++ /var/tmp/diff_new_pack.l23268/_new 2008-09-01 02:30:26.000000000 +0200 @@ -1,21 +1,29 @@ # # spec file for package ebtables (Version v2.0.8) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild + Name: ebtables License: GPL v2 or later Group: Productivity/Networking/Security AutoReqProv: on Version: v2.0.8 -Release: 6 +Release: 56 Summary: Ethernet Bridge Tables Source: %{name}-%{version}-2.tar.bz2 Patch0: %{name}-%{version}-makefile.diff @@ -90,12 +98,15 @@ %{_sbindir}/ebtables-restore %{_sbindir}/ebtables-save %{_sbindir}/rcebtables + %changelog -* Wed Oct 24 2007 - ro@suse.de +* Sat Aug 30 2008 cthiel@suse.de +- fix init script +* Wed Oct 24 2007 ro@suse.de - fix build (use gcc not ld directly) -* Wed Oct 17 2007 - prusnak@suse.cz +* Wed Oct 17 2007 prusnak@suse.cz - fixed specfile not to include debug files in normal package -* Fri Oct 12 2007 - prusnak@suse.cz +* Fri Oct 12 2007 prusnak@suse.cz - update to 2.0.8-2 * add sysconfig support (ebtables-save, ebtables-restore, etc) * add ulog watcher @@ -104,13 +115,13 @@ * bugfixes, dccp and sctp support - dropped obsolete patches: * gcc.diff (included in update) -* Thu Aug 09 2007 - olh@suse.de +* Thu Aug 09 2007 olh@suse.de - remove private include/linux/ files -* Wed Jan 25 2006 - mls@suse.de +* Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Wed Jun 29 2005 - meissner@suse.de +* Wed Jun 29 2005 meissner@suse.de - use RPM_OPT_FLAGS. -* Thu Apr 21 2005 - postadal@suse.cz +* Thu Apr 21 2005 postadal@suse.cz - fixed for gcc 4.0 -* Fri Jun 18 2004 - postadal@suse.cz +* Fri Jun 18 2004 postadal@suse.cz - new package v2.0.6 ++++++ ebtables-v2.0.8-initscript.diff ++++++ --- /var/tmp/diff_new_pack.l23268/_old 2008-09-01 02:30:27.000000000 +0200 +++ /var/tmp/diff_new_pack.l23268/_new 2008-09-01 02:30:27.000000000 +0200 @@ -11,16 +11,18 @@ $(CC) $(CFLAGS) $(CFLAGS_SH_LIB) -o $@ ebtables-standalone.o -I$(KERNEL_INCLUDES) -L. -Lextensions -lebtc $(EXT_LIBSI) \ --- ebtables.sysv +++ ebtables.sysv -@@ -11,6 +11,14 @@ +@@ -11,6 +11,16 @@ # # config: __SYSCONFIG__/ebtables (text) # __SYSCONFIG__/ebtables.<table> (binary) +### BEGIN INIT INFO +# Provides: eptables -+# Required-Start: $remote_fs -+# Required-Stop: ++# Required-Start: $remote_fs $network ++# Required-Stop: $remote_fs $network +# Short-Description: Ethernet Bridge filter tables +# Description: Ethernet Bridge filter tables ++# Default-Start: 2 3 5 ++# Default-Stop: 0 1 6 +### END INIT INFO + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de