From e9e1669c14268081bd9e9e5263229e515cdd8280 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Tue, 22 Jul 2014 14:11:34 -0500 Subject: [PATCH] update readme to require scl-utils-build to use return_disttag.sh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b69e93..a26193b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Tools: * centos.git.repolist.py: This package gets list of repos from gitblit RPC, used to grab CentOS sources. Requires the package 'python-requests' which is in the EPEL repo for CentOS-6. Has a -b switch to pick a specific branch (defaults to master, but you might want to use -b c7) - * return_disttag.sh: Extracts what appears to be the value of %{dist} from the commit message + * return_disttag.sh: Extracts what appears to be the value of %{dist} from the commit message. NOTE: Requires the package scl-utils-build to be installed to use. * rpm-tree-prep.sh: A very simple script that prepares a git tree for patching. (runs rpmbuild -bp on the tree)