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:
parent
9d3ef5f6c2
commit
c059048c48
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/initial-setup-0.3.17.tar.gz
|
/initial-setup-0.3.17.tar.gz
|
||||||
/initial-setup-0.3.18.tar.gz
|
/initial-setup-0.3.18.tar.gz
|
||||||
/initial-setup-0.3.19.tar.gz
|
/initial-setup-0.3.19.tar.gz
|
||||||
|
/initial-setup-0.3.21.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Initial system configuration utility
|
Summary: Initial system configuration utility
|
||||||
Name: initial-setup
|
Name: initial-setup
|
||||||
URL: http://fedoraproject.org/wiki/FirstBoot
|
URL: http://fedoraproject.org/wiki/FirstBoot
|
||||||
Version: 0.3.19
|
Version: 0.3.21
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# This is a Red Hat maintained package which is specific to
|
# This is a Red Hat maintained package which is specific to
|
||||||
@ -66,6 +66,7 @@ rm -rf *.egg-info
|
|||||||
make po-files
|
make po-files
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
export XDG_RUNTIME_DIR=/tmp
|
||||||
%{__python} setup.py nosetests
|
%{__python} setup.py nosetests
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -126,6 +127,12 @@ fi
|
|||||||
%systemd_postun_with_restart initial-setup-graphical.service
|
%systemd_postun_with_restart initial-setup-graphical.service
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 06 2014 Martin Kolman <mkolman@redhat.com> - 0.3.19-1
|
||||||
- Bump required Anaconda version due to TUI category handling change (mkolman)
|
- Bump required Anaconda version due to TUI category handling change (mkolman)
|
||||||
- Override Hub collect methods also in TUI hub (mkolman)
|
- Override Hub collect methods also in TUI hub (mkolman)
|
||||||
|
Loading…
Reference in New Issue
Block a user