From 37aeab27cecafa8e86a385f83fbe76a2ba7bf4ad Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 2 Nov 2021 14:05:15 -0400 Subject: [PATCH] import anaconda-user-help-26.1-15.el9 --- .anaconda-user-help.metadata | 3 +- .gitignore | 3 +- SPECS/anaconda-user-help.spec | 118 ++++++++++++++-------------------- 3 files changed, 51 insertions(+), 73 deletions(-) diff --git a/.anaconda-user-help.metadata b/.anaconda-user-help.metadata index 300192e..0c1a86f 100644 --- a/.anaconda-user-help.metadata +++ b/.anaconda-user-help.metadata @@ -1 +1,2 @@ -9eea41cb0373eeabba5896186b12aa7727cd5b0b SOURCES/anaconda-user-help-9.2.1.tar.gz +7a408add4361b51c9d7e3d3b9e2bc021f8a01db7 SOURCES/anaconda-user-help-26.1.tar.gz +8590175a6258b6fa2d077a6ac4f0fdf214412a12 SOURCES/anaconda-user-help-blivet-gui.tar.gz diff --git a/.gitignore b/.gitignore index eecd5d4..6438520 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -SOURCES/anaconda-user-help-9.2.1.tar.gz +SOURCES/anaconda-user-help-26.1.tar.gz +SOURCES/anaconda-user-help-blivet-gui.tar.gz diff --git a/SPECS/anaconda-user-help.spec b/SPECS/anaconda-user-help.spec index 65eac0e..d60a717 100644 --- a/SPECS/anaconda-user-help.spec +++ b/SPECS/anaconda-user-help.spec @@ -1,96 +1,72 @@ Summary: Content for the Anaconda built-in help system Name: anaconda-user-help -URL: https://access.redhat.com/documentation -Version: 9.2.1 -Release: 1%{?dist} -Epoch: 1 +URL: https://pagure.io/install-guide +Version: 26.1 +Release: 15%{?dist} BuildArch: noarch -# The tarball is created from the Installation Guide +# The tarball is created from the Fedora Installation Guide # git repository with git archive from the corresponding -# anaconda-user-help-x.x.x git tag. +# anaconda-user-help-x.x git tag. +# The blivet-gui documentation tarball is made from the user help files +# for blivet-gui: +# https://github.com/rhinstaller/blivet-gui Source0: %{name}-%{version}.tar.gz +Source1: %{name}-blivet-gui.tar.gz License: CC-BY-SA +BuildRequires: python3-devel +BuildRequires: python3-lxml +BuildRequires: xmlto +# lynx is required by xmlto for successful xml to plain text conversion +BuildRequires: lynx %description This package provides content for the Anaconda built-in help system. %prep -%setup -q +%setup -q -a 1 + +%build +%{__python3} prepare_anaconda_help_content.py %install mkdir -p %{buildroot}%{_datadir}/anaconda/help -cp -r * %{buildroot}%{_datadir}/anaconda/help/ +cp -r anaconda_help_content/* %{buildroot}%{_datadir}/anaconda/help +cp -r blivetgui_help_content/* %{buildroot}%{_datadir}/anaconda/help %files %{_datadir}/anaconda/help/* %changelog -* Tue Jan 24 2023 Martin Kolman - 9.2.1-1 -- update help content for RHEL 9.2 - Resolves: rhbz#2071652 - -* Tue Jan 04 2022 Martin Kolman - 9.0.0-1 -- initial help content for RHEL 9.0 - Resolves: rhbz#1995939 - -* Fri Sep 4 2020 Martin Kolman - 8.3.3-1 -- add missing help content for installation progress screen - Related: rhbz#1861374 - -* Fri Aug 21 2020 Martin Kolman - 8.3.1-1 -- update help content for RHEL 8.3 - Resolves: rhbz#1861374 - -* Fri Feb 21 2020 Martin Kolman - 8.2.3-1 -- final help content fixes for 8.2 GA - Related: rhbz#1788855 - -* Wed Feb 12 2020 Martin Kolman - 8.2.2-1 -- post 8.2 Beta help content fixes - Related: rhbz#1788855 - -* Mon Jan 27 2020 Martin Kolman - 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 - 8.1.1-1 -- initial help content update for RHEL 8.1 - Related: rhbz#1715415 - -* Mon Jan 28 2019 Martin Kolman - 8.0.9-1 -- fix broken links - Related: rhbz#1668443 - -* Tue Dec 11 2018 Martin Kolman - 8.0.7-1 -- remove remaining Fedora references - Related: rhbz#1644240 - -* Tue Oct 16 2018 Martin Kolman - 8.0.6-1 -- update help content for RHEL8 Beta - Related: rhbz#1634756 - -* Mon Oct 15 2018 Martin Kolman - 8.0.4-1 -- update help content for RHEL8 Beta - Related: rhbz#1634756 - -* Thu Oct 11 2018 Martin Kolman - 8.0.3-1 -- update help content for RHEL8 Beta - Related: rhbz#1634756 - -* Fri Oct 05 2018 Martin Kolman - 8.0.2-1 -- add initial RHEL8 help content - Resolves: rhbz#1634756 -- adapt spec file to new help content - Related: rhbz#1634756 - -* Wed Aug 01 2018 Martin Kolman - 8.0.1-1 -- fix version for RHEL -- add RHEL help placeholders instead of help content for now +* Mon Aug 09 2021 Mohan Boddu - 26.1-15 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Thu Apr 15 2021 Mohan Boddu - 26.1-14 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Tue Jan 26 2021 Fedora Release Engineering - 26.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Jul 27 2020 Fedora Release Engineering - 26.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jan 28 2020 Fedora Release Engineering - 26.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Jul 24 2019 Fedora Release Engineering - 26.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Thu Jan 31 2019 Fedora Release Engineering - 26.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Thu Jul 12 2018 Fedora Release Engineering - 26.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro HronĨok - 26.1-7 +- Rebuilt for Python 3.7 * Wed Feb 07 2018 Fedora Release Engineering - 26.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild