source: projects/specs/trunk/u/usermode/usermode-vl.spec @ 2519

Revision 2519, 21.0 KB checked in by daisuke, 13 years ago (diff)

usermode: update to 1.106.1

Line 
1Summary: Tools for certain user account management tasks.
2Summary(ja): ユーザアカウント管理用ツール
3Name: usermode
4Version: 1.106.1
5Release: 1%{?_dist_release}
6License: GPLv2+
7Group: Applications/System
8URL: https://fedorahosted.org/usermode/
9
10Source: https://fedorahosted.org/releases/u/s/usermode/usermode-%{version}.tar.xz
11## Vine Source(s)/Patch(es)
12Source10: usermode-1.98-ja.po
13Patch10: usermode-1.37-halt-p.patch
14
15Vendor: Project Vine
16Distribution: Vine Linux
17Packager: daisuke
18
19BuildRoot: %{_tmppath}/%{name}-%{version}-root
20BuildRequires: desktop-file-utils, glib2-devel, gtk2-devel
21BuildRequires: libglade2-devel, libuser-devel, pam-devel, util-linux-ng, libwnck-devel
22BuildRequires: libblkid-devel
23BuildRequires: perl-XML-Parser, libSM-devel, startup-notification-devel, gettext
24
25Requires: util-linux-ng, pam >= 0.75, passwd
26Conflicts: SysVinit < 2.74-14
27
28%description
29The usermode package contains the userhelper program, which can be
30used to allow configured programs to be run with superuser privileges
31by ordinary users.
32
33%description -l ja
34usermode パッケージには、一般ユーザが設定されたプログラムをスーパーユー
35ザとして実行できるようにするユーザヘルパープログラムが含まれています。
36
37%package gtk
38Summary: Graphical tools for certain user account management tasks.
39Summary(ja): ユーザアカウント管理用グラフィカルツール
40Group: Applications/System
41Requires: %{name} = %{version}-%{release}
42
43%description gtk
44The usermode-gtk package contains several graphical tools for users:
45userinfo, usermount and userpasswd.  Userinfo allows users to change
46their finger information.  Usermount lets users mount, unmount, and
47format filesystems.  Userpasswd allows users to change their
48passwords.
49
50Install the usermode-gtk package if you would like to provide users with
51graphical tools for certain account management tasks.
52
53%description gtk -l ja
54usermode-gtk には userinfo, usermount, userpasswd といったユーザ用
55グラフィカルツールも収められています。userinfo を使うと一般ユーザが自
56分のアカウントの finger 情報を変更することが出来ます.
57usermount は一般ユーザがファイルシステムのマウント/アンマウント/初期化を
58行うことを可能にします.userpasswd は一般ユーザが自分のパスワードを
59変更するのに使います.
60
61一般ユーザ向けに,アカウント管理用グラフィカルツールを提供したい場合は
62usermode パッケージをインストールして下さい.
63
64%prep
65%setup -q
66cp -f %{SOURCE10} po/ja.po
67
68%patch10 -p1 -b .halt-p
69
70%build
71intltoolize --force --copy
72autoreconf
73%configure
74make -C po usermode.pot
75make -C po update-po
76make
77
78%install
79rm -rf $RPM_BUILD_ROOT
80make install DESTDIR=$RPM_BUILD_ROOT
81
82# We set up the shutdown programs to be wrapped in this package.  Other
83# packages are on their own....
84mkdir -p $RPM_BUILD_ROOT/etc/pam.d $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps
85for wrappedapp in halt reboot poweroff ; do
86        ln -s consolehelper $RPM_BUILD_ROOT%{_bindir}/${wrappedapp}
87        install -m644 $wrappedapp $RPM_BUILD_ROOT%{_sysconfdir}/security/console.apps/${wrappedapp}
88        cp shutdown.pamd $RPM_BUILD_ROOT/etc/pam.d/${wrappedapp}
89done
90echo 'USER=root' > $RPM_BUILD_ROOT/etc/security/console.apps/config-util
91
92for desktopfile in $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
93do
94  mv $desktopfile ${desktopfile/redhat-/}
95done
96
97%find_lang %{name}
98
99%clean
100rm -rf $RPM_BUILD_ROOT
101
102%files -f %{name}.lang
103%defattr(-,root,root)
104%attr(4711,root,root) /usr/sbin/userhelper
105%{_bindir}/consolehelper
106%{_mandir}/man8/userhelper.8*
107%{_mandir}/man8/consolehelper.8*
108# PAM console wrappers
109%{_bindir}/halt
110%{_bindir}/reboot
111%{_bindir}/poweroff
112%{_bindir}/shutdown
113%config(noreplace) /etc/pam.d/halt
114%config(noreplace) /etc/pam.d/reboot
115%config(noreplace) /etc/pam.d/poweroff
116%config(noreplace) /etc/security/console.apps/config-util
117%config /etc/security/console.apps/halt
118%config /etc/security/console.apps/reboot
119%config /etc/security/console.apps/poweroff
120
121%files gtk
122%defattr(-,root,root)
123%{_bindir}/usermount
124%{_mandir}/man1/usermount.1*
125%{_bindir}/userinfo
126%{_mandir}/man1/userinfo.1*
127%{_bindir}/userpasswd
128%{_mandir}/man1/userpasswd.1*
129%{_bindir}/consolehelper-gtk
130%{_mandir}/man8/consolehelper-gtk.8*
131%{_bindir}/pam-panel-icon
132%{_mandir}/man1/pam-panel-icon.1*
133%{_datadir}/%{name}
134%{_datadir}/pixmaps/*
135%{_datadir}/applications/*
136     
137%changelog
138* Mon Jan 17 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.106.1-1
139- new upstream release
140
141* Tue Aug 19 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.98-1
142- new upstream release
143
144* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 1.86-1vl5
145- applied new versioning policy, spec in utf-8
146
147* Sat Jan 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.86-0vl3
148- rebuilt with libwnck 2.20.2
149- added Patch100 for avoiding desktop-file-install failure
150- fixed *.desktop.in files
151
152* Tue Sep 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.86-0vl2
153- fix Patch12
154  - The old patch changes the application's locale by mistake.
155
156* Thu Sep 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.86-0vl1
157- new upstream release
158- add Patch12 to fix broken messages in consolehelper-gtk (<BTS:181>)
159- update ja.po
160
161* Thu Jun 29 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.85-0vl1
162- new upstream release
163
164* Sun Aug 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.81-0vl1
165- new upstream release
166- rebuild with new libwnck
167
168* Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.70-4vl3
169- rebuild with new libwnck
170
171* Sat Jul  3 2004 Tomoya TAKA <taka@vinelinux.org> 1.70-4vl2
172- fix lack of %%{_bindir}/shutdown
173
174* Mon Jun 28 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.70-4vl1
175- new upstream release
176- fixed spec's kanji code.
177- split gui related utilities to usermode-gtk subpackage.
178
179* Mon Nov 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.69-1vl1
180- new upstream release
181
182* Tue Oct 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.68-0vl1
183- new upstream release
184
185* Sat Jan 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.65-1vl1
186- merged with Vine Linux package 1.42-1vl5
187  * Sat Aug 17 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.42-1vl5
188  - enable system authentication even if %%{build6x} is set to 0
189    (for compatibility with previous version)
190  * Mon Aug 05 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.42-1vl4
191  - reinstated /usr/bin/shutdown
192  * Fri Aug 02 2002 KOBAYASHI R. Taizo <tkoba@vinelinux.org> 1.42-1vl3
193  - rebuild with pam-0.75-39vl1
194  - set build6x to 0
195  * Wed Feb 20 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.42-1vl2
196  - rebuild to remove rpmlib dependancy
197  * Fri Jun 01 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
198  - 1.42-1vl1
199  - based on 1.42-1 from Rawhide and merged some from 1.37-2vl2
200  - %%define build6x 1 for Vine
201
202* Mon Jan 20 2003 Nalin Dahyabhai <nalin@redhat.com> 1.65-1
203- pass-through DESKTOP_STARTUP_ID
204
205* Mon Jan  6 2003 Nalin Dahyabhai <nalin@redhat.com> 1.64-1
206- set the requesting user PAM item to the invoking user's name (#81255)
207
208* Mon Nov 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.63-2
209- remove directory names from PAM config files, allowing the same config
210  files to work for both arches on multilib boxes
211- translation updates
212
213* Wed Sep  4 2002 Nalin Dahyabhai <nalin@redhat.com> 1.63-1
214- userhelper: swallow the exec'd program's exit stauts, which would be
215  misinterpreted by consolehelper anyway
216
217* Tue Sep  3 2002 Nalin Dahyabhai <nalin@redhat.com> 1.62-1
218- consolehelper: suppress dialog on successful execution
219- userhelper: return 0 on success, not 1 (what was I *thinking*?)
220
221* Mon Sep  2 2002 Nalin Dahyabhai <nalin@redhat.com> 1.61-1
222- userinfo: exit properly on escape. handle site_info field properly. go
223  insensitive while running child process.
224- userpasswd: exit properly on cancel.
225- all of the above: reap the child instead of checking for pipe close -- this
226  way is more robust (#68578,72684).
227- usermount: run mount/umount synchronously. capture stderr and display in a
228  dialog. desensitize action buttons when no filesystems are selected.
229- consolehelper: display errors if we're attempting to run bogus programs
230  (#72127)
231- translation updates (#70278)
232
233* Wed Aug 14 2002 Nalin Dahyabhai <nalin@redhat.com> 1.60-1
234- reconnect the "cancel" and "ok" buttons in userinfo
235- heed the cancel button when prompting for passwords in userinfo (#68578)
236- translation update
237
238* Wed Aug 14 2002 Nalin Dahyabhai <nalin@redhat.com> 1.59-2
239- change "forget password" to "forget authorization", because we don't actually
240  remember the password (that would be scary, #71476)
241- translation update
242
243* Tue Aug 13 2002 Nalin Dahyabhai <nalin@redhat.com> 1.59-1
244- pam-panel-icon: overhaul, change the 'locked' icon to keyring-small, nix the
245  'unlocked' icon
246- consolehelper-gtk: properly set up the dialog buttons (should be 'cancel/ok'
247  when we're asking questions, was always 'close')
248- disappear pam_timestamp_init
249
250* Wed Aug  7 2002 Nalin Dahyabhai <nalin@redhat.com> 1.58-2
251- install the new 'unlocked' icon
252
253* Tue Aug  6 2002 Jonathan Blandford <jrb@redhat.com>
254- New version.
255
256* Mon Aug  5 2002 Nalin Dahyabhai <nalin@redhat.com> 1.57-1
257- add support for BANNER and BANNER_DOMAIN in the userhelper configuration
258
259* Mon Aug  5 2002 Nalin Dahyabhai <nalin@redhat.com> 1.56-4
260- mark strings in the .glade file as translatable (#70278)
261- translation updates
262
263* Wed Jul 31 2002 Nalin Dahyabhai <nalin@redhat.com> 1.56-3
264- add icons for userpasswd and usermount
265
266* Wed Jul 24 2002 Nalin Dahyabhai <nalin@redhat.com> 1.56-2
267- actually include the icons
268- translation updates
269
270* Tue Jul 23 2002 Nalin Dahyabhai <nalin@redhat.com> 1.56-1
271- userinfo: prevent users from selecting "nologin" as a shell (#68579)
272- don't strip binaries by default; leave that to the buildroot policy
273- use desktop-file-install
274
275* Wed Jun 19 2002 Havoc Pennington <hp@redhat.com>
276- put pam-panel-icon in file list
277
278* Mon May 20 2002 Nalin Dahyabhai <nalin@redhat.com> 1.55-2
279- don't strip binaries which have no special privileges
280
281* Wed May 15 2002 Nalin Dahyabhai <nalin@redhat.com> 1.55-1
282- remove the pixmap we don't use any more (we use stock pixmaps now)
283- update translations
284
285* Thu Apr 16 2002 Nalin Dahyabhai <nalin@redhat.com> 1.54-1
286- suppress even error messages from Xlib when consolehelper calls
287  gtk_init_check() to see if the display is available
288
289* Mon Apr 15 2002 Nalin Dahyabhai <nalin@redhat.com> 1.53-2
290- refresh translations
291
292* Thu Apr 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.53-1
293- refresh shell variable code from authconfig (#63175)
294
295* Tue Apr  9 2002 Nalin Dahyabhai <nalin@redhat.com> 1.52-2
296- refresh translations
297
298* Mon Apr  1 2002 Nalin Dahyabhai <nalin@redhat.com> 1.52-1
299- attempt to make prompts at the console more meaningful
300- when falling back, reset the entire environment to the user's
301
302* Thu Mar 28 2002 Nalin Dahyabhai <nalin@redhat.com>
303- stop giving the user chances to enter the right password if we get a
304  conversation error reading a response (appears to be masked by libpam)
305  (#62195)
306- always center consolehelper dialog windows
307
308* Wed Mar 27 2002 Nalin Dahyabhai <nalin@redhat.com> 1.51-1
309- patch to make gettext give us UTF-8 strings (which GTK needs) from ynakai
310
311* Fri Mar 22 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-6
312- update translations
313- actually include the glade files (#61665)
314
315* Mon Mar 11 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-5
316- update translations
317
318* Mon Feb 25 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-4
319- rebuild
320
321* Fri Feb 22 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-3
322- update translations
323
324* Thu Jan 31 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-2
325- rebuild to fix dependencies
326
327* Thu Jan 31 2002 Nalin Dahyabhai <nalin@redhat.com> 1.50-1
328- fix userpasswd dialog message being incorrect for password changes
329- use a dumb conversation function when text mode is invoked without a tty -- if
330  the service's configuration doesn't call for prompts, then it'll still work
331- port from pwdb to libuser
332- catch child-exit errors correctly again
333- fix keyboard-grabbing
334
335* Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 1.49-3
336- add default locations for certain binaries to configure.in
337
338* Thu Jan  3 2002 Nalin Dahyabhai <nalin@redhat.com> 1.49-2
339- munge glade file to use stock items for buttons where possible
340
341* Mon Dec 10 2001 Nalin Dahyabhai <nalin@redhat.com> 1.49-1
342- the console.apps configs shouldn't be missingok
343- fix buildprereqs for gtk2/libglade2
344
345* Tue Dec  4 2001 Nalin Dahyabhai <nalin@redhat.com>
346- more gtk2 changes
347- split off a -gtk subpackage with all of the gtk-specific functionality
348
349* Wed Nov 28 2001 Nalin Dahyabhai <nalin@redhat.com>
350- the grand libglade/gtk2 overhaul
351- allow disabling display of GUI windows by setting "GUI=false" in the
352  console.apps configuration file (default: TRUE)
353- allow disabling display of GUI windows by recognizing a magic option
354  on the command-line of the program being wrapped (NOXOPTION, no default)
355
356* Fri Nov  9 2001 Nalin Dahyabhai <nalin@redhat.com> 1.46-1
357- restore the previous XAUTHORITY setting before opening PAM sessions
358
359* Fri Nov  2 2001 Nalin Dahyabhai <nalin@redhat.com> 1.45-1
360- propagate environment variables from libpam to applications
361
362* Fri Oct  3 2001 Nalin Dahyabhai <nalin@redhat.com> 1.44-1
363- only try to call gtk_main_quit() if we've got a loop to get out of (#54109)
364- obey RPM_OPT_FLAGS, obey
365
366* Tue Aug 28 2001 Trond Eivind Glomsr藷?<teg@redhat.com> 1.43-1
367- Update translations
368
369* Mon Aug  6 2001 Nalin Dahyabhai <nalin@redhat.com>
370- add build requirements on glib-devel, gtk+-devel, pam-devel (#49726)
371
372* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
373- Bump release + rebuild.
374
375* Wed Feb 14 2001 Preston Brown <pbrown@redhat.com>
376- final translation merge.
377
378* Wed Feb 14 2001 Nalin Dahyabhai <nalin@redhat.com>
379- clear the supplemental groups list before running binaries as root (#26851)
380
381* Wed Feb  7 2001 Nalin Dahyabhai <nalin@redhat.com>
382- set XAUTHORITY if we fall back to regular behavior (#26343)
383- make the suid helper 04711 instead of 04755
384
385* Mon Feb  5 2001 Nalin Dahyabhai <nalin@redhat.com>
386- refresh translations
387
388* Mon Jan 29 2001 Preston Brown <pbrown@redhat.com>
389- use lang finding script.
390
391* Thu Jan 25 2001 Yukihiro Nakai <ynakai@redhat.com>
392- Some fix for Japanese environment.
393- Use gtk_set_locale() instead of setlocale()
394- Copyright update.
395
396* Sun Jan  7 2001 Yukihiro Nakai <ynakai@redhat.com>
397- Add gettextized
398
399* Thu Nov  2 2000 Nalin Dahyabhai <nalin@redhat.com>
400- fix segfault in userhelper (#20027)
401
402* Tue Oct 24 2000 Nalin Dahyabhai <nalin@redhat.com>
403- /sbin/shutdown, not /usr/sbin/shutdown (#19034)
404
405* Fri Oct  6 2000 Nalin Dahyabhai <nalin@redhat.com>
406- don't pass on arguments to halt and reboot, because they error out
407
408* Thu Oct  5 2000 Nalin Dahyabhai <nalin@redhat.com>
409- fix the /usr/bin/shutdown wrapper so that root can call shutdown
410- only include the /usr/bin/shutdown wrapper on 6.x
411- also sanitize LC_MESSAGES
412- tweak sanitizing checks (from mkj)
413
414* Wed Oct  4 2000 Jakub Jelinek <jakub@redhat.com>
415- fix a security bug with LC_ALL/LANG variables (#18046)
416
417* Mon Aug 28 2000 Nalin Dahyabhai <nalin@redhat.com>
418- mark defined strings translateable (#17006)
419
420* Thu Aug 24 2000 Nalin Dahyabhai <nalin@redhat.com>
421- fix incorrect user name
422- add a shell wrapper version of /usr/bin/shutdown
423- build for 6.x errata
424- bump revision to upgrade the errata
425
426* Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
427- fix stdin/stdout redirection shenanigans (#11706)
428- fix authentication and execution as users other than root
429- make sure the right descriptors are terminals before dup2()ing them
430- cut out an extra-large CPU waster that breaks GUI apps
431
432* Mon Aug 21 2000 Nalin Dahyabhai <nalin@redhat.com>
433- fix typo (#16664)
434
435* Sun Aug 20 2000 Nalin Dahyabhai <nalin@redhat.com>
436- previous fix, part two
437
438* Sat Aug 19 2000 Nalin Dahyabhai <nalin@redhat.com>
439- fix inadvertent breakage of the shell-changing code
440
441* Fri Aug 18 2000 Nalin Dahyabhai <nalin@redhat.com>
442- fix the "run unprivileged" option
443
444* Mon Aug 14 2000 Nalin Dahyabhai <nalin@redhat.com>
445- actually use the right set of translations
446
447* Fri Aug 11 2000 Nalin Dahyabhai <nalin@redhat.com>
448- remove the shutdown command from the list of honored commands
449
450* Wed Aug  9 2000 Nalin Dahyabhai <nalin@redhat.com>
451- merge in updated translations
452- set XAUTHORITY after successful authentication (#11006)
453
454* Wed Aug  2 2000 Nalin Dahyabhai <nalin@redhat.com>
455- install translations
456- fixup a messy text string
457- make "Mount"/"Unmount" translatable
458- stop prompting for passwords to shut down -- we can hit ctrl-alt-del anyway,
459  and gdm users can just shut down without logging in
460
461* Mon Jul 31 2000 Nalin Dahyabhai <nalin@redhat.com>
462- attempt to add i18n support
463
464* Wed Jul 12 2000 Nalin Dahyabhai <nalin@redhat.com>
465- attempt to get a usable icon for userhelper-wrap (#13616, #13768)
466
467* Wed Jul  5 2000 Nalin Dahyabhai <nalin@redhat.com>
468- fix them right this time
469
470* Mon Jul  3 2000 Nalin Dahyabhai <nalin@redhat.com>
471- fix verbosity problems
472
473* Mon Jun 19 2000 Nalin Dahyabhai <nalin@redhat.com>
474- strip all binaries by default
475- add the name of the program being run to the userhelper dialog
476- add a graphic to the userhelper-wrap package
477- add a button to jump straight to nonprivileged operation when supported
478
479* Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
480- rebuilt to see if we get stripped binaries
481
482* Mon Jun  5 2000 Nalin Dahyabhai <nalin@redhat.com>
483- move man pages to %%{_mandir}
484
485* Thu Jun  1 2000 Nalin Dahyabhai <nalin@redhat.com>
486- modify PAM setup to use system-auth
487- bzip2 compress tarball
488
489* Fri Mar 17 2000 Ngo Than <than@redhat.de>
490- fix problem with LANG and LC_ALL
491- compress source with bzip2
492
493* Thu Mar 09 2000 Nalin Dahyabhai <nalin@redhat.com>
494- fix problem parsing userhelper's -w flag with other args
495
496* Wed Mar 08 2000 Nalin Dahyabhai <nalin@redhat.com>
497- ignore read() == 0 because the child exits
498
499* Tue Mar 07 2000 Nalin Dahyabhai <nalin@redhat.com>
500- queue notice messages until we get prompts in userhelper to fix bug #8745
501
502* Fri Feb 03 2000 Nalin Dahyabhai <nalin@redhat.com>
503- free trip through the build system
504
505* Tue Jan 11 2000 Nalin Dahyabhai <nalin@redhat.com>
506- grab keyboard input focus for dialogs
507
508* Fri Jan 07 2000 Michael K. Johnson <johnsonm@redhat.com>
509- The root exploit fix created a bug that only showed up in certain
510  circumstances.  Unfortunately, we didn't test in those circumstances...
511
512* Mon Jan 03 2000 Michael K. Johnson <johnsonm@redhat.com>
513- fixed local root exploit
514
515* Thu Sep 30 1999 Michael K. Johnson <johnsonm@redhat.com>
516- fixed old complex broken gecos parsing, replaced with simple working parsing
517- can now blank fields (was broken by previous fix for something else...)
518
519* Tue Sep 21 1999 Michael K. Johnson <johnsonm@redhat.com>
520- FALLBACK/RETRY in consolehelper/userhelper
521- session management fixed for consolehelper/userhelper SESSION=true
522- fix memory leak and failure to close in error condition (#3614)
523- fix various bugs where not all elements in userinfo got set
524
525* Mon Sep 20 1999 Michael K. Johnson <johnsonm@redhat.com>
526- set $HOME when acting as consolehelper
527- rebuild against new pwdb
528
529* Tue Sep 14 1999 Michael K. Johnson <johnsonm@redhat.com>
530- honor "owner" flag to mount
531- ask for passwords with username
532
533* Tue Jul 06 1999 Bill Nottingham <notting@redhat.com>
534- import pam_console wrappers from SysVinit, since they require usermode
535
536* Mon Apr 12 1999 Michael K. Johnson <johnsonm@redhat.com>
537- even better check for X availability
538
539* Wed Apr 07 1999 Michael K. Johnson <johnsonm@redhat.com>
540- better check for X availability
541- center windows to make authentication easier (improve later with
542  transients and embedded windows where possible)
543- applink -> applnk
544- added a little padding, especially important when running without
545  a window manager, as happens when running from session manager at
546  logout time
547
548* Wed Mar 31 1999 Michael K. Johnson <johnsonm@redhat.com>
549- hm, need to be root...
550
551* Fri Mar 19 1999 Michael K. Johnson <johnsonm@redhat.com>
552- updated userhelper.8 man page for consolehelper capabilities
553- moved from wmconfig to desktop entries
554
555* Thu Mar 18 1999 Michael K. Johnson <johnsonm@redhat.com>
556- added consolehelper
557- Changed conversation architecture to follow PAM spec
558
559* Wed Mar 17 1999 Bill Nottingham <notting@redhat.com>
560- remove gdk_input_remove (causing segfaults)
561
562* Tue Jan 12 1999 Michael K. Johnson <johnsonm@redhat.com>
563- fix missing include files
564
565* Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
566- strip binaries
567- use defattr
568- fix spec file ( rm -rf $(RPM_BUILD_ROOT) is a stupid thing to do ! )
569
570* Tue Oct 06 1998 Preston Brown <pbrown@redhat.com>
571- fixed so that the close button on window managers quits the program properly
572
573* Thu Apr 16 1998 Erik Troan <ewt@redhat.com>
574- use gtk-config during build
575- added make archive rule to Makefile
576- uses a build root
577
578* Fri Nov  7 1997 Otto Hammersmith <otto@redhat.com>
579- new version that fixed memory leak bug.
580
581* Mon Nov  3 1997 Otto Hammersmith <otto@redhat.com>
582- updated version to fix bugs
583
584* Fri Oct 17 1997 Otto Hammersmith <otto@redhat.com>
585- Wrote man pages for userpasswd and userhelper.
586
587* Tue Oct 14 1997 Otto Hammersmith <otto@redhat.com>
588- Updated the packages... now includes userpasswd for changing passwords
589  and newer versions of usermount and userinfo.  No known bugs or
590  misfeatures.
591- Fixed the file list...
592
593* Mon Oct 6 1997 Otto Hammersmith <otto@redhat.com>
594- Created the spec file.
Note: See TracBrowser for help on using the repository browser.