[firstboot/f14/master] * Thu Aug 26 2010 Martin Gracik <mgracik at redhat.com> 1.113-1 - Updated the .pot file - Changed strin

Martin Gracik mgracik at fedoraproject.org
Mon Aug 30 11:11:35 UTC 2010


commit 152e4a7e8ce0207765b6427bb1fde96c53bea8ee
Author: Martin Gracik <mgracik at redhat.com>
Date:   Mon Aug 30 13:11:26 2010 +0200

    * Thu Aug 26 2010 Martin Gracik <mgracik at redhat.com> 1.113-1
    - Updated the .pot file
    - Changed string formatting for translations (#618610)
    - Syntax changed in new systemd
    - Make sure we start before tty1 in text mode
    - Don't use the legacy sysv services anymore
    - Translation updates

 .gitignore                             |    1 +
 firstboot-1.112-text_after_getty.patch |   10 ----------
 firstboot.spec                         |   19 +++++++++----------
 sources                                |    2 +-
 4 files changed, 11 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 09076d8..0faa67a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -76,3 +76,4 @@ firstboot-1.109.tar.bz2
 firstboot-1.110.tar.bz2
 firstboot-1.111.tar.bz2
 firstboot-1.112.tar.bz2
+firstboot-1.113.tar.bz2
diff --git a/firstboot.spec b/firstboot.spec
index e3716b3..cfd480e 100644
--- a/firstboot.spec
+++ b/firstboot.spec
@@ -3,13 +3,12 @@
 Summary: Initial system configuration utility
 Name: firstboot
 URL: http://fedoraproject.org/wiki/FirstBoot
-Version: 1.112
-Release: 3%{?dist}
+Version: 1.113
+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.
 Source0: %{name}-%{version}.tar.bz2
-Patch0: firstboot-1.112-text_after_getty.patch
 
 License: GPLv2+
 Group: System Environment/Base
@@ -36,7 +35,6 @@ a series of steps that allows for easier configuration of the machine.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 
@@ -59,7 +57,6 @@ fi
 if [ $1 = 0 ]; then
   rm -rf /usr/share/firstboot/*.pyc
   rm -rf /usr/share/firstboot/modules/*.pyc
-  chkconfig --del firstboot
   systemctl disable firstboot-graphical.service >/dev/null 2>&1 || :
   systemctl disable firstboot-text.service >/dev/null 2>&1 || :
 fi
@@ -82,11 +79,13 @@ fi
 /lib/systemd/system/firstboot-graphical.service
 
 %changelog
-* Tue Aug 10 2010 Adam Williamson <awilliam at redhat.com> 1.112-3
-- make sure we start up before tty1 is spawned, in text boot
-
-* Tue Aug 10 2010 Adam Williamson <awilliam at redhat.com> 1.112-2
-- don't enable the legacy sysv service on install
+* Thu Aug 26 2010 Martin Gracik <mgracik at redhat.com> 1.113-1
+- Updated the .pot file
+- Changed string formatting for translations (#618610)
+- Syntax changed in new systemd
+- Make sure we start before tty1 in text mode
+- Don't use the legacy sysv services anymore
+- Translation updates
 
 * Tue Aug 10 2010 Martin Gracik <mgracik at redhat.com> 1.112-1
 - Add systemd support (adamw)
diff --git a/sources b/sources
index 16149bc..e699016 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8ef97351e8294425b802099e78c55f8c  firstboot-1.112.tar.bz2
+85f8a06f03f1e89c0a4ded84a8f3f23a  firstboot-1.113.tar.bz2


More information about the scm-commits mailing list