From acd9fb96b2d6e425a7947d856844df5c7a657d10 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 17 Apr 2020 12:00:44 -0400 Subject: [PATCH] Actually add gating.yaml Fix build for EPEL 7 Signed-off-by: Stephen Gallagher --- gating.yaml | 17 +++++++++++++++++ libuv.spec | 7 ++++++- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..5412e93 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,17 @@ +--- !Policy +product_versions: + - fedora-* + - epel-* +decision_context: bodhi_update_push_testing +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: dist.abicheck} + +--- !Policy +product_versions: + - fedora-* + - epel-* +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: dist.abicheck} diff --git a/libuv.spec b/libuv.spec index e20123f..112abd5 100644 --- a/libuv.spec +++ b/libuv.spec @@ -1,7 +1,7 @@ Name: libuv Epoch: 1 Version: 1.36.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Platform layer for node.js # the licensing breakdown is described in detail in the LICENSE file @@ -49,6 +49,7 @@ Static library (.a) version of libuv. %make_install rm -f %{buildroot}%{_libdir}/libuv.la +mkdir -p %{buildroot}%{_libdir}/libuv/ install -Dm0755 -t %{buildroot}%{_libdir}/libuv/ %{SOURCE3} %check @@ -76,6 +77,10 @@ install -Dm0755 -t %{buildroot}%{_libdir}/libuv/ %{SOURCE3} %{_libdir}/%{name}.a %changelog +* Fri Apr 17 2020 Stephen Gallagher - 1.36.0-3 +- Actually add gating.yaml +- Fix build for EPEL 7 + * Fri Apr 17 2020 Stephen Gallagher - 1.36.0-2 - Add abidiff ignore file and add ABI gating test