import anaconda-user-help-8.2.3-1.el8

This commit is contained in:
CentOS Sources 2020-04-28 05:38:14 -04:00
parent a46479795e
commit a8d9817d97
3 changed files with 17 additions and 3 deletions

View File

@ -1 +1 @@
7ee8352650e2fc0c093c6a1ecb4d167a37a229a9 SOURCES/anaconda-user-help-8.1.1.tar.gz
0283d893538c40c69ed546ebdcdf4bf3c6253b45 SOURCES/anaconda-user-help-8.2.3.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-user-help-8.1.1.tar.gz
SOURCES/anaconda-user-help-8.2.3.tar.gz

View File

@ -1,7 +1,7 @@
Summary: Content for the Anaconda built-in help system
Name: anaconda-user-help
URL: https://access.redhat.com/documentation
Version: 8.1.1
Version: 8.2.3
Release: 1%{?dist}
Epoch: 1
BuildArch: noarch
@ -28,6 +28,20 @@ cp -r * %{buildroot}%{_datadir}/anaconda/help/
%{_datadir}/anaconda/help/*
%changelog
* Fri Feb 21 2020 Martin Kolman <mkolman@redhat.com> - 8.2.3-1
- final help content fixes for 8.2 GA
Related: rhbz#1788855
* Wed Feb 12 2020 Martin Kolman <mkolman@redhat.com> - 8.2.2-1
- post 8.2 Beta help content fixes
Related: rhbz#1788855
* Mon Jan 27 2020 Martin Kolman <mkolman@redhat.com> - 8.2.1-1
- initial help content update for RHEL 8.2
- add help content for the "Connect to Red Hat" spoke
- drop content for the superseded "System Purpose" spoke
Resolves: rhbz#1788855
* Mon Jan 28 2019 Martin Kolman <mkolman@redhat.com> - 8.1.1-1
- initial help content update for RHEL 8.1
Related: rhbz#1715415