git.annexia.org
/
whenjobs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55904cf
)
rpm: Require and BR mailx.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 13 Mar 2012 22:23:44 +0000
(22:23 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 13 Mar 2012 22:23:44 +0000
(22:23 +0000)
whenjobs.spec.in
patch
|
blob
|
history
diff --git
a/whenjobs.spec.in
b/whenjobs.spec.in
index
f9ee961
..
c8fa291
100644
(file)
--- 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