changeset 12:100294ec1a1f

Added -r option to mock command.
author Lillian Angel <langel@redhat.com>
date Wed, 11 Jul 2007 15:06:57 -0400
parents 2c27bd4a1783
children e6c545656872
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Jul 05 18:31:15 2007 -0400
+++ b/Makefile	Wed Jul 11 15:06:57 2007 -0400
@@ -103,7 +103,7 @@
 	hg tag $(NAME)-$(VERSION)-$(RELEASE)
 
 mockbuild: srpm
-	mock --arch=$(ARCH) $(NAME)-$(VERSION)-$(RELEASE).src.rpm
+	mock -r fedora-devel-$(ARCH) --arch=$(ARCH) $(NAME)-$(VERSION)-$(RELEASE).src.rpm
 
 prep: sources $(TARGETS)
 	$(RPM_WITH_DIRS) --nodeps -bp --target $(ARCH) $(SPECFILE)