diff --git a/ocaml-findlib.changes b/ocaml-findlib.changes index 60dc8da..c7f50e1 100644 --- a/ocaml-findlib.changes +++ b/ocaml-findlib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 17 10:48:58 UTC 2017 - ohering@suse.de + +- Remove autodeps for pre openSUSE 12.1 releases + ------------------------------------------------------------------- Wed May 18 21:34:23 UTC 2016 - ohering@suse.de diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index 3b37225..bcc0b94 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -1,7 +1,7 @@ # # spec file for package ocaml-findlib # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010-2011 Andrew Psaltis # # All modifications and additions to the file contributed by third parties @@ -29,12 +29,6 @@ Url: http://projects.camlcity.org/projects/findlib.html Source0: findlib-%{version}.tar.xz Patch0: findlib-1.3.3.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -# ocaml autodep start for pkg: ocaml-findlib -# hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() provides/requires -%if 0%{?suse_version} < 1210 -Requires: ocaml-findlib-devel -%endif -# ocaml autodep end for pkg: ocaml-findlib # Recommends: ocaml-findlib-camlp4 # @@ -72,12 +66,6 @@ for developing applications that use ocaml-findlib. %package camlp4 -# ocaml autodep start for pkg: ocaml-findlib-camlp4 -# hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() provides/requires -%if 0%{?suse_version} < 1210 -Requires: ocaml-findlib -%endif -# ocaml autodep end for pkg: ocaml-findlib-camlp4 Summary: Development files for ocaml-findlib Group: Development/Libraries/Other Requires: ocaml-camlp4-devel