Actually add gating.yaml
Fix build for EPEL 7 Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
6b0145725c
commit
acd9fb96b2
17
gating.yaml
Normal file
17
gating.yaml
Normal 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}
|
@ -1,7 +1,7 @@
|
|||||||
Name: libuv
|
Name: libuv
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.36.0
|
Version: 1.36.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Platform layer for node.js
|
Summary: Platform layer for node.js
|
||||||
|
|
||||||
# the licensing breakdown is described in detail in the LICENSE file
|
# the licensing breakdown is described in detail in the LICENSE file
|
||||||
@ -49,6 +49,7 @@ Static library (.a) version of libuv.
|
|||||||
%make_install
|
%make_install
|
||||||
rm -f %{buildroot}%{_libdir}/libuv.la
|
rm -f %{buildroot}%{_libdir}/libuv.la
|
||||||
|
|
||||||
|
mkdir -p %{buildroot}%{_libdir}/libuv/
|
||||||
install -Dm0755 -t %{buildroot}%{_libdir}/libuv/ %{SOURCE3}
|
install -Dm0755 -t %{buildroot}%{_libdir}/libuv/ %{SOURCE3}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@ -76,6 +77,10 @@ install -Dm0755 -t %{buildroot}%{_libdir}/libuv/ %{SOURCE3}
|
|||||||
%{_libdir}/%{name}.a
|
%{_libdir}/%{name}.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Apr 17 2020 Stephen Gallagher <sgallagh@redhat.com> - 1.36.0-2
|
||||||
- Add abidiff ignore file and add ABI gating test
|
- Add abidiff ignore file and add ABI gating test
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user