- 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:
parent
6029d9eadd
commit
0b93c7bbe0
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/lorax-20.4.tar.gz
|
||||
/lorax-21.0.tar.gz
|
||||
/lorax-21.1.tar.gz
|
||||
/lorax-21.2.tar.gz
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user