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
This commit is contained in:
Lars Müller 2015-05-26 16:44:20 +00:00 committed by Git OBS Bridge
parent 1e7ed3cc03
commit 5a374fa25e
2 changed files with 8 additions and 1 deletions

View File

@ -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 Tue Aug 12 07:39:23 UTC 2014 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package cunit # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -46,7 +46,9 @@ Group: Development/Libraries/C and C++
Requires: %{_libname} = %{version} Requires: %{_libname} = %{version}
Requires: ncurses-devel Requires: ncurses-devel
Requires: pkg-config Requires: pkg-config
%if 0%{?suse_version} || 0%{?fedora_version}
Recommends: %{name}-doc = %{version} Recommends: %{name}-doc = %{version}
%endif
%description devel %description devel
CUnit is a unit testing framework for C. CUnit is a unit testing framework for C.