Don't build check with subunit support in RHEL

This commit is contained in:
Tomas Popela 2021-03-01 06:47:16 +01:00
parent 9e737e914f
commit 194145ca5f

View File

@ -1,6 +1,6 @@
Name: check
Version: 0.15.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A unit test framework for C
Source0: https://github.com/libcheck/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
License: LGPLv2+
@ -16,7 +16,9 @@ BuildRequires: libtool
BuildRequires: make
BuildRequires: patchutils
BuildRequires: pkgconfig
%if ! 0%{?rhel}
BuildRequires: pkgconfig(libsubunit)
%endif
BuildRequires: texinfo, texlive-tex, graphviz
%description
@ -140,6 +142,9 @@ cd -
%{_mandir}/man1/checkmk.1*
%changelog
* Mon Mar 01 2021 Tomas Popela <tpopela@redhat.com> - 0.15.2-3
- Don't build with subinit support in RHEL
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild