summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-06-25 20:38:22 +0000
committerJeremy Katz <katzj@redhat.com>2004-06-25 20:38:22 +0000
commit47bf00c12c548aba94b0eac35f5e0b9d249c1792 (patch)
tree6086c3f1157c214e8e8d03d7562891b4c6c9dac3 /Makefile
parentdce9999200bf2b52cf5b488c389ebb48dfa8ef14 (diff)
downloadanaconda-47bf00c12c548aba94b0eac35f5e0b9d249c1792.tar.gz
anaconda-47bf00c12c548aba94b0eac35f5e0b9d249c1792.tar.xz
anaconda-47bf00c12c548aba94b0eac35f5e0b9d249c1792.zip
beehive-srpm, take two
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 594955de6..35cc8cd2b 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,9 @@ tag:
archive: create-archive
-beehive-srpm: src
+beehive-srpm: create-snapshot
+ DIR = $(shell pwd)
+ @rpmbuild --define "_sourcedir $(DIR)" --define "_srcrpmdir $(DIR)" --define "_builddir $(BUILDDIR)" --define "_rpmdir $(RPMDIR)" --nodeps -ts anaconda-$(VERSION).tar.bz2
@mv anaconda-$(VERSION)-$(RELEASE).src.rpm src.rpm
src: create-archive