[initial-setup/f20] new version

Vratislav Podzimek vpodzime at fedoraproject.org
Tue Sep 10 16:01:05 UTC 2013


commit bd95d63b8e4911f49d1a905444ca203c2d3b2877
Author: Vratislav Podzimek <vpodzime at redhat.com>
Date:   Tue Sep 10 17:12:27 2013 +0200

    new version
    
    - Read /etc/os-release to get product title (#1000426) (vpodzime)
    - Don't let product_title() return None (vpodzime)
    - Apply the timezone and NTP configuration (#985566) (hdegoede)
    - Make handling translations easier (vpodzime)
    - Make translations work (vpodzime)
    - Sync changelog with downstream (vpodzime)

 .gitignore         |    1 +
 initial-setup.spec |   14 +++++++++++---
 sources            |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9887743..962a6ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /initial-setup-0.3.5.tar.gz
 /initial-setup-0.3.6.tar.gz
 /initial-setup-0.3.7.tar.gz
+/initial-setup-0.3.8.tar.gz
diff --git a/initial-setup.spec b/initial-setup.spec
index 328aaff..793af05 100644
--- a/initial-setup.spec
+++ b/initial-setup.spec
@@ -1,7 +1,7 @@
 Summary: Initial system configuration utility
 Name: initial-setup
 URL: http://fedoraproject.org/wiki/FirstBoot
-Version: 0.3.7
+Version: 0.3.8
 Release: 1%{?dist}
 BuildArch: noarch
 
@@ -25,7 +25,6 @@ BuildRequires: gtk-doc
 BuildRequires: gobject-introspection-devel
 BuildRequires: glade-devel
 BuildRequires: pygobject3
-BuildRequires: python-babel
 BuildRequires: anaconda >= 19.13
 BuildRequires: python-di
 Requires: gtk3
@@ -51,13 +50,14 @@ rm -rf *.egg-info
 
 %build
 %{__python} setup.py build
-%{__python} setup.py compile_catalog -D %{name} -d locale
+make po-files
 
 %check
 %{__python} setup.py nosetests
 
 %install
 %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
+make install-po-files
 %find_lang %{name}
 
 %post
@@ -98,6 +98,14 @@ fi
 
 
 %changelog
+* Tue Sep 10 2013 Vratislav Podzimek <vpodzime at redhat.com> - 0.3.8-1
+- Read /etc/os-release to get product title (#1000426) (vpodzime)
+- Don't let product_title() return None (vpodzime)
+- Apply the timezone and NTP configuration (#985566) (hdegoede)
+- Make handling translations easier (vpodzime)
+- Make translations work (vpodzime)
+- Sync changelog with downstream (vpodzime)
+
 * Tue Aug 27 2013 Vratislav Podzimek <vpodzime at redhat.com> - 0.3.7-1
 - Prevent getty on various services killing us (#979174) (vpodzime)
 - Initialize network logging for the network spoke (vpodzime)
diff --git a/sources b/sources
index f7d7cf3..7b453d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7269d2445b1ff19442fa21c3501dbca5  initial-setup-0.3.7.tar.gz
+7dee87d15dace07c1c71362eb1878a3a  initial-setup-0.3.8.tar.gz


More information about the scm-commits mailing list