new version

- Initialize SAM on startup (#1375721) (mkolman)
- Log unhandled exceptions to Journal (mkolman)
- Suppress logging to stdout when TUI is started by s390 startup scripts (mkolman)
- Fix path to TUI executable in the s390 startup scripts (#1366776) (mkolman)
- Canonicalize symlinks returned by readlink (mkolman)
This commit is contained in:
Martin Kolman 2016-09-21 15:41:34 +02:00
parent bd638e793e
commit 34dd1aa4ef
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -40,3 +40,4 @@
/initial-setup-0.3.40.tar.gz
/initial-setup-0.3.41.tar.gz
/initial-setup-0.3.42.tar.gz
/initial-setup-0.3.43.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Initial system configuration utility
Name: initial-setup
URL: https://fedoraproject.org/wiki/InitialSetup
Version: 0.3.42
Version: 0.3.43
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
@ -13,7 +13,7 @@ Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
%define debug_package %{nil}
%define anacondaver 25.16
%define anacondaver 25.20.3
License: GPLv2+
Group: System Environment/Base
@ -157,13 +157,17 @@ fi
%{python3_sitelib}/initial_setup/gui/*
%changelog
* Wed Sep 21 2016 Martin Kolman <mkolman@redhat.com> - 0.3.43-1
- Initialize SAM on startup (#1375721) (mkolman)
- Log unhandled exceptions to Journal (mkolman)
- Suppress logging to stdout when TUI is started by s390 startup scripts (mkolman)
- Fix path to TUI executable in the s390 startup scripts (#1366776) (mkolman)
- Canonicalize symlinks returned by readlink (mkolman)
* Fri Aug 05 2016 Martin Kolman <mkolman@redhat.com> - 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 <rel-eng@lists.fedoraproject.org> - 0.3.41-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
* Wed Jun 08 2016 Martin Kolman <mkolman@redhat.com> - 0.3.41-1
- Fix reconfiguration service name (mkolman)
- Fix installation path for the reconfiguration-mode-enabled script (mkolman)

View File

@ -1 +1 @@
4ea054f19e8884576496bc01035b372d initial-setup-0.3.42.tar.gz
96fcade7b2bd273215d87e75c335f79d initial-setup-0.3.43.tar.gz