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:
parent
f728d4666d
commit
78f4fcf92f
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user