Blame SPECS/anaconda-user-help.spec

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