[Rpm-maint] [rpm-software-management/rpm] RPM 6.0.1 release (PR #4064)

Michal Domonkos notifications at github.com
Wed Dec 10 11:56:46 UTC 2025


Fixes: #4062
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/4064

-- Commit Summary --

  * Fix typo in rpmsign man page
  * Fix typos in man pages
  * Add the ability for other macro files to pass options to the find_debuginfo script via a new variable: _find_debuginfo_extra_opts
  * Rename _find_debuginfo_extra_opts to _find_debuginfo_vendor_opts
  * rpmio/lposix.cc: remove LUALIB_API in luaopen_posix() definition
  * Fix build regression on WITH_SEQUOIA=OFF
  * Add API docs for pgpDigParamsSalt()
  * Document that --rmsource does not affect NoSource and NoPatch
  * Don't run CI on docs-only changes
  * Add man page linter workflow file
  * Use preferred terms as per man-pages(7)
  * Fix doubled words in man pages
  * Fix URL in rpm-queryformat(7)
  * Make rpm-plugins(8) more discoverable and drop outdated note from it
  * Remove dot from docs
  * Fix missing link to dependency generator documentation
  * Fix a trivial documentation mistake
  * Fix a trivial documentation mistake
  * Use proper man page references
  * Make EXAMPLE sections in man pages more consistent
  * Fix wrong macro in rpmsign(1) example
  * Drop a redundant .resize() on vector before .insert()
  * Refactor path lists in YAML files
  * Don't run CI on any documentation update
  * Update rpmdeps(1) to use the documented <operation> style
  * Fix a relocation related crash in fingerprinting
  * Obtain fingerprint from rpmPubkey directly
  * Fix rpmkeys --delete regression for short keyids
  * Use a friend function in delete_key()
  * Add a BUGS section to rpm-common(8), noting some exceptions
  * Point obsolete rpm operation aliases to the right direction
  * Fix CMake 3.31 normalized path warning
  * Fix FILEDEPENDSX size regression in 6.0
  * Add extra tests to ensure all file-related arrays are the same size
  * manual: '32 bit' / '64 bit' => '32-bit' / '64-bit'
  * Codespell fixes in docs/manual/
  * manual: codespell judgement calls
  * docs/man: codespell fixes (all simple typos)
  * Bump CI to Fedora 43
  * Improve error handling on keystore load
  * Emit warning instead of error on failed key read
  * Refactor some install verify tests to separate RPMTEST_CHECK blocks
  * Add test cases for multi signature verification with disabled algos
  * Explicitly require at least one success and no failures for verify pass
  * Ignore NOTTRUSTED returns in verification
  * Fix typo in tsort doc
  * Don't assume all digests we look for can be found during signing
  * Fix a typo/thinko in verify element sorting per algorithms
  * Fix some typos in rpmbuild-config(5)
  * Add remaining tunables to rpmbuild-config(5)
  * Reproducer tests for #4030
  * Add tests for %transfiletriggerun as well, missing since 2017. Uff.
  * Lift the transfiletrigger skip logic to a helper function
  * Fix file triggers running twice from add/remove elements on upgrade
  * Add some missing RPMVSF_ values to the manual and Python bindings
  * Fix up RPMVSF_ entries in man page
  * AIX: Fix compilation error due to __errno_location
  * Document that rpmtsOrder() output depends on package addition order
  * Add entry about %caps to spec manual
  * Standardize on stdin/stdout/stderr use in manuals
  * Add portability wrappers for program name handling
  * Add generic program name handlers

-- File Changes --

    M .github/workflows/gh-pages.yml (2)
    M .github/workflows/linux.yml (12)
    A .github/workflows/scdoc.yml (24)
    M build/rpmfc.cc (4)
    M docs/man/gendiff.1.scd (2)
    M docs/man/rpm-common.8.scd (11)
    M docs/man/rpm-config.5.scd (6)
    M docs/man/rpm-lua.7.scd (18)
    M docs/man/rpm-macrofile.5.scd (12)
    M docs/man/rpm-macros.7.scd (22)
    M docs/man/rpm-man-template.scd (20)
    M docs/man/rpm-manifest.5.scd (16)
    M docs/man/rpm-payloadflags.7.scd (4)
    M docs/man/rpm-plugin-prioreset.8.scd (2)
    M docs/man/rpm-plugins.8.scd (5)
    M docs/man/rpm-queryformat.7.scd (4)
    M docs/man/rpm-setup-autosign.1.scd (2)
    M docs/man/rpm-version.7.scd (2)
    M docs/man/rpm.8.scd (46)
    M docs/man/rpm2archive.1.scd (4)
    M docs/man/rpm2cpio.1.scd (4)
    M docs/man/rpmbuild-config.5.scd (20)
    M docs/man/rpmbuild.1.scd (4)
    M docs/man/rpmdb.8.scd (4)
    M docs/man/rpmdeps.1.scd (6)
    M docs/man/rpmgraph.1.scd (2)
    M docs/man/rpmkeys.8.scd (2)
    M docs/man/rpmlua.1.scd (2)
    M docs/man/rpmsign.1.scd (18)
    M docs/man/rpmsort.1.scd (2)
    M docs/man/rpmspec.1.scd (6)
    M docs/man/rpmuncompress.1.scd (4)
    M docs/manual/about.md (4)
    M docs/manual/arch_dependencies.md (2)
    M docs/manual/buildprocess.md (4)
    M docs/manual/format_header.md (4)
    M docs/manual/format_v3.md (2)
    M docs/manual/format_v4.md (4)
    M docs/manual/format_v6.md (4)
    M docs/manual/large_files.md (16)
    M docs/manual/more_dependencies.md (4)
    M docs/manual/philosophy.md (2)
    M docs/manual/spec.md (31)
    M docs/manual/tags.md (10)
    M docs/manual/tsort.md (2)
    M docs/manual/users_and_groups.md (2)
    M include/rpm/rpmpgp.h (7)
    M include/rpm/rpmts.h (3)
    M include/rpm/rpmutil.h (4)
    M lib/fprint.cc (26)
    M lib/keystore.cc (42)
    M lib/keystore.hh (8)
    M lib/poptALL.cc (10)
    M lib/poptI.cc (2)
    M lib/rpmtriggers.cc (46)
    M lib/rpmvs.cc (23)
    M lib/transaction.cc (70)
    M macros.in (4)
    M misc/fts.c (3)
    M misc/system.h (18)
    M plugins/CMakeLists.txt (4)
    M python/rpmmodule.c (2)
    M rpmio/CMakeLists.txt (1)
    M rpmio/lposix.cc (2)
    A rpmio/progname.cc (39)
    M rpmio/rpmpgp_dummy.cc (5)
    M sign/rpmgensig.cc (4)
    M tests/Dockerfile.fedora (12)
    M tests/data/SPECS/parallel.spec (4)
    M tests/rpmbuild.at (54)
    M tests/rpmi.at (214)
    M tests/rpmscript.at (49)
    M tests/rpmsigdig.at (317)
    M tests/rpmvfylevel.at (16)
    M tools/cliutils.cc (2)
    M tools/elfdeps.cc (2)
    M tools/rpm.cc (4)
    M tools/rpm2archive.cc (2)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/4064.patch
https://github.com/rpm-software-management/rpm/pull/4064.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4064
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/4064 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20251210/2ffb9cbc/attachment-0001.htm>


More information about the Rpm-maint mailing list