[lorax] - ARM: install the dtb files into the install tree. (dennis at ausil.us) - ARM: Don't install or deal w

Brian C. Lane bcl at fedoraproject.org
Thu Oct 17 00:07:01 UTC 2013


commit 9273360190a508e70d3a9375ea4a5a160e24f236
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Oct 16 17:06:51 2013 -0700

    - ARM: install the dtb files into the install tree. (dennis at ausil.us)
    - ARM: Don't install or deal with in templates, no longer existing kernels
      (dennis at ausil.us)
    - kernel changed seperator for flavours from . to + update regular expression
      (dennis at ausil.us)
    - Keep virtio_console module (#1019564) (bcl at redhat.com)
    - Add macboot option (#1012529) (bcl at redhat.com)

 .gitignore |    1 +
 lorax.spec |   11 ++++++++++-
 sources    |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f43beb5..6f64ac3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /lorax-20.0.tar.gz
 /lorax-20.1.tar.gz
 /lorax-20.2.tar.gz
+/lorax-20.3.tar.gz
diff --git a/lorax.spec b/lorax.spec
index e30c239..db0cede 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        20.2
+Version:        20.3
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -92,6 +92,15 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
 %{_mandir}/man1/*.1*
 
 %changelog
+* Wed Oct 16 2013 Brian C. Lane <bcl at redhat.com> 20.3-1
+- ARM: install the dtb files into the install tree. (dennis at ausil.us)
+- ARM: Don't install or deal with in templates, no longer existing kernels
+  (dennis at ausil.us)
+- kernel changed seperator for flavours from . to + update regular expression
+  (dennis at ausil.us)
+- Keep virtio_console module (#1019564) (bcl at redhat.com)
+- Add macboot option (#1012529) (bcl at redhat.com)
+
 * 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)
diff --git a/sources b/sources
index 940caf1..c1f678a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0e145ad1c6311ec60e722eca02be35dd  lorax-20.2.tar.gz
+0541cdf825a4ece0412a8cc67364c0d7  lorax-20.3.tar.gz


More information about the scm-commits mailing list