new version
- Bump required Anaconda version due to TUI category handling change (mkolman) - Override Hub collect methods also in TUI hub (mkolman) - Translation update
This commit is contained in:
parent
154e07e576
commit
9d3ef5f6c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
|||||||
/initial-setup-0.3.16.tar.gz
|
/initial-setup-0.3.16.tar.gz
|
||||||
/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
|
||||||
|
@ -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.18
|
Version: 0.3.19
|
||||||
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
|
||||||
@ -13,7 +13,7 @@ Release: 1%{?dist}
|
|||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
%define anacondaver 21.32
|
%define anacondaver 21.35
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -126,6 +126,11 @@ fi
|
|||||||
%systemd_postun_with_restart initial-setup-graphical.service
|
%systemd_postun_with_restart initial-setup-graphical.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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)
|
||||||
|
- Translation update
|
||||||
|
|
||||||
* Mon Apr 28 2014 Martin Kolman <mkolman@redhat.com> - 0.3.18-1
|
* Mon Apr 28 2014 Martin Kolman <mkolman@redhat.com> - 0.3.18-1
|
||||||
- Remove debugging code that was left in the tarball by mistake (#1091470) (mkolman)
|
- Remove debugging code that was left in the tarball by mistake (#1091470) (mkolman)
|
||||||
- Translation update
|
- Translation update
|
||||||
|
Loading…
Reference in New Issue
Block a user