Blame SPECS/anaconda-user-help.spec

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