- Disable rsyslogd rate limiting on imuxsock.

- Use crc32 check when compressing with xz
- Allow compression type be specified in lorax.conf
- Use xz and gzip commands instead of libraries
- Add the udf module to the image.
- Preserve anaconda's /usr/bin so anaconda-cleanup is in the image.
- Use arch macros in the lorax.spec
- use reqs not regs for files to backup (dgilmore)
- Reflect changes made in ntfs-3g and ntfsprogs packages (#696706)
- getkeymaps resides in /usr/libexec/anaconda
- workdir is a local variable, not a class attribute
- Add sparcv9 to arch map
- Change the location of *.b files on sparc
- Change BuildRequires to python2-devel
This commit is contained in:
Martin Gracik 2011-05-02 09:27:54 +02:00
parent 77fd217970
commit 16297df542
3 changed files with 24 additions and 7 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/lorax-0.3.tar.bz2
/lorax-0.4.tar.bz2
/lorax-0.5.tar.bz2
/lorax-0.6.tar.bz2

View File

@ -1,5 +1,5 @@
Name: lorax
Version: 0.5
Version: 0.6
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -8,8 +8,7 @@ License: GPLv2+
URL: http://git.fedorahosted.org/git/?p=lorax.git
Source0: https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.bz2
BuildRequires: python-setuptools
Requires: python2-devel
BuildRequires: python2-devel
Requires: python-mako
Requires: gawk
Requires: glibc-common
@ -24,13 +23,14 @@ Requires: util-linux-ng
Requires: dosfstools
Requires: genisoimage
Requires: parted
Requires: pyliblzma
Requires: gzip
Requires: xz
%ifarch i386 x86_64
%ifarch %{ix86} x86_64
Requires: syslinux
%endif
%ifarch sparc sparc64
%ifarch %{sparc}
Requires: silo
%endif
@ -59,6 +59,22 @@ make DESTDIR=$RPM_BUILD_ROOT install
%changelog
* Mon May 02 2011 Martin Gracik <mgracik@redhat.com> 0.6-1
- Disable rsyslogd rate limiting on imuxsock.
- Use crc32 check when compressing with xz
- Allow compression type be specified in lorax.conf
- Use xz and gzip commands instead of libraries
- Add the udf module to the image.
- Preserve anaconda's /usr/bin so anaconda-cleanup is in the image.
- Use arch macros in the lorax.spec
- use reqs not regs for files to backup (dgilmore)
- Reflect changes made in ntfs-3g and ntfsprogs packages (#696706)
- getkeymaps resides in /usr/libexec/anaconda
- workdir is a local variable, not a class attribute
- Add sparcv9 to arch map
- Change the location of *.b files on sparc
- Change BuildRequires to python2-devel
* Wed Apr 13 2011 Martin Gracik <mgracik@redhat.com> 0.5-1
- Remove pungi patch
- Remove pseudo code

View File

@ -1 +1 @@
0353d4a21b883137ca31271c9f35d4d5 lorax-0.5.tar.bz2
671c64e5ba0c4db5dd03f214e22ee53b lorax-0.6.tar.bz2