From e03eab771e04917378db46cafac3da539e3bb558 Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Wed, 5 Sep 2007 00:39:55 +0000 Subject: [PATCH] - Fix handling of PAM conversations with no questions Resolves: #267361 - Update License: --- .cvsignore | 2 +- sources | 2 +- usermode.spec | 13 +++++++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 77ed6e0..315803a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -usermode-1.92.tar.bz2 +usermode-1.93.tar.bz2 diff --git a/sources b/sources index 877d938..d802adb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6b962175592a2b4668b7251fa18d97f4 usermode-1.92.tar.bz2 +82a157127cc827c0ad4d33fc52a92cb0 usermode-1.93.tar.bz2 diff --git a/usermode.spec b/usermode.spec index 1eb0652..931fdc4 100644 --- a/usermode.spec +++ b/usermode.spec @@ -4,9 +4,9 @@ Summary: Tools for certain user account management tasks Name: usermode -Version: 1.92 -Release: 0.fc7 -License: GPL +Version: 1.93 +Release: 1%{?dist} +License: GPLv2+ Group: Applications/System Source: usermode-%{version}.tar.bz2 Requires: util-linux, pam >= 0.75-37, /etc/pam.d/system-auth, passwd @@ -116,7 +116,12 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/* %changelog -* Mon Jun 15 2007 Miloslav Trmač - 1.92-0.f7 +* Wed Sep 5 2007 Miloslav Trmač - 1.93-1 +- Fix handling of PAM conversations with no questions + Resolves: #267361 +- Update License: + +* Mon Jun 11 2007 Miloslav Trmač - 1.92-1 - Fix userhelper hangs in non-UTF8 locales Resolves: #242420 - Clean up menu categories in desktop files