new version
- Adjust to logging command changes in Anaconda (#1891621) (mkolman) - Make sure the output from custom_getpass() is serialized after stdout (lkundrak)
This commit is contained in:
parent
8c4ce128e9
commit
f8bb24bf5d
1
.gitignore
vendored
1
.gitignore
vendored
@ -80,3 +80,4 @@
|
||||
/initial-setup-0.3.81.tar.gz
|
||||
/initial-setup-0.3.82.tar.gz
|
||||
/initial-setup-0.3.83.tar.gz
|
||||
/initial-setup-0.3.84.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Initial system configuration utility
|
||||
Name: initial-setup
|
||||
URL: https://fedoraproject.org/wiki/InitialSetup
|
||||
Version: 0.3.83
|
||||
Version: 0.3.84
|
||||
Release: 1%{?dist}
|
||||
|
||||
# This is a Red Hat maintained package which is specific to
|
||||
@ -162,6 +162,10 @@ fi
|
||||
%{python3_sitelib}/initial_setup/gui/*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 27 2020 Martin Kolman <mkolman@redhat.com> - 0.3.84-1
|
||||
- Adjust to logging command changes in Anaconda (#1891621) (mkolman)
|
||||
- Make sure the output from custom_getpass() is serialized after stdout (lkundrak)
|
||||
|
||||
* Wed Aug 19 2020 Martin Kolman <mkolman@redhat.com> - 0.3.83-1
|
||||
- Add PEP8 Speaks configuration (mkolman)
|
||||
- Remove hard coded name of the translation repo in tmp (jkonecny)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (initial-setup-0.3.83.tar.gz) = 43a7ef5aa5421c4e4b98466b66518a66f943084a465bbe7abbc9c0056b6dea8345c08bd04999ce1b7f6a7e2b43c8dbb48b86acf72d228b785aac6553728aa16a
|
||||
SHA512 (initial-setup-0.3.84.tar.gz) = a8102ed067bf0ec67b53165ee7d90b7f29944d2d3a7b10aa5090d34ec9b9a2617bc45cf299acd0c1d88d7388040ba0bdd3f8e768e6e5a601388fa9d8ab247f59
|
||||
|
Loading…
Reference in New Issue
Block a user