- 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)
This commit is contained in:
parent
411f9cdd98
commit
41ef9b0b2c
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/lorax-16.4.tar.bz2
|
||||
/lorax-17.1.tar.bz2
|
||||
/lorax-17.2.tar.bz2
|
||||
/lorax-18.0.tar.bz2
|
||||
|
32
lorax.spec
32
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@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@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@redhat.com> 17.2-1
|
||||
- Allow specifying buildarch on the command line (#771382) (mgracik)
|
||||
- lorax: Don't touch /etc/mtab in cleanup (bcl)
|
||||
|
Loading…
Reference in New Issue
Block a user