diff --git a/openscap.spec b/openscap.spec index b43aeb7..836448d 100644 --- a/openscap.spec +++ b/openscap.spec @@ -1,6 +1,6 @@ Name: openscap Version: 1.3.3 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 1 Summary: Set of open source libraries enabling integration of the SCAP line of standards License: LGPLv2+ @@ -122,7 +122,9 @@ Tool for scanning Atomic containers. %autosetup -p1 %build -%cmake -DENABLE_DOCS=ON .. +# gconf is a legacy system not used any more, and it blocks testing of oscap-anaconda-addon +# as gconf is no longer part of the installation medium +%cmake -DENABLE_DOCS=ON .. -DOPENSCAP_PROBE_UNIX_GCONF=OFF -DGCONF_LIBRARY= %cmake_build make docs @@ -195,6 +197,11 @@ pathfix.py -i %{__python3} -p -n $RPM_BUILD_ROOT%{_bindir}/scap-as-rpm %{_mandir}/man8/oscap-podman.8* %changelog +* Thu Aug 27 2020 Jan Černý - 1:1.3.3-6 +- Disabled the gconf probe, and removed the gconf dependency. + gconf is a legacy system not used any more, and it blocks testing of oscap-anaconda-addon + as gconf is no longer part of the installation medium for Fedora 32 + * Tue Jul 28 2020 Fedora Release Engineering - 1:1.3.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild