Compare commits

...

11 Commits

Author SHA1 Message Date
Fedora Release Engineering ac26869f1c dist-git conversion 2010-07-29 14:48:24 +00:00
Bill Nottingham 7e9ff9848f Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:16:26 +00:00
Jesse Keating ac2f402455 Initialize branch F-8 for usermode 2007-10-20 18:36:36 +00:00
Miloslav Trmac c9c819fa09 - New release with updated translations Resolves: #332441
- Build with startup notification Resolves: #294591
2007-10-16 11:34:14 +00:00
Bill Nottingham 4344797e70 makefile update to properly grab makefile.common 2007-10-15 19:29:38 +00:00
Miloslav Trmac 1afcb34066 - Fix handling of PAM conversations with no questions Resolves: #267361
- Update License:
2007-09-05 00:37:17 +00:00
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
Miloslav Trmac 66235cdb84 - New release with updated translations 2007-04-19 14:05:40 +00:00
Matthias Clasen 19e9b6bf65 Clean up desktop files 2007-03-27 19:53:51 +00:00
Miloslav Trmac 23d35be2e4 - Preserve environment variables in consolehelper if specified in the
service config file Related: #213402
2007-03-19 22:20:21 +00:00
5 changed files with 49 additions and 12 deletions
-1
View File
@@ -1 +0,0 @@
usermode-1.90.tar.bz2
+1
View File
@@ -0,0 +1 @@
usermode-1.93.1.tar.bz2
-6
View File
@@ -1,6 +0,0 @@
# Makefile for source rpm: usermode
# $Id$
NAME := usermode
SPECFILE = $(firstword $(wildcard *.spec))
include ../common/Makefile.common
+1 -1
View File
@@ -1 +1 @@
2817c21f475572ade410b8610769f671 usermode-1.90.tar.bz2
f4abcfccf2af706fa47f56eec42e2f90 usermode-1.93.1.tar.bz2
+47 -4
View File
@@ -4,16 +4,16 @@
Summary: Tools for certain user account management tasks
Name: usermode
Version: 1.90
Release: 1
License: GPL
Version: 1.93.1
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
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, libattr-devel, libSM-devel, gettext
BuildRequires: perl-XML-Parser, libSM-devel, startup-notification-devel, gettext
%if %{WITH_SELINUX}
BuildRequires: libselinux-devel >= 1.17.13-2
%endif
@@ -66,6 +66,17 @@ for wrappedapp in halt reboot poweroff ; do
cp shutdown.pamd $RPM_BUILD_ROOT/etc/pam.d/${wrappedapp}
done
for i in redhat-userinfo.desktop redhat-userpasswd.desktop; do
echo 'NoDisplay=true' >>$RPM_BUILD_ROOT%{_datadir}/applications/$i
done
for i in redhat-userinfo.desktop redhat-userpasswd.desktop \
redhat-usermount.desktop; do
desktop-file-install --vendor redhat --delete-original \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
$RPM_BUILD_ROOT%{_datadir}/applications/$i
done
%find_lang %{name}
%clean
@@ -105,6 +116,38 @@ 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
- Fix userhelper hangs in non-UTF8 locales
Resolves: #242420
- Clean up menu categories in desktop files
* Sat Jun 9 2007 Miloslav Trmač <mitr@redhat.com> - 1.91.2-1
- Show the user we're authenticating as in an i18n-safe way.
Resolves: #233210
- Remove BuildRequires: libattr-devel
* Thu Apr 19 2007 Miloslav Trmac <mitr@redhat.com> - 1.91.1-1
- New release with updated translations
* Tue Mar 27 2007 Matthias Clasen <mclasen@redhat.com> 1.91-2
- Clean up desktop files
* Mon Mar 19 2007 Miloslav Trmac <mitr@redhat.com> - 1.91-1
- Preserve environment variables in consolehelper if specified in the service
config file
Related: #213402
* Wed Mar 14 2007 Miloslav Trmac <mitr@redhat.com> - 1.90-1
- Fix GUI=no handling
Resolves: #110701