Blame SPECS/anaconda-user-help.spec

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