import initial-setup-0.3.81.5-1.el8

This commit is contained in:
CentOS Sources 2020-07-14 01:26:04 +00:00 committed by Andrew Lukoshko
parent ce8463e36d
commit 2454abc042
3 changed files with 14 additions and 12 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/initial-setup-0.3.81.4.tar.gz
SOURCES/initial-setup-0.3.81.5.tar.gz

View File

@ -1 +1 @@
602039a0c4b3dcfb054a42a9bbbcc76925b67661 SOURCES/initial-setup-0.3.81.4.tar.gz
98caebd7153a2c2fefcdd1f9f61aef07393153e9 SOURCES/initial-setup-0.3.81.5.tar.gz

View File

@ -1,8 +1,8 @@
Summary: Initial system configuration utility
Name: initial-setup
URL: https://fedoraproject.org/wiki/InitialSetup
Version: 0.3.81.4
Release: 3%{?dist}
Version: 0.3.81.5
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution.
@ -166,14 +166,16 @@ fi
%{python3_sitelib}/initial_setup/gui/*
%changelog
* Fri May 29 2020 Martin Kolman <mkolman@redhat.com> - 0.3.81.4-3
- Drop distgit tests from gating.yaml (mkolman)
Related: rhbz#1696277
* Thu May 28 2020 Martin Kolman <mkolman@redhat.com> - 0.3.81.4-2
- Add gating.yaml (mkolman)
Related: rhbz#1696277
Related: rhbz#1678941
* Thu Jun 25 2020 Martin Kolman <mkolman@redhat.com> - 0.3.81.5-1
- Disable multi TTY handler when running in SSH session (mkolman)
- Add CLI option to disable multi TTY handler (mkolman)
- Add PEP8 Speaks configuration (mkolman)
- Add missing branch config to manifest file (jkonecny)
- Add translation badge to the README file (jkonecny)
- Remove unused PREFIX variable from Makefile (jkonecny)
- Use new po-push instead of Zanata (jkonecny)
- Add po-push using localization repository (jkonecny)
- Use translation repository to pull the translations (jkonecny)
* Tue May 26 2020 Martin Kolman <mkolman@redhat.com> - 0.3.81.4-1
- Do not build Initial Setup on i686 (mkolman)