[lorax] - Remove the ppc magic file (1134566) (bcl at redhat.com) - Update templates to use installimg for prod

Brian C. Lane bcl at fedoraproject.org
Thu Nov 6 00:42:47 UTC 2014


commit 56ed860804b439cc4beea5f88fa80189c4b2ca5d
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Nov 5 16:39:41 2014 -0800

    - Remove the ppc magic file (1134566) (bcl at redhat.com)
    - Update templates to use installimg for product and updates (bcl at redhat.com)
    - Add installimg command for use in the templates (bcl at redhat.com)
    - Setup mdadm to turn off homehost (#1156614) (bcl at redhat.com)
    - Don't include the stock lvm.conf. (#1157864) (dlehman at redhat.com)
    - Write list of packages to /root/lorax-packages.log (bcl at redhat.com)

 .gitignore |    1 +
 lorax.spec |   12 ++++++++++--
 sources    |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aaf6dd3..6355e88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,4 @@
 /lorax-21.24.tar.gz
 /lorax-21.25.tar.gz
 /lorax-21.26.tar.gz
+/lorax-21.27.tar.gz
diff --git a/lorax.spec b/lorax.spec
index f0cc8f9..3f5aca9 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        21.26
+Version:        21.27
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -86,7 +86,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING AUTHORS README.livemedia-creator
+%doc COPYING AUTHORS README.livemedia-creator README.product
 %doc docs/*ks
 %{python_sitelib}/pylorax
 %{python_sitelib}/*.egg-info
@@ -101,6 +101,14 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
 %{_mandir}/man1/*.1*
 
 %changelog
+* Wed Nov 05 2014 Brian C. Lane <bcl at redhat.com> 21.27-1
+- Remove the ppc magic file (bcl at redhat.com)
+- Update templates to use installimg for product and updates (bcl at redhat.com)
+- Add installimg command for use in the templates (bcl at redhat.com)
+- Setup mdadm to turn off homehost (#1156614) (bcl at redhat.com)
+- Don't include the stock lvm.conf. (#1157864) (dlehman at redhat.com)
+- Write list of packages to /root/lorax-packages.log (bcl at redhat.com)
+
 * Mon Oct 20 2014 Brian C. Lane <bcl at redhat.com> 21.26-1
 - Use all upper case for shim in live/efi.tmpl (bcl at redhat.com)
 - livemedia-creator: Add nfs support for no-virt mode (#1121255)
diff --git a/sources b/sources
index 2df273c..20e898c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-16a481c59952d3c5ba8e05f0eaaef322  lorax-21.26.tar.gz
+f8ad5ceebc8639c6934dd5a23b6c9d4b  lorax-21.27.tar.gz


More information about the scm-commits mailing list