From 8e0e6c36cfacec4af51e58e50654ccfbbce96e1f Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 11 Mar 2025 07:54:09 +0000 Subject: [PATCH] import CS openscap-1.3.11-1.el9 --- .gitignore | 2 +- .openscap.metadata | 2 +- SPECS/openscap.spec | 27 ++++++++++++++++++++++++++- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3c06325..e16c468 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/openscap-1.3.7.tar.gz +SOURCES/openscap-1.3.11.tar.gz diff --git a/.openscap.metadata b/.openscap.metadata index 00c5f43..b6fe539 100644 --- a/.openscap.metadata +++ b/.openscap.metadata @@ -1 +1 @@ -238acbe6e18162b54cbdd0083c52511c00faa268 SOURCES/openscap-1.3.7.tar.gz +2a44242053bd95c20c05fa572d203705e46a107b SOURCES/openscap-1.3.11.tar.gz diff --git a/SPECS/openscap.spec b/SPECS/openscap.spec index dba90eb..c921756 100644 --- a/SPECS/openscap.spec +++ b/SPECS/openscap.spec @@ -1,5 +1,5 @@ Name: openscap -Version: 1.3.7 +Version: 1.3.11 Release: 1%{?dist} Epoch: 1 Summary: Set of open source libraries enabling integration of the SCAP line of standards @@ -123,6 +123,7 @@ for developing applications that use %{name}-engine-sce. -DENABLE_PERL=OFF \ -DENABLE_OSCAP_UTIL_DOCKER=OFF \ -DENABLE_OSCAP_REMEDIATE_SERVICE=OFF \ + -DOPENSCAP_PROBE_LINUX_DPKGINFO=OFF \ -DOPENSCAP_PROBE_UNIX_GCONF=OFF \ -DOPENSCAP_ENABLE_SHA1=OFF \ -DOPENSCAP_ENABLE_MD5=OFF \ @@ -191,12 +192,36 @@ pathfix.py -i %{__python3} -p -n $RPM_BUILD_ROOT%{_bindir}/scap-as-rpm %{_bindir}/scap-as-rpm %{_mandir}/man8/autotailor.8.gz %{_bindir}/autotailor +%{_mandir}/man8/oscap-im.8.gz +%{_bindir}/oscap-im %files engine-sce %{_libdir}/libopenscap_sce.so.* %{_bindir}/oscap-run-sce-script %changelog +* Mon Feb 10 2025 Jan Černý - 1:1.3.11-1 +- Upgrade to the latest upstream release (RHEL-76355) +- Introduce "oscap-im", a tool for building hardened bootable container images +- Fix RPM probes in bootable container images build environment (RHEL-55251) + +* Wed Aug 07 2024 Milan Lysonek - 1:1.3.10-3 +- Switch gating to tmt plan (RHEL-43241) + +* Mon Apr 08 2024 Jan Černý - 1:1.3.10-2 +- Explicitely disable dpkginfo probe + +* Tue Apr 02 2024 Jan Černý - 1:1.3.10-1 +- Rebase to the latest upstream version (RHEL-29172) +- Fix OVAL results file name (RHEL-7050) +- Add ability to define a limit of collected items (RHEL-4141) +- Add ability to refine rules in autotailor (RHEL-1477) +- Improve the formatting of Blueprint remediations (RHEL-1476) + +* Fri Jul 14 2023 Evgenii Kolesnikov - 1.3.8-1 +- Upgrade to the latest upstream release (rhbz#2217442) +- Fix systemd* probes unit enumeration (rhbz#2219532) + * Fri Jan 27 2023 Jan Černý - 1:1.3.7-1 - Upgrade to the latest upstream release (rhbz#2159286) - Fix error when processing OVAL filters (rhbz#2126883)