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

This commit is contained in:
CentOS Sources 2020-11-03 07:13:20 -05:00
parent a8d9817d97
commit 40ee8462de
3 changed files with 11 additions and 3 deletions

View File

@ -1 +1 @@
0283d893538c40c69ed546ebdcdf4bf3c6253b45 SOURCES/anaconda-user-help-8.2.3.tar.gz
84871d1552bd28771523bf27e1da2d71239fa58a SOURCES/anaconda-user-help-8.3.3.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-user-help-8.2.3.tar.gz
SOURCES/anaconda-user-help-8.3.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.2.3
Version: 8.3.3
Release: 1%{?dist}
Epoch: 1
BuildArch: noarch
@ -28,6 +28,14 @@ cp -r * %{buildroot}%{_datadir}/anaconda/help/
%{_datadir}/anaconda/help/*
%changelog
* Fri Sep 4 2020 Martin Kolman <mkolman@redhat.com> - 8.3.3-1
- add missing help content for installation progress screen
Related: rhbz#1861374
* Fri Aug 21 2020 Martin Kolman <mkolman@redhat.com> - 8.3.1-1
- update help content for RHEL 8.3
Resolves: rhbz#1861374
* Fri Feb 21 2020 Martin Kolman <mkolman@redhat.com> - 8.2.3-1
- final help content fixes for 8.2 GA
Related: rhbz#1788855