[mgetty/f19] spec: fix broken deps for mgetty and sendfax

Michal Sekletar msekleta at fedoraproject.org
Wed Mar 20 14:35:09 UTC 2013


commit bce6f3ce52799ef17d59353da6121fd38b5a15a4
Author: Michal Sekletar <msekleta at redhat.com>
Date:   Wed Mar 20 15:07:10 2013 +0100

    spec: fix broken deps for mgetty and sendfax

 mgetty.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/mgetty.spec b/mgetty.spec
index 3439d8d..97b413b 100644
--- a/mgetty.spec
+++ b/mgetty.spec
@@ -9,7 +9,7 @@
 Summary: A getty replacement for use with data and fax modems
 Name: mgetty
 Version: 1.1.36
-Release: 18%{?dist}
+Release: 19%{?dist}
 Source: ftp://mgetty.greenie.net/pub/mgetty/source/1.1/mgetty%{version}-%{date}.tar.gz
 Source1: ftp://mgetty.greenie.net/pub/mgetty/source/1.1/mgetty%{version}-%{date}.tar.gz.asc
 Source2: logrotate.mgetty
@@ -47,11 +47,11 @@ Patch26: mgetty-1.1.36-makefiles.patch
 
 License: GPLv2+
 Group: Applications/Communications
-Requires(post): install-info
-Requires(preun): install-info
+Requires(post): /sbin/install-info
+Requires(preun): /sbin/install-info
 BuildRequires: libX11-devel, libXext-devel, texinfo-tex, texlive-dvips lockdev-devel
 Requires: coreutils
-Requires: sendmail
+Requires: /usr/sbin/sendmail
 Conflicts: hylafax+
 URL: http://mgetty.greenie.net/
 
@@ -61,7 +61,7 @@ Requires: mgetty = %{version}
 Group: Applications/Communications
 Requires: coreutils
 Requires: netpbm-progs
-Requires(pre): useradd
+Requires(pre): /usr/sbin/useradd
 
 %package voice
 Summary: A program for using your modem and mgetty as an answering machine
@@ -357,6 +357,9 @@ fi
 %{_mandir}/man1/viewfax.1*
 
 %changelog
+* Wed Mar 20 2013 Michal Sekletar <msekleta at redhat.com> - 1.1.36-19
+- Fix broken dependencies for mgetty and sendfax
+
 * Tue Mar 19 2013 Michal Sekletar <msekleta at redhat.com> - 1.1.36-18
 - Resolve : #850206 #752435
 - Change naming scheme for log files


More information about the scm-commits mailing list