summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 542cdcfbd..fe5f17d2a 100644
--- a/Makefile
+++ b/Makefile
@@ -153,3 +153,6 @@ bumpver:
(head -n $$cl anaconda.spec ; echo "$$DATELINE" ; cat newspeclog ; echo ""; cat speclog) > anaconda.spec.new ; \
mv anaconda.spec.new anaconda.spec ; rm -f speclog ; rm -f newspeclog ; \
sed -i "s/Version: $(VERSION)/Version: $$NEWVERSION/" anaconda.spec
+
+install-buildrequires:
+ yum install $$(grep BuildRequires: anaconda.spec | cut -d ' ' -f 2))