Accepting request 252273 from security:netfilter
- Drop gpg-offline OBS-URL: https://build.opensuse.org/request/show/252273 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnetfilter_cttimeout?expand=0&rev=8
This commit is contained in:
commit
0abdfc5d57
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 15:43:40 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Drop gpg-offline build-time requirement; this is now handled by
|
||||
the local source validator
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 28 20:30:40 CET 2012 - sbrabec@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libnetfilter_cttimeout
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 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
|
||||
@ -34,14 +34,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#git#BuildRequires: autoconf, automake >= 1.6, libtool
|
||||
BuildRequires: glibc-devel >= 2.9
|
||||
BuildRequires: pkgconfig >= 0.21
|
||||
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
|
||||
BuildRequires: pkgconfig(libmnl) >= 1.0.0
|
||||
%else
|
||||
BuildRequires: libmnl-devel >= 1.0.0
|
||||
%endif
|
||||
%if 0%{?suse_version} >= 1230
|
||||
BuildRequires: gpg-offline
|
||||
%endif
|
||||
|
||||
%description
|
||||
This library provides the programming interface (API) to the
|
||||
@ -56,18 +49,15 @@ This library provides the programming interface (API) to the
|
||||
Netfilter extended timeout settings infrastructure.
|
||||
|
||||
%package devel
|
||||
Requires: %lname = %version
|
||||
Summary: Userspace library for the Netfilter Conntrack Timeout extension
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
|
||||
%description devel
|
||||
This library provides the programming interface (API) to the
|
||||
Netfilter extended timeout settings infrastructure.
|
||||
|
||||
%prep
|
||||
%if 0%{?gpg_verify:1}
|
||||
%gpg_verify %{S:2}
|
||||
%endif
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user