new version
- Make Initial Setup an arch specific package (#1057590) (vpodzime) - Mark title strings in the initial-setup hub as translatable (dshea)
This commit is contained in:
parent
1f8fdacc03
commit
db22c9be9d
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/initial-setup-0.3.10.tar.gz
|
||||
/initial-setup-0.3.11.tar.gz
|
||||
/initial-setup-0.3.12.tar.gz
|
||||
/initial-setup-0.3.13.tar.gz
|
||||
|
@ -1,9 +1,8 @@
|
||||
Summary: Initial system configuration utility
|
||||
Name: initial-setup
|
||||
URL: http://fedoraproject.org/wiki/FirstBoot
|
||||
Version: 0.3.12
|
||||
Version: 0.3.13
|
||||
Release: 1%{?dist}
|
||||
BuildArch: noarch
|
||||
|
||||
# This is a Red Hat maintained package which is specific to
|
||||
# our distribution.
|
||||
@ -125,6 +124,9 @@ fi
|
||||
%systemd_postun_with_restart initial-setup-graphical.service
|
||||
|
||||
%changelog
|
||||
* Wed Feb 05 2014 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.13-1
|
||||
- Make Initial Setup an arch specific package (#1057590) (vpodzime)
|
||||
|
||||
* Thu Nov 28 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.12-1
|
||||
- Adapt to changes in anaconda tui spoke categories (#1035462) (vpodzime)
|
||||
- Ignore the SIGINT (#1035590) (vpodzime)
|
||||
@ -167,7 +169,7 @@ fi
|
||||
- Make serial-getty wait for us as well (#970719) (vpodzime)
|
||||
- Disable the service only on successful exit (#967617) (vpodzime)
|
||||
|
||||
* Mon May 22 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.5-1
|
||||
* Wed May 22 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.3.5-1
|
||||
- Reference the new repository in the .spec file (vpodzime)
|
||||
- Prevent systemd services from running on live images (#962196) (awilliam)
|
||||
- Don't traceback if the expected kickstart file doesn't exist (#950796) (vpodzime)
|
||||
@ -205,11 +207,11 @@ fi
|
||||
- Write changes to disk
|
||||
- Conflict with old firstboot
|
||||
|
||||
* Tue Feb 13 2013 Martin Sivak <msivak@redhat.com> 0.2-1
|
||||
* Wed Feb 13 2013 Martin Sivak <msivak@redhat.com> 0.2-1
|
||||
- Updates for package review
|
||||
- Firstboot-windowmanager script
|
||||
|
||||
* Tue Feb 13 2013 Martin Sivak <msivak@redhat.com> 0.1-3
|
||||
* Wed Feb 13 2013 Martin Sivak <msivak@redhat.com> 0.1-3
|
||||
- Updates for package review
|
||||
|
||||
* Tue Jan 22 2013 Martin Sivak <msivak@redhat.com> 0.1-2
|
||||
|
Loading…
Reference in New Issue
Block a user