From daac8b651490efc192b62119d0495bf4cf723676 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 02 2021 18:05:15 +0000 Subject: import anaconda-user-help-26.1-15.el9 --- diff --git a/.anaconda-user-help.metadata b/.anaconda-user-help.metadata new file mode 100644 index 0000000..0c1a86f --- /dev/null +++ b/.anaconda-user-help.metadata @@ -0,0 +1,2 @@ +7a408add4361b51c9d7e3d3b9e2bc021f8a01db7 SOURCES/anaconda-user-help-26.1.tar.gz +8590175a6258b6fa2d077a6ac4f0fdf214412a12 SOURCES/anaconda-user-help-blivet-gui.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6438520 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +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 new file mode 100644 index 0000000..d60a717 --- /dev/null +++ b/SPECS/anaconda-user-help.spec @@ -0,0 +1,107 @@ +Summary: Content for the Anaconda built-in help system +Name: anaconda-user-help +URL: https://pagure.io/install-guide +Version: 26.1 +Release: 15%{?dist} +BuildArch: noarch + +# The tarball is created from the Fedora Installation Guide +# git repository with git archive from the corresponding +# 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 -a 1 + +%build +%{__python3} prepare_anaconda_help_content.py + +%install +mkdir -p %{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 +* 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 + +* Wed Jul 26 2017 Fedora Release Engineering - 26.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Mon Jun 26 2017 Martin Kolman - 26.1-4 +- Add help for blivet-gui spoke (#1439565) (vtrefny) + +* Fri Feb 10 2017 Fedora Release Engineering - 26.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Tue Nov 01 2016 Martin Kolman - 26.1-2 +- Add lynx dependency to fix xml to plain text conversion (mkolman) + +* Thu Oct 27 2016 Martin Kolman - 26.1-1 +- Generate plain text variants of the help content files (mkolman) +- Add a plain text version of of the placeholder (mkolman) +- Fix some typos (mkolman) +- Use /usr/bin/python3 in conversion script header (mkolman) +- Update help content (mkolman) +- Fix link to the installation guide git repository (mkolman) + +* Wed Feb 03 2016 Fedora Release Engineering - 22.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering - 22.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Tue Jun 16 2015 Fedora Release Engineering - 22.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue May 19 2015 Martin Kolman - 22.4-1 +- Add help content for the Kdump spoke (mkolman) + +* Wed Dec 10 2014 Martin Kolman - 22.1-1 +- Initial release (mkolman)