|
|
|
@@ -5,11 +5,11 @@
|
|
|
|
|
%define build6x 0
|
|
|
|
|
Summary: Tools for certain user account management tasks.
|
|
|
|
|
Name: usermode
|
|
|
|
|
Version: 1.72
|
|
|
|
|
Release: 2
|
|
|
|
|
Version: 1.75
|
|
|
|
|
Release: 1
|
|
|
|
|
License: GPL
|
|
|
|
|
Group: Applications/System
|
|
|
|
|
Source: usermode-%{version}.tar.gz
|
|
|
|
|
Source: usermode-%{version}.tar.bz2
|
|
|
|
|
%if %{build6x}
|
|
|
|
|
Requires: util-linux, pam >= 0.66-5
|
|
|
|
|
%else
|
|
|
|
@@ -114,6 +114,22 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Nov 10 2004 Jindrich Novy <jnovy@redhat.com> 1.75-1
|
|
|
|
|
- make pam-panel-icon using localized strings (#138609)
|
|
|
|
|
- update translations
|
|
|
|
|
- fix usermount to use "-I" option only for vfat and msdos fs
|
|
|
|
|
- fix Makefile.am to not to use "Release" from spec to name dist tarballs
|
|
|
|
|
|
|
|
|
|
* Wed Oct 20 2004 Jindrich Novy <jnovy@redhat.com> 1.74-1
|
|
|
|
|
- add patch from Mathew Miller (mattdm@mattdm.org) to use
|
|
|
|
|
own user's password instead of root's in authentization
|
|
|
|
|
(the user must be a member of specific group to enable it)
|
|
|
|
|
|
|
|
|
|
* Mon Oct 04 2004 Jindrich Novy <jnovy@redhat.com> 1.73-1
|
|
|
|
|
- add support to configure.in for more languages
|
|
|
|
|
- update translations from upstream
|
|
|
|
|
- generate build scripts by autogen.sh
|
|
|
|
|
|
|
|
|
|
* Tue Sep 28 2004 Rik van Riel <riel@redhat.com> 1.72-2
|
|
|
|
|
- add dependency on passwd (bz #125010)
|
|
|
|
|
- make sure the Release: isn't part of the path name and tarball name
|
|
|
|
|