Actually add gating.yaml

Fix build for EPEL 7

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2020-04-17 12:00:44 -04:00
parent 6b0145725c
commit acd9fb96b2
No known key found for this signature in database
GPG Key ID: 45DB85A568286D11
2 changed files with 23 additions and 1 deletions

17
gating.yaml Normal file
View File

@ -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}

View File

@ -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 <sgallagh@redhat.com> - 1.36.0-3
- Actually add gating.yaml
- Fix build for EPEL 7
* Fri Apr 17 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.36.0-2
- Add abidiff ignore file and add ABI gating test