https://bugzilla.redhat.com/show_bug.cgi?id=1636111
--- Comment #38 from Mukundan Ragavan nonamedotc@gmail.com --- Very nice!
$ diff -Nu 1636111-glyr/srpm-unpacked/glyr.spec glyr.spec --- 1636111-glyr/srpm-unpacked/glyr.spec 2019-01-30 20:23:43.383129623 -0500 +++ glyr.spec 2019-01-30 06:37:14.000000000 -0500 @@ -9,7 +9,7 @@
Name: glyr Version: 1.0.10 -Release: 10%{?git_version:.%{?git_version}}%{?dist} +Release: 11%{?git_version:.%{?git_version}}%{?dist} Summary: Search engine for music related metadata
# Source0 was generated as follows: @@ -75,12 +75,12 @@ %patch2 -p1
%build -%{cmake} -DTEST=true -DCMAKE_BUILD_TYPE=RelWithDebInfo +%{cmake} -DTEST=true -DCMAKE_BUILD_TYPE=RelWithDebInfo . %make_build
%check bin/check_api -bin/check_dbc +CK_TIMEOUT_MULTIPLIER=20 bin/check_dbc # This check fails so ignore that # bin/check_opt
@@ -103,6 +103,9 @@
%changelog +* Wed Jan 30 2019 Matias De lellis mati86dl@gmail.com - 1.0.10-11.20180824git618c418e +- Increase timeout in test, and add construction directory in cmake. + * Thu Nov 08 2018 Matias De lellis mati86dl@gmail.com - 1.0.10-10.20180824git618c418e - Add a patch that disables test that depends on internet connection.
Scratch build works fine.
https://koji.fedoraproject.org/koji/taskinfo?taskID=32351660
package-review@lists.fedoraproject.org