From 5a374fa25eae4c50b2fd90c6f4d2ed08d1cbea8ceed53f0dfbe1874d837e101e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= Date: Tue, 26 May 2015 16:44:20 +0000 Subject: [PATCH] Accepting request 308807 from home:dmdiss:libiscsi - Don't tag Recommends on RHEL, it yields an "Unknown tag" error. OBS-URL: https://build.opensuse.org/request/show/308807 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cunit?expand=0&rev=11 --- cunit.changes | 5 +++++ cunit.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/cunit.changes b/cunit.changes index 9fe520d..da8b189 100644 --- a/cunit.changes +++ b/cunit.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 26 16:00:55 UTC 2015 - ddiss@suse.com + +- Don't tag Recommends on RHEL, it yields an "Unknown tag" error. + ------------------------------------------------------------------- Tue Aug 12 07:39:23 UTC 2014 - tchvatal@suse.com diff --git a/cunit.spec b/cunit.spec index 8cfd842..ce043f6 100644 --- a/cunit.spec +++ b/cunit.spec @@ -1,7 +1,7 @@ # # spec file for package cunit # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -46,7 +46,9 @@ Group: Development/Libraries/C and C++ Requires: %{_libname} = %{version} Requires: ncurses-devel Requires: pkg-config +%if 0%{?suse_version} || 0%{?fedora_version} Recommends: %{name}-doc = %{version} +%endif %description devel CUnit is a unit testing framework for C.