New Version 19.0

This commit is contained in:
Brian C. Lane 2013-02-28 11:53:34 -08:00
parent bcdd43997b
commit 7ba9fb4f16
3 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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 <bcl@redhat.com> 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 <bcl@redhat.com> 18.31-1
- add syslinux and ssm (bcl@redhat.com)
- Add filesystem image install support (bcl@redhat.com)

View File

@ -1 +1 @@
18.31-1 /
19.0-1 /