diff --git a/openscap.spec b/openscap.spec index b6fdef9..7abcc56 100644 --- a/openscap.spec +++ b/openscap.spec @@ -1,6 +1,6 @@ Name: openscap Version: 1.3.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of open source libraries enabling integration of the SCAP line of standards Group: System Environment/Libraries License: LGPLv2+ @@ -138,6 +138,7 @@ cd build -DENABLE_OSCAP_UTIL_PODMAN=ON \ -DENABLE_OSCAP_UTIL_VM=ON \ -DENABLE_OSCAP_REMEDIATE_SERVICE=OFF \ + -DOPENSCAP_PROBE_LINUX_DPKGINFO=OFF \ .. make %{?_smp_mflags} make docs @@ -215,6 +216,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/oscap-run-sce-script %changelog +* Mon Apr 08 2024 Jan Černý - 1.3.10-2 +- Explicitely disable dpkginfo probe + * Tue Apr 02 2024 Jan Černý - 1.3.10-1 - Rebase to the latest upstream version (RHEL-31221) - Add ability to define a limit of collected items (RHEL-11925)