- 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:
parent
c5461bcaa3
commit
a84704af51
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/lorax-0.5.tar.bz2
|
/lorax-0.5.tar.bz2
|
||||||
/lorax-0.6.tar.bz2
|
/lorax-0.6.tar.bz2
|
||||||
/lorax-0.7.tar.bz2
|
/lorax-0.7.tar.bz2
|
||||||
|
/lorax-16.0.tar.bz2
|
||||||
|
12
lorax.spec
12
lorax.spec
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 0.7
|
Version: 16.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -61,6 +61,16 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 24 2011 Martin Gracik <mgracik@redhat.com> 0.7-1
|
||||||
- Use bcj filter for compressing squashfs ramdisk
|
- Use bcj filter for compressing squashfs ramdisk
|
||||||
- Add 'squashfs' compression type
|
- Add 'squashfs' compression type
|
||||||
|
Loading…
Reference in New Issue
Block a user