Allow specifying buildarch on the command line (#771382) (mgracik)
lorax: Don't touch /etc/mtab in cleanup (bcl) Update TODO and POLICY to reflect the current state of things (wwoods) consider %ghost files part of the filelists in templates (wwoods) lorax: Add option to exclude packages (bcl) dracut needs kbd directories (#769932) (bcl) better debug, handle relative output paths (bcl)
This commit is contained in:
parent
5ca5995fce
commit
411f9cdd98
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/lorax-16.3.tar.bz2
|
/lorax-16.3.tar.bz2
|
||||||
/lorax-16.4.tar.bz2
|
/lorax-16.4.tar.bz2
|
||||||
/lorax-17.1.tar.bz2
|
/lorax-17.1.tar.bz2
|
||||||
|
/lorax-17.2.tar.bz2
|
||||||
|
13
lorax.spec
13
lorax.spec
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 17.1
|
Version: 17.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -21,7 +21,7 @@ Requires: findutils
|
|||||||
Requires: GConf2
|
Requires: GConf2
|
||||||
Requires: isomd5sum
|
Requires: isomd5sum
|
||||||
Requires: glibc
|
Requires: glibc
|
||||||
Requires: util-linux
|
Requires: util-linux-ng
|
||||||
Requires: dosfstools
|
Requires: dosfstools
|
||||||
Requires: hfsplus-tools
|
Requires: hfsplus-tools
|
||||||
Requires: genisoimage
|
Requires: genisoimage
|
||||||
@ -75,6 +75,15 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 12 2012 Martin Gracik <mgracik@redhat.com> 17.2-1
|
||||||
|
- Allow specifying buildarch on the command line (#771382) (mgracik)
|
||||||
|
- lorax: Don't touch /etc/mtab in cleanup (bcl)
|
||||||
|
- Update TODO and POLICY to reflect the current state of things (wwoods)
|
||||||
|
- consider %ghost files part of the filelists in templates (wwoods)
|
||||||
|
- lorax: Add option to exclude packages (bcl)
|
||||||
|
- dracut needs kbd directories (#769932) (bcl)
|
||||||
|
- better debug, handle relative output paths (bcl)
|
||||||
|
|
||||||
* Wed Dec 21 2011 Brian C. Lane <bcl@redhat.com> 17.1-1
|
* Wed Dec 21 2011 Brian C. Lane <bcl@redhat.com> 17.1-1
|
||||||
- lorax: check for output directory early and quit (bcl)
|
- lorax: check for output directory early and quit (bcl)
|
||||||
- lorax: Add --proxy command (bcl)
|
- lorax: Add --proxy command (bcl)
|
||||||
|
Loading…
Reference in New Issue
Block a user