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)
This commit is contained in:
Martin Kolman 2015-02-05 19:06:34 +01:00
parent f728d4666d
commit 78f4fcf92f
3 changed files with 13 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <mkolman@redhat.com> - 0.3.26-1
* Thu Feb 05 2015 Martin Kolman <mkolman@redhat.com> - 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 <mkolman@redhat.com> - 0.3.26-1
- Explicitly require the main package in the GUI sub package (#1078917) (mkolman)
* Thu Oct 23 2014 Martin Kolman <mkolman@redhat.com> - 0.3.25-1

View File

@ -1 +1 @@
6dc6dd933e6e8d1074d9df04717299af initial-setup-0.3.26.tar.gz
4e72699481a6e92e486528882b9a207b initial-setup-0.3.27.tar.gz