- Merge noloader commits from f17-branch (bcl)
- mkefiboot: Make Apple boot images appear in the startup preferences (mjg) - add symlink from /mnt/install -> /run/install (wwoods) - Don't trash all the initscripts 'fedora*' services (wwoods) - remove anaconda-copy-ks.sh (wwoods) - add anaconda dracut module (wwoods) - runtime-postinstall: remove references to loader (wwoods) - runtime-postinstall: remove keymap stuff (wwoods) - Add the icfg package (#771733) (mgracik) - Log the output of mkfs (#769928) (mgracik) - Fix product name replacing in templates (#799919) (mgracik) - Fix requires (mgracik) - use cache outside the installtree (bcl) - add iscsi-initiator-utils (#804522) (bcl) - livemedia-creator: update TreeBuilder use for isolabel (bcl)
This commit is contained in:
parent
0153a7c9ee
commit
dc216ab8f2
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/lorax-18.0.tar.bz2
|
||||
/lorax-18.1.tar.bz2
|
||||
/lorax-17.9.tar.bz2
|
||||
/lorax-18.2.tar.bz2
|
||||
|
59
lorax.spec
59
lorax.spec
@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 17.9
|
||||
Version: 18.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -79,45 +79,52 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 07 2012 Martin Gracik <mgracik@redhat.com> 17.9-1
|
||||
- Fix product name replacing in templates
|
||||
Resolves: rhbz#799919
|
||||
* Fri Mar 30 2012 Brian C. Lane <bcl@redhat.com> 18.2-1
|
||||
- Merge noloader commits from f17-branch (bcl)
|
||||
- mkefiboot: Make Apple boot images appear in the startup preferences (mjg)
|
||||
- add symlink from /mnt/install -> /run/install (wwoods)
|
||||
- Don't trash all the initscripts 'fedora*' services (wwoods)
|
||||
- remove anaconda-copy-ks.sh (wwoods)
|
||||
- add anaconda dracut module (wwoods)
|
||||
- runtime-postinstall: remove references to loader (wwoods)
|
||||
- runtime-postinstall: remove keymap stuff (wwoods)
|
||||
- Add the icfg package (#771733) (mgracik)
|
||||
- Log the output of mkfs (#769928) (mgracik)
|
||||
- Fix product name replacing in templates (#799919) (mgracik)
|
||||
- Fix requires (mgracik)
|
||||
- use cache outside the installtree (bcl)
|
||||
- add iscsi-initiator-utils (#804522) (bcl)
|
||||
- livemedia-creator: update TreeBuilder use for isolabel (bcl)
|
||||
|
||||
* Tue Mar 06 2012 Brian C. Lane <bcl@redhat.com> 17.8-1
|
||||
* Tue Mar 06 2012 Brian C. Lane <bcl@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)
|
||||
|
||||
* Tue Feb 28 2012 Martin Gracik <mgracik@redhat.com> 17.7-1
|
||||
- Don't remove btrfs utils (#796511)
|
||||
- Remove root and ip parameters from generic.prm (#796572)
|
||||
- Check if the volume id is not longer than 32 chars (#786832)
|
||||
- Add option to specify volume id on command line (#786834)
|
||||
- Install nhn-nanum-gothic-fonts (#790266)
|
||||
- Change the locale to C (#786833)
|
||||
- Don't use mk-s390-cdboot (dhorak)
|
||||
- use internal implementation of the addrsize utility
|
||||
- Make sure var/run is not a symlink on s390x (#787217)
|
||||
- Create var/run/dbus directory on s390x (#787217)
|
||||
- iputils is small and required by dhclient-script
|
||||
- missing version bump in specfile
|
||||
|
||||
* Mon Feb 20 2012 Brian C. Lane <bcl@redhat.com> 17.6-1
|
||||
* 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)
|
||||
|
||||
* Wed Feb 15 2012 Brian C. Lane <bcl@redhat.com> 17.5-1
|
||||
- metacity now depends on gsettings-desktop-schemas (bcl)
|
||||
- Add findiso to grub config (mjg)
|
||||
|
||||
* Mon Feb 13 2012 Brian C. Lane <bcl@redhat.com> 17.4-1
|
||||
- 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)
|
||||
- add memtest to the boot.iso for x86 (#787234) (bcl)
|
||||
- Add dracut args to grub.conf (bcl)
|
||||
- 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)
|
||||
|
Loading…
Reference in New Issue
Block a user