new version

- Adapt to python-nose API change (mkolman)
- Adapt Initial Setup to the new way Anaconda handles root path (#1099581) (vpodzime)
This commit is contained in:
Martin Kolman 2014-05-28 17:12:14 +02:00
parent 9d3ef5f6c2
commit c059048c48
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@
/initial-setup-0.3.17.tar.gz
/initial-setup-0.3.18.tar.gz
/initial-setup-0.3.19.tar.gz
/initial-setup-0.3.21.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.19
Version: 0.3.21
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
@ -66,6 +66,7 @@ rm -rf *.egg-info
make po-files
%check
export XDG_RUNTIME_DIR=/tmp
%{__python} setup.py nosetests
%install
@ -126,6 +127,12 @@ fi
%systemd_postun_with_restart initial-setup-graphical.service
%changelog
* Wed May 28 2014 Martin Kolman <mkolman@redhat.com> - 0.3.21-1
- Adapt to python-nose API change (mkolman)
* Thu May 22 2014 Martin Kolman <mkolman@redhat.com> - 0.3.20-1
- Adapt Initial Setup to the new way Anaconda handles root path (#1099581) (vpodzime)
* Tue May 06 2014 Martin Kolman <mkolman@redhat.com> - 0.3.19-1
- Bump required Anaconda version due to TUI category handling change (mkolman)
- Override Hub collect methods also in TUI hub (mkolman)

View File

@ -1 +1 @@
43f97191654a9bb06140074a9aa73b3b initial-setup-0.3.19.tar.gz
2116f64642f3b6171f99d64c3119ceaf initial-setup-0.3.21.tar.gz