import anaconda-user-help-9.2.1-1.el9

This commit is contained in:
CentOS Sources 2023-05-09 05:23:55 +00:00 committed by Stepan Oksanichenko
parent 412174693d
commit 2e7ae82ebd
3 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
9007bf10077d15c911b727df76f82b80aeb3311a SOURCES/anaconda-user-help-9.0.0.tar.gz
9eea41cb0373eeabba5896186b12aa7727cd5b0b SOURCES/anaconda-user-help-9.2.1.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/anaconda-user-help-9.0.0.tar.gz
SOURCES/anaconda-user-help-9.2.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: 9.0.0
Version: 9.2.1
Release: 1%{?dist}
Epoch: 1
BuildArch: noarch
@ -28,6 +28,10 @@ cp -r * %{buildroot}%{_datadir}/anaconda/help/
%{_datadir}/anaconda/help/*
%changelog
* Tue Jan 24 2023 Martin Kolman <mkolman@redhat.com> - 9.2.1-1
- update help content for RHEL 9.2
Resolves: rhbz#2071652
* Tue Jan 04 2022 Martin Kolman <mkolman@redhat.com> - 9.0.0-1
- initial help content for RHEL 9.0
Resolves: rhbz#1995939