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:
parent
ad5a79d80c
commit
bea403a8a7
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user