Blame SPECS/anaconda-user-help.spec

cfc5aa
Summary: Content for the Anaconda built-in help system
cfc5aa
Name: anaconda-user-help
cfc5aa
URL: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/Installation_Guide
cfc5aa
Version: 7.5.3
cfc5aa
Release: 1%{?dist}
cfc5aa
Epoch: 1
cfc5aa
BuildArch: noarch
cfc5aa
cfc5aa
# This is a Red Hat maintained package which is specific to
cfc5aa
# our distribution.
cfc5aa
#
cfc5aa
# The source is thus available only from within this SRPM.
cfc5aa
Source0: %{name}-%{version}.tar.gz
cfc5aa
cfc5aa
License: CC-BY-SA
cfc5aa
Group: System Environment/Base
cfc5aa
BuildRequires: python2-devel
cfc5aa
BuildRequires: python-lxml
cfc5aa
cfc5aa
%description
cfc5aa
This package provides content for the Anaconda built-in help system.
cfc5aa
cfc5aa
%prep
cfc5aa
%setup -q
cfc5aa
cfc5aa
%build
cfc5aa
python prepare_anaconda_help_content.py
cfc5aa
cfc5aa
%install
cfc5aa
mkdir -p %{buildroot}%{_datadir}/anaconda/help
cfc5aa
cp -r anaconda_help_content/* %{buildroot}%{_datadir}/anaconda/help
cfc5aa
cfc5aa
%files
cfc5aa
%{_datadir}/anaconda/help/*
cfc5aa
cfc5aa
%changelog
cfc5aa
* Thu Oct 06 2017 Martin Kolman <mkolman@redhat.com> - 7.5.3-1
cfc5aa
- Add RHV branded help content variant (mkolman)
cfc5aa
  Resolves: rhbz#1378010
cfc5aa
cfc5aa
* Thu Jun 30 2016 Martin Kolman <mkolman@redhat.com> - 7.3.2-1
cfc5aa
- Document the fadump option for the Kdump Anaconda addon (cspicer)
cfc5aa
  Resolves: rhbz#1260880
cfc5aa
cfc5aa
* Thu May 12 2016 Martin Kolman <mkolman@redhat.com> - 7.3.1-1
cfc5aa
- Bump epoch to fix upgrades from the Anaconda help content subpackage (mkolman)
cfc5aa
  Resolves: rhbz#1275285
cfc5aa
- Add help content for the Subscription Manager addon spoke (cspicer)
cfc5aa
  Resolves: rhbz#1260071
cfc5aa
cfc5aa
* Fri Aug 28 2015 Martin Kolman <mkolman@redhat.com> - 7.2.2-1
cfc5aa
- Add InitialSetupHub-common to help generator script (pbokoc)
cfc5aa
  Resolves: rhbz#1247779
cfc5aa
cfc5aa
* Mon Aug 24 2015 Martin Kolman <mkolman@redhat.com> - 7.2.1-1
cfc5aa
- Update help content to account for 7.2 additions and changes
cfc5aa
  Resolves: rhbz#1256407
cfc5aa
cfc5aa
* Tue Jun 16 2015 Martin Kolman <mkolman@redhat.com> - 7.1.8-1
cfc5aa
- Initial release (mkolman)
cfc5aa
  Resolves: rhbz#1224974