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:
Martin Kolman 2016-03-24 21:03:40 +01:00
parent cc4faa8311
commit 3a95c58781
3 changed files with 12 additions and 5 deletions

1
.gitignore vendored
View File

@ -37,3 +37,4 @@
/initial-setup-0.3.37.tar.gz
/initial-setup-0.3.38.tar.gz
/initial-setup-0.3.39.tar.gz
/initial-setup-0.3.40.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Initial system configuration utility
Name: initial-setup
URL: https://fedoraproject.org/wiki/InitialSetup
Version: 0.3.39
Version: 0.3.40
Release: 1%{?dist}
# 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
# during package upgrade, which can together with an old version
# 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
# the deadlock.
@ -113,7 +113,7 @@ fi
# There is a possibility that an initial setup service might be running
# during package upgrade, which can together with an old version
# 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
# the deadlock.
@ -137,7 +137,8 @@ if [ $1 -gt 1 ] ; then
fi
%files -f %{name}.lang
%doc COPYING README.rst
%doc README.rst
%license COPYING
%{python3_sitelib}/initial_setup*
%exclude %{python3_sitelib}/initial_setup/gui
%{_libexecdir}/%{name}/run-initial-setup
@ -155,6 +156,11 @@ fi
%{python3_sitelib}/initial_setup/gui/*
%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
- Disable the correct service on successful completion (#1298725) (mkolman)

View File

@ -1 +1 @@
6a2faafe0697e7271e1c4c18cf09a4be initial-setup-0.3.39.tar.gz
aa3d8a6dc177affd4790f23c8bfd91c4 initial-setup-0.3.40.tar.gz