diff --git a/.gitignore b/.gitignore index 47e927a..6668642 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /lorax-0.1.tar.bz2 /lorax-0.2.tar.bz2 +/lorax-0.3.tar.bz2 diff --git a/lorax.spec b/lorax.spec index abfa6fb..7704f17 100644 --- a/lorax.spec +++ b/lorax.spec @@ -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 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 0.2-2 - Fix the gnome themes - Add biosdevname package diff --git a/sources b/sources index 4632c17..cc3aff2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -05efe63c354f761c551d0741bf1dab40 lorax-0.2.tar.bz2 +676e81e8cd05376426dae37abe3cb372 lorax-0.3.tar.bz2