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:
parent
bd638e793e
commit
34dd1aa4ef
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user