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)
This commit is contained in:
Vratislav Podzimek 2013-09-10 17:12:27 +02:00
parent 54f61ae18a
commit 50e2643f8c
3 changed files with 13 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@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@redhat.com> - 0.3.7-1
- Prevent getty on various services killing us (#979174) (vpodzime)
- Initialize network logging for the network spoke (vpodzime)

View File

@ -1 +1 @@
7269d2445b1ff19442fa21c3501dbca5 initial-setup-0.3.7.tar.gz
7dee87d15dace07c1c71362eb1878a3a initial-setup-0.3.8.tar.gz