Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3278e2dd64 | |||
| e03eab771e | |||
| da7dff5ce1 | |||
| 8d2320e2ed |
@@ -1 +0,0 @@
|
||||
usermode-1.92.tar.bz2
|
||||
@@ -0,0 +1 @@
|
||||
usermode-1.93.tar.bz2
|
||||
@@ -1,6 +0,0 @@
|
||||
# Makefile for source rpm: usermode
|
||||
# $Id$
|
||||
NAME := usermode
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
include ../common/Makefile.common
|
||||
@@ -1 +1 @@
|
||||
6b962175592a2b4668b7251fa18d97f4 usermode-1.92.tar.bz2
|
||||
82a157127cc827c0ad4d33fc52a92cb0 usermode-1.93.tar.bz2
|
||||
|
||||
+8
-3
@@ -4,9 +4,9 @@
|
||||
|
||||
Summary: Tools for certain user account management tasks
|
||||
Name: usermode
|
||||
Version: 1.92
|
||||
Release: 1
|
||||
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,6 +116,11 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user