Compare commits

..

2 Commits

Author SHA1 Message Date
Miloslav Trmac b17cf718dd - Fix userhelper hangs in non-UTF8 locales Resolves: #242420
- Clean up menu categories in desktop files
2007-06-11 21:35:02 +00:00
Miloslav Trmac 59b85d754a - Show the user we're authenticating as in an i18n-safe way. Resolves:
#233210
- Remove BuildRequires: libattr-devel
2007-06-11 13:11:09 +00:00
5 changed files with 11 additions and 10 deletions
+1
View File
@@ -0,0 +1 @@
usermode-1.92.tar.bz2
-1
View File
@@ -1 +0,0 @@
usermode-1.93.tar.bz2
+6
View File
@@ -0,0 +1,6 @@
# Makefile for source rpm: usermode
# $Id$
NAME := usermode
SPECFILE = $(firstword $(wildcard *.spec))
include ../common/Makefile.common
+1 -1
View File
@@ -1 +1 @@
82a157127cc827c0ad4d33fc52a92cb0 usermode-1.93.tar.bz2
6b962175592a2b4668b7251fa18d97f4 usermode-1.92.tar.bz2
+3 -8
View File
@@ -4,9 +4,9 @@
Summary: Tools for certain user account management tasks
Name: usermode
Version: 1.93
Release: 1%{?dist}
License: GPLv2+
Version: 1.92
Release: 1
License: GPL
Group: Applications/System
Source: usermode-%{version}.tar.bz2
Requires: util-linux, pam >= 0.75-37, /etc/pam.d/system-auth, passwd
@@ -116,11 +116,6 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Wed Sep 5 2007 Miloslav Trmač <mitr@redhat.com> - 1.93-1
- Fix handling of PAM conversations with no questions
Resolves: #267361
- Update License:
* Mon Jun 11 2007 Miloslav Trmač <mitr@redhat.com> - 1.92-1
- Fix userhelper hangs in non-UTF8 locales
Resolves: #242420