From 1576d8e7818e16c7f86d01f0d3d89ac3d45eab31 Mon Sep 17 00:00:00 2001 From: Klaus Wenninger Date: Fri, 30 Oct 2020 12:24:05 +0100 Subject: [PATCH] * Fri Oct 30 2020 Klaus Wenninger - 2.0.5-0.4.rc2 - never use spec-variables in changelog - replace dist.depcheck by dist.rpmdeplint - do gate stable as well to be effective on rawhide --- gating.yaml | 10 +++++++++- pacemaker.spec | 7 ++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index 1af3453..b829170 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,6 +4,14 @@ product_versions: decision_context: bodhi_update_push_testing subject_type: koji_build rules: - - !PassingTestCaseRule {test_case_name: dist.depcheck} + - !PassingTestCaseRule {test_case_name: dist.rpmdeplint} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: dist.rpmdeplint} - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} diff --git a/pacemaker.spec b/pacemaker.spec index 4d14ad5..7bfd66f 100644 --- a/pacemaker.spec +++ b/pacemaker.spec @@ -716,9 +716,14 @@ exit 0 %license %{nagios_name}-%{nagios_hash}/COPYING %changelog +* Fri Oct 30 2020 Klaus Wenninger - 2.0.5-0.4.rc2 +- never use spec-variables in changelog +- replace dist.depcheck by dist.rpmdeplint +- do gate stable as well to be effective on rawhide + * Fri Oct 30 2020 Klaus Wenninger - 2.0.5-0.3.rc2 - revert dependency corosync-devel back to corosynclib-devel as long - as corosynclib-devel-package doesn't provide corosync-devel%{?_isa} + as corosynclib-devel-package doesn't provide corosync-devel(isa) we would need for pacemaker-libs-devel to require - enable some basic gating-tests - re-add building documentation using publican to everything but ELN