- Remove /var/log/journal so journald won't write to overlay

(wwoods@redhat.com)
- Leave /etc/os-release in the initrd (#956241) (bcl@redhat.com)
- no standalone modutils package (dan@danny.cz)
- remove no longer supported arm kernel variants add the new lpae one
  (dennis@ausil.us)
- livemedia-creator: Update example kickstarts (bcl@redhat.com)
- livemedia-creator: Ignore rescue kernels (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2013-04-29 11:46:49 -07:00
parent e09e49ec48
commit c13c71a2aa
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/lorax-19.0.tar.gz /lorax-19.0.tar.gz
/lorax-19.1.tar.gz /lorax-19.1.tar.gz
/lorax-19.2.tar.gz /lorax-19.2.tar.gz
/lorax-19.3.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil} %define debug_package %{nil}
Name: lorax Name: lorax
Version: 19.2 Version: 19.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Tool for creating the anaconda install images Summary: Tool for creating the anaconda install images
@ -84,6 +84,16 @@ make DESTDIR=$RPM_BUILD_ROOT install
%changelog %changelog
* Mon Apr 29 2013 Brian C. Lane <bcl@redhat.com> 19.3-1
- Remove /var/log/journal so journald won't write to overlay
(wwoods@redhat.com)
- Leave /etc/os-release in the initrd (#956241) (bcl@redhat.com)
- no standalone modutils package (dan@danny.cz)
- remove no longer supported arm kernel variants add the new lpae one
(dennis@ausil.us)
- livemedia-creator: Update example kickstarts (bcl@redhat.com)
- livemedia-creator: Ignore rescue kernels (bcl@redhat.com)
* Mon Apr 15 2013 Brian C. Lane <bcl@redhat.com> 19.2-1 * Mon Apr 15 2013 Brian C. Lane <bcl@redhat.com> 19.2-1
- Let devices get detected and started automatically. (dlehman@redhat.com) - Let devices get detected and started automatically. (dlehman@redhat.com)
- Fix import of version (bcl@redhat.com) - Fix import of version (bcl@redhat.com)

View File

@ -1 +1 @@
55e525fef8f3eb4ffa9dbc7eab4e78c6 lorax-19.2.tar.gz d310d47c162ba74de939d4a7e237dc65 lorax-19.3.tar.gz