Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2020-04-01 11:27:54 -04:00
parent 35d8ffd6d6
commit 05f8dde7a2
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11
2 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,6 @@ decision_context: bodhi_update_push_testing
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
- !PassingTestCaseRule {test_case_name: dist.rpmdeplint}
- !PassingTestCaseRule {test_case_name: dist.abicheck}
--- !Policy
@ -15,5 +14,4 @@ decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
- !PassingTestCaseRule {test_case_name: dist.rpmdeplint}
- !PassingTestCaseRule {test_case_name: dist.abicheck}

View File

@ -15,7 +15,7 @@
Name: %{upstream_name}%{?v2_suffix}
Version: 2.9.2
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Module metadata manipulation library
License: MIT
@ -178,6 +178,9 @@ mv %{buildroot}%{_mandir}/man1/modulemd-validator.1 \
%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
- Fix build against Python 3.9
- Resolves: rhbz#1817665