diff --git a/.anaconda-user-help.metadata b/.anaconda-user-help.metadata new file mode 100644 index 0000000..53cf436 --- /dev/null +++ b/.anaconda-user-help.metadata @@ -0,0 +1 @@ +37d6786bf274fdf2a51e9dbfb00cd402307f5b47 SOURCES/anaconda-user-help-8.0.9.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..02c67fc --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/anaconda-user-help-8.0.9.tar.gz diff --git a/SPECS/anaconda-user-help.spec b/SPECS/anaconda-user-help.spec new file mode 100644 index 0000000..b3dd286 --- /dev/null +++ b/SPECS/anaconda-user-help.spec @@ -0,0 +1,97 @@ +Summary: Content for the Anaconda built-in help system +Name: anaconda-user-help +URL: https://access.redhat.com/documentation +Version: 8.0.9 +Release: 1%{?dist} +Epoch: 1 +BuildArch: noarch + +# The tarball is created from the Installation Guide +# git repository with git archive from the corresponding +# anaconda-user-help-x.x.x git tag. + +Source0: %{name}-%{version}.tar.gz + +License: CC-BY-SA + +%description +This package provides content for the Anaconda built-in help system. + +%prep +%setup -q + +%install +mkdir -p %{buildroot}%{_datadir}/anaconda/help +cp -r * %{buildroot}%{_datadir}/anaconda/help/ + +%files +%{_datadir}/anaconda/help/* + +%changelog +* 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 + +* 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)