- Prepend dracut to the temporary initramfs directory (#722999)

- Don't change the installroot (#722481)
- Do not remove ntfsprogs (#722711)
- Create dracut initramfs for each kernel (#722466)
- Change cjkuni-uming fonts for wgy-microhei (#709962)
- Remove check for required commands
- Remove outputtree.py
- Remove unused code
This commit is contained in:
Martin Gracik 2011-07-19 14:35:39 +02:00
parent c5461bcaa3
commit a84704af51
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/lorax-0.5.tar.bz2
/lorax-0.6.tar.bz2
/lorax-0.7.tar.bz2
/lorax-16.0.tar.bz2

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: lorax
Version: 0.7
Version: 16.0
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -61,6 +61,16 @@ make DESTDIR=$RPM_BUILD_ROOT install
%changelog
* Tue Jul 19 2011 Martin Gracik <mgracik@redhat.com> 16.0-1
- Prepend dracut to the temporary initramfs directory (#722999)
- Don't change the installroot (#722481)
- Do not remove ntfsprogs (#722711)
- Create dracut initramfs for each kernel (#722466)
- Change cjkuni-uming fonts for wgy-microhei (#709962)
- Remove check for required commands
- Remove outputtree.py
- Remove unused code
* Fri Jun 24 2011 Martin Gracik <mgracik@redhat.com> 0.7-1
- Use bcj filter for compressing squashfs ramdisk
- Add 'squashfs' compression type

View File

@ -1 +1 @@
c4365e7246fa01a4dd1f513c3c0797b1 lorax-0.7.tar.bz2
4a5d29a5d36b9424d177754795931151 lorax-16.0.tar.bz2