2014-09-23 16:12:18 +00:00
committed by Git OBS Bridge
parent bdf83c6d1f
commit d136183b8e
2 changed files with 6 additions and 11 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 23 16:10:44 UTC 2014 - jengelh@inai.de
- Drop gpg-offline build-time requirement; this is now handled by
the local source validator
-------------------------------------------------------------------
Mon Mar 4 14:00:43 UTC 2013 - jengelh@inai.de

View File

@@ -33,25 +33,14 @@ Source3: %name.keyring
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#git#BuildRequires: autoconf, automake >= 1.6, libtool
BuildRequires: pkgconfig >= 0.21
%if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
BuildRequires: pkgconfig(libmnl) >= 1.0.0
BuildRequires: pkgconfig(libnetfilter_acct) >= 1.0.2
%else
BuildRequires: libmnl-devel >= 1.0.0
BuildRequires: libnetfilter_acct-devel >= 1.0.2
%endif
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
%description
This utility allows you to manipulate the extended accounting
infrastructure.
%prep
%if 0%{?gpg_verify:1}
%gpg_verify %{S:2}
%endif
%setup -q
%build