Skip to content
Snippets Groups Projects
Commit 9e106b77 authored by Rocky Automation's avatar Rocky Automation :tv:
Browse files

import pcs-0.10.17-3.el8

parent e6aac22d
No related branches found
Tags imports/r8s/pcs-0.10.17-3.el8
No related merge requests found
Name: pcs
Version: 0.10.17
Release: 2%{?dist}
Release: 3%{?dist}
# https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/
# https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing#Good_Licenses
# GPL-2.0-only: pcs
......@@ -332,6 +332,9 @@ update_times_patch %{PATCH3}
echo "%version+$(echo "%{version_or_commit}" | head -c 8)" > %{_builddir}/%{pcs_source_name}/.tarball-version
%endif
%if 0%{?skip_bundle_prep}
echo "Skipping copying bundled dependencies."
%else
cp -f %SOURCE1 %{pcsd_public_dir}/images
# prepare dirs/files necessary for building all bundles
......@@ -365,6 +368,7 @@ cp -f %SOURCE42 rpm/
cp -f %SOURCE43 rpm/
cp -f %SOURCE44 rpm/
cp -f %SOURCE45 rpm/
%endif
%build
%define debug_package %{nil}
......@@ -580,9 +584,13 @@ remove_all_tests
%license pyagentx_LICENSE.txt
%changelog
* Thu Jul 13 2023 Release Engineering <releng@rockylinux.org> - 0.10.17-2
* Sat Nov 04 2023 Release Engineering <releng@rockylinux.org> - 0.10.17-3
- Debrand PCS
* Wed Nov 1 2023 Michal Pospisil <mpospisi@redhat.com> - 0.10.17-3
- No changes, testing a new quality control process
- Resolves: RHEL-15218
* Thu Jul 13 2023 Michal Pospisil <mpospisi@redhat.com> - 0.10.17-2
- Make use of filters when extracting tarballs to enhance security if provided by Python (`pcs config restore` command)
- Do not display duplicate records in commands `pcs property [config] --all` and `pcs property describe`
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment