[lorax] - use --prefix=/run/initramfs when building initramfs (wwoods) - dhclient-script needs cut and arpin

Brian C. Lane bcl at fedoraproject.org
Mon Feb 20 22:46:48 UTC 2012


commit 41ef9b0b2c8b323611f4a0e205a463e330c310f8
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Feb 20 14:46:29 2012 -0800

    - use --prefix=/run/initramfs when building initramfs (wwoods)
    - dhclient-script needs cut and arping (bcl)
    - Fix missing CalledProcessError import (bcl)
    - metacity now depends on gsettings-desktop-schemas (bcl)
    - Add findiso to grub config (mjg)
    - add memtest to the boot.iso for x86 (#787234) (bcl)
    - Don't use mk-s390-cdboot (dhorak) (mgracik)
    - Add dracut args to grub.conf (bcl)
    - Change the squashfs image section in .treeinfo (mgracik)
    - Add path to squashfs image to the treeinfo (mgracik)
    - Add runtime basename variable to the template (mgracik)
    - use internal implementation of the addrsize utility (dan)
    - Make sure var/run is not a symlink on s390x (#787217) (mgracik)
    - Create var/run/dbus directory on s390x (#787217) (mgracik)

 .gitignore |    1 +
 lorax.spec |   32 ++++++++++++++++++++++++++++++--
 sources    |    2 +-
 3 files changed, 32 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 12744b1..dfcdbe0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /lorax-16.4.tar.bz2
 /lorax-17.1.tar.bz2
 /lorax-17.2.tar.bz2
+/lorax-18.0.tar.bz2
diff --git a/lorax.spec b/lorax.spec
index 1797881..0d937df 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,7 +1,7 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        17.2
+Version:        18.0
 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-ng
+Requires:       util-linux
 Requires:       dosfstools
 Requires:       hfsplus-tools
 Requires:       genisoimage
@@ -75,6 +75,34 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
+* 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)
+- Fix missing CalledProcessError import (bcl)
+- metacity now depends on gsettings-desktop-schemas (bcl)
+- Add findiso to grub config (mjg)
+- add memtest to the boot.iso for x86 (#787234) (bcl)
+- Don't use mk-s390-cdboot (dhorak) (mgracik)
+- Add dracut args to grub.conf (bcl)
+- Change the squashfs image section in .treeinfo (mgracik)
+- Add path to squashfs image to the treeinfo (mgracik)
+- Add runtime basename variable to the template (mgracik)
+- use internal implementation of the addrsize utility (dan)
+- Make sure var/run is not a symlink on s390x (#787217) (mgracik)
+- Create var/run/dbus directory on s390x (#787217) (mgracik)
+
+* Wed Feb 08 2012 Brian C. Lane <bcl at redhat.com> 17.3-1
+- keep convertfs.sh script in image (#787893) (bcl)
+- Add dracut convertfs module (#787893) (bcl)
+- fix templates to work with F17 usrmove (tflink)
+- changing hfs to hfsplus so that the correct mkfs binary is called (tflink)
+- Add luks, md and dm dracut args to bootloaders (bcl)
+- update lorax and livemedia_creator to use isfinal (bcl)
+- lorax: copy kickstarts into sysroot (#743135) (bcl)
+- livemedia-creator: Mount iso if rootfs is LiveOS (bcl)
+- Log output of failed command (mgracik)
+- Add packages required for gtk3 and the new anaconda UI. (clumens)
+
 * 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)
diff --git a/sources b/sources
index ac00556..7cb7d04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-996b8723cf0015d03fe4414a2a5d1a09  lorax-17.2.tar.bz2
+cdc20163f35e58da46015411511c5a4d  lorax-18.0.tar.bz2


More information about the scm-commits mailing list