From af1c5a6d443f43ab70da7e9bc37b3eca6af64145 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 13 Mar 2012 22:23:44 +0000 Subject: [PATCH] rpm: Require and BR mailx. --- whenjobs.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/whenjobs.spec.in b/whenjobs.spec.in index f9ee961..c8fa291 100644 --- a/whenjobs.spec.in +++ b/whenjobs.spec.in @@ -20,6 +20,7 @@ BuildRequires: ocaml-findlib-devel BuildRequires: ocaml-calendar-devel >= 2 BuildRequires: ocaml-ocamlnet-devel >= 3 BuildRequires: ocaml-camlp4-devel +BuildRequires: mailx # For building manual pages. BuildRequires: /usr/bin/perldoc @@ -30,7 +31,7 @@ Requires: ocaml-camlp4-devel Requires: ocaml-findlib-devel # Requires mailx for sending email. -Requires: /usr/bin/mailx +Requires: mailx %description -- 1.8.3.1