[firstboot/f18] - Fix traceback when /etc/sysconfig/i18n doesn't exist (#849967) (vpodzime at redhat.com) - Don't cra

Brian C. Lane bcl at fedoraproject.org
Fri Aug 24 00:34:05 UTC 2012


commit cb293fada4bd77d4df9ee3f7d9f5a5d5eb2636bf
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Aug 23 17:32:50 2012 -0700

    - Fix traceback when /etc/sysconfig/i18n doesn't exist (#849967)
      (vpodzime at redhat.com)
    - Don't crash firstboot with python-meh's Gtk3 UI (#849118)
      (vpodzime at redhat.com)

 .gitignore     |    1 +
 firstboot.spec |   12 ++++++++----
 sources        |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d79f3d4..53b107f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -82,3 +82,4 @@ firstboot-1.111.tar.bz2
 /firstboot-16.1.tar.bz2
 /firstboot-18.0.tar.gz
 /firstboot-18.1.tar.gz
+/firstboot-18.2.tar.gz
diff --git a/firstboot.spec b/firstboot.spec
index 3517696..826d9b0 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: 18.1
-Release: 2%{?dist}
+Version: 18.2
+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.
@@ -28,6 +28,7 @@ Requires(post): systemd-units systemd-sysv chkconfig
 Requires(preun): systemd-units
 Requires(postun): systemd-units
 Requires: firstboot(windowmanager)
+Requires: libreport-python
 
 %define debug_package %{nil}
 
@@ -103,8 +104,11 @@ fi
 
 
 %changelog
-* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 18.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+* Thu Aug 23 2012 Brian C. Lane <bcl at redhat.com> 18.2-1
+- Fix traceback when /etc/sysconfig/i18n doesn't exist (#849967)
+  (vpodzime at redhat.com)
+- Don't crash firstboot with python-meh's Gtk3 UI (#849118)
+  (vpodzime at redhat.com)
 
 * Tue Jun 26 2012 Martin Gracik <mgracik at redhat.com> 18.1-1
 - Change archive type to gz (mgracik at redhat.com)
diff --git a/sources b/sources
index c64b031..5727ecd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8fc3e80771b8934502c85ca5291a9bd9  firstboot-18.1.tar.gz
+6362c7f62aad83337664447ec66323b3  firstboot-18.2.tar.gz


More information about the scm-commits mailing list