From 50e2643f8c96c305b36e8ecf2091a5528dddb832 Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Sep 10 2013 15:14:04 +0000 Subject: 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) --- 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 - 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 - 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