- Remove pungi patch
- Remove pseudo code - Add a /bin/login shim for use only in the installation environment. - Set the hostname from a config file, not programmatically. - Add systemd and agetty to the installation environment. - Specify "cpio -H newc" instead of "cpio -c". - Provide shutdown on s390x (#694518) - Fix arch specific requires in spec file - Add s390 modules and do some cleanup of the template - Generate ssh keys on s390 - Don't remove tr, needed for s390 - Do not check if we have all commands - Change location of addrsize and mk-s390-cdboot - Shutdown is in another location - Do not skip broken packages - Don't install network-manager-netbook - Wait for subprocess to finish - Have to call os.makedirs - images dir already exists, we just need to set it - Do not remove libassuan. - The biarch is a function not an attribute - Create images directory in outputtree - Use gzip on ppc initrd - Create efibootdir if doing efi images - Get rid of create_gconf(). - gconf/metacity: have only one workspace. - Add yum-langpacks yum plugin to anaconda environment (notting) - Replace variables in yaboot.conf - Add sparc specific packages - Skip keymap creation on s390 - Copy shutdown and linuxrc.s390 on s390 - Add packages for s390 - Add support for sparc - Use factory to get the image classes - treeinfo has to be addressed as self.treeinfo - Add support for s390 - Add the xen section to treeinfo on x86_64 - Fix magic and mapping paths - Fix passing of prepboot and macboot arguments - Small ppc fixes - Check if the file we want to remove exists - Install x86 specific packages only on x86 - Change the location of zImage.lds - Added ppc specific packages - memtest and efika.forth are in /boot - Add support for ppc - Minor sparc pseudo code changes - Added sparc pseudo code (dgilmore) - Added s390 and x86 pseudo code - Added ppc pseudo code
This commit is contained in:
parent
89526c3210
commit
77fd217970
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/lorax-0.2.tar.bz2
|
||||
/lorax-0.3.tar.bz2
|
||||
/lorax-0.4.tar.bz2
|
||||
/lorax-0.5.tar.bz2
|
||||
|
64
lorax.spec
64
lorax.spec
@ -1,5 +1,5 @@
|
||||
Name: lorax
|
||||
Version: 0.4
|
||||
Version: 0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -7,7 +7,6 @@ Group: Applications/System
|
||||
License: GPLv2+
|
||||
URL: http://git.fedorahosted.org/git/?p=lorax.git
|
||||
Source0: https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.bz2
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python2-devel
|
||||
@ -20,7 +19,6 @@ Requires: device-mapper
|
||||
Requires: findutils
|
||||
Requires: GConf2
|
||||
Requires: isomd5sum
|
||||
Requires: syslinux
|
||||
Requires: glibc
|
||||
Requires: util-linux-ng
|
||||
Requires: dosfstools
|
||||
@ -28,6 +26,14 @@ Requires: genisoimage
|
||||
Requires: parted
|
||||
Requires: pyliblzma
|
||||
|
||||
%ifarch i386 x86_64
|
||||
Requires: syslinux
|
||||
%endif
|
||||
|
||||
%ifarch sparc sparc64
|
||||
Requires: silo
|
||||
%endif
|
||||
|
||||
%description
|
||||
Lorax is a tool for creating the anaconda install images.
|
||||
|
||||
@ -53,6 +59,58 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 13 2011 Martin Gracik <mgracik@redhat.com> 0.5-1
|
||||
- Remove pungi patch
|
||||
- Remove pseudo code
|
||||
- Add a /bin/login shim for use only in the installation environment.
|
||||
- Set the hostname from a config file, not programmatically.
|
||||
- Add systemd and agetty to the installation environment.
|
||||
- Specify "cpio -H newc" instead of "cpio -c".
|
||||
- Provide shutdown on s390x (#694518)
|
||||
- Fix arch specific requires in spec file
|
||||
- Add s390 modules and do some cleanup of the template
|
||||
- Generate ssh keys on s390
|
||||
- Don't remove tr, needed for s390
|
||||
- Do not check if we have all commands
|
||||
- Change location of addrsize and mk-s390-cdboot
|
||||
- Shutdown is in another location
|
||||
- Do not skip broken packages
|
||||
- Don't install network-manager-netbook
|
||||
- Wait for subprocess to finish
|
||||
- Have to call os.makedirs
|
||||
- images dir already exists, we just need to set it
|
||||
- Do not remove libassuan.
|
||||
- The biarch is a function not an attribute
|
||||
- Create images directory in outputtree
|
||||
- Use gzip on ppc initrd
|
||||
- Create efibootdir if doing efi images
|
||||
- Get rid of create_gconf().
|
||||
- gconf/metacity: have only one workspace.
|
||||
- Add yum-langpacks yum plugin to anaconda environment (notting)
|
||||
- Replace variables in yaboot.conf
|
||||
- Add sparc specific packages
|
||||
- Skip keymap creation on s390
|
||||
- Copy shutdown and linuxrc.s390 on s390
|
||||
- Add packages for s390
|
||||
- Add support for sparc
|
||||
- Use factory to get the image classes
|
||||
- treeinfo has to be addressed as self.treeinfo
|
||||
- Add support for s390
|
||||
- Add the xen section to treeinfo on x86_64
|
||||
- Fix magic and mapping paths
|
||||
- Fix passing of prepboot and macboot arguments
|
||||
- Small ppc fixes
|
||||
- Check if the file we want to remove exists
|
||||
- Install x86 specific packages only on x86
|
||||
- Change the location of zImage.lds
|
||||
- Added ppc specific packages
|
||||
- memtest and efika.forth are in /boot
|
||||
- Add support for ppc
|
||||
- Minor sparc pseudo code changes
|
||||
- Added sparc pseudo code (dgilmore)
|
||||
- Added s390 and x86 pseudo code
|
||||
- Added ppc pseudo code
|
||||
|
||||
* Mon Mar 14 2011 Martin Gracik <mgracik@redhat.com> 0.4-1
|
||||
- Add the images-xen section to treeinfo on x86_64
|
||||
- Print a message when no arguments given (#684463)
|
||||
|
Loading…
Reference in New Issue
Block a user