[lorax] - livemedia-creator: update README (bcl) - example livemedia kickstart for ec2 (bcl) - livemedia-cre

Brian C. Lane bcl at fedoraproject.org
Tue Mar 6 17:41:42 UTC 2012


commit 75afb143244d9e8e06a238fbcd3c070b2d0dfd49
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Mar 6 09:40:53 2012 -0800

    - livemedia-creator: update README (bcl)
    - example livemedia kickstart for ec2 (bcl)
    - livemedia-creator: console=ttyS0 not /dev/ttyS0 (bcl)
    - livemedia-creator: Add support for making ami images (bcl)
    - Don't remove btrfs utils (#796511) (mgracik)
    - Remove root and ip parameters from generic.prm (#796572) (mgracik)
    - Check if the volume id is not longer than 32 chars (#786832) (mgracik)
    - Add option to specify volume id on command line (#786834) (mgracik)
    - Install nhn-nanum-gothic-fonts (#790266) (mgracik)
    - Change the locale to C (#786833) (mgracik)
    - iputils is small and required by dhclient-script (bcl)
    - util-linux-ng is now util-linux (bcl)

 .gitignore |    1 +
 lorax.spec |   16 +++++++++++++++-
 sources    |    2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dfcdbe0..f2d9a37 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /lorax-17.1.tar.bz2
 /lorax-17.2.tar.bz2
 /lorax-18.0.tar.bz2
+/lorax-18.1.tar.bz2
diff --git a/lorax.spec b/lorax.spec
index 0d937df..6bd58a2 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        18.0
+Version:        18.1
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -75,6 +75,20 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
+* Tue Mar 06 2012 Brian C. Lane <bcl at redhat.com> 18.1-1
+- livemedia-creator: update README (bcl)
+- example livemedia kickstart for ec2 (bcl)
+- livemedia-creator: console=ttyS0 not /dev/ttyS0 (bcl)
+- livemedia-creator: Add support for making ami images (bcl)
+- Don't remove btrfs utils (#796511) (mgracik)
+- Remove root and ip parameters from generic.prm (#796572) (mgracik)
+- Check if the volume id is not longer than 32 chars (#786832) (mgracik)
+- Add option to specify volume id on command line (#786834) (mgracik)
+- Install nhn-nanum-gothic-fonts (#790266) (mgracik)
+- Change the locale to C (#786833) (mgracik)
+- iputils is small and required by dhclient-script (bcl)
+- util-linux-ng is now util-linux (bcl)
+
 * Mon Feb 20 2012 Brian C. Lane <bcl at redhat.com> 18.0-1
 - use --prefix=/run/initramfs when building initramfs (wwoods)
 - dhclient-script needs cut and arping (bcl)
diff --git a/sources b/sources
index 7cb7d04..3089b0b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cdc20163f35e58da46015411511c5a4d  lorax-18.0.tar.bz2
+0ad9ed86907787bbf03a83f576d767d3  lorax-18.1.tar.bz2


More information about the scm-commits mailing list