New version 26.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)
This commit is contained in:
Martin Kolman 2016-10-27 12:57:18 +02:00
parent ad5a79d80c
commit bea403a8a7
3 changed files with 16 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <mkolman@redhat.com> - 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 <releng@fedoraproject.org> - 22.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
b2894789e84938bfb02324b8ab4a226d anaconda-user-help-22.4.tar.gz
ce001f7f979ef2498a438231d05932ed anaconda-user-help-26.1.tar.gz