From 8599cf0e5bece0a6d5f2016d44bf11b4d30123f9 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Jul 03 2018 18:47:34 +0000 Subject: Update README. --- diff --git a/README.rst b/README.rst index f235bc1..dde926d 100644 --- a/README.rst +++ b/README.rst @@ -21,9 +21,18 @@ fedora-getspecs Will download and unpack the nightly specfile tarball or git checkout seed. -find-ldconfig-calls -------------------- +find-needless-defattr +--------------------- -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. +Will find all specfiles in a given directory which include %defattr statements +immediately following a %files section which only set the default values. + +find-scriptlets-matching +------------------------ + +Will work through a tree of binary RPMs, find all those which contain +scriptlets matching a given pattern (outside of comments) and produce a list of +the corresponding source packages. + +For convenience, will look for ldconfig and install-info calls when called as +find-ldconfig-calls and find-installinfo-calls, respectively.