RPM 6.0.1 Release Notes

December 10, 2025

This is a bugfix release addressing a couple of regressions in RPM 6.0.0 and some other issues.

Download

  • Source: rpm-6.0.1.tar.bz2
  • SHA256SUM: 44fd2e1425885288ce8e8da8f18e6b85bd380332c2972554a85860af10f86d0f

Changes since 6.0.0

Transactions

  • Fix relocation related crash in fingerprinting (#3499)
  • Fix file triggers running twice from add/remove elements on upgrade (#4030)

Packaging

  • Fix regression in FILEDEPENDSX tag size allocation (#4013)
  • Allow vendors to pass additional options to find-debuginfo (#3958)

Crypto

  • Fix regression preventing keys stored by short ID from being deleted (#3990)
  • Fix NOTTRUSTED signatures causing verification failure (#3996)
  • Fix signature sorting in verification output (#1057)
  • Fix missing error handling on keystore load (#4027)

Python API

  • Add some missing RPMVSF_ values (#4049)

Building RPM

  • Fix build regression on WITH_SEQUOIA=OFF (#3970)
  • Fix compilation on AIX (#4051) (#4056)
  • Fix CMake 3.31 normalized path warning (#3605)

Miscellaneous

  • Various man page and other documentation fixes