|
|
|
@@ -5,7 +5,7 @@
|
|
|
|
|
%define build6x 0
|
|
|
|
|
Summary: Tools for certain user account management tasks.
|
|
|
|
|
Name: usermode
|
|
|
|
|
Version: 1.77
|
|
|
|
|
Version: 1.80
|
|
|
|
|
Release: 1
|
|
|
|
|
License: GPL
|
|
|
|
|
Group: Applications/System
|
|
|
|
@@ -48,6 +48,7 @@ graphical tools for certain account management tasks.
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS"
|
|
|
|
|
%configure \
|
|
|
|
|
%if %{WITH_SELINUX}
|
|
|
|
|
--with-selinux
|
|
|
|
@@ -115,6 +116,27 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed May 11 2005 Jindrich Novy <jnovy@redhat.com> 1.80-1
|
|
|
|
|
- fix "Unknown error" when password is mistyped in userpasswd (#135500)
|
|
|
|
|
- add icons to windows for usermode-gtk applications (#155867)
|
|
|
|
|
- add missing checks for some PAM error codes
|
|
|
|
|
- fix ungettextized error message
|
|
|
|
|
- update translations
|
|
|
|
|
|
|
|
|
|
* 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)
|
|
|
|
|