[lorax] - drop dracut args from config files (#1008054) (bcl at redhat.com) - livemedia-creator: Update example

Brian C. Lane bcl at fedoraproject.org
Wed Sep 25 16:54:56 UTC 2013


commit 577e9cc52428811af56d473f7819d3ad15f0c44f
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Sep 25 09:54:44 2013 -0700

    - drop dracut args from config files (#1008054) (bcl at redhat.com)
    - livemedia-creator: Update example kickstart (bcl at 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 <bcl at redhat.com> 20.2-1
+- drop dracut args from config files (#1008054) (bcl at redhat.com)
+- livemedia-creator: Update example kickstart (bcl at redhat.com)
+
 * Mon Sep 09 2013 Brian C. Lane <bcl at redhat.com> 20.1-1
 - Yaboot to grub2 conversion cleanup. (dwa at redhat.com)
 - Firstboot is not an anaconda dependency (vpodzime at 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


More information about the scm-commits mailing list