disable regression tests on rawhide (FTBFS)

This commit is contained in:
Rex Dieter 2016-01-30 01:37:10 -06:00
parent c67ee29244
commit c0f93068d8

View File

@ -1,12 +1,14 @@
%if 0%{?fedora} < 24
%bcond_without tests
%endif
#bcond_without doc
%global apidocdir __api-doc_fedora
Name: taglib
Summary: Audio Meta-Data Library
Version: 1.10
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPLv2 or MPLv1.1
#URL: http://launchpad.net/taglib
@ -130,6 +132,9 @@ make check -C %{_target_platform}
%changelog
* Sat Jan 30 2016 Rex Dieter <rdieter@fedoraproject.org> 1.10-2
- disable regression tests on rawhide (FTBFS)
* Sat Jan 30 2016 Rex Dieter <rdieter@fedoraproject.org> 1.10-1
- taglib-1.10 (#1301895)