From 78f4fcf92f7e43464e0f872a5b79ecdfe6519a7d Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Feb 05 2015 18:06:34 +0000 Subject: new version - Remove unneeded dependencies (mkolman) - Add the rst suffix to the README file (mkolman) - Update the link to the upstream source code repository (mkolman) - Add AnacondaKSHandler no-member error to pylint-false-positives. (mulhern) - Mark strings for translation when module is loaded. (mulhern) - Fix easy pylint errors. (mulhern) - Add pylint testing infrastructure. (mulhern) --- diff --git a/.gitignore b/.gitignore index da84425..4d27cc3 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /initial-setup-0.3.24.tar.gz /initial-setup-0.3.25.tar.gz /initial-setup-0.3.26.tar.gz +/initial-setup-0.3.27.tar.gz diff --git a/initial-setup.spec b/initial-setup.spec index 18e7354..440a728 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.26 +Version: 0.3.27 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to @@ -23,10 +23,7 @@ BuildRequires: python-setuptools BuildRequires: python-nose BuildRequires: systemd-units BuildRequires: gtk3-devel -BuildRequires: gtk-doc -BuildRequires: gobject-introspection-devel BuildRequires: glade-devel -BuildRequires: pygobject3 BuildRequires: anaconda >= %{anacondaver} BuildRequires: python-di @@ -128,7 +125,16 @@ fi %systemd_postun_with_restart initial-setup-graphical.service %changelog -* Mon Nov 1 2014 Martin Kolman - 0.3.26-1 +* Thu Feb 05 2015 Martin Kolman - 0.3.27-1 +- Remove unneeded dependencies (mkolman) +- Add the rst suffix to the README file (mkolman) +- Update the link to the upstream source code repository (mkolman) +- Add AnacondaKSHandler no-member error to pylint-false-positives. (mulhern) +- Mark strings for translation when module is loaded. (mulhern) +- Fix easy pylint errors. (mulhern) +- Add pylint testing infrastructure. (mulhern) + +* Mon Nov 3 2014 Martin Kolman - 0.3.26-1 - Explicitly require the main package in the GUI sub package (#1078917) (mkolman) * Thu Oct 23 2014 Martin Kolman - 0.3.25-1 diff --git a/sources b/sources index a0cbffc..0a80e5a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6dc6dd933e6e8d1074d9df04717299af initial-setup-0.3.26.tar.gz +4e72699481a6e92e486528882b9a207b initial-setup-0.3.27.tar.gz