From 9e32e323ecf6b815077a6c1daefdf3eb7db59a85 Mon Sep 17 00:00:00 2001 From: riel Date: Tue, 28 Sep 2004 19:31:05 +0000 Subject: [PATCH] add dependency on passwd (bz #125010) --- usermode.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/usermode.spec b/usermode.spec index c1839ae..681ec4d 100644 --- a/usermode.spec +++ b/usermode.spec @@ -6,14 +6,14 @@ Summary: Tools for certain user account management tasks. Name: usermode Version: 1.72 -Release: 1 +Release: 2 License: GPL Group: Applications/System Source: usermode-%{version}-%{release}.tar.gz %if %{build6x} Requires: util-linux, pam >= 0.66-5 %else -Requires: util-linux, pam >= 0.75-37, /etc/pam.d/system-auth +Requires: util-linux, pam >= 0.75-37, /etc/pam.d/system-auth, passwd %endif Conflicts: SysVinit < 2.74-14 BuildPrereq: desktop-file-utils, glib2-devel, gtk2-devel @@ -114,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/* %changelog +* Tue Sep 28 2004 Rik van Riel 1.72-2 +- add dependency on passwd (bz #125010) + * Mon Sep 27 2004 Ray Strode 1.72-1 - remove X-Red-Hat-Base category from userinfo.desktop - fix `make distcheck'