Drop gpg-offline
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/conntrack-tools?expand=0&rev=41
This commit is contained in:
parent
6e70a69f77
commit
f18050163a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 23 15:16:24 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Drop gpg-offline build-time requirement; this is now handled by
|
||||||
|
the local source validator
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 7 13:13:50 UTC 2013 - jengelh@inai.de
|
Wed Aug 7 13:13:50 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -34,24 +34,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex >= 2.5.33
|
BuildRequires: flex >= 2.5.33
|
||||||
BuildRequires: pkgconfig >= 0.21
|
BuildRequires: pkgconfig >= 0.21
|
||||||
%if 0%{?suse_version} >= 1140
|
|
||||||
BuildRequires: pkgconfig(libmnl) >= 1.0.0
|
BuildRequires: pkgconfig(libmnl) >= 1.0.0
|
||||||
BuildRequires: pkgconfig(libnetfilter_conntrack) >= 1.0.4
|
BuildRequires: pkgconfig(libnetfilter_conntrack) >= 1.0.4
|
||||||
BuildRequires: pkgconfig(libnetfilter_cthelper) >= 1.0.0
|
BuildRequires: pkgconfig(libnetfilter_cthelper) >= 1.0.0
|
||||||
BuildRequires: pkgconfig(libnetfilter_cttimeout) >= 1.0.0
|
BuildRequires: pkgconfig(libnetfilter_cttimeout) >= 1.0.0
|
||||||
BuildRequires: pkgconfig(libnetfilter_queue) >= 1.0.2
|
BuildRequires: pkgconfig(libnetfilter_queue) >= 1.0.2
|
||||||
BuildRequires: pkgconfig(libnfnetlink) >= 1.0.1
|
BuildRequires: pkgconfig(libnfnetlink) >= 1.0.1
|
||||||
%else
|
|
||||||
BuildRequires: libmnl-devel >= 1.0.0
|
|
||||||
BuildRequires: libnetfilter_conntrack-devel >= 1.0.4
|
|
||||||
BuildRequires: libnetfilter_cthelper-devel >= 1.0.0
|
|
||||||
BuildRequires: libnetfilter_cttimeout-devel >= 1.0.0
|
|
||||||
BuildRequires: libnetfilter_queue-devel >= 1.0.2
|
|
||||||
BuildRequires: libnfnetlink-devel >= 1.0.1
|
|
||||||
%endif
|
|
||||||
%if 0%{?suse_version} >= 1230
|
|
||||||
BuildRequires: gpg-offline
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The conntrack-tools are a set of tools targeted at system
|
The conntrack-tools are a set of tools targeted at system
|
||||||
@ -65,7 +53,6 @@ enable highly available scenarios, and can be used as statistics
|
|||||||
collector as well.
|
collector as well.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%{?gpg_verify: %gpg_verify %{S:2}}
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user