[lorax] - Use string for releasever not int (#1067746) (bcl at redhat.com) - createrepo is needed by driver dis

Brian C. Lane bcl at fedoraproject.org
Sat Mar 1 00:48:28 UTC 2014


commit 897f05e62addb5a976645fe86aa472d79e1e4dd8
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Feb 28 16:49:06 2014 -0800

    - Use string for releasever not int (#1067746) (bcl at redhat.com)
    - createrepo is needed by driver disks (#1016004) (bcl at redhat.com)
    - Improve aarch64 UEFI support (#1067671) (dmarlin at redhat.com)
    - livemedia-creator: Set the product and release version env variables
      (#1067746) (bcl at redhat.com)
    - Check initrd size on ppc64 and warn (#1060691) (bcl at redhat.com)
    - Remove drivers and modules on ppc64 (#1060691) (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 1f1bc05..6d44af9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /lorax-21.2.tar.gz
 /lorax-21.3.tar.gz
 /lorax-21.4.tar.gz
+/lorax-21.5.tar.gz
diff --git a/lorax.spec b/lorax.spec
index 68dac64..eb6b6a3 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        21.4
+Version:        21.5
 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
+* Fri Feb 28 2014 Brian C. Lane <bcl at redhat.com> 21.5-1
+- Use string for releasever not int (#1067746) (bcl at redhat.com)
+- createrepo is needed by driver disks (#1016004) (bcl at redhat.com)
+- Improve aarch64 UEFI support (#1067671) (dmarlin at redhat.com)
+- livemedia-creator: Set the product and release version env variables
+  (#1067746) (bcl at redhat.com)
+- Check initrd size on ppc64 and warn (#1060691) (bcl at redhat.com)
+- Remove drivers and modules on ppc64 (#1060691) (bcl at redhat.com)
+
 * Mon Feb 10 2014 Brian C. Lane <bcl at redhat.com> 21.4-1
 - livemedia-creator: virt-image needs ram in MiB not KiB (#1061773)
   (bcl at redhat.com)
diff --git a/sources b/sources
index f83d103..95a3c39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7f8b8438c5c2f077cc1180bca080b481  lorax-21.4.tar.gz
+2ae33d77bb9967b0548291a9e7eb1159  lorax-21.5.tar.gz


More information about the scm-commits mailing list