Jan Engelhardt 2014-09-23 15:17:13 +00:00 committed by Git OBS Bridge
parent 6e70a69f77
commit f18050163a
2 changed files with 6 additions and 13 deletions

View File

@ -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

View File

@ -34,24 +34,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bison
BuildRequires: flex >= 2.5.33
BuildRequires: pkgconfig >= 0.21
%if 0%{?suse_version} >= 1140
BuildRequires: pkgconfig(libmnl) >= 1.0.0
BuildRequires: pkgconfig(libnetfilter_conntrack) >= 1.0.4
BuildRequires: pkgconfig(libnetfilter_cthelper) >= 1.0.0
BuildRequires: pkgconfig(libnetfilter_cttimeout) >= 1.0.0
BuildRequires: pkgconfig(libnetfilter_queue) >= 1.0.2
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
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.
%prep
%{?gpg_verify: %gpg_verify %{S:2}}
%setup -q
%build