Compare commits

..

2 Commits

Author SHA1 Message Date
Jindrich Novy 23baa38e8d - add $RPM_OPT_FLAGS to CFLAGS 2005-02-16 08:20:15 +00:00
Jindrich Novy aab0623893 - 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)
2005-01-27 15:52:00 +00:00
3 changed files with 13 additions and 3 deletions
+1
View File
@@ -4,3 +4,4 @@ usermode-1.74.tar.bz2
usermode-1.75.tar.bz2
usermode-1.76.tar.bz2
usermode-1.77.tar.bz2
usermode-1.78.tar.bz2
+1 -1
View File
@@ -1 +1 @@
225a32a5a82be99ae52762027c204a40 usermode-1.77.tar.bz2
07df49dc423391510e0b89ec33b6cf90 usermode-1.78.tar.bz2
+11 -2
View File
@@ -5,8 +5,8 @@
%define build6x 0
Summary: Tools for certain user account management tasks.
Name: usermode
Version: 1.77
Release: 1
Version: 1.78
Release: 2
License: GPL
Group: Applications/System
Source: usermode-%{version}.tar.bz2
@@ -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,14 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/applications/*
%changelog
* 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)