|
|
|
@@ -5,11 +5,11 @@
|
|
|
|
|
%define build6x 0
|
|
|
|
|
Summary: Tools for certain user account management tasks.
|
|
|
|
|
Name: usermode
|
|
|
|
|
Version: 1.72
|
|
|
|
|
Version: 1.79
|
|
|
|
|
Release: 2
|
|
|
|
|
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
|
|
|
|
@@ -18,6 +18,7 @@ Requires: util-linux, pam >= 0.75-37, /etc/pam.d/system-auth, passwd
|
|
|
|
|
Conflicts: SysVinit < 2.74-14
|
|
|
|
|
BuildPrereq: desktop-file-utils, glib2-devel, gtk2-devel
|
|
|
|
|
BuildPrereq: libglade2-devel, libuser-devel, pam-devel, util-linux
|
|
|
|
|
BuildPrereq: perl-XML-Parser
|
|
|
|
|
%if %{WITH_SELINUX}
|
|
|
|
|
BuildPrereq: libselinux-devel >= 1.17.13-2
|
|
|
|
|
%endif
|
|
|
|
@@ -47,6 +48,7 @@ graphical tools for certain account management tasks.
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
|
%configure \
|
|
|
|
|
%if %{WITH_SELINUX}
|
|
|
|
|
--with-selinux
|
|
|
|
@@ -114,6 +116,51 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 15 2005 Matthias Clasen <mclasen@redhat.com> 1.79-2
|
|
|
|
|
- rebuild against new libwnck
|
|
|
|
|
|
|
|
|
|
* Wed Mar 02 2005 Jindrich Novy <jnovy@rdhat.com> 1.79-1
|
|
|
|
|
- fix problem with root passwords starting with space (#124980)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 16 2005 Jindrich Novy <jnovy@rdhat.com> 1.78-2
|
|
|
|
|
- add $RPM_OPT_FLAGS to CFLAGS
|
|
|
|
|
|
|
|
|
|
* Thu Jan 27 2005 Jindrich Novy <jnovy@redhat.com> 1.78-1
|
|
|
|
|
- pam-panel-icon has popup menu to choose to forget/keep
|
|
|
|
|
authentization by right clicking as usual for other panel applets (#75845)
|
|
|
|
|
- fix race condition (#142254)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2005 Jindrich Novy <jnovy@redhat.com> 1.77-1
|
|
|
|
|
- preserve LANGUAGE environment variable in userhelper (#82300)
|
|
|
|
|
- use badge instead of keyring icon for pam-panel-icon (#122487)
|
|
|
|
|
- icon is not showed in the panel when logged as root (#75234)
|
|
|
|
|
- use new environment variable USERHELPER_UID to identify
|
|
|
|
|
an user who executed an application via userhelper (#116186)
|
|
|
|
|
|
|
|
|
|
* Thu Dec 02 2004 Jindrich Novy <jnovy@redhat.com> 1.76-1
|
|
|
|
|
- fix dependencies to Perl-XML-Parser #124170
|
|
|
|
|
- use pamconsole instead of user in /etc/fstab to let
|
|
|
|
|
usermount work with hal #139820
|
|
|
|
|
|
|
|
|
|
* Tue Nov 16 2004 Jindrich Novy <jnovy@redhat.com>
|
|
|
|
|
- update libuser interface to libuser-0.6
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|