[lorax] - Don't remove libmount package - Don't create mtab symlink, already exists - Exit with error if we

Martin Gracik mgracik at fedoraproject.org
Mon Jan 24 12:34:17 UTC 2011


commit ef6161ac9d9e3f733c20da1124ebad920e48edaa
Author: Martin Gracik <mgracik at redhat.com>
Date:   Mon Jan 24 13:34:14 2011 +0100

    - 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

 .gitignore |    1 +
 lorax.spec |   12 ++++++++++--
 sources    |    2 +-
 3 files changed, 12 insertions(+), 3 deletions(-)
---
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 <mgracik at 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 at redhat.com> 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


More information about the scm-commits mailing list