new version
- Use blank title for the Initial Setup window (mkolman) - Start the window manager correctly (#1160891) (mkolman) - Fix some rpmlint warnings (mkolman)
This commit is contained in:
parent
cc4faa8311
commit
3a95c58781
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@
|
|||||||
/initial-setup-0.3.37.tar.gz
|
/initial-setup-0.3.37.tar.gz
|
||||||
/initial-setup-0.3.38.tar.gz
|
/initial-setup-0.3.38.tar.gz
|
||||||
/initial-setup-0.3.39.tar.gz
|
/initial-setup-0.3.39.tar.gz
|
||||||
|
/initial-setup-0.3.40.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
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.39
|
Version: 0.3.40
|
||||||
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
|
||||||
@ -77,7 +77,7 @@ rm -rf %{buildroot}
|
|||||||
# There is a possibility that an initial setup service might be running
|
# There is a possibility that an initial setup service might be running
|
||||||
# during package upgrade, which can together with an old version
|
# during package upgrade, which can together with an old version
|
||||||
# of initial setup (<= 0.3.36) cause the rpm transaction to deadlock.
|
# of initial setup (<= 0.3.36) cause the rpm transaction to deadlock.
|
||||||
# So turn of and disable any Initial Setup services if the %pre
|
# So turn of and disable any Initial Setup services if the pre
|
||||||
# scriptlet is running during upgrade or package removal to prevent
|
# scriptlet is running during upgrade or package removal to prevent
|
||||||
# the deadlock.
|
# the deadlock.
|
||||||
|
|
||||||
@ -113,7 +113,7 @@ fi
|
|||||||
# There is a possibility that an initial setup service might be running
|
# There is a possibility that an initial setup service might be running
|
||||||
# during package upgrade, which can together with an old version
|
# during package upgrade, which can together with an old version
|
||||||
# of initial setup (<= 0.3.36) cause the rpm transaction to deadlock.
|
# of initial setup (<= 0.3.36) cause the rpm transaction to deadlock.
|
||||||
# So turn of and disable any Initial Setup services if the %pre
|
# So turn of and disable any Initial Setup services if the pre
|
||||||
# scriptlet is running during upgrade or package removal to prevent
|
# scriptlet is running during upgrade or package removal to prevent
|
||||||
# the deadlock.
|
# the deadlock.
|
||||||
|
|
||||||
@ -137,7 +137,8 @@ if [ $1 -gt 1 ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc COPYING README.rst
|
%doc README.rst
|
||||||
|
%license COPYING
|
||||||
%{python3_sitelib}/initial_setup*
|
%{python3_sitelib}/initial_setup*
|
||||||
%exclude %{python3_sitelib}/initial_setup/gui
|
%exclude %{python3_sitelib}/initial_setup/gui
|
||||||
%{_libexecdir}/%{name}/run-initial-setup
|
%{_libexecdir}/%{name}/run-initial-setup
|
||||||
@ -155,6 +156,11 @@ fi
|
|||||||
%{python3_sitelib}/initial_setup/gui/*
|
%{python3_sitelib}/initial_setup/gui/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 24 2016 Martin Kolman <mkolman@redhat.com> - 0.3.40-1
|
||||||
|
- Use blank title for the Initial Setup window (mkolman)
|
||||||
|
- Start the window manager correctly (#1160891) (mkolman)
|
||||||
|
- Fix some rpmlint warnings (mkolman)
|
||||||
|
|
||||||
* Tue Feb 16 2016 Martin Kolman <mkolman@redhat.com> - 0.3.39-1
|
* Tue Feb 16 2016 Martin Kolman <mkolman@redhat.com> - 0.3.39-1
|
||||||
- Disable the correct service on successful completion (#1298725) (mkolman)
|
- Disable the correct service on successful completion (#1298725) (mkolman)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user