[ocaml] ocaml-emacs should require emacs(bin) (RHBZ#1154513).

Richard W.M. Jones rjones at fedoraproject.org
Mon Oct 20 07:46:01 UTC 2014


commit 1ea91487d2f063d2e3912500cf87af1cfdb729d0
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Oct 20 08:45:53 2014 +0100

    ocaml-emacs should require emacs(bin) (RHBZ#1154513).

 ocaml.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ocaml.spec b/ocaml.spec
index 10a154b..3f1a30a 100644
--- a/ocaml.spec
+++ b/ocaml.spec
@@ -17,7 +17,7 @@
 
 Name:           ocaml
 Version:        4.02.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 
 Summary:        OCaml compiler and programming environment
 
@@ -152,7 +152,7 @@ Documentation generator for OCaml.
 %package emacs
 Summary:        Emacs mode for OCaml
 Requires:       ocaml = %{version}-%{release}
-Requires:       emacs
+Requires:       emacs(bin)
 
 %description emacs
 Emacs mode for OCaml.
@@ -419,6 +419,9 @@ fi
 
 
 %changelog
+* Mon Sep 20 2014 Richard W.M. Jones <rjones at redhat.com> - 4.02.0-4
+- ocaml-emacs should require emacs(bin) (RHBZ#1154513).
+
 * Thu Sep 11 2014 Richard W.M. Jones <rjones at redhat.com> - 4.02.0-3
 - Use -fno-strict-aliasing when building the compiler (RHBZ#990540).
 - ppc, ppc64, ppc64le: Mark stack as non-executable.


More information about the scm-commits mailing list