Package Release Info

rpm-4.20.1-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

rpm-32bit
rpm-plugin-unshare

Change Logs

* Mon Jun 02 2025 mls@suse.de
- use the pubkey modification time instead of the creation time
  as the release number, as it was with older rpm versions
  * new patch: pgpreleasemtime.diff
* Wed May 21 2025 mls@suse.de
- fix posttrans scriptlet argument in the update case [bsc#1243279]
  * updated patch: posttrans.diff
- fix postuntrans scriptlets not being run if dump_posttrans is set
* Fri Apr 25 2025 mls@suse.de
- print scriptlet messages in --runposttrans
  * needed to fix leaking tmp files [bsc#1218459]
  * updated patch: posttrans.diff
- backport architecture check fix from upstream
  * new patch: archcheck.diff
- backport empty password fix from upstream
  * new patch: emptypw.diff
- backport buildsys specific prep fix from upstream
  * new patch: buildsysprep.diff
- fix memory leak in str2locale [bsc#1241052]
  * updated patch: localetag.diff
* Wed Mar 26 2025 mls@suse.de
- Backport check_c_compiler_flag cmake tests fix from upstream
  The old code would pick up -fhardened by accident
  * new patch: cmake_fhardened.diff
* Fri Mar 07 2025 mls@suse.de
- update to rpm-4.20.1
  * add support for fully locked user accounts in sysusers.d
  * fix unmodified %config files being removed in case of an
    unpack failure
  * fix lua deprecation warnings being shown packages built with
    old rpm versions
  * ignore all files in macro directories that do not end with an
    alphanumeric character
- refreshed patches:
  * rpmqpack.diff
  * unshare.diff
  * rpm2archive.diff
- dropped patches:
  * debugpackage.diff
  * nextfiles.diff
  * buildsys.diff
* Wed Feb 12 2025 mls@suse.de
- make the rpm package not depend on libarchive
  * move the rpmuncompress tool to rpm-build
  * rewrite rpm2archive to not use libarchive for cpio/tar writing
  * new patch: rpm2archive.diff
- revert buildroot macro setting that did more harm than good
- add set_to_buildtime and set_to_source_date_epoch mtime policy
  support
  * new patch: mtime_policy_set.diff
- drop unused 0001-Add-option-to-set-mtime-of-files-in-rpms.patch
  patch
- do not output debug messages in rpmspec -q if a buildsystem is
  used
  * new patch: buildsys.diff
* Mon Feb 03 2025 mls@suse.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 mls@suse.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@suse.de
- 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 mls@suse.de
- make misuses of %global with %buildroot work again
  * new patch: undefbuildroot.diff