From 5977ea3a78439bc058e9791589474725413fa77c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cern=C3=BD?= Date: Mon, 8 Apr 2024 16:30:43 +0200 Subject: [PATCH] Explicitely disable dpkginfo probe Resolves: RHEL-31221 --- openscap.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)