[lorax] - livemedia-creator: virt-image needs ram in MiB not KiB (#1061773) (bcl at redhat.com) - Don't remov

Brian C. Lane bcl at fedoraproject.org
Mon Feb 10 18:46:55 UTC 2014


commit 9fa0a770655a4f7360a02d2afe5b6ffbdf7e5c06
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Feb 10 10:47:22 2014 -0800

    - livemedia-creator: virt-image needs ram in MiB not KiB (#1061773)
      (bcl at redhat.com)
    - Don't remove libraries from bind-libs-lite (dshea at redhat.com)
    - Include all the example kickstarts (#1019728) (bcl at redhat.com)
    - Remove floppy and scsi_debug from initrd (#1060691) (bcl at redhat.com)

 .gitignore |    1 +
 lorax.spec |   12 +++++++++---
 sources    |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 259f660..1f1bc05 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
 /lorax-21.1.tar.gz
 /lorax-21.2.tar.gz
 /lorax-21.3.tar.gz
+/lorax-21.4.tar.gz
diff --git a/lorax.spec b/lorax.spec
index 0531ad8..68dac64 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        21.3
+Version:        21.4
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -79,8 +79,7 @@ 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
+%doc docs/*ks
 %{python_sitelib}/pylorax
 %{python_sitelib}/*.egg-info
 %{_sbindir}/lorax
@@ -93,6 +92,13 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
 %{_mandir}/man1/*.1*
 
 %changelog
+* 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)
+- Don't remove libraries from bind-libs-lite (dshea at redhat.com)
+- Include all the example kickstarts (#1019728) (bcl at redhat.com)
+- Remove floppy and scsi_debug from initrd (#1060691) (bcl at redhat.com)
+
 * Tue Feb 04 2014 Brian C. Lane <bcl at redhat.com> 21.3-1
 - Install aajohan-comfortaa-fonts (#1047430) (bcl at redhat.com)
 - Include mesa-dri-drivers (#1053940) (bcl at redhat.com)
diff --git a/sources b/sources
index abfa84f..f83d103 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c3ab690bf66c35419b1a22c9153f664  lorax-21.3.tar.gz
+7f8b8438c5c2f077cc1180bca080b481  lorax-21.4.tar.gz


More information about the scm-commits mailing list