diff --git a/Makefile b/Makefile index e5c54e7e..faa46805 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ DESTDIR ?= / PKGNAME = lorax VERSION = $(shell awk '/Version:/ { print $$2 }' $(PKGNAME).spec) RELEASE = $(shell awk '/Release:/ { print $$2 }' $(PKGNAME).spec | sed -e 's|%.*$$||g') -TAG = r$(VERSION)-$(RELEASE) +TAG = lorax-$(VERSION)-$(RELEASE) default: all diff --git a/lorax.spec b/lorax.spec index 22a50d21..2bad5c91 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 18.31 +Version: 19.0 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -88,6 +88,11 @@ make DESTDIR=$RPM_BUILD_ROOT install %changelog +* Thu Feb 28 2013 Brian C. Lane 19.0-1 +- New Version 19.0 +- Remove some env variables (#907692) (bcl@redhat.com) +- Make sure tmpfs is enabled (#908253) (bcl@redhat.com) + * Tue Feb 12 2013 Brian C. Lane 18.31-1 - add syslinux and ssm (bcl@redhat.com) - Add filesystem image install support (bcl@redhat.com) diff --git a/rel-eng/packages/lorax b/rel-eng/packages/lorax index 2d635a23..f87b43e8 100644 --- a/rel-eng/packages/lorax +++ b/rel-eng/packages/lorax @@ -1 +1 @@ -18.31-1 / +19.0-1 /