From 577e9cc52428811af56d473f7819d3ad15f0c44f Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 25 Sep 2013 09:54:44 -0700 Subject: [PATCH] - drop dracut args from config files (#1008054) (bcl@redhat.com) - livemedia-creator: Update example kickstart (bcl@redhat.com) --- .gitignore | 1 + lorax.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c776ca2..f43beb5 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /lorax-19.8.tar.gz /lorax-20.0.tar.gz /lorax-20.1.tar.gz +/lorax-20.2.tar.gz diff --git a/lorax.spec b/lorax.spec index 158d36b..e30c239 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 20.1 +Version: 20.2 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -78,6 +78,8 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %files %defattr(-,root,root,-) %doc COPYING AUTHORS README.livemedia-creator +%doc docs/fedora-livemedia.ks +%doc docs/fedora-livemedia-ec2.ks %{python_sitelib}/pylorax %{python_sitelib}/*.egg-info %{_sbindir}/lorax @@ -90,6 +92,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1* %changelog +* Wed Sep 25 2013 Brian C. Lane 20.2-1 +- drop dracut args from config files (#1008054) (bcl@redhat.com) +- livemedia-creator: Update example kickstart (bcl@redhat.com) + * Mon Sep 09 2013 Brian C. Lane 20.1-1 - Yaboot to grub2 conversion cleanup. (dwa@redhat.com) - Firstboot is not an anaconda dependency (vpodzime@redhat.com) diff --git a/sources b/sources index 6a21dbe..940caf1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b0905fe49c8eab9485237f42d04b0971 lorax-20.1.tar.gz +0e145ad1c6311ec60e722eca02be35dd lorax-20.2.tar.gz