Add all Requires for 1210

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-cppo?expand=0&rev=5
This commit is contained in:
Olaf Hering 2015-11-10 13:30:55 +00:00 committed by Git OBS Bridge
parent 82deb1363f
commit 94c32e092e

View File

@ -31,7 +31,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
# ocaml autodep start for pkg: ocaml-cppo
# hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() provides/requires
%if 0%{?suse_version} < 1210
Requires: ocaml-runtime
Requires: ocaml ocaml-runtime
%endif
# ocaml autodep end for pkg: ocaml-cppo