- Activate anaconda-shell@.service on switch to empty VT (#980062)

(wwoods@redhat.com)
- flush data to disk after mkfsimage (#1052175) (bcl@redhat.com)
- livemedia-creator: Use findkernels instead of KernelInfo (bcl@redhat.com)
- Print error when kickstart is missing (#1052872) (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2014-01-24 16:40:40 -08:00
parent 6029d9eadd
commit 0b93c7bbe0
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@
/lorax-20.4.tar.gz
/lorax-21.0.tar.gz
/lorax-21.1.tar.gz
/lorax-21.2.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: lorax
Version: 21.1
Version: 21.2
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -93,6 +93,13 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/*.1*
%changelog
* Fri Jan 24 2014 Brian C. Lane <bcl@redhat.com> 21.2-1
- Activate anaconda-shell@.service on switch to empty VT (#980062)
(wwoods@redhat.com)
- flush data to disk after mkfsimage (#1052175) (bcl@redhat.com)
- livemedia-creator: Use findkernels instead of KernelInfo (bcl@redhat.com)
- Print error when kickstart is missing (#1052872) (bcl@redhat.com)
* Tue Dec 17 2013 Brian C. Lane <bcl@redhat.com> 21.1-1
- Add initial 64-bit ARM (aarch64) support (#1034432) (dmarlin@redhat.com)

View File

@ -1 +1 @@
48ce472c7cd06ba54b852295e5cdccd3 lorax-21.1.tar.gz
e383f68865ab61c4ea87d4d13bd2b0d5 lorax-21.2.tar.gz