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