This commit is contained in:
parent
f080956669
commit
6d761cb455
@ -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
|
||||
+
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_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 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user