New version 26.2-1
- Add mapping files for the unified help support (vponcova) - Install help files to the fedora directory (vponcova)
This commit is contained in:
parent
1ff256d509
commit
6b79ba7a2e
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/anaconda-user-help-22.4.tar.gz
|
||||
/anaconda-user-help-26.1.tar.gz
|
||||
/anaconda-user-help-blivet-gui.tar.gz
|
||||
/anaconda-user-help-26.2.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
Summary: Content for the Anaconda built-in help system
|
||||
Name: anaconda-user-help
|
||||
URL: https://pagure.io/install-guide
|
||||
Version: 26.1
|
||||
Release: 14%{?dist}
|
||||
Version: 26.2
|
||||
Release: 1%{?dist}
|
||||
BuildArch: noarch
|
||||
|
||||
# The tarball is created from the Fedora Installation Guide
|
||||
@ -32,14 +32,19 @@ This package provides content for the Anaconda built-in help system.
|
||||
%{__python3} prepare_anaconda_help_content.py
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{_datadir}/anaconda/help
|
||||
cp -r anaconda_help_content/* %{buildroot}%{_datadir}/anaconda/help
|
||||
cp -r blivetgui_help_content/* %{buildroot}%{_datadir}/anaconda/help
|
||||
mkdir -p %{buildroot}%{_datadir}/anaconda/help/fedora
|
||||
cp anaconda-*.json %{buildroot}%{_datadir}/anaconda/help/fedora
|
||||
cp -r anaconda_help_content/* %{buildroot}%{_datadir}/anaconda/help/fedora
|
||||
cp -r blivetgui_help_content/* %{buildroot}%{_datadir}/anaconda/help/fedora
|
||||
|
||||
%files
|
||||
%{_datadir}/anaconda/help/*
|
||||
%{_datadir}/anaconda/help/fedora/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 04 2021 Vendula Poncova <vponcova@redhat.com> - 26.2-1
|
||||
- Add mapping files for the unified help support (vponcova)
|
||||
- Install help files to the fedora directory (vponcova)
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 26.1-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (anaconda-user-help-26.2.tar.gz) = 42a03d1441a1d572649dfca31aa0c4400cf88e67b28b97c91fea99cdac2f0da3561c9b9ea80b6924497a65c8e1e4cf44d3e0b90b50d01211bb69901436b855b5
|
||||
SHA512 (anaconda-user-help-blivet-gui.tar.gz) = f66a7725de728dadd7004b6a44b6d4e74469812f096a8ad13ea25860a71248c8d018510a344e1277ff5f739840e5ab6424d5c3cb9fc3dd20b00791aaec3b17b6
|
||||
SHA512 (anaconda-user-help-26.1.tar.gz) = 6991e636b82eca8c7e63ca7bac322cc59eed61eb7396cb0ab1c2753b43de8ce5400dfd684b35ee78b621f2cf07413c8e9794e49c86b76d035cb23a7750d6cd24
|
||||
|
Loading…
Reference in New Issue
Block a user