Initial help content for RHEL 9
Initial help content for RHEL 9. Bumping epoch due to different versioning scheme on Fedora from the one used on RHEL. Resolves: rhbz#1995939
This commit is contained in:
parent
44c8f3c514
commit
d7df51086f
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/anaconda-user-help-22.4.tar.gz
|
/anaconda-user-help-22.4.tar.gz
|
||||||
/anaconda-user-help-26.1.tar.gz
|
/anaconda-user-help-26.1.tar.gz
|
||||||
/anaconda-user-help-blivet-gui.tar.gz
|
/anaconda-user-help-blivet-gui.tar.gz
|
||||||
|
/anaconda-user-help-9.0.0.tar.gz
|
||||||
|
@ -1,72 +1,92 @@
|
|||||||
Summary: Content for the Anaconda built-in help system
|
Summary: Content for the Anaconda built-in help system
|
||||||
Name: anaconda-user-help
|
Name: anaconda-user-help
|
||||||
URL: https://pagure.io/install-guide
|
URL: https://access.redhat.com/documentation
|
||||||
Version: 26.1
|
Version: 9.0.0
|
||||||
Release: 15%{?dist}
|
Release: 1%{?dist}
|
||||||
|
Epoch: 1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
# The tarball is created from the Fedora Installation Guide
|
# The tarball is created from the Installation Guide
|
||||||
# git repository with git archive from the corresponding
|
# git repository with git archive from the corresponding
|
||||||
# anaconda-user-help-x.x git tag.
|
# anaconda-user-help-x.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
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source1: %{name}-blivet-gui.tar.gz
|
|
||||||
|
|
||||||
License: CC-BY-SA
|
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
|
%description
|
||||||
This package provides content for the Anaconda built-in help system.
|
This package provides content for the Anaconda built-in help system.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a 1
|
%setup -q
|
||||||
|
|
||||||
%build
|
|
||||||
%{__python3} prepare_anaconda_help_content.py
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{_datadir}/anaconda/help
|
mkdir -p %{buildroot}%{_datadir}/anaconda/help
|
||||||
cp -r anaconda_help_content/* %{buildroot}%{_datadir}/anaconda/help
|
cp -r * %{buildroot}%{_datadir}/anaconda/help/
|
||||||
cp -r blivetgui_help_content/* %{buildroot}%{_datadir}/anaconda/help
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_datadir}/anaconda/help/*
|
%{_datadir}/anaconda/help/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 26.1-15
|
* Tue Jan 04 2022 Martin Kolman <mkolman@redhat.com> - 9.0.0-1
|
||||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
- initial help content for RHEL 9.0
|
||||||
Related: rhbz#1991688
|
Resolves: rhbz#1995939
|
||||||
|
|
||||||
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 26.1-14
|
* Fri Sep 4 2020 Martin Kolman <mkolman@redhat.com> - 8.3.3-1
|
||||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
- add missing help content for installation progress screen
|
||||||
|
Related: rhbz#1861374
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 26.1-13
|
* Fri Aug 21 2020 Martin Kolman <mkolman@redhat.com> - 8.3.1-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
- update help content for RHEL 8.3
|
||||||
|
Resolves: rhbz#1861374
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 26.1-12
|
* Fri Feb 21 2020 Martin Kolman <mkolman@redhat.com> - 8.2.3-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- final help content fixes for 8.2 GA
|
||||||
|
Related: rhbz#1788855
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 26.1-11
|
* Wed Feb 12 2020 Martin Kolman <mkolman@redhat.com> - 8.2.2-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- post 8.2 Beta help content fixes
|
||||||
|
Related: rhbz#1788855
|
||||||
|
|
||||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 26.1-10
|
* Mon Jan 27 2020 Martin Kolman <mkolman@redhat.com> - 8.2.1-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- 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
|
||||||
|
|
||||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 26.1-9
|
* Mon Jan 28 2019 Martin Kolman <mkolman@redhat.com> - 8.1.1-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- initial help content update for RHEL 8.1
|
||||||
|
Related: rhbz#1715415
|
||||||
|
|
||||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 26.1-8
|
* Mon Jan 28 2019 Martin Kolman <mkolman@redhat.com> - 8.0.9-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- fix broken links
|
||||||
|
Related: rhbz#1668443
|
||||||
|
|
||||||
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 26.1-7
|
* Tue Dec 11 2018 Martin Kolman <mkolman@redhat.com> - 8.0.7-1
|
||||||
- Rebuilt for Python 3.7
|
- remove remaining Fedora references
|
||||||
|
Related: rhbz#1644240
|
||||||
|
|
||||||
|
* Tue Oct 16 2018 Martin Kolman <mkolman@redhat.com> - 8.0.6-1
|
||||||
|
- update help content for RHEL8 Beta
|
||||||
|
Related: rhbz#1634756
|
||||||
|
|
||||||
|
* Mon Oct 15 2018 Martin Kolman <mkolman@redhat.com> - 8.0.4-1
|
||||||
|
- update help content for RHEL8 Beta
|
||||||
|
Related: rhbz#1634756
|
||||||
|
|
||||||
|
* Thu Oct 11 2018 Martin Kolman <mkolman@redhat.com> - 8.0.3-1
|
||||||
|
- update help content for RHEL8 Beta
|
||||||
|
Related: rhbz#1634756
|
||||||
|
|
||||||
|
* Fri Oct 05 2018 Martin Kolman <mkolman@redhat.com> - 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 <mkolman@redhat.com> - 8.0.1-1
|
||||||
|
- fix version for RHEL
|
||||||
|
- add RHEL help placeholders instead of help content for now
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 26.1-6
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 26.1-6
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
|||||||
SHA512 (anaconda-user-help-blivet-gui.tar.gz) = f66a7725de728dadd7004b6a44b6d4e74469812f096a8ad13ea25860a71248c8d018510a344e1277ff5f739840e5ab6424d5c3cb9fc3dd20b00791aaec3b17b6
|
SHA512 (anaconda-user-help-9.0.0.tar.gz) = 028e6fa510a854f5b8e43c96873181f2359e006a9a07a59198e28a1b00607ff9abf72879934d046165125961bd10e71375307563e17610244335699f07f5cd33
|
||||||
SHA512 (anaconda-user-help-26.1.tar.gz) = 6991e636b82eca8c7e63ca7bac322cc59eed61eb7396cb0ab1c2753b43de8ce5400dfd684b35ee78b621f2cf07413c8e9794e49c86b76d035cb23a7750d6cd24
|
|
||||||
|
Loading…
Reference in New Issue
Block a user