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:
parent
54f61ae18a
commit
50e2643f8c
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user