From 75c4a17d1a4aa6a893e5ada86796951102846afd Mon Sep 17 00:00:00 2001 From: Simon Lukasik Date: Thu, 26 Sep 2013 17:07:07 +0200 Subject: [PATCH] Introduce openscap-extra-probes-sql package --- openscap.spec | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/openscap.spec b/openscap.spec index d40153e..01ce5de 100644 --- a/openscap.spec +++ b/openscap.spec @@ -6,7 +6,7 @@ restorecon -R /usr/bin/oscap /usr/libexec/openscap; \ Name: openscap Version: 0.9.12 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of open source libraries enabling integration of the SCAP line of standards Group: System Environment/Libraries License: LGPLv2+ @@ -102,12 +102,22 @@ Group: Applications/System Requires: %{name} = %{version}-%{release} BuildRequires: openldap-devel BuildRequires: GConf2-devel -#BuildRequires: opendbx - for sql %description extra-probes The %{name}-extra-probes package contains additional probes that are not commonly used and require additional dependencies. +%package extra-probes-sql +Summary: SCAP probes for Database +Group: Applications/System +Requires: %{name} = %{version}-%{release} +BuildRequires: opendbx-devel + +%description extra-probes-sql +The %{name}-extra-probes-sql package contains additional OpenSCAP probes +for querying database objects. Users are advised to install appropriate +opendbx backend package along this one. + %package selinux Summary: SELinux policy module for openscap Group: System Environment/Base @@ -272,12 +282,19 @@ exit 0 %{_libexecdir}/openscap/probe_ldap57 %{_libexecdir}/openscap/probe_gconf +%files extra-probes-sql +%{_libexecdir}/openscap/probe_sql +%{_libexecdir}/openscap/probe_sql57 + %files selinux %attr(0600,root,root) %{_datadir}/selinux/packages/oscap.pp %{_datadir}/selinux/devel/include/contrib/oscap.if # %{_mandir}/man8/openscap_selinux.8.* %changelog +* Thu Sep 26 2013 Šimon Lukašík 0.9.12-2 +- Start building SQL probes for Fedora + * Wed Sep 11 2013 Šimon Lukašík 0.9.12-1 - upgrade