Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openscap for openSUSE:Factory 
checked in at 2024-02-29 21:51:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openscap (Old)
 and      /work/SRC/openSUSE:Factory/.openscap.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openscap"

Thu Feb 29 21:51:35 2024 rev:85 rq:1153358 version:1.3.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/openscap/openscap.changes        2023-09-22 
21:50:11.478909569 +0200
+++ /work/SRC/openSUSE:Factory/.openscap.new.1770/openscap.changes      
2024-02-29 21:51:57.545510176 +0100
@@ -1,0 +2,5 @@
+Tue Feb 27 22:23:26 UTC 2024 - Jaime Marquínez Ferrándiz 
<[email protected]>
+
+- Use the correct documentation's path.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openscap.spec ++++++
--- /var/tmp/diff_new_pack.uJGQpM/_old  2024-02-29 21:51:59.269572587 +0100
+++ /var/tmp/diff_new_pack.uJGQpM/_new  2024-02-29 21:51:59.269572587 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openscap
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -186,6 +186,9 @@
 %build
 %cmake \
        -DENABLE_DOCS=TRUE \
+%if 0%{?suse_version} < 1600
+       -DCMAKE_INSTALL_DOCDIR:PATH=%{_docdir}/%{name} \
+%endif
        -DCMAKE_SHARED_LINKER_FLAGS="" \
        -DENABLE_OSCAP_REMEDIATE_SERVICE=TRUE \
        -DWITH_PCRE2=ON \
@@ -282,10 +285,11 @@
 %{_libdir}/libopenscap.so.%{sover}*
 
 %files devel
-%dir %{_datadir}/doc/openscap
+%dir %{_docdir}/openscap
+%{_docdir}/openscap/html
+%{_docdir}/openscap/manual
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
-%{_datadir}/doc/openscap/*
 %{_includedir}/*
 
 %files docker

++++++ openscap-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.uJGQpM/_old  2024-02-29 21:51:59.321574470 +0100
+++ /var/tmp/diff_new_pack.uJGQpM/_new  2024-02-29 21:51:59.321574470 +0100
@@ -1,5 +1,5 @@
 # can not change docs implementation
-addFilter("files-duplicate /usr/share/doc/openscap/html/search")
+addFilter("files-duplicate /usr/share/doc/packages/openscap/html/search")
 # ignore duplicates in different schema versions
 addFilter("files-duplicate /usr/share/openscap/schemas")
 

Reply via email to