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

This commit is contained in:
CentOS Sources 2020-08-22 18:26:51 +00:00 committed by Cloud User
parent 54209f6687
commit 6eaa58f32c
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
0283d893538c40c69ed546ebdcdf4bf3c6253b45 SOURCES/anaconda-user-help-8.2.3.tar.gz
f24be53e5602b92c4953a5612866c37fd77d70db SOURCES/anaconda-user-help-8.3.1.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-user-help-8.2.3.tar.gz
SOURCES/anaconda-user-help-8.3.1.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.1
Release: 1%{?dist}
Epoch: 1
BuildArch: noarch
@ -28,6 +28,10 @@ cp -r * %{buildroot}%{_datadir}/anaconda/help/
%{_datadir}/anaconda/help/*
%changelog
* 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