From bd638e793eab9949d73a8fd81012b9583f875e91 Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Fri, 5 Aug 2016 15:52:43 +0200 Subject: [PATCH] new version - Fix a typo (mkolman) - Don't run the GUI on text-only systems (#1360343) (mkolman) --- .gitignore | 1 + initial-setup.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 565918b..8f05c8d 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /initial-setup-0.3.39.tar.gz /initial-setup-0.3.40.tar.gz /initial-setup-0.3.41.tar.gz +/initial-setup-0.3.42.tar.gz diff --git a/initial-setup.spec b/initial-setup.spec index 50d1abc..96fc046 100644 --- a/initial-setup.spec +++ b/initial-setup.spec @@ -1,8 +1,8 @@ Summary: Initial system configuration utility Name: initial-setup URL: https://fedoraproject.org/wiki/InitialSetup -Version: 0.3.41 -Release: 2%{?dist} +Version: 0.3.42 +Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. @@ -157,6 +157,10 @@ fi %{python3_sitelib}/initial_setup/gui/* %changelog +* Fri Aug 05 2016 Martin Kolman - 0.3.42-1 +- Fix a typo (mkolman) +- Don't run the GUI on text-only systems (#1360343) (mkolman) + * Tue Jul 19 2016 Fedora Release Engineering - 0.3.41-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index a85a4c4..0327fda 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2e8234644e89ad892be5a2fd59efc241 initial-setup-0.3.41.tar.gz +4ea054f19e8884576496bc01035b372d initial-setup-0.3.42.tar.gz