README.rst

Miscellaneous Utilities for Fedora Packaging

This repository contains some random utilities related to Fedora packaging.

find-package-maintainers

Accepts a file of source package names, one package name per file. This should just be the name, not including any version/release information.

Outputs two lists to stdout:

  • One listing each package alongside all of that package's maintainers
  • One listing each maintainer alongsize all of the packages in the list which they maintain.

fedora-getspecs

Will download and unpack the nightly specfile tarball or git checkout seed.

find-ldconfig-calls

Will work through a tree of binary RPMs and find all source packages containing scriptlets which call ldconfig. You must already have the packages downloaded; it won't fetch them for you.