[lorax] Allow specifying buildarch on the command line (#771382) (mgracik) lorax: Don't touch /etc/mtab in c

Martin Gracik mgracik at fedoraproject.org
Thu Jan 12 15:22:02 UTC 2012


commit 411f9cdd98840317e549b2963419f98ebd5cae27
Author: Martin Gracik <mgracik at redhat.com>
Date:   Thu Jan 12 16:22:43 2012 +0100

    Allow specifying buildarch on the command line (#771382) (mgracik)
    lorax: Don't touch /etc/mtab in cleanup (bcl)
    Update TODO and POLICY to reflect the current state of things (wwoods)
    consider %ghost files part of the filelists in templates (wwoods)
    lorax: Add option to exclude packages (bcl)
    dracut needs kbd directories (#769932) (bcl)
    better debug, handle relative output paths (bcl)

 .gitignore |    1 +
 lorax.spec |   13 +++++++++++--
 sources    |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5050985..12744b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /lorax-16.3.tar.bz2
 /lorax-16.4.tar.bz2
 /lorax-17.1.tar.bz2
+/lorax-17.2.tar.bz2
diff --git a/lorax.spec b/lorax.spec
index ce2b15c..1797881 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        17.1
+Version:        17.2
 Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
@@ -21,7 +21,7 @@ Requires:       findutils
 Requires:       GConf2
 Requires:       isomd5sum
 Requires:       glibc
-Requires:       util-linux
+Requires:       util-linux-ng
 Requires:       dosfstools
 Requires:       hfsplus-tools
 Requires:       genisoimage
@@ -75,6 +75,15 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
+* Thu Jan 12 2012 Martin Gracik <mgracik at redhat.com> 17.2-1
+- Allow specifying buildarch on the command line (#771382) (mgracik)
+- lorax: Don't touch /etc/mtab in cleanup (bcl)
+- Update TODO and POLICY to reflect the current state of things (wwoods)
+- consider %ghost files part of the filelists in templates (wwoods)
+- lorax: Add option to exclude packages (bcl)
+- dracut needs kbd directories (#769932) (bcl)
+- better debug, handle relative output paths (bcl)
+
 * Wed Dec 21 2011 Brian C. Lane <bcl at redhat.com> 17.1-1
 - lorax: check for output directory early and quit (bcl)
 - lorax: Add --proxy command (bcl)
diff --git a/sources b/sources
index 463416a..ac00556 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9ee092c600d9d16e63751d67cdea6db6  lorax-17.1.tar.bz2
+996b8723cf0015d03fe4414a2a5d1a09  lorax-17.2.tar.bz2


More information about the scm-commits mailing list