diff --git a/.anaconda-user-help.metadata b/.anaconda-user-help.metadata new file mode 100644 index 0000000..e0bbcb7 --- /dev/null +++ b/.anaconda-user-help.metadata @@ -0,0 +1 @@ +ef9e191aa3f39e8622736992a78308fa4e71c9bb SOURCES/anaconda-user-help-7.5.3.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0438abb --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/anaconda-user-help-7.5.3.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/anaconda-user-help.spec b/SPECS/anaconda-user-help.spec new file mode 100644 index 0000000..3ba938c --- /dev/null +++ b/SPECS/anaconda-user-help.spec @@ -0,0 +1,61 @@ +Summary: Content for the Anaconda built-in help system +Name: anaconda-user-help +URL: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/Installation_Guide +Version: 7.5.3 +Release: 1%{?dist} +Epoch: 1 +BuildArch: noarch + +# This is a Red Hat maintained package which is specific to +# our distribution. +# +# The source is thus available only from within this SRPM. +Source0: %{name}-%{version}.tar.gz + +License: CC-BY-SA +Group: System Environment/Base +BuildRequires: python2-devel +BuildRequires: python-lxml + +%description +This package provides content for the Anaconda built-in help system. + +%prep +%setup -q + +%build +python prepare_anaconda_help_content.py + +%install +mkdir -p %{buildroot}%{_datadir}/anaconda/help +cp -r anaconda_help_content/* %{buildroot}%{_datadir}/anaconda/help + +%files +%{_datadir}/anaconda/help/* + +%changelog +* Thu Oct 06 2017 Martin Kolman - 7.5.3-1 +- Add RHV branded help content variant (mkolman) + Resolves: rhbz#1378010 + +* Thu Jun 30 2016 Martin Kolman - 7.3.2-1 +- Document the fadump option for the Kdump Anaconda addon (cspicer) + Resolves: rhbz#1260880 + +* Thu May 12 2016 Martin Kolman - 7.3.1-1 +- Bump epoch to fix upgrades from the Anaconda help content subpackage (mkolman) + Resolves: rhbz#1275285 +- Add help content for the Subscription Manager addon spoke (cspicer) + Resolves: rhbz#1260071 + +* Fri Aug 28 2015 Martin Kolman - 7.2.2-1 +- Add InitialSetupHub-common to help generator script (pbokoc) + Resolves: rhbz#1247779 + +* Mon Aug 24 2015 Martin Kolman - 7.2.1-1 +- Update help content to account for 7.2 additions and changes + Resolves: rhbz#1256407 + +* Tue Jun 16 2015 Martin Kolman - 7.1.8-1 +- Initial release (mkolman) + Resolves: rhbz#1224974