Compare commits
No commits in common. "c8" and "c8-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/openscap-1.3.14.tar.gz
|
SOURCES/openscap-1.3.7.tar.gz
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
7bbfedd3dbf393d934e8a484c9fb446007ad61d7 SOURCES/openscap-1.3.14.tar.gz
|
238acbe6e18162b54cbdd0083c52511c00faa268 SOURCES/openscap-1.3.7.tar.gz
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
Name: openscap
|
Name: openscap
|
||||||
Version: 1.3.14
|
Version: 1.3.7
|
||||||
Release: 1%{?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
|
||||||
@ -134,12 +134,10 @@ cd build
|
|||||||
%cmake -DENABLE_PERL=OFF \
|
%cmake -DENABLE_PERL=OFF \
|
||||||
-DENABLE_DOCS=ON \
|
-DENABLE_DOCS=ON \
|
||||||
-DENABLE_OSCAP_UTIL_DOCKER=OFF \
|
-DENABLE_OSCAP_UTIL_DOCKER=OFF \
|
||||||
-DENABLE_OSCAP_UTIL_IM=OFF \
|
|
||||||
-DENABLE_OSCAP_UTIL_CHROOT=ON \
|
-DENABLE_OSCAP_UTIL_CHROOT=ON \
|
||||||
-DENABLE_OSCAP_UTIL_PODMAN=ON \
|
-DENABLE_OSCAP_UTIL_PODMAN=ON \
|
||||||
-DENABLE_OSCAP_UTIL_VM=ON \
|
-DENABLE_OSCAP_UTIL_VM=ON \
|
||||||
-DENABLE_OSCAP_REMEDIATE_SERVICE=OFF \
|
-DENABLE_OSCAP_REMEDIATE_SERVICE=OFF \
|
||||||
-DOPENSCAP_PROBE_LINUX_DPKGINFO=OFF \
|
|
||||||
..
|
..
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
make docs
|
make docs
|
||||||
@ -217,37 +215,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/oscap-run-sce-script
|
%{_bindir}/oscap-run-sce-script
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Apr 09 2026 Matthew Burket <mburket@redhat.com> - 1.3.14-1
|
|
||||||
- Rebase to the latest upstream version (RHEL-161761)
|
|
||||||
|
|
||||||
* Mon Dec 08 2025 Matthew Burket <mburket@redhat.com> - 1.3.13-1
|
|
||||||
- Rebase to the latest upstream version (RHEL-133977)
|
|
||||||
- Add note that oscap xccdf eval --local-file only works with SCAP 1.3 data streams (RHEL-74343)
|
|
||||||
|
|
||||||
* Mon May 05 2025 Evgenii Kolesnikov <ekolesni@redhat.com> - 1:1.3.12-2
|
|
||||||
- Initialize tmt (RHEL-43240)
|
|
||||||
|
|
||||||
* Fri Apr 25 2025 Evgenii Kolesnikov <ekolesni@redhat.com> - 1:1.3.12-1
|
|
||||||
- Upgrade to the latest upstream release (RHEL-88842)
|
|
||||||
- Fix error when tailoring DISA content (RHEL-34104)
|
|
||||||
- Fix OSCAP_PROBE_IGNORE_PATHS handling (RHEL-67297)
|
|
||||||
|
|
||||||
* Wed Aug 07 2024 Milan Lysonek <mlysonek@redhat.com> - 1.3.10-3
|
|
||||||
- Switch gating to tmt plan (RHEL-43240)
|
|
||||||
|
|
||||||
* Mon Apr 08 2024 Jan Černý <jcerny@redhat.com> - 1.3.10-2
|
|
||||||
- Explicitely disable dpkginfo probe
|
|
||||||
|
|
||||||
* Tue Apr 02 2024 Jan Černý <jcerny@redhat.com> - 1.3.10-1
|
|
||||||
- Rebase to the latest upstream version (RHEL-31221)
|
|
||||||
- Add ability to define a limit of collected items (RHEL-11925)
|
|
||||||
- Add option --references that can select rules based on their reference (RHEL-1479)
|
|
||||||
|
|
||||||
* Fri Jul 14 2023 Evgenii Kolesnikov <ekolesni@redhat.com> - 1.3.8-1
|
|
||||||
- Upgrade to the latest upstream release (rhbz#2217441)
|
|
||||||
- Add offline support for sysctl probe (rhbz#2185791)
|
|
||||||
- Fix systemd* probes unit enumeration (rhbz#2219533)
|
|
||||||
|
|
||||||
* Fri Jan 27 2023 Jan Černý <jcerny@redhat.com> - 1.3.7-1
|
* Fri Jan 27 2023 Jan Černý <jcerny@redhat.com> - 1.3.7-1
|
||||||
- Upgrade to the latest upstream release (rhbz#2159290)
|
- Upgrade to the latest upstream release (rhbz#2159290)
|
||||||
- Fix error when processing OVAL filters (rhbz#2126882)
|
- Fix error when processing OVAL filters (rhbz#2126882)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user