From 6a3c49efcdb59ee64eca33ca8a7d1648caa0dced Mon Sep 17 00:00:00 2001 From: Michal Pospisil Date: Thu, 2 Nov 2023 13:15:37 +0100 Subject: [PATCH] ignore failure when allowing repositories --- .pcs.metadata | 1 + gating.fmf | 2 +- pcs.spec | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .pcs.metadata diff --git a/.pcs.metadata b/.pcs.metadata new file mode 100644 index 0000000..206154f --- /dev/null +++ b/.pcs.metadata @@ -0,0 +1 @@ +3176b2f2b332c2b6bf79fe882e83feecf3d3f011 pyagentx-0.4.pcs.2.tar.gz diff --git a/gating.fmf b/gating.fmf index 0058952..1a66025 100644 --- a/gating.fmf +++ b/gating.fmf @@ -26,7 +26,7 @@ prepare: package: dnf-command(config-manager) - name: Enable HA repo how: shell - script: dnf config-manager --set-enabled highavailability crb + script: dnf config-manager --set-enabled highavailability crb || true - name: Install packages how: install package: diff --git a/pcs.spec b/pcs.spec index 7aac432..40861ba 100644 --- a/pcs.spec +++ b/pcs.spec @@ -1,6 +1,6 @@ Name: pcs Version: 0.11.6 -Release: 4%{?dist} +Release: 5%{?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 @@ -541,6 +541,10 @@ run_all_tests %license pyagentx_LICENSE.txt %changelog +* Thu Nov 2 2023 Michal Pospisil - 0.11.6-5 +- No changes, fixing an error in a new quality control process +- Resolves: RHEL-15217 + * Fri Oct 27 2023 Michal Pospisil - 0.11.6-4 - No changes, testing a new quality control process - Resolves: RHEL-15217