import CS openscap-1.3.11-1.el9

This commit is contained in:
eabdullin 2025-03-11 07:54:09 +00:00
parent 0ce3d6845c
commit 8e0e6c36cf
3 changed files with 28 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/openscap-1.3.7.tar.gz SOURCES/openscap-1.3.11.tar.gz

View File

@ -1 +1 @@
238acbe6e18162b54cbdd0083c52511c00faa268 SOURCES/openscap-1.3.7.tar.gz 2a44242053bd95c20c05fa572d203705e46a107b SOURCES/openscap-1.3.11.tar.gz

View File

@ -1,5 +1,5 @@
Name: openscap Name: openscap
Version: 1.3.7 Version: 1.3.11
Release: 1%{?dist} Release: 1%{?dist}
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
@ -123,6 +123,7 @@ for developing applications that use %{name}-engine-sce.
-DENABLE_PERL=OFF \ -DENABLE_PERL=OFF \
-DENABLE_OSCAP_UTIL_DOCKER=OFF \ -DENABLE_OSCAP_UTIL_DOCKER=OFF \
-DENABLE_OSCAP_REMEDIATE_SERVICE=OFF \ -DENABLE_OSCAP_REMEDIATE_SERVICE=OFF \
-DOPENSCAP_PROBE_LINUX_DPKGINFO=OFF \
-DOPENSCAP_PROBE_UNIX_GCONF=OFF \ -DOPENSCAP_PROBE_UNIX_GCONF=OFF \
-DOPENSCAP_ENABLE_SHA1=OFF \ -DOPENSCAP_ENABLE_SHA1=OFF \
-DOPENSCAP_ENABLE_MD5=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 %{_bindir}/scap-as-rpm
%{_mandir}/man8/autotailor.8.gz %{_mandir}/man8/autotailor.8.gz
%{_bindir}/autotailor %{_bindir}/autotailor
%{_mandir}/man8/oscap-im.8.gz
%{_bindir}/oscap-im
%files engine-sce %files engine-sce
%{_libdir}/libopenscap_sce.so.* %{_libdir}/libopenscap_sce.so.*
%{_bindir}/oscap-run-sce-script %{_bindir}/oscap-run-sce-script
%changelog %changelog
* Mon Feb 10 2025 Jan Černý <jcerny@redhat.com> - 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 <mlysonek@redhat.com> - 1:1.3.10-3
- Switch gating to tmt plan (RHEL-43241)
* Mon Apr 08 2024 Jan Černý <jcerny@redhat.com> - 1:1.3.10-2
- Explicitely disable dpkginfo probe
* Tue Apr 02 2024 Jan Černý <jcerny@redhat.com> - 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 <ekolesni@redhat.com> - 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ý <jcerny@redhat.com> - 1:1.3.7-1 * Fri Jan 27 2023 Jan Černý <jcerny@redhat.com> - 1:1.3.7-1
- Upgrade to the latest upstream release (rhbz#2159286) - Upgrade to the latest upstream release (rhbz#2159286)
- Fix error when processing OVAL filters (rhbz#2126883) - Fix error when processing OVAL filters (rhbz#2126883)