From 478085da0488152d5832c0574d8573476b9572f0 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Mon, 4 Feb 2019 14:18:45 +0100 Subject: [PATCH] enable gating Signed-off-by: Karsten Hopp --- gating.yaml | 7 +++++++ libcap.spec | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..4a1c38a --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_testing +rules: + - !PassingTestCaseRule {test_case_name: dist.depcheck} + - !PassingTestCaseRule {test_case_name: dist.abicheck} diff --git a/libcap.spec b/libcap.spec index 6042084..ef22ede 100644 --- a/libcap.spec +++ b/libcap.spec @@ -1,6 +1,6 @@ Name: libcap Version: 2.26 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Library for getting and setting POSIX.1e capabilities URL: https://sites.google.com/site/fullycapable/ License: GPLv2 @@ -84,6 +84,9 @@ chmod +x %{buildroot}/%{_libdir}/*.so.* %{_libdir}/pkgconfig/libcap.pc %changelog +* Mon Feb 04 2019 Karsten Hopp - 2.26-5 +- enable gating + * Mon Feb 04 2019 Karsten Hopp - 2.26-4 - bump release