From: Richard W.M. Jones Date: Tue, 13 Mar 2012 22:23:44 +0000 (+0000) Subject: rpm: Require and BR mailx. X-Git-Tag: 0.7.1~5 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=af1c5a6d443f43ab70da7e9bc37b3eca6af64145;hp=55904cf6858d2e9fcc2880cb41a1269fbfd74cc3;p=whenjobs.git rpm: Require and BR mailx. --- 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