Merge pull request 'i9c' (#1) from ebasov/openscap:i9c into i9c

Reviewed-on: #1
i9c changed/i9c/openscap-1.3.10-2.el9.inferit
Arkady L. Shane 2 weeks ago
commit ca61584505

@ -1,6 +1,6 @@
Name: openscap Name: openscap
Version: 1.3.10 Version: 1.3.10
Release: 2%{?dist} Release: 2%{?dist}.inferit
Epoch: 1 Epoch: 1
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
License: LGPLv2+ License: LGPLv2+
@ -87,6 +87,7 @@ Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
Requires: rpmdevtools rpm-build Requires: rpmdevtools rpm-build
Requires: %{name}-scanner%{?_isa} = %{epoch}:%{version}-%{release} Requires: %{name}-scanner%{?_isa} = %{epoch}:%{version}-%{release}
Requires: bash Requires: bash
Requires: python-docker >= 5.0.2
%description utils %description utils
The %{name}-utils package contains command-line tools build on top The %{name}-utils package contains command-line tools build on top
@ -121,7 +122,7 @@ for developing applications that use %{name}-engine-sce.
%cmake \ %cmake \
-DENABLE_DOCS=ON \ -DENABLE_DOCS=ON \
-DENABLE_PERL=OFF \ -DENABLE_PERL=OFF \
-DENABLE_OSCAP_UTIL_DOCKER=OFF \ -DENABLE_OSCAP_UTIL_DOCKER=ON \
-DENABLE_OSCAP_REMEDIATE_SERVICE=OFF \ -DENABLE_OSCAP_REMEDIATE_SERVICE=OFF \
-DOPENSCAP_PROBE_LINUX_DPKGINFO=OFF \ -DOPENSCAP_PROBE_LINUX_DPKGINFO=OFF \
-DOPENSCAP_PROBE_UNIX_GCONF=OFF \ -DOPENSCAP_PROBE_UNIX_GCONF=OFF \
@ -146,6 +147,8 @@ pathfix.py -i %{__python3} -p -n $RPM_BUILD_ROOT%{_bindir}/scap-as-rpm
%ldconfig_scriptlets %ldconfig_scriptlets
%define _dirlib /usr/lib/
%files %files
%doc AUTHORS NEWS README.md %doc AUTHORS NEWS README.md
%license COPYING %license COPYING
@ -159,6 +162,7 @@ pathfix.py -i %{__python3} -p -n $RPM_BUILD_ROOT%{_bindir}/scap-as-rpm
%{_datadir}/openscap/xsl/* %{_datadir}/openscap/xsl/*
%{_datadir}/openscap/cpe/* %{_datadir}/openscap/cpe/*
%files python3 %files python3
%{python3_sitearch}/* %{python3_sitearch}/*
@ -184,6 +188,9 @@ pathfix.py -i %{__python3} -p -n $RPM_BUILD_ROOT%{_bindir}/scap-as-rpm
%doc docs/oscap-scan.cron %doc docs/oscap-scan.cron
%{_mandir}/man8/oscap-ssh.8.gz %{_mandir}/man8/oscap-ssh.8.gz
%{_bindir}/oscap-ssh %{_bindir}/oscap-ssh
%{_mandir}/man8/oscap-docker.8.gz
%{_dirlib}/python3.9
%{_bindir}/oscap-docker
%{_mandir}/man8/oscap-podman.8.gz %{_mandir}/man8/oscap-podman.8.gz
%{_bindir}/oscap-podman %{_bindir}/oscap-podman
%{_mandir}/man8/oscap-vm.8.gz %{_mandir}/man8/oscap-vm.8.gz
@ -198,6 +205,9 @@ pathfix.py -i %{__python3} -p -n $RPM_BUILD_ROOT%{_bindir}/scap-as-rpm
%{_bindir}/oscap-run-sce-script %{_bindir}/oscap-run-sce-script
%changelog %changelog
* Fri Jan 10 2025 Eduard Basov <eduard.basov@msvsphere-os.ru> - 1:1.3.10-2.inferit
- Enabling an additional component in the build ( oscap-docker)
* Mon Apr 08 2024 Jan Černý <jcerny@redhat.com> - 1:1.3.10-2 * Mon Apr 08 2024 Jan Černý <jcerny@redhat.com> - 1:1.3.10-2
- Explicitely disable dpkginfo probe - Explicitely disable dpkginfo probe

Loading…
Cancel
Save