openscap-0.9.13

This commit is contained in:
Simon Lukasik 2013-11-08 11:36:22 +01:00
parent 75c4a17d1a
commit cd6722275a
3 changed files with 23 additions and 4 deletions

1
.gitignore vendored
View File

@ -29,3 +29,4 @@ openscap-0.6.0.tar.gz
/openscap-0.9.10.tar.gz /openscap-0.9.10.tar.gz
/openscap-0.9.11.tar.gz /openscap-0.9.11.tar.gz
/openscap-0.9.12.tar.gz /openscap-0.9.12.tar.gz
/openscap-0.9.13.tar.gz

View File

@ -5,8 +5,8 @@
restorecon -R /usr/bin/oscap /usr/libexec/openscap; \ restorecon -R /usr/bin/oscap /usr/libexec/openscap; \
Name: openscap Name: openscap
Version: 0.9.12 Version: 0.9.13
Release: 2%{?dist} Release: 1%{?dist}
Summary: Set of open source libraries enabling integration of the SCAP line of standards Summary: Set of open source libraries enabling integration of the SCAP line of standards
Group: System Environment/Libraries Group: System Environment/Libraries
License: LGPLv2+ License: LGPLv2+
@ -70,6 +70,7 @@ Summary: Openscap utilities
Group: Applications/System Group: Applications/System
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: libcurl >= 7.12.0 Requires: libcurl >= 7.12.0
Requires: rpmdev-setuptree rpmbuild
BuildRequires: libcurl-devel >= 7.12.0 BuildRequires: libcurl-devel >= 7.12.0
%description utils %description utils
@ -91,6 +92,7 @@ is for testing purposes only.
Summary: Sectool content Summary: Sectool content
Group: Applications/System Group: Applications/System
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: %{name}-engine-sce
BuildArch: noarch BuildArch: noarch
%description content-sectool %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 for querying database objects. Users are advised to install appropriate
opendbx backend package along this one. 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 %package selinux
Summary: SELinux policy module for openscap Summary: SELinux policy module for openscap
Group: System Environment/Base Group: System Environment/Base
@ -203,7 +215,7 @@ exit 0
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README %doc AUTHORS COPYING ChangeLog NEWS README
%{_libdir}/*.so.* %{_libdir}/libopenscap.so.*
%{_libexecdir}/openscap/probe_dnscache %{_libexecdir}/openscap/probe_dnscache
%{_libexecdir}/openscap/probe_environmentvariable %{_libexecdir}/openscap/probe_environmentvariable
%{_libexecdir}/openscap/probe_environmentvariable58 %{_libexecdir}/openscap/probe_environmentvariable58
@ -286,12 +298,18 @@ exit 0
%{_libexecdir}/openscap/probe_sql %{_libexecdir}/openscap/probe_sql
%{_libexecdir}/openscap/probe_sql57 %{_libexecdir}/openscap/probe_sql57
%files engine-sce
%{_libdir}/libopenscap_sce.so.*
%files selinux %files selinux
%attr(0600,root,root) %{_datadir}/selinux/packages/oscap.pp %attr(0600,root,root) %{_datadir}/selinux/packages/oscap.pp
%{_datadir}/selinux/devel/include/contrib/oscap.if %{_datadir}/selinux/devel/include/contrib/oscap.if
# %{_mandir}/man8/openscap_selinux.8.* # %{_mandir}/man8/openscap_selinux.8.*
%changelog %changelog
* Fri Nov 08 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.13-1
- upgrade
* Thu Sep 26 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.12-2 * Thu Sep 26 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.12-2
- Start building SQL probes for Fedora - Start building SQL probes for Fedora

View File

@ -1 +1 @@
3bca6c5cccb95e2c9389155d9c4fbc5f openscap-0.9.12.tar.gz 934dae2a85268e105caf15aec03d902e openscap-0.9.13.tar.gz