Add valgrind BuildRequires to have valgrind support

Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
Igor Gnatenko 2017-01-12 22:39:21 +01:00
parent fa6b16e99c
commit 37749951bc
1 changed files with 7 additions and 1 deletions

View File

@ -59,7 +59,7 @@
Name: mesa Name: mesa
Summary: Mesa graphics libraries Summary: Mesa graphics libraries
Version: 13.0.3 Version: 13.0.3
Release: 1%{?rctag:.%{rctag}}%{?dist} Release: 2%{?rctag:.%{rctag}}%{?dist}
License: MIT License: MIT
URL: http://www.mesa3d.org URL: http://www.mesa3d.org
@ -132,6 +132,9 @@ BuildRequires: nettle-devel
%endif %endif
BuildRequires: python-mako BuildRequires: python-mako
BuildRequires: libstdc++-static BuildRequires: libstdc++-static
%ifarch %{valgrind_arches}
BuildRequires: pkgconfig(valgrind)
%endif
%description %description
%{summary}. %{summary}.
@ -669,6 +672,9 @@ popd
%endif %endif
%changelog %changelog
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 13.0.3-2
- Add valgrind BuildRequires to have valgrind support
* Fri Jan 6 2017 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.3-1 * Fri Jan 6 2017 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.3-1
- 13.0.3 GA - 13.0.3 GA