diff --git a/usermode.spec b/usermode.spec index 8cd3061..d606df1 100644 --- a/usermode.spec +++ b/usermode.spec @@ -6,7 +6,7 @@ Summary: Tools for certain user account management tasks. Name: usermode Version: 1.85 -Release: 1 +Release: 2 License: GPL Group: Applications/System Source: usermode-%{version}.tar.bz2 @@ -18,7 +18,7 @@ Requires: util-linux, pam >= 0.75-37, /etc/pam.d/system-auth, passwd Conflicts: SysVinit < 2.74-14 BuildPrereq: desktop-file-utils, glib2-devel, gtk2-devel BuildPrereq: libglade2-devel, libuser-devel, pam-devel, util-linux -BuildPrereq: perl-XML-Parser +BuildPrereq: perl-XML-Parser, libattr-devel, libSM-devel, gettext %if %{WITH_SELINUX} BuildPrereq: libselinux-devel >= 1.17.13-2 %endif @@ -120,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/* %changelog +* Tue Jan 31 2006 Jindrich Novy 1.85-2 +- add gettext, libattr-devel, libSM-devel dependencies + * Tue Jan 3 2006 Jindrich Novy 1.85-1 - fix userpasswd - don't crash if pam produces multi-line output (#175735) Thanks to toddp@bestweb.net