[firstboot] - Don't run firstboot if it's set in /etc/sysconfig/firstboot (#723526) - Copy skel files even if th

Martin Gracik mgracik at fedoraproject.org
Mon Jul 25 12:55:11 UTC 2011


commit f1e8bf5e425e770cb78f3b01afcfdb44ed824b5c
Author: Martin Gracik <mgracik at redhat.com>
Date:   Mon Jul 25 14:58:29 2011 +0200

    - Don't run firstboot if it's set in /etc/sysconfig/firstboot (#723526)
    - Copy skel files even if the home directory exists (#598957)

 .gitignore     |    1 +
 firstboot.spec |    8 ++++++--
 sources        |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 37f2634..4759789 100644
--- a/.gitignore
+++ b/.gitignore
@@ -79,3 +79,4 @@ firstboot-1.111.tar.bz2
 /firstboot-1.115.tar.bz2
 /firstboot-1.116.tar.bz2
 /firstboot-16.0.tar.bz2
+/firstboot-16.1.tar.bz2
diff --git a/firstboot.spec b/firstboot.spec
index e5712a7..884e5aa 100644
--- a/firstboot.spec
+++ b/firstboot.spec
@@ -3,8 +3,8 @@
 Summary: Initial system configuration utility
 Name: firstboot
 URL: http://fedoraproject.org/wiki/FirstBoot
-Version: 16.0
-Release: 2%{?dist}
+Version: 16.1
+Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
 # within this srpm.
@@ -108,6 +108,10 @@ fi
 
 
 %changelog
+* Mon Jul 25 2011 Martin Gracik <mgracik at redhat.com> 16.1-1
+- Don't run firstboot if it's set in /etc/sysconfig/firstboot (#723526)
+- Copy skel files even if the home directory exists (#598957)
+
 * Tue Jul 19 2011 Martin Gracik <mgracik at redhat.com> 16.0-1
 - Honor the tty set by console kernel argument (#701648)
 - Translation updates
diff --git a/sources b/sources
index 43de223..6f7d3e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-504461c2cbcd09c8e2fbbebbd23bd43a  firstboot-16.0.tar.bz2
+797260e8b0480bb78f86e074129ab7e1  firstboot-16.1.tar.bz2


More information about the scm-commits mailing list