New version 26.1-2

- Add lynx dependency to fix xml to plain text conversion (mkolman)
This commit is contained in:
Martin Kolman 2016-11-01 17:16:10 +01:00
parent bea403a8a7
commit 95c29732ce

View File

@ -2,7 +2,7 @@ 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://pagure.io/install-guide
Version: 26.1 Version: 26.1
Release: 1%{?dist} Release: 2%{?dist}
BuildArch: noarch BuildArch: noarch
# The tarball is created from the Fedora Installation Guide # The tarball is created from the Fedora Installation Guide
@ -16,6 +16,8 @@ Group: System Environment/Base
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-lxml BuildRequires: python3-lxml
BuildRequires: xmlto 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.
@ -34,7 +36,10 @@ cp -r anaconda_help_content/* %{buildroot}%{_datadir}/anaconda/help
%{_datadir}/anaconda/help/* %{_datadir}/anaconda/help/*
%changelog %changelog
* Thu Oct 27 2016 Fedora Martin Kolman <mkolman@redhat.com> - 26.1-1 * Tue Nov 01 2016 Martin Kolman <mkolman@redhat.com> - 26.1-2
- Add lynx dependency to fix xml to plain text conversion (mkolman)
* Thu Oct 27 2016 Martin Kolman <mkolman@redhat.com> - 26.1-1
- Generate plain text variants of the help content files (mkolman) - Generate plain text variants of the help content files (mkolman)
- Add a plain text version of of the placeholder (mkolman) - Add a plain text version of of the placeholder (mkolman)
- Fix some typos (mkolman) - Fix some typos (mkolman)