diff --git a/.gitignore b/.gitignore index 9e22cb4..e75feb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /anaconda-user-help-22.1.tar.gz /anaconda-user-help-22.4.tar.gz +/anaconda-user-help-26.1.tar.gz diff --git a/anaconda-user-help.spec b/anaconda-user-help.spec index 837b973..4823741 100644 --- a/anaconda-user-help.spec +++ b/anaconda-user-help.spec @@ -1,13 +1,13 @@ Summary: Content for the Anaconda built-in help system Name: anaconda-user-help -URL: https://fedorahosted.org/install-guide -Version: 22.4 -Release: 4%{?dist} +URL: https://pagure.io/install-guide +Version: 26.1 +Release: 1%{?dist} BuildArch: noarch -# the tarball is created from the Fedora Installation Guide +# The tarball is created from the Fedora Installation Guide # git repository with git archive from the corresponding -# anaconda-user-help-x.x git tag +# anaconda-user-help-x.x git tag. Source0: %{name}-%{version}.tar.gz @@ -15,6 +15,7 @@ License: CC-BY-SA Group: System Environment/Base BuildRequires: python3-devel BuildRequires: python3-lxml +BuildRequires: xmlto %description This package provides content for the Anaconda built-in help system. @@ -33,6 +34,14 @@ cp -r anaconda_help_content/* %{buildroot}%{_datadir}/anaconda/help %{_datadir}/anaconda/help/* %changelog +* Thu Oct 27 2016 Fedora 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 diff --git a/sources b/sources index 697ef8f..1d8a5c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b2894789e84938bfb02324b8ab4a226d anaconda-user-help-22.4.tar.gz +ce001f7f979ef2498a438231d05932ed anaconda-user-help-26.1.tar.gz