SHA256
1
0
forked from pool/ocaml-cppo

- Add hardcoded Provides for pre 12.1 repos

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-cppo?expand=0&rev=8
This commit is contained in:
Olaf Hering 2016-05-25 07:00:50 +00:00 committed by Git OBS Bridge
parent b6079a9e3b
commit 3e97df42bb

View File

@ -33,7 +33,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 ocaml-runtime
Requires: ocaml-ocamlbuild ocaml-runtime
%endif
# ocaml autodep end for pkg: ocaml-cppo