From 1189e8b0807dd4b6b85debde0b877019f14f4c1c Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Sep 21 2016 14:08:29 +0000 Subject: 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) --- diff --git a/.gitignore b/.gitignore index 8f05c8d..a697b7c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/initial-setup.spec b/initial-setup.spec index 96fc046..e97248e 100644 --- a/initial-setup.spec +++ b/initial-setup.spec @@ -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 - 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 - 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 - * Wed Jun 08 2016 Martin Kolman - 0.3.41-1 - Fix reconfiguration service name (mkolman) - Fix installation path for the reconfiguration-mode-enabled script (mkolman) diff --git a/sources b/sources index 0327fda..4178188 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4ea054f19e8884576496bc01035b372d initial-setup-0.3.42.tar.gz +96fcade7b2bd273215d87e75c335f79d initial-setup-0.3.43.tar.gz