From d824ac616bda200550e46f4039c3edd3bf116c4e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 31 Aug 2019 13:42:41 +0200 Subject: [PATCH] Drop Recommends for OCL implementations This should be solved by package manager and not by ocl-icd package. Signed-off-by: Igor Gnatenko --- ocl-icd.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ocl-icd.spec b/ocl-icd.spec index 54c076d..5ea42b9 100644 --- a/ocl-icd.spec +++ b/ocl-icd.spec @@ -1,6 +1,6 @@ Name: ocl-icd Version: 2.2.12 -Release: 6%{?dist} +Release: 7%{?dist} Summary: OpenCL Library (Installable Client Library) Bindings License: BSD @@ -14,10 +14,6 @@ BuildRequires: make BuildRequires: libtool BuildRequires: opencl-headers BuildRequires: ruby rubygems -%if 0%{?fedora} -Recommends: mesa-libOpenCL -Recommends: pocl -%endif %description %{summary}. @@ -61,6 +57,9 @@ make check %{_libdir}/pkgconfig/OpenCL.pc %changelog +* Sat Aug 31 2019 Igor Gnatenko - 2.2.12-7 +- Drop Recommends for OCL implementations + * Thu Jul 25 2019 Fedora Release Engineering - 2.2.12-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild