From 9fdec53f99a2011e4f8393fb825f18f563e2cf57 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 14 Mar 2013 13:24:09 +0000 Subject: [PATCH] Drop support for f16, f17 (obsolete) and add support for f19. --- Makefile.am | 24 ++++++++---------------- README | 8 ++------ 2 files changed, 10 insertions(+), 22 deletions(-) diff --git a/Makefile.am b/Makefile.am index 363af81..eb43bf6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 --- 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 -- 1.8.3.1