new version
- Make Initial Setup startup more robust (mkolman) - Move the s390 profile scripts to a subfolder (mkolman) - Improve log messages for kickstart parsing error (mkolman)
This commit is contained in:
parent
19df30e4d2
commit
d9325f8d71
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@
|
||||
/initial-setup-0.3.35.tar.gz
|
||||
/initial-setup-0.3.36.tar.gz
|
||||
/initial-setup-0.3.37.tar.gz
|
||||
/initial-setup-0.3.38.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
Summary: Initial system configuration utility
|
||||
Name: initial-setup
|
||||
URL: https://fedoraproject.org/wiki/InitialSetup
|
||||
Version: 0.3.37
|
||||
Release: 3%{?dist}
|
||||
Version: 0.3.38
|
||||
Release: 1%{?dist}
|
||||
|
||||
# This is a Red Hat maintained package which is specific to
|
||||
# our distribution.
|
||||
@ -101,13 +101,13 @@ if [ $1 -gt 1 ] ; then
|
||||
fi
|
||||
|
||||
%post
|
||||
%systemd_post initial-setup-text.service
|
||||
%systemd_post initial-setup.service
|
||||
|
||||
%preun
|
||||
%systemd_preun initial-setup-text.service
|
||||
%systemd_post initial-setup.service
|
||||
|
||||
%postun
|
||||
%systemd_postun initial-setup-text.service
|
||||
%systemd_post initial-setup.service
|
||||
|
||||
%pre gui
|
||||
# There is a possibility that an initial setup service might be running
|
||||
@ -136,22 +136,14 @@ if [ $1 -gt 1 ] ; then
|
||||
fi
|
||||
fi
|
||||
|
||||
%post gui
|
||||
%systemd_post initial-setup-graphical.service
|
||||
|
||||
%preun gui
|
||||
%systemd_preun initial-setup-graphical.service
|
||||
|
||||
%postun gui
|
||||
%systemd_postun initial-setup-graphical.service
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc COPYING README.rst
|
||||
%{python3_sitelib}/initial_setup*
|
||||
%exclude %{python3_sitelib}/initial_setup/gui
|
||||
%{_bindir}/initial-setup
|
||||
%{_bindir}/firstboot-windowmanager
|
||||
%{_unitdir}/initial-setup-text.service
|
||||
%{_libexecdir}/%{name}/run-initial-setup
|
||||
%{_libexecdir}/%{name}/firstboot-windowmanager
|
||||
%{_libexecdir}/%{name}/initial-setup-text
|
||||
%{_unitdir}/initial-setup.service
|
||||
|
||||
%ifarch s390 s390x
|
||||
%{_sysconfdir}/profile.d/initial-setup.sh
|
||||
@ -159,15 +151,14 @@ fi
|
||||
%endif
|
||||
|
||||
%files gui
|
||||
%{_libexecdir}/%{name}/initial-setup-graphical
|
||||
%{python3_sitelib}/initial_setup/gui/*
|
||||
%{_unitdir}/initial-setup-graphical.service
|
||||
|
||||
%changelog
|
||||
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.37-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||
|
||||
* Thu Nov 05 2015 Martin Kolman <mkolman@redhat.com> - 0.3.37-2
|
||||
- Rebuild for Python 3.5 (mkolman)
|
||||
* Tue Dec 01 2015 Martin Kolman <mkolman@redhat.com> - 0.3.38-1
|
||||
- Make Initial Setup startup more robust (mkolman)
|
||||
- Move the s390 profile scripts to a subfolder (mkolman)
|
||||
- Improve log messages for kickstart parsing error (mkolman)
|
||||
|
||||
* Wed Sep 30 2015 Martin Kolman <mkolman@redhat.com> - 0.3.37-1
|
||||
- Stop any Initial Setup services before upgrading package (#1244394) (mkolman)
|
||||
|
Loading…
Reference in New Issue
Block a user