Accepting request 145897 from security:netfilter

- Have build succeed on non-SUSE

OBS-URL: https://build.opensuse.org/request/show/145897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ebtables?expand=0&rev=27
This commit is contained in:
Stephan Kulow 2012-12-19 19:29:09 +00:00 committed by Git OBS Bridge
commit 3c454d41fc
2 changed files with 18 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 19 10:08:54 UTC 2012 - jengelh@inai.de
- Have build succeed on non-SUSE
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 15 21:44:32 UTC 2011 - jengelh@medozas.de Thu Dec 15 21:44:32 UTC 2011 - jengelh@medozas.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package ebtables # spec file for package ebtables
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,21 +16,27 @@
# #
Name: ebtables Name: ebtables
Version: 2.0.10.4 Version: 2.0.10.4
Release: 1 Release: 0
License: GPL-2.0+
Summary: Ethernet Bridge Tables Summary: Ethernet Bridge Tables
URL: http://ebtables.sf.net/ License: GPL-2.0+
Group: Productivity/Networking/Security Group: Productivity/Networking/Security
Url: http://ebtables.sf.net/
Source: %name-v2.0.10-4.tar.xz Source: %name-v2.0.10-4.tar.xz
Patch0: %name-v2.0.8-makefile.diff Patch0: %name-v2.0.8-makefile.diff
Patch1: %name-v2.0.8-initscript.diff Patch1: %name-v2.0.8-initscript.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: xz BuildRequires: xz
%if 0%{?fedora} || 0%{?rhel} %if 0%{?suse_version} >= 1140
BuildRequires: kernel-headers BuildRequires: linux-glibc-devel >= 2.6.20
%endif
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
BuildRequires: linux-kernel-headers >= 2.6.20
%endif
%if 0%{?fedora_version} || 0%{?centos_version} || 0%{?rhel_version}
BuildRequires: kernel-headers >= 2.6.20
%endif %endif
%description %description