- 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:
Martin Gracik 2011-01-24 13:34:14 +01:00
parent 815ea2efd5
commit ef6161ac9d
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/lorax-0.1.tar.bz2
/lorax-0.2.tar.bz2
/lorax-0.3.tar.bz2

View File

@ -1,6 +1,6 @@
Name: lorax
Version: 0.2
Release: 2%{?dist}
Version: 0.3
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
Group: Applications/System
@ -52,6 +52,14 @@ make DESTDIR=$RPM_BUILD_ROOT install
%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
- Fix the gnome themes
- Add biosdevname package

View File

@ -1 +1 @@
05efe63c354f761c551d0741bf1dab40 lorax-0.2.tar.bz2
676e81e8cd05376426dae37abe3cb372 lorax-0.3.tar.bz2