Changelog for
rpm-devel-4.20.0-2.1.i586.rpm :
* Mon Feb 03 2025 mlsAATTsuse.de- allow to have the primary binding signature in the unhashed area
* updated rpmpgp_legacy-1.0.tar.gz to rpmpgp_legacy-1.1.tar.gz
* Thu Jan 30 2025 mlsAATTsuse.de- Split unshare plugin configuration into a new \"rpm-plugin-unshare\" subpackage. This disables the plugin unless the new package is installed.
* Thu Jan 30 2025 Adrian Schröter
- enable config.guess/sub update also for loongarch64 architecture- update config.guess/sub files to current state from autoconf-2.72
* Tue Jan 07 2025 mlsAATTsuse.de- make misuses of %global with %buildroot work again
* new patch: undefbuildroot.diff
* Thu Dec 19 2024 mlsAATTsuse.de- backport debug_package regression fix from upstream
* new patch: debugpackage.diff- fix segfault in rpmtsNextFiles
* new patch: nextfiles.diff
* Tue Dec 17 2024 mlsAATTsuse.de- allow the buildroot to be a symbolic link in check-files (needed for pesign-obs-integration)
* new patch: buildroot-symlink.diff
* Mon Dec 16 2024 mlsAATTsuse.de- update to rpm-4.20.0
* new BuildSystem directive
* support for build scriptley augmenting
* per-package build directory available as %builddir
* --build-in-place automatically sets --noprep
* new -C option for autosetup
* better support for reproducible builds
* support for group membership lines
* new rpm.spawn() lua function
* support indentation in spec tags
* new rpmdump tool- switch to rpmpgp-legacy-1.0- disable buildroot check in rpmlintrc for now- refreshed patches:
* brp.diff macrosin.diff rpmqpack.diff specfilemacro.diff
* noprereqdeprec.diff fileattrs.diff assumeexec.diff
* enable-postin-scripts-error.diff findsupplements.diff
* db_conversion.diff canongnu.diff cmake_python_version.diff
* zstdpool.diff posttrans.diff
* auto-config-update-aarch64-ppc64le.diff
* 0002-log-build-time-if-it-is-set-from-SOURCE_DATE_EPOCH.patch
* 0003-Error-out-on-a-missing-changelog-date.patch- add compatibility %buildroot definition- backport unshare fix from upstream and extend it a bit
* new patch: unshare.diff
* Mon Nov 11 2024 Michal Suchanek - Bump debugedit version (bsc#1233156)
* Wed Sep 04 2024 Dirk Stoecker - move perl packaging to own package adapt fileattrs.diff
* Fri Mar 01 2024 Marcus Meissner - added a missing %patch NR conversion
* Thu Feb 15 2024 Jan Zerebecki - Add patches to enable reproducible builds by default (bsc#1148824). For upstream versions see: https://github.com/rpm-software-management/rpm/pull/2880 0001-Add-option-to-set-mtime-of-files-in-rpms.patch 0002-log-build-time-if-it-is-set-from-SOURCE_DATE_EPOCH.patch 0003-Error-out-on-a-missing-changelog-date.patch
* Fri Feb 09 2024 mlsAATTsuse.de- update to rpm-4.19.1.1
* don\'t warn about missing user/group on skipped files
* make user/group lookup caching thread-safe
* fix regression in Lua scriptlet runaway child detection
* restore readline support as an explicit option- refreshed patches:
* rpmqpack.diff- fix _host_cpu being wrong on arm and ppc
* Wed Feb 07 2024 mlsAATTsuse.de- fix %_host not containing the abi suffix on arm [bnc#1219627] updated patch: canongnu.diff
* Fri Feb 02 2024 Ben Greiner - Need to mention the changed patches for the python-setuptools to cmake migration:
* Drop python_setup.diff
* Add cmake_python_version.diff
* Wed Dec 13 2023 Dirk Müller - fix Source url to match what is listed on https://rpm.org/download.html
* Fri Oct 27 2023 mlsAATTsuse.de- disable sysusers handling for now
* Wed Oct 11 2023 mlsAATTsuse.de- update to rpm-4.19.1
* new spec snippet support for dynamic spec generation
* new sysusers.d integration for automated user and group handling
* new CMake build system
* removal of various deprecated and/or unused APIs
* various internal code cleanups- refreshed patches:
* brp-compress-no-img.patch
* brp.diff
* brpcompress.diff
* build.diff
* enable-postin-scripts-error.diff
* fileattrs.diff
* findlang.diff
* findsupplements.diff
* langnoc.diff
* macrosin.diff
* platformin.diff
* posttrans.diff
* refreshtestarch.diff
* rpm-findlang-inject-metainfo.patch
* rpmqpack.diff
* rpmrc.diff
* selinux_transactional_update.patch
* localetag.diff
* weakdepscompat.diff
* zstdpool.diff- deleted patches:
* cpuid_lzcnt.patch
* libmagic-exceptions.patch
* remove-awk-dependency.patch
* whatrequires-doc.diff
* x86_64-microarchitectures.patch- new patches:
* python_setup.diff
* rpmsort_reverse.diff
* canongnu.diff- new file:
* build-aux.tar.bz2 (taken from rpm-4.18)- fix --runposttrans not working correctly with the --root option [bnc#1216091]
* Tue Aug 08 2023 Dirk Müller - add remove-awk-dependency.patch to be able to drop awk dependency from containers
* Tue May 30 2023 Jiri Srain - add _multibuild for multiple .spec-files
* Thu Mar 16 2023 Martin Liška - Add upstream patch libmagic-exceptions.patch that speeds up libreoffice package build.
* Thu Mar 09 2023 Fabian Vogt - add cpuid_lzcnt.patch
* Tue Dec 27 2022 Ludwig Nussel - Replace transitional %usrmerged macro with regular version check (boo#1206798)
* Mon Dec 12 2022 Dirk Müller - switch to pkgconfig(zlib) so that alternative providers can be used
* Thu Dec 08 2022 Dirk Müller - add x86_64-microarchitectures.patch
* Fri Dec 02 2022 mlsAATTsuse.de- update to rpm-4.18.0
* documentation updates
* fix query arguments containing ^ not working
* add downgrade (--oldpackage) support to --freshe
* add --path query for support for stateless file information
* add --shell option for interactive macro shell to rpmspec
* add --justdb counterpart --nodb option and matching API flag
* fix intermediate symlinks not verified (CVE-2021-35939)
* fix unowned directories created unsafely (bsc#1157880) (CVE-2021-35938)
* fix %posttrans argument on upgrade
* fix package build tree not getting removed on successful build
* add new %conf spec section for build configuration
* add %bcond macro as a nicer way of defining build conditionals
* add new rpmuncompress cli tool
* deprecate implicit \"%patch number zero\" syntax- refreshed patches:
* brp-compress-no-img.patch
* brp.diff
* brpcompress.diff
* db_conversion.diff
* findsupplements.diff
* headeradddb.diff
* nextiteratorheaderblob.diff
* posttrans.diff
* rpmqpack.diff
* rpmrc.diff
* selinux_transactional_update.patch- removed patches:
* dbrointerruptable.diff
* leave-malloc-check-set.diff
* Tue Oct 25 2022 Johannes Segitz - Add selinux_transactional_update.patch to ignore errors when setting file labels during transactional updates. They will be set upon reboot once the new policy is loaded (bsc#1204605)
* Fri Sep 23 2022 Stephan Kulow - Update the macros file to simplify the debuginfo installation We don\'t support parallel installation of the same debuginfo - and so don\'t patch the binaries to create unique build ids (easing pressure on reproducable builds when compiling twice) Patching this in rpm-config-SUSE is technically not possible (as you can\'t reliable undefine things defined in upstream macro). We tried in https://github.com/openSUSE/rpm-config-SUSE/pull/59 and /60:
* Mon Sep 12 2022 Dirk Müller - update to rpm-4.17.1.1
* Fix upstream branch setting in \"%autosetup -S git\"
* Revert \"Strip the target triplet GNU suffix more precisely.\"
* Sun Sep 04 2022 Andreas Stieger - remove-translations.diff: convert deprecated egrep to grep -E (boo#1203092)
* Thu Jul 21 2022 mlsAATTsuse.de- update to rpm-4.17.1
* new bcond macro for a nicer way to define build conditionals
* openPGP parser and IMA security fixes (CVE-2021-3521)
* buildroot policy fixes- refreshed patches:
* brp.diff- removed patches:
* verbosearg.diff
* ocaml-cmxs.diff
* 0001-fix-minimize_writes.patch
* Mon Jun 27 2022 Ludwig Nussel - remove obsolete RPM-HOWTO from 1999 (removed RPM-HOWTO.tar.bz2)- move debugedit to separate package (Removed debuginfo-mono.patch, debuglink.diff, debugsubpkg.diff, finddebuginfo-absolute-links.diff, finddebuginfo.diff, singlefilemode.diff, debugedit-5.0.tar.xz)- move python-rpm-packaging to separate package (Removed python-rpm-packaging.diff, python-rpm-packaging.tar.bz2)
* Tue May 31 2022 Dirk Müller - drop requires-ge-macro.diff: this is already in rpm-config-SUSE- enable-postin-scripts-error.diff: refresh
* Thu Apr 21 2022 Dirk Müller - update rpm-shorten-changelog.diff: fix shortening of changelog, the non-primary binary packages had the full changelog- update macrosin.diff: remove binarychangelog cutoff setting, this comes from rpm-config-SUSE now
* Wed Mar 30 2022 Martin Liška - Update zstdpool.diff in order to fix boo#1197643.
* Mon Mar 14 2022 Dirk Müller - drop rpm-deptracking.patch, this is already upstream and we were just adding it twice
* Tue Mar 08 2022 Dirk Müller - use fileprovide /usr/bin/gzip for \"rpm-build\" to make alternative providers possible
* Wed Feb 23 2022 Dirk Müller - add leave-malloc-check-set.diff to actually use MALLOC_CHECK_ during build
* Tue Feb 01 2022 Dirk Müller - invoke find-lang.sh with bash, it is a bash script (bsc#1195391)
* Fri Jan 28 2022 simon.voglAATTgmx.net- Fix minimize_writes not minimizing writes since 4.15 regression new patch: 0001-fix-minimize_writes.patch
* Fri Jan 28 2022 Dirk Müller - switch to glibc-locale-base to reduce system installation size by ~220MB (bsc#1195390)
* Thu Jan 27 2022 Ludwig Nussel - make patches git quiltimport friendlier