From cd6722275a1cc6b323a8fcbc0c8bc85a63f78506 Mon Sep 17 00:00:00 2001 From: Simon Lukasik Date: Fri, 8 Nov 2013 11:36:22 +0100 Subject: [PATCH] openscap-0.9.13 --- .gitignore | 1 + openscap.spec | 24 +++++++++++++++++++++--- sources | 2 +- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 4b025aa..6c0e42f 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ openscap-0.6.0.tar.gz /openscap-0.9.10.tar.gz /openscap-0.9.11.tar.gz /openscap-0.9.12.tar.gz +/openscap-0.9.13.tar.gz diff --git a/openscap.spec b/openscap.spec index 01ce5de..cd52a03 100644 --- a/openscap.spec +++ b/openscap.spec @@ -5,8 +5,8 @@ restorecon -R /usr/bin/oscap /usr/libexec/openscap; \ Name: openscap -Version: 0.9.12 -Release: 2%{?dist} +Version: 0.9.13 +Release: 1%{?dist} Summary: Set of open source libraries enabling integration of the SCAP line of standards Group: System Environment/Libraries License: LGPLv2+ @@ -70,6 +70,7 @@ Summary: Openscap utilities Group: Applications/System Requires: %{name} = %{version}-%{release} Requires: libcurl >= 7.12.0 +Requires: rpmdev-setuptree rpmbuild BuildRequires: libcurl-devel >= 7.12.0 %description utils @@ -91,6 +92,7 @@ is for testing purposes only. Summary: Sectool content Group: Applications/System Requires: %{name} = %{version}-%{release} +Requires: %{name}-engine-sce BuildArch: noarch %description content-sectool @@ -118,6 +120,16 @@ 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 engine-sce +Summary: Script Check Engine plug-in for OpenSCAP +Group: Applications/System +Requires: %{name} = %{version}-%{release} + +%description engine-sce +The Script Check Engine is non-standard extension to SCAP protocol. This +engine allows content authors to avoid OVAL language and write their assessment +commands using a scripting language (Bash, Perl, Python, Ruby, ...). + %package selinux Summary: SELinux policy module for openscap Group: System Environment/Base @@ -203,7 +215,7 @@ exit 0 %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README -%{_libdir}/*.so.* +%{_libdir}/libopenscap.so.* %{_libexecdir}/openscap/probe_dnscache %{_libexecdir}/openscap/probe_environmentvariable %{_libexecdir}/openscap/probe_environmentvariable58 @@ -286,12 +298,18 @@ exit 0 %{_libexecdir}/openscap/probe_sql %{_libexecdir}/openscap/probe_sql57 +%files engine-sce +%{_libdir}/libopenscap_sce.so.* + %files selinux %attr(0600,root,root) %{_datadir}/selinux/packages/oscap.pp %{_datadir}/selinux/devel/include/contrib/oscap.if # %{_mandir}/man8/openscap_selinux.8.* %changelog +* Fri Nov 08 2013 Šimon Lukašík 0.9.13-1 +- upgrade + * Thu Sep 26 2013 Šimon Lukašík 0.9.12-2 - Start building SQL probes for Fedora diff --git a/sources b/sources index 7e6472d..2a3d20b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3bca6c5cccb95e2c9389155d9c4fbc5f openscap-0.9.12.tar.gz +934dae2a85268e105caf15aec03d902e openscap-0.9.13.tar.gz