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.