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

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


commit 49b881276ce5af9508a3f6f382984b57527a1953
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).
    
    (cherry picked from commit 1ea91487d2f063d2e3912500cf87af1cfdb729d0)

 ocaml.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ocaml.spec b/ocaml.spec
index 3550f35..581ac02 100644
--- a/ocaml.spec
+++ b/ocaml.spec
@@ -17,7 +17,7 @@
 
 Name:           ocaml
 Version:        4.01.0
-Release:        23%{?dist}
+Release:        24%{?dist}
 
 Summary:        OCaml compiler and programming environment
 
@@ -216,7 +216,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.
@@ -558,6 +558,9 @@ fi
 
 
 %changelog
+* Mon Sep 20 2014 Richard W.M. Jones <rjones at redhat.com> - 4.01.0-24
+- ocaml-emacs should require emacs(bin) (RHBZ#1154513).
+
 * Thu Sep 11 2014 Richard W.M. Jones <rjones at redhat.com> - 4.01.0-23
 - Update to last 4.01 version from OCaml git.
 - Fix bug in argument parsing (RHBZ#1139790).


More information about the scm-commits mailing list