[PATCH] koji Makfile test-rpm target broken

Paul B Schroeder paul.schroeder at bluecoat.com
Fri Jan 9 19:54:25 UTC 2009


Shouldn't the 'test-rpm' target depend upon 'test-tarball', not 'tarball'?


diff --git a/Makefile b/Makefile
index 7432f31..d9b1af9 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ srpm: tarball
 rpm: tarball
        $(RPM_WITH_DIRS) $(DIST_DEFINES) -bb $(SPECFILE)
 
-test-rpm: tarball
+test-rpm: test-tarball
        $(RPM_WITH_DIRS) $(DIST_DEFINES) --define "testbuild 1" -bb $(SPECFILE)
 
 tag::



-- 
---
Paul B Schroeder <paul.schroeder "at" bluecoat "dot" com>
Blue Coat Systems, Inc.




More information about the Fedora-buildsys-list mailing list