Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gpg2 for openSUSE:Factory checked in at 2025-10-01 18:55:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gpg2 (Old) and /work/SRC/openSUSE:Factory/.gpg2.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gpg2" Wed Oct 1 18:55:43 2025 rev:192 rq:1308161 version:2.5.12 Changes: -------- --- /work/SRC/openSUSE:Factory/gpg2/gpg2.changes 2025-09-10 17:29:36.623940363 +0200 +++ /work/SRC/openSUSE:Factory/.gpg2.new.11973/gpg2.changes 2025-10-01 18:55:56.343847192 +0200 @@ -1,0 +2,5 @@ +Tue Sep 30 10:53:09 UTC 2025 - Pedro Monreal <[email protected]> + +- Remove the infodir directory if it exists. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gpg2.spec ++++++ --- /var/tmp/diff_new_pack.3AmucE/_old 2025-10-01 18:55:57.279886391 +0200 +++ /var/tmp/diff_new_pack.3AmucE/_new 2025-10-01 18:55:57.279886391 +0200 @@ -1,7 +1,7 @@ # # spec file for package gpg2 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # Copyright (c) 2025 Andreas Stieger <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -133,8 +133,8 @@ # delete to prevent fdupes from creating cross-partition hardlink rm -rf %{buildroot}%{_docdir}/gpg2/examples/gpgconf.conf -# remove info dir -rm %{buildroot}%{_infodir}/dir +# remove info dir if exists +rm -f %{buildroot}%{_infodir}/dir # compat symlinks ln -sf gpg %{buildroot}%{_bindir}/gpg2
