From: Richard W.M. Jones Date: Thu, 14 Mar 2013 13:24:09 +0000 (+0000) Subject: Drop support for f16, f17 (obsolete) and add support for f19. X-Git-Url: http://git.annexia.org/?p=a-fedora-appliance.git;a=commitdiff_plain;h=9fdec53f99a2011e4f8393fb825f18f563e2cf57;hp=24ed082d74b55fa328b941922147a5d52f3a4cd2 Drop support for f16, f17 (obsolete) and add support for f19. --- 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