diff --git a/.gitignore b/.gitignore index 3a9a1d3..f16cc53 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/initial-setup.spec b/initial-setup.spec index f29c225..3f6ad7c 100644 --- a/initial-setup.spec +++ b/initial-setup.spec @@ -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 - 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 - 0.3.39-1 - Disable the correct service on successful completion (#1298725) (mkolman) diff --git a/sources b/sources index 8af5d11..3b3b9dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6a2faafe0697e7271e1c4c18cf09a4be initial-setup-0.3.39.tar.gz +aa3d8a6dc177affd4790f23c8bfd91c4 initial-setup-0.3.40.tar.gz