Drop support for f16, f17 (obsolete) and add support for f19.
[a-fedora-appliance.git] / Makefile.am
index 363af81..eb43bf6 100644 (file)
@@ -69,26 +69,18 @@ local-boot:
        ./boot-a-fedora-appliance --local
 
 # To build an RPM in Koji.
-koji-f17:
-       rpmbuild -bs \
-         --define "_srcrpmdir $$(pwd)" \
-         --define "_sourcedir $$(pwd)" \
-         --define "dist .fc17" a-fedora-appliance.spec
-       koji build --scratch f17 \
-         $(PACKAGE_NAME)-$(PACKAGE_VERSION)-$(RELEASE).fc17.src.rpm
-
-koji-f16:
+koji-f18:
        rpmbuild -bs \
          --define "_srcrpmdir $$(pwd)" \
          --define "_sourcedir $$(pwd)" \
-         --define "dist .fc16" a-fedora-appliance.spec
-       koji build --scratch f16 \
-         $(PACKAGE_NAME)-$(PACKAGE_VERSION)-$(RELEASE).fc16.src.rpm
+         --define "dist .fc18" a-fedora-appliance.spec
+       koji build --scratch f18 \
+         $(PACKAGE_NAME)-$(PACKAGE_VERSION)-$(RELEASE).fc18.src.rpm
 
-koji-f15:
+koji-f17:
        rpmbuild -bs \
          --define "_srcrpmdir $$(pwd)" \
          --define "_sourcedir $$(pwd)" \
-         --define "dist .fc15" a-fedora-appliance.spec
-       koji build --scratch dist-f15 \
-         $(PACKAGE_NAME)-$(PACKAGE_VERSION)-$(RELEASE).fc15.src.rpm
+         --define "dist .fc17" a-fedora-appliance.spec
+       koji build --scratch f17 \
+         $(PACKAGE_NAME)-$(PACKAGE_VERSION)-$(RELEASE).fc17.src.rpm