Drop support for f16, f17 (obsolete) and add support for f19.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 14 Mar 2013 13:24:09 +0000 (13:24 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 14 Mar 2013 13:24:09 +0000 (13:24 +0000)
Makefile.am
README

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
diff --git a/README b/README
index 6452099..3c09ebb 100644 (file)
--- a/README
+++ b/README
@@ -49,10 +49,6 @@ Do:
   make
   make dist
 
-  make koji-f17
-or:
-  make koji-f16
+  make koji-f18
 or:
-  make koji-f15
-
-Currently we require >= f15 because this appliance uses systemd.
+  make koji-f17