[lorax/f16] Do not remove ModemManager files (#727946) Raise an exception if isohybrid cannot be run on x86 Use

Martin Gracik mgracik at fedoraproject.org
Thu Aug 25 08:45:48 UTC 2011


commit 00af8f8330475524a696a9d9525e76719683fa30
Author: Martin Gracik <mgracik at redhat.com>
Date:   Thu Aug 25 10:46:18 2011 +0200

    Do not remove ModemManager files (#727946)
    Raise an exception if isohybrid cannot be run on x86
    Use --noprefix when calling dracut
    Do not remove the fedora-release packages
    Remove fedora-storage-init so it can't start raid/lvm. (#729640) (dlehman)

 .gitignore |    1 +
 lorax.spec |    9 ++++++++-
 sources    |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d3ec8a6..19b80f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /lorax-16.3.tar.bz2
 /lorax-16.4.tar.bz2
 /lorax-16.4.1.tar.bz2
+/lorax-16.4.2.tar.bz2
diff --git a/lorax.spec b/lorax.spec
index 7d0cac7..4664743 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        16.4.1
+Version:        16.4.2
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -61,6 +61,13 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
+* Thu Aug 25 2011 Martin Gracik <mgracik at redhat.com> 16.4.2-1
+- Do not remove ModemManager files (#727946)
+- Raise an exception if isohybrid cannot be run on x86
+- Use --noprefix when calling dracut
+- Do not remove the fedora-release packages
+- Remove fedora-storage-init so it can't start raid/lvm. (#729640) (dlehman)
+
 * Mon Aug 15 2011 Martin Gracik <mgracik at redhat.com> 16.4.1-1
 - Do not remove nss certificates (#730438)
 - Remove dogtail from the image, as it's blocking tree composition. (clumens)
diff --git a/sources b/sources
index cdc8748..b8d1f13 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ee3d25b6567ea2b19795369ac434f9b3  lorax-16.4.1.tar.bz2
+1ff44ef836d5f6bcecec87a1fac19e9f  lorax-16.4.2.tar.bz2


More information about the scm-commits mailing list