New version 26.1-2
- Add lynx dependency to fix xml to plain text conversion (mkolman)
This commit is contained in:
parent
bea403a8a7
commit
95c29732ce
@ -2,7 +2,7 @@ Summary: Content for the Anaconda built-in help system
|
||||
Name: anaconda-user-help
|
||||
URL: https://pagure.io/install-guide
|
||||
Version: 26.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
BuildArch: noarch
|
||||
|
||||
# The tarball is created from the Fedora Installation Guide
|
||||
@ -16,6 +16,8 @@ Group: System Environment/Base
|
||||
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.
|
||||
@ -34,7 +36,10 @@ 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
|
||||
* 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)
|
||||
- Add a plain text version of of the placeholder (mkolman)
|
||||
- Fix some typos (mkolman)
|
||||
|
Loading…
Reference in New Issue
Block a user