OBS User unknown 2008-09-01 00:30:46 +00:00 committed by Git OBS Bridge
parent f080956669
commit 6d761cb455
3 changed files with 33 additions and 15 deletions

View File

@ -11,16 +11,18 @@
$(CC) $(CFLAGS) $(CFLAGS_SH_LIB) -o $@ ebtables-standalone.o -I$(KERNEL_INCLUDES) -L. -Lextensions -lebtc $(EXT_LIBSI) \ $(CC) $(CFLAGS) $(CFLAGS_SH_LIB) -o $@ ebtables-standalone.o -I$(KERNEL_INCLUDES) -L. -Lextensions -lebtc $(EXT_LIBSI) \
--- ebtables.sysv --- ebtables.sysv
+++ ebtables.sysv +++ ebtables.sysv
@@ -11,6 +11,14 @@ @@ -11,6 +11,16 @@
# #
# config: __SYSCONFIG__/ebtables (text) # config: __SYSCONFIG__/ebtables (text)
# __SYSCONFIG__/ebtables.<table> (binary) # __SYSCONFIG__/ebtables.<table> (binary)
+### BEGIN INIT INFO +### BEGIN INIT INFO
+# Provides: eptables +# Provides: eptables
+# Required-Start: $remote_fs +# Required-Start: $remote_fs $network
+# Required-Stop: +# Required-Stop: $remote_fs $network
+# Short-Description: Ethernet Bridge filter tables +# Short-Description: Ethernet Bridge filter tables
+# Description: Ethernet Bridge filter tables +# Description: Ethernet Bridge filter tables
+# Default-Start: 2 3 5
+# Default-Stop: 0 1 6
+### END INIT INFO +### END INIT INFO
+ +

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Aug 30 21:21:06 CEST 2008 - cthiel@suse.de
- fix init script
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 24 18:55:52 CEST 2007 - ro@suse.de Wed Oct 24 18:55:52 CEST 2007 - ro@suse.de

View File

@ -1,21 +1,29 @@
# #
# spec file for package ebtables (Version v2.0.8) # spec file for package ebtables (Version v2.0.8)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 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.
# #
# 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/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild # norootforbuild
Name: ebtables Name: ebtables
License: GPL v2 or later License: GPL v2 or later
Group: Productivity/Networking/Security Group: Productivity/Networking/Security
AutoReqProv: on AutoReqProv: on
Version: v2.0.8 Version: v2.0.8
Release: 6 Release: 56
Summary: Ethernet Bridge Tables Summary: Ethernet Bridge Tables
Source: %{name}-%{version}-2.tar.bz2 Source: %{name}-%{version}-2.tar.bz2
Patch0: %{name}-%{version}-makefile.diff Patch0: %{name}-%{version}-makefile.diff
@ -90,12 +98,15 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/ebtables-restore %{_sbindir}/ebtables-restore
%{_sbindir}/ebtables-save %{_sbindir}/ebtables-save
%{_sbindir}/rcebtables %{_sbindir}/rcebtables
%changelog %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) - 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 - 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 - update to 2.0.8-2
* add sysconfig support (ebtables-save, ebtables-restore, etc) * add sysconfig support (ebtables-save, ebtables-restore, etc)
* add ulog watcher * add ulog watcher
@ -104,13 +115,13 @@ rm -rf $RPM_BUILD_ROOT
* bugfixes, dccp and sctp support * bugfixes, dccp and sctp support
- dropped obsolete patches: - dropped obsolete patches:
* gcc.diff (included in update) * gcc.diff (included in update)
* Thu Aug 09 2007 - olh@suse.de * Thu Aug 09 2007 olh@suse.de
- remove private include/linux/ files - remove private include/linux/ files
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Wed Jun 29 2005 - meissner@suse.de * Wed Jun 29 2005 meissner@suse.de
- use RPM_OPT_FLAGS. - use RPM_OPT_FLAGS.
* Thu Apr 21 2005 - postadal@suse.cz * Thu Apr 21 2005 postadal@suse.cz
- fixed for gcc 4.0 - fixed for gcc 4.0
* Fri Jun 18 2004 - postadal@suse.cz * Fri Jun 18 2004 postadal@suse.cz
- new package v2.0.6 - new package v2.0.6