New Version 19.0
This commit is contained in:
parent
bcdd43997b
commit
7ba9fb4f16
2
Makefile
2
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
|
||||
|
@ -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)
|
||||
|
@ -1 +1 @@
|
||||
18.31-1 /
|
||||
19.0-1 /
|
||||
|
Loading…
Reference in New Issue
Block a user