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