[mgetty] spec: add requirement to uucp

Michal Sekletar msekleta at fedoraproject.org
Thu Jul 11 15:50:15 UTC 2013


commit 5cfbb8ee00c2d7bec9a3814add0505da6a10abe0
Author: Michal Sekletar <msekleta at redhat.com>
Date:   Wed Jul 10 20:13:16 2013 +0200

    spec: add requirement to uucp
    
    Since recently uucp group and user are not created by setup package
    as well as /var/spool/uucp is no longer created by filesystem package
    (#961952). mgetty however still might need those, but we don't want to
    bother with them majority of users. Modem users are quite rare nowadays.
    
    Strictly speaking it is possible to use mgetty without uucp, having
    the package on the system prevents warnings mgetty prints about
    non-existing uucp user and group. Secondly, odds are high that mgetty
    user is also uucp user.

 mgetty.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/mgetty.spec b/mgetty.spec
index 37e0264..cedb4a6 100644
--- a/mgetty.spec
+++ b/mgetty.spec
@@ -50,7 +50,7 @@ Patch27: mgetty-1.1.36-lockdev.patch
 License: GPLv2+
 Group: Applications/Communications
 BuildRequires: libX11-devel, libXext-devel, texinfo-tex, texlive-dvips, lockdev-devel, systemd
-Requires: coreutils, /usr/sbin/sendmail
+Requires: coreutils, /usr/sbin/sendmail, uucp
 Requires(post): /sbin/install-info, systemd
 Requires(preun): /sbin/install-info, systemd
 Conflicts: hylafax+
@@ -368,6 +368,7 @@ fi
 - disable strict-aliasing optimizations
 - fix dates in changelog
 - fix device locking in other tools than mgetty (#982711)
+- require uucp package
 
 * Tue Apr 23 2013 Michal Sekletar <msekleta at redhat.com> - 1.1.36-21
 - fix broken dependencies


More information about the scm-commits mailing list