Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rpmrebuild for openSUSE:Factory checked in at 2025-12-15 12:05:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpmrebuild (Old) and /work/SRC/openSUSE:Factory/.rpmrebuild.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpmrebuild" Mon Dec 15 12:05:19 2025 rev:30 rq:1322845 version:2.21 Changes: -------- --- /work/SRC/openSUSE:Factory/rpmrebuild/rpmrebuild.changes 2024-07-01 11:21:45.374089765 +0200 +++ /work/SRC/openSUSE:Factory/.rpmrebuild.new.1939/rpmrebuild.changes 2025-12-15 12:07:04.505228050 +0100 @@ -1,0 +2,34 @@ +Sun Dec 14 12:59:18 UTC 2025 - Bruno Friedmann <[email protected]> + +- update to 2.21: + * allow multiline spec changes (Michel Bourget) + * fix rpm2archive syntax for rhel 9 (Blair Zajac) + * skip install test for gpg-pubkey packages +- fix boo#1247386 +- remove patch rpmrebuild-fix-bashisms.patch as bash is mandatory + anyways. +- update to 2.20 + * cpio is legacy, replace it by tar (rpm2cpio => rpm2archive) + * remove warning : Explicit %attr() mode not applicable to symlink + * bugfix : the comment-missing option was not working on rpm files + * tests : clean generated files + * tests : only use RPMREBUILD_IGNORE_FILE_ERROR if necessary + * tests : add test numbers in code + * fix build on fedora 41 (buildroot) + * use RPMREBUILD_NOQUOTE on some distribution if filenames contains meta-car + * bugfix comment missing with spec-only on rpm file + * bugfix file with space +- update to 2.19 + * Set the directory mode to '-' instead of omit (xujing) + * support filetrigger (merged from github repo) + * fix IsPackageInstalled code + * fix trailing space (yixian) + * fix backslash in filename + * add rpm tag BUGURL + * add rpm tag VCS + * new plugin empty_section + * add in specfile a guide to use rpmbuild if spec-only + * new plugin replacefile + * new env variable RPMREBUILD_IGNORE_FILE_ERROR (allow to work if not root) + +------------------------------------------------------------------- Old: ---- rpmrebuild-2.18.tar.gz rpmrebuild-fix-bashisms.patch New: ---- rpmrebuild-2.21.tar.gz ----------(Old B)---------- Old:- fix boo#1247386 - remove patch rpmrebuild-fix-bashisms.patch as bash is mandatory anyways. ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpmrebuild.spec ++++++ --- /var/tmp/diff_new_pack.2q3oEp/_old 2025-12-15 12:07:05.073251927 +0100 +++ /var/tmp/diff_new_pack.2q3oEp/_new 2025-12-15 12:07:05.073251927 +0100 @@ -1,7 +1,7 @@ # # spec file for package rpmrebuild # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: rpmrebuild -Version: 2.18 +Version: 2.21 Release: 0 Summary: A tool to build a rpm file from the rpm database License: GPL-2.0-or-later @@ -26,7 +26,6 @@ Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch1: gpl-license.patch Patch2: gpl-COPYRIGHT-address.patch -Patch3: rpmrebuild-fix-bashisms.patch Requires: bash Requires: coreutils Requires: cpio @@ -49,11 +48,12 @@ # Remove shebang on script that are sourced and not executed find . -iname "*.src" -exec sed -i 's,^#!%{_bindir}/env bash,,g' {} \; # As in 2.15 remove env usage to static path -find . -iname "*.sh" -exec sed -i 's,^#!%{_bindir}/env bash,#!%{_bindir}/sh,g' {} \; +find . -iname "*.sh" -exec sed -i 's,^#!%{_bindir}/env bash,#!%{_bindir}/bash,g' {} \; # Same for those -find . -iname "*.sh" -exec sed -i 's,^#!%{_bindir}/env sh,#!%{_bindir}/sh,g' {} \; +find . -iname "*.sh" -exec sed -i 's,^#!%{_bindir}/env sh,#!%{_bindir}/bash,g' {} \; # and last -sed -i 's,^#!%{_bindir}/env sh,#!%{_bindir}/sh,g' rpmrebuild +sed -i 's,^#!%{_bindir}/env bash,#!%{_bindir}/bash,g' rpmrebuild +sed -i 's,^#!%{_bindir}/env sh,#!%{_bindir}/bash,g' rpmrebuild %install %make_install ++++++ rpmrebuild-2.18.tar.gz -> rpmrebuild-2.21.tar.gz ++++++ ++++ 2225 lines of diff (skipped)
