https://bugzilla.redhat.com/show_bug.cgi?id=1356739



--- Comment #18 from gil cattaneo <[email protected]> ---
%if %{with bundle_tcplay}
Provides:       bundled(tcplay) = 2.0
%else
#BuildRequires:  tcplay-devel >= 2.0
%endif

should be changed in:
%if %{with bundle_tcplay}
BuildRequires:  tcplay-devel >= 2.0
%else
Provides:       bundled(tcplay) = 2.0
%endif

cause bundle tcplay is still use during the build

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to