Compare commits

..

2 Commits

Author SHA1 Message Date
Miloslav Trmac da7dff5ce1 Prepare an usermode-1.92 update for F7. 2007-06-15 08:47:17 +00:00
Bill Nottingham 8d2320e2ed Initialize branch F-7 for usermode 2007-05-18 10:51:21 +00:00
5 changed files with 10 additions and 35 deletions
+1 -1
View File
@@ -1 +1 @@
usermode-1.93.1.tar.bz2
usermode-1.92.tar.bz2
+2 -17
View File
@@ -1,21 +1,6 @@
# Makefile for source rpm: usermode
# $Id: Makefile,v 1.1 2004/09/09 13:52:40 cvsdist Exp $
# $Id$
NAME := usermode
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attempt a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
include ../common/Makefile.common
+1
View File
@@ -0,0 +1 @@
F-7
+1 -1
View File
@@ -1 +1 @@
f4abcfccf2af706fa47f56eec42e2f90 usermode-1.93.1.tar.bz2
6b962175592a2b4668b7251fa18d97f4 usermode-1.92.tar.bz2
+5 -16
View File
@@ -4,16 +4,16 @@
Summary: Tools for certain user account management tasks
Name: usermode
Version: 1.93.1
Release: 1%{?dist}
License: GPLv2+
Version: 1.92
Release: 0.fc7
License: GPL
Group: Applications/System
Source: usermode-%{version}.tar.bz2
Requires: util-linux, pam >= 0.75-37, /etc/pam.d/system-auth, passwd
Conflicts: SysVinit < 2.74-14
BuildRequires: desktop-file-utils, e2fsprogs-devel, glib2-devel, gtk2-devel
BuildRequires: libglade2-devel, libuser-devel, pam-devel, util-linux
BuildRequires: perl-XML-Parser, libSM-devel, startup-notification-devel, gettext
BuildRequires: perl-XML-Parser, libSM-devel, gettext
%if %{WITH_SELINUX}
BuildRequires: libselinux-devel >= 1.17.13-2
%endif
@@ -116,18 +116,7 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* Tue Oct 16 2007 Miloslav Trmač <mitr@redhat.com> - 1.93.1-1
- New release with updated translations
Resolves: #332441
- Build with startup notification
Resolves: #294591
* 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
* Mon Jun 15 2007 Miloslav Trmač <mitr@redhat.com> - 1.92-0.f7
- Fix userhelper hangs in non-UTF8 locales
Resolves: #242420
- Clean up menu categories in desktop files