From 58c01051216971d13e6eff9b19d7d3ba0f9640de1f9cf715ffe3699455ad79dc Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 20 Jun 2014 09:02:46 +0000 Subject: [PATCH] Accepting request 238064 from home:elvigia:branches:security - Remove unused build require on libnl-1_1 according to the changelog, it stopped beign used in 2010 - libattr is also unused. OBS-URL: https://build.opensuse.org/request/show/238064 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=108 --- openscap.changes | 7 +++++++ openscap.spec | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/openscap.changes b/openscap.changes index 8a0fbcc..1dfc462 100644 --- a/openscap.changes +++ b/openscap.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 19 14:19:09 UTC 2014 - crrodriguez@opensuse.org + +- Remove unused build require on libnl-1_1 according to the + changelog, it stopped beign used in 2010 +- libattr is also unused. + ------------------------------------------------------------------- Fri Mar 28 13:19:22 UTC 2014 - meissner@suse.com diff --git a/openscap.spec b/openscap.spec index 2fdd84b..4e3ab0a 100644 --- a/openscap.spec +++ b/openscap.spec @@ -35,14 +35,8 @@ Patch0: fix-missing-include.dif Url: http://www.open-scap.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libacl-devel -BuildRequires: libattr-devel BuildRequires: libcurl-devel BuildRequires: libgcrypt-devel -%if 0%{?suse_version} && 0%{?suse_version} <=1140 -BuildRequires: libnl-devel -%else -BuildRequires: libnl-1_1-devel -%endif BuildRequires: libxml2-devel # Use package name cause of "have choice for perl(XML::Parser): brp-check-suse perl-XML-Parser" BuildRequires: gconf2-devel