Accepting request 231435 from security:netfilter
forward from : remove dependency on gpg-offline OBS-URL: https://build.opensuse.org/request/show/231435 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmnl?expand=0&rev=15
This commit is contained in:
commit
9f545ce133
@ -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
|
Wed Nov 28 20:05:54 CET 2012 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libmnl
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,6 +25,7 @@ Version: 1.0.3
|
|||||||
Release: 0
|
Release: 0
|
||||||
Url: http://netfilter.org/projects/libmnl/
|
Url: http://netfilter.org/projects/libmnl/
|
||||||
|
|
||||||
|
#Freecode-URL: http://freecode.com/projects/libmnl/
|
||||||
#Git-Clone: git://git.netfilter.org/libmnl
|
#Git-Clone: git://git.netfilter.org/libmnl
|
||||||
Source: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2
|
Source: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2
|
||||||
Source2: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2.sig
|
Source2: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2.sig
|
||||||
@ -34,9 +35,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
#git#BuildRequires: autoconf, automake >= 1.6
|
#git#BuildRequires: autoconf, automake >= 1.6
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig >= 0.21
|
BuildRequires: pkgconfig >= 0.21
|
||||||
%if 0%{?suse_version} >= 1230
|
|
||||||
BuildRequires: gpg-offline
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libmnl is a minimalistic user-space library oriented to Netlink
|
libmnl is a minimalistic user-space library oriented to Netlink
|
||||||
@ -69,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.
|
that allows you to re-use code and to avoid re-inventing the wheel.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?gpg_verify:1}
|
|
||||||
%gpg_verify %{S:2}
|
|
||||||
%endif
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user