diff --git a/.gitignore b/.gitignore index ef1fab3..d965321 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /initial-setup-0.3.11.tar.gz /initial-setup-0.3.12.tar.gz /initial-setup-0.3.13.tar.gz +/initial-setup-0.3.14.tar.gz diff --git a/initial-setup.spec b/initial-setup.spec index 9a45af4..9055242 100644 --- a/initial-setup.spec +++ b/initial-setup.spec @@ -1,7 +1,7 @@ Summary: Initial system configuration utility Name: initial-setup URL: http://fedoraproject.org/wiki/FirstBoot -Version: 0.3.13 +Version: 0.3.14 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to @@ -12,6 +12,7 @@ Release: 1%{?dist} # git clone git://git.fedorahosted.org/initial-setup.git Source0: %{name}-%{version}.tar.gz +%define debug_package %{nil} %define anacondaver 21.7 License: GPLv2+ @@ -124,6 +125,10 @@ fi %systemd_postun_with_restart initial-setup-graphical.service %changelog +* Tue Feb 11 2014 Vratislav Podzimek - 0.3.14-1 +- Try to quit plymouth before running our X server instance (#1058329) +- Get rid of the empty debuginfo package (#1062738) + * Wed Feb 05 2014 Vratislav Podzimek - 0.3.13-1 - Make Initial Setup an arch specific package (#1057590) (vpodzime) diff --git a/sources b/sources index cfa9778..8cf8b9f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d6c4dd1e7234afa8603d71cea72bea52 initial-setup-0.3.13.tar.gz +3a5fa0a8ed94a478045c60b9bceb9bf7 initial-setup-0.3.14.tar.gz