Merge branch 'c9-beta' into a9-beta

This commit is contained in:
eabdullin 2023-03-29 01:14:00 +00:00 committed by root
commit 4fe44fb2c6
3 changed files with 8 additions and 4 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}.alma
Epoch: 1
BuildArch: noarch
@ -31,9 +31,13 @@ cp -r * %{buildroot}%{_datadir}/anaconda/help/
%{_datadir}/anaconda/help/*
%changelog
* Wed Feb 16 2022 Eduard Abdullin <eabdullin@almalnux.org> - 9.0.0-1.alma
* Wed Mar 29 2023 Eduard Abdullin <eabdullin@almalnux.org> - 9.2.1-1.alma
- AlmaLinux debrand
* 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