From 2daa4907ae152b790ea656e1dc955b92b0b4413ba2edf40163ac788781fa808b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 24 Apr 2014 21:15:46 +0000 Subject: [PATCH] Accepting request 231250 from home:dirkmueller:branches:security:netfilter - remove dependency on gpg-offline, source validator already does that OBS-URL: https://build.opensuse.org/request/show/231250 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libmnl?expand=0&rev=27 --- libmnl.changes | 6 ++++++ libmnl.spec | 8 +------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libmnl.changes b/libmnl.changes index 673ebef..c75cbd8 100644 --- a/libmnl.changes +++ b/libmnl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 24 07:32:10 UTC 2014 - dmueller@suse.com + +- remove dependency on gpg-offline, source validator already + does that + ------------------------------------------------------------------- Wed Nov 28 20:05:54 CET 2012 - sbrabec@suse.cz diff --git a/libmnl.spec b/libmnl.spec index 4709f62..f60f391 100644 --- a/libmnl.spec +++ b/libmnl.spec @@ -1,7 +1,7 @@ # # spec file for package libmnl # -# 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 @@ -35,9 +35,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf, automake >= 1.6 BuildRequires: libtool BuildRequires: pkgconfig >= 0.21 -%if 0%{?suse_version} >= 1230 -BuildRequires: gpg-offline -%endif %description libmnl is a minimalistic user-space library oriented to Netlink @@ -70,9 +67,6 @@ and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel. %prep -%if 0%{?gpg_verify:1} -%gpg_verify %{S:2} -%endif %setup -q %build