From eb7bf75cec7978a08d44e7b16b0e55c5224b02bb114a90273f8b8179d266c0b6 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 1 Mar 2012 09:27:11 +0000 Subject: [PATCH] groups, changelog OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=25 --- openscap.changes | 1 + openscap.spec | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/openscap.changes b/openscap.changes index 232726f..65f6a70 100644 --- a/openscap.changes +++ b/openscap.changes @@ -39,3 +39,4 @@ Thu Nov 19 13:50:12 CET 2009 - meissner@suse.de - initial 0.5.5 import - open SCAP protocol implementation + diff --git a/openscap.spec b/openscap.spec index c6e91d7..e6a6d10 100644 --- a/openscap.spec +++ b/openscap.spec @@ -33,6 +33,7 @@ BuildRequires: libcurl-devel libgcrypt-devel libnl-1_1-devel libxml2-devel # Use package name cause of "have choice for perl(XML::Parser): brp-check-suse perl-XML-Parser" BuildRequires: perl-XML-Parser BuildRequires: pkg-config python-devel pcre-devel rpm-devel swig libxslt-devel +BuildRequires: openldap2-devel Summary: A Set of Libraries for Integration with SCAP %description @@ -88,7 +89,7 @@ The OpenSCAP Perl Library for easy integration with SCAP. %package utils Summary: Openscap utilities -Group: Applications/System +Group: System/Monitoring Requires: %{name} = %{version}-%{release} PreReq: %insserv_prereq %fillup_prereq @@ -98,7 +99,7 @@ The %{name}-utils package contains various utilities based on %{name} library. %package content Summary: SCAP content -Group: Applications/System +Group: System/Monitoring Requires: %{name} = %{version}-%{release} %description content @@ -107,9 +108,8 @@ SCAP content for Fedora delivered by Open-SCAP project. %package extra-probes Summary: SCAP probes -Group: Applications/System +Group: System/Monitoring Requires: %{name} = %{version}-%{release} -BuildRequires: openldap2-devel #BuildRequires: opendbx - for sql %description extra-probes @@ -234,3 +234,4 @@ ln -s %{_datadir}/openscap/scap-fedora14-xccdf.xml $RPM_BUILD_ROOT/%{_datadir}/ %defattr(-,root,root,-) %{_libexecdir}/openscap/probe_ldap57 +%changelog