openscap-0.9.13
This commit is contained in:
parent
75c4a17d1a
commit
cd6722275a
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <slukasik@redhat.com> 0.9.13-1
|
||||
- upgrade
|
||||
|
||||
* Thu Sep 26 2013 Šimon Lukašík <slukasik@redhat.com> 0.9.12-2
|
||||
- Start building SQL probes for Fedora
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user