Skip rpmdeplint from gating due to https://github.com/fedora-infra/bodhi/issues/3944
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
35d8ffd6d6
commit
05f8dde7a2
@ -5,7 +5,6 @@ decision_context: bodhi_update_push_testing
|
|||||||
subject_type: koji_build
|
subject_type: koji_build
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||||
- !PassingTestCaseRule {test_case_name: dist.rpmdeplint}
|
|
||||||
- !PassingTestCaseRule {test_case_name: dist.abicheck}
|
- !PassingTestCaseRule {test_case_name: dist.abicheck}
|
||||||
|
|
||||||
--- !Policy
|
--- !Policy
|
||||||
@ -15,5 +14,4 @@ decision_context: bodhi_update_push_stable
|
|||||||
subject_type: koji_build
|
subject_type: koji_build
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||||
- !PassingTestCaseRule {test_case_name: dist.rpmdeplint}
|
|
||||||
- !PassingTestCaseRule {test_case_name: dist.abicheck}
|
- !PassingTestCaseRule {test_case_name: dist.abicheck}
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
Name: %{upstream_name}%{?v2_suffix}
|
Name: %{upstream_name}%{?v2_suffix}
|
||||||
Version: 2.9.2
|
Version: 2.9.2
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Module metadata manipulation library
|
Summary: Module metadata manipulation library
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -178,6 +178,9 @@ mv %{buildroot}%{_mandir}/man1/modulemd-validator.1 \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 01 2020 Stephen Gallagher <sgallagh@redhat.com> - 2.9.2-4
|
||||||
|
- Skip rpmdeplint from gating due to https://github.com/fedora-infra/bodhi/issues/3944
|
||||||
|
|
||||||
* Wed Apr 01 2020 Stephen Gallagher <sgallagh@redhat.com> - 2.9.2-3
|
* Wed Apr 01 2020 Stephen Gallagher <sgallagh@redhat.com> - 2.9.2-3
|
||||||
- Fix build against Python 3.9
|
- Fix build against Python 3.9
|
||||||
- Resolves: rhbz#1817665
|
- Resolves: rhbz#1817665
|
||||||
|
Loading…
Reference in New Issue
Block a user