- Don't remove libmount package
- Don't create mtab symlink, already exists - Exit with error if we have no lang-table - Fix file logging - Overwrite the /etc/shadow file - Use [images-xen] section for PAE and xen kernels
This commit is contained in:
parent
815ea2efd5
commit
ef6161ac9d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/lorax-0.1.tar.bz2
|
/lorax-0.1.tar.bz2
|
||||||
/lorax-0.2.tar.bz2
|
/lorax-0.2.tar.bz2
|
||||||
|
/lorax-0.3.tar.bz2
|
||||||
|
12
lorax.spec
12
lorax.spec
@ -1,6 +1,6 @@
|
|||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 0.2
|
Version: 0.3
|
||||||
Release: 2%{?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
|
||||||
@ -52,6 +52,14 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 24 2011 Martin Gracik <mgracik@redhat.com> 0.3-1
|
||||||
|
- Don't remove libmount package
|
||||||
|
- Don't create mtab symlink, already exists
|
||||||
|
- Exit with error if we have no lang-table
|
||||||
|
- Fix file logging
|
||||||
|
- Overwrite the /etc/shadow file
|
||||||
|
- Use [images-xen] section for PAE and xen kernels
|
||||||
|
|
||||||
* Fri Jan 14 2011 Martin Gracik <mgracik@redhat.com> 0.2-2
|
* Fri Jan 14 2011 Martin Gracik <mgracik@redhat.com> 0.2-2
|
||||||
- Fix the gnome themes
|
- Fix the gnome themes
|
||||||
- Add biosdevname package
|
- Add biosdevname package
|
||||||
|
Loading…
Reference in New Issue
Block a user