- 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:
parent
77fd217970
commit
16297df542
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/lorax-0.3.tar.bz2
|
/lorax-0.3.tar.bz2
|
||||||
/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
|
||||||
|
28
lorax.spec
28
lorax.spec
@ -1,5 +1,5 @@
|
|||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 0.5
|
Version: 0.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -8,8 +8,7 @@ License: GPLv2+
|
|||||||
URL: http://git.fedorahosted.org/git/?p=lorax.git
|
URL: http://git.fedorahosted.org/git/?p=lorax.git
|
||||||
Source0: https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.bz2
|
Source0: https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python2-devel
|
||||||
Requires: python2-devel
|
|
||||||
Requires: python-mako
|
Requires: python-mako
|
||||||
Requires: gawk
|
Requires: gawk
|
||||||
Requires: glibc-common
|
Requires: glibc-common
|
||||||
@ -24,13 +23,14 @@ Requires: util-linux-ng
|
|||||||
Requires: dosfstools
|
Requires: dosfstools
|
||||||
Requires: genisoimage
|
Requires: genisoimage
|
||||||
Requires: parted
|
Requires: parted
|
||||||
Requires: pyliblzma
|
Requires: gzip
|
||||||
|
Requires: xz
|
||||||
|
|
||||||
%ifarch i386 x86_64
|
%ifarch %{ix86} x86_64
|
||||||
Requires: syslinux
|
Requires: syslinux
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch sparc sparc64
|
%ifarch %{sparc}
|
||||||
Requires: silo
|
Requires: silo
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -59,6 +59,22 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 13 2011 Martin Gracik <mgracik@redhat.com> 0.5-1
|
||||||
- Remove pungi patch
|
- Remove pungi patch
|
||||||
- Remove pseudo code
|
- Remove pseudo code
|
||||||
|
Loading…
Reference in New Issue
Block a user