- Use bcj filter for compressing squashfs ramdisk
- Add 'squashfs' compression type - refactor: split make_initramfs_runtime out of compress() - refactor: rename "compression speed" -> "compression args" - Install all firmware packages (#705392) - Use initrd.addrsize, not initrd_addrsize (#703862) - Do not remove libmodman (#701622) - Add firmware for Intel Wireless WiFi Link 6030 Adapters (#703291) - Do not remove libproxy (#701622) - Use process-specific name for dm devices.
This commit is contained in:
parent
75675eff58
commit
c5461bcaa3
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/lorax-0.4.tar.bz2
|
/lorax-0.4.tar.bz2
|
||||||
/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
|
||||||
|
16
lorax.spec
16
lorax.spec
@ -1,8 +1,8 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 0.6
|
Version: 0.7
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -61,6 +61,18 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 24 2011 Martin Gracik <mgracik@redhat.com> 0.7-1
|
||||||
|
- Use bcj filter for compressing squashfs ramdisk
|
||||||
|
- Add 'squashfs' compression type
|
||||||
|
- refactor: split make_initramfs_runtime out of compress()
|
||||||
|
- refactor: rename "compression speed" -> "compression args"
|
||||||
|
- Install all firmware packages (#705392)
|
||||||
|
- Use initrd.addrsize, not initrd_addrsize (#703862)
|
||||||
|
- Do not remove libmodman (#701622)
|
||||||
|
- Add firmware for Intel Wireless WiFi Link 6030 Adapters (#703291)
|
||||||
|
- Do not remove libproxy (#701622)
|
||||||
|
- Use process-specific name for dm devices.
|
||||||
|
|
||||||
* Tue May 03 2011 Martin Gracik <mgracik@redhat.com> 0.6-3
|
* Tue May 03 2011 Martin Gracik <mgracik@redhat.com> 0.6-3
|
||||||
- Disable debuginfo package
|
- Disable debuginfo package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user