From b84227bd8f123605ea75fe73f6792d62f6982149 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 19 2015 16:00:59 +0000 Subject: import anaconda-user-help-7.2.2-1.el7 --- diff --git a/.anaconda-user-help.metadata b/.anaconda-user-help.metadata new file mode 100644 index 0000000..7dab237 --- /dev/null +++ b/.anaconda-user-help.metadata @@ -0,0 +1 @@ +d707737c6325fdf6fbd2f3a7139cd17c7cd00ed5 SOURCES/anaconda-user-help-7.2.2.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..659432b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/anaconda-user-help-7.2.2.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..e87674f --- /dev/null +++ b/SPECS/anaconda-user-help.spec @@ -0,0 +1,46 @@ +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.2.2 +Release: 1%{?dist} +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 +* 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