source: projects/specs/branches/6/s/system-config-users/system-config-users-vl.spec @ 3384

Revision 3384, 21.2 KB checked in by daisuke, 13 years ago (diff)

system-config-users: update to 1.2.107

Line 
1Summary: A graphical interface for administering users and groups
2Summary(ja): ユーザとグループを管理するためのグラフィカルインタフェース
3
4Name: system-config-users
5Version: 1.2.107
6Release: 1%{?_dist_release}
7URL: http://fedora.redhat.com/projects/config-tools/
8License: GPL
9ExclusiveOS: Linux
10Group: Applications/System
11
12Source: %{name}-%{version}.tar.bz2
13Patch1: %{name}-1.2.107-noselinux.patch
14
15BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
16BuildArch: noarch
17BuildRequires: desktop-file-utils
18BuildRequires: gettext
19BuildRequires: intltool
20BuildRequires: python
21Requires: libuser
22Requires: python
23Requires: pygtk2
24Requires: pygtk2-libglade
25Requires: usermode-gtk
26Requires: xdg-utils
27Requires: rpm-python
28Requires: procps
29Requires: hicolor-icon-theme
30
31%description
32system-config-users is a graphical utility for administrating
33users and groups.  It depends on the libuser library.
34
35%prep
36%setup -q
37%patch1 -p1 -b .noselinux
38
39sed -i -e 's|/usr/bin/python2|/usr/bin/python|g' \
40    src/system-config-users src/*.py
41
42%build
43make CONSOLE_USE_CONFIG_UTIL=1
44
45%install
46make DESTDIR=$RPM_BUILD_ROOT install
47
48desktop-file-install --vendor system --delete-original       \
49  --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
50  $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
51
52%find_lang %name
53find $RPM_BUILD_ROOT%{_datadir} -name "*.mo" | xargs ./utf8ify-mo
54
55%clean
56rm -rf $RPM_BUILD_ROOT
57
58%files -f %{name}.lang
59%defattr(-,root,root)
60%doc COPYING
61%{_bindir}/system-config-users
62%dir %{_datadir}/system-config-users
63%{_datadir}/system-config-users/*
64%{_mandir}/man8/system-config-users*
65%attr(0644,root,root) %{_datadir}/applications/%{name}.desktop
66%attr(0644,root,root) %config %{_sysconfdir}/security/console.apps/system-config-users
67%attr(0644,root,root) %config %{_sysconfdir}/pam.d/system-config-users
68%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/system-config-users
69
70%changelog
71* Sat Apr 09 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.107-1
72- new upstream release
73
74* Sat Jun 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.87-1
75- new upstream release
76- add R: xdg-utils instead of htmlview
77
78* Wed Oct 01 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.51-1
79- initial build for Vine Linux
80
81* Fri Feb 22 2008 Nils Philippsen <nphilipp@redhat.com> - 1.2.51-4
82- fix workaround for libuser < 0.56 (#427504)
83
84* Mon Dec 03 2007 Nils Philippsen <nphilipp@redhat.com> - 1.2.51-3
85- workaround bug with purely numerical user/group names in libuser < 0.56
86
87* Thu Nov 15 2007 Nils Philippsen <nphilipp@redhat.com> - 1.2.51-2
88- fix warnings about numerical user- and groupnames (#250213)
89
90* Thu Dec 21 2006 Nils Philippsen <nphilipp@redhat.com> - 1.2.51
91- pick up updated translations (#216396)
92
93* Wed Dec 13 2006 Nils Philippsen <nphilipp@redhat.com> - 1.2.50
94- pick up updated translations (#216396)
95
96* Fri Nov 24 2006 Nils Philippsen <nphilipp@redhat.com> - 1.2.49
97- pick up updated translations (#216396)
98
99* Sat Oct 14 2006 Nils Philippsen <nphilipp@redhat.com> - 1.2.48
100- pick up updated translations
101
102* Sat Oct 14 2006 Nils Philippsen <nphilipp@redhat.com> - 1.2.47
103- pick up updated translations (#210731)
104
105* Mon Jul 24 2006 Nils Philippsen <nphilipp@redhat.com> - 1.2.46
106- ask user when hitting duplicate group name or gid (#199836)
107
108* Mon Jul 17 2006 Nils Philippsen <nphilipp@redhat.com>
109- clarify comments, add new variables in /etc/sysconfig/system-config-users
110- use new method to choose GID when creating groups as well
111- actually set new user's GID
112- remove debugging statements
113
114* Thu Jul 13 2006 Nils Philippsen <nphilipp@redhat.com> - 1.2.45
115- revamp uid/gid number selection to honor preferences and avoid primary
116  group/created group discrepancies (#198152)
117- use disttag if available
118
119* Mon Jun 12 2006 Nils Philippsen <nphilipp@redhat.com>
120- detect inconsistencies between /etc/group and /etc/gshadow at startup
121  (#174716)
122
123* Wed Jun 07 2006 Nils Philippsen <nphilipp@redhat.com>
124- change some label texts
125- fix indentation
126
127* Tue May 16 2006 Nils Philippsen <nphilipp@redhat.com>
128- fix localization markings (#191846, patch by Roozbeh Pournader)
129
130* Fri May 05 2006 Nils Philippsen <nphilipp@redhat.com>
131- pull out preferences handling into Preferences class
132- implement preferences dialog
133
134* Wed Apr 05 2006 Nils Philippsen <nphilipp@redhat.com> - 1.2.44
135- rephrase some error messages to ease translation (#154204)
136
137* Mon Mar 27 2006 Nils Philippsen <nphilipp@redhat.com> - 1.2.43
138- pick up translation updates
139
140* Fri Mar 03 2006 Nils Philippsen <nphilipp@redhat.com> - 1.2.42
141- require hicolor-icon-theme (#182882, #182883)
142
143* Fri Oct 14 2005 Nils Philippsen <nphilipp@redhat.com>
144- don't use pam_stack (#170649)
145
146* Tue Oct 04 2005 Nils Philippsen <nphilipp@redhat.com> - 1.2.41
147- fix variable names to prevent hangs when adding a group (#169730)
148
149* Fri Sep 30 2005 Nils Philippsen <nphilipp@redhat.com> - 1.2.40
150- initialize shadow variables only if shadow passwords are used
151  (#168524, #168529, patch by Josef Whiter)
152
153* Fri Sep 23 2005 Nils Philippsen <nphilipp@redhat.com> - 1.2.39
154- require rhpl (#168921)
155
156* Fri Jun 10 2005 Nils Philippsen <nphilipp@redhat.com>
157- allow punctation in user names (#141273)
158
159* Mon May 09 2005 Nils Philippsen <nphilipp@redhat.com> - 1.2.38
160- pick up updated translations
161
162* Fri May 06 2005 Nils Philippsen <nphilipp@redhat.com>
163- make desktop file rebuild consistently
164
165* Fri May 06 2005 Nils Philippsen <nphilipp@redhat.com> - 1.2.37
166- make About menu entry translate (#156793)
167
168* Fri May 06 2005 Nils Philippsen <nphilipp@redhat.com> - 1.2.36
169- use DESTDIR consistently
170
171* Wed May 04 2005 Nils Philippsen <nphilipp@redhat.com>
172- make desktop file translatable (#156793)
173
174* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 1.2.35-2
175- silence %%post
176
177* Thu Apr 07 2005 Nils Philippsen <nphilipp@redhat.com> - 1.2.35-1
178- correct setting shadow values if password doesn't expire
179
180* Mon Apr 04 2005 Nils Philippsen <nphilipp@redhat.com> - 1.2.34-1
181- don't crash when displaying non-shadow accounts (#152960)
182
183* Mon Apr 04 2005 Nils Philippsen <nphilipp@redhat.com> - 1.2.33-1
184- don't use GNOME stock stuff for About menu entry (#153227)
185
186* Fri Apr 01 2005 Nils Philippsen <nphilipp@redhat.com> - 1.2.32-1
187- don't require gnome (#152960)
188- revive about dialog
189
190* Fri Apr 01 2005 Nils Philippsen <nphilipp@redhat.com> - 1.2.31-1
191- fix deprecation warnings (#153054) with (modified) patch by Colin Charles
192
193* Wed Mar 30 2005 Nils Philippsen <nphilipp@redhat.com> - 1.2.30-1
194- use os.lstat() to test ownership of files to be deleted
195- update the GTK+ theme icon cache on (un)install
196
197* Fri Dec 03 2004 Nils Philippsen <nphilipp@redhat.com> - 1.2.29-1
198- use variable max length for user/group names (prepare fix for #141273)
199
200* Wed Nov 10 2004 Nils Philippsen <nphilipp@redhat.com> - 1.2.28-1
201- check for running processes of a user about to be deleted (#132902)
202
203* Mon Nov 08 2004 Nils Philippsen <nphilipp@redhat.com> - 1.2.27-1
204- some sanity testing to avoid deleting system directories when deleting a user
205  (#138093)
206- eventually delete mail spool (#102637) and temporary files (#126756)
207
208* Fri Nov 05 2004 Nils Philippsen <nphilipp@redhat.com>
209- set password and confirm password entries (in)sensitive based on whether
210  account is locked or not (#131180)
211
212* Tue Nov 02 2004 Nils Philippsen <nphilipp@redhat.com> - 1.2.26-1
213- use libuser defaults for password aging (#130379, original patch by Dave
214  Lehman)
215
216* Wed Oct 13 2004 Nils Philippsen <nphilipp@redhat.com> - 1.2.25-1
217- when renaming users, ensure that groups forget about the old user name
218  (#135280)
219
220* Mon Oct 11 2004 Nils Philippsen <nphilipp@redhat.com> - 1.2.24-1
221- use user/group names for indexing, avoid unnecessary user/group lookups
222  (#135223, original patch by Miloslav Trmac)
223- remove some debugging statements
224- updated translations
225
226* Fri Oct 08 2004 Nils Philippsen <nphilipp@redhat.com> - 1.2.23-1
227- try to fix 32bit uids/gids (#134803)
228- fix gtk.main*() related DeprecationWarnings
229- byte-compile python files in "make install"
230- updated translations
231
232* Mon Oct 04 2004 Nils Philippsen <nphilipp@redhat.com> - 1.2.22-1
233- updated translations
234
235* Sun Sep 26 2004 Nils Philippsen <nphilipp@redhat.com> - 1.2.21-1
236- updated translations
237
238* Fri Sep 24 2004 Nils Philippsen <nphilipp@redhat.com> - 1.2.20-1
239- allow UTF-8 in user's full name (#133137)
240- require new libuser version so that fix for #80624 doesn't throw exception
241  (#133479)
242- admit complicity
243
244* Wed Sep 15 2004 Nils Philippsen <nphilipp@redhat.com> - 1.2.19-1
245- try to use gid as specified in /etc/libuser.conf, only if that fails use next
246  free (#80624)
247
248* Mon Sep 13 2004 Nils Philippsen <nphilipp@redhat.com> - 1.2.18-1
249- use F1 instead of Ctrl+H as accelerator for Help/Contents (#132163)
250- use "mkdir -p" to fix make install glitch
251- use absolute paths in *.glade to fix pygtk/pyglade subtleties
252
253* Sun Sep 05 2004 Nils Philippsen <nphilipp@redhat.com> - 1.2.15-1
254- add manpage (Chris Spencer, #115316)
255- add Slovenian translation to desktop file (Roman Maurer, #131835)
256
257* Mon Jun 21 2004 Brent Fox <bfox@redhat.com> - 1.2.14-1
258- fix password expiration bug (bug #125234)
259
260* Wed Apr 21 2004 Brent Fox <bfox@redhat.com> 1.2.13-1
261- allow columns to be resized (bug #121174)
262
263* Tue Apr 20 2004 Brent Fox <bfox@redhat.com> 1.2.12-5
264- call self.ready() if no is clicked (bug #121364)
265
266* Mon Apr 19 2004 Brent Fox <bfox@redhat.com> 1.2.12-4
267- apply patch from bug #72058 to localize pw last changed time
268
269* Mon Apr 19 2004 Brent Fox <bfox@redhat.com> 1.2.12-3
270- hide SELinux widgets for now (bug #119941)
271
272* Mon Apr 19 2004 Brent Fox <bfox@redhat.com> 1.2.12-2
273- remove *pyc files on ininstall
274
275* Thu Apr 15 2004 Brent Fox <bfox@redhat.com> 1.2.12-1
276- fix bug #120669
277
278* Tue Apr 13 2004 Brent Fox <bfox@redhat.com> 1.2.11-6
279- remove print statements in mainWindow.py
280
281* Mon Apr 12 2004 Brent Fox <bfox@redhat.com> 1.2.11-5
282- fix icon path (bug #120186)
283
284* Wed Apr  7 2004 Brent Fox <bfox@redhat.com> 1.2.11-4
285- disable SELinux widgets if it isn't running or isn't enabled (bug #120193)
286
287* Tue Apr  6 2004 Brent Fox <bfox@redhat.com> 1.2.11-3
288- remove Requires on policy-sources and setools (bug #120193)
289
290* Mon Apr  5 2004 Brent Fox <bfox@redhat.com> 1.2.11-2
291- rebuild for SELinux
292- add Requires on policy-sources
293
294* Wed Mar 31 2004 Brent Fox <bfox@redhat.com> 1.2.11-1
295- first stab at SELinux bits
296
297* Wed Mar 24 2004 Brent Fox <bfox@redhat.com> 1.2.10-1
298- reset user home dir check button (bug #119068)
299
300* Tue Feb  3 2004 Brent Fox <bfox@redhat.com> 1.2.9-1
301- remove comparison to gtk.TRUE (bug #114266)
302
303* Mon Jan 12 2004 Brent Fox <bfox@redhat.com> 1.2.8-1
304- rename redhat-config-users.png to system-config-users.png (bug #113311)
305
306* Mon Dec  1 2003 Brent Fox <bfox@redhat.com> 1.2.7-1
307- preserve existing group selection in userProperties.py (bug #111199)
308- handle munged config file (bug #108400)
309
310* Mon Nov 24 2003 Brent Fox <bfox@redhat.com> 1.2.6-1
311- remove Red Hat reference in the window title
312
313* Wed Nov 19 2003 Brent Fox <bfox@redhat.com> 1.2.5-1
314- rename from redhat-config-users
315- add Obsoletes for redhat-config-users
316- make changes for Python2.3
317
318* Mon Oct 27 2003 Brent Fox <bfox@redhat.com> 1.2.4-1
319- call self.ready() if the user clicks cancel in the existing group dialog (bug #107991)
320
321* Mon Oct 20 2003 Brent Fox <bfox@redhat.com> 1.2.3-1
322- use htmlview to find default browser (bug #107604)
323
324* Mon Oct  6 2003 Brent Fox <bfox@redhat.com> 1.2.2-1
325- don't allow the root's username to be changed (bug #105632)
326
327* Tue Sep 23 2003 Brent Fox <bfox@redhat.com> 1.2.1-1
328- rebuild with latest docs
329
330* Tue Sep 16 2003 Brent Fox <bfox@redhat.com> 1.1.17-4
331- bump release
332
333* Tue Sep 16 2003 Brent Fox <bfox@redhat.com> 1.1.17-3
334- turn off SELinux
335
336* Tue Sep 16 2003 Brent Fox <bfox@redhat.com> 1.1.17-2
337- bump release
338
339* Tue Sep 16 2003 Brent Fox <bfox@redhat.com> 1.1.17-1
340- if shadow passwords are not enabled, do not show certain widgets (bug #104536)
341- don't modify password expiration data by accident (bug #88190)
342
343* Thu Sep 4 2003 Dan Walsh <dwalsh@redhat.com> 1.1.16-3
344- Turn off SELinux
345
346* Thu Sep 4 2003 Dan Walsh <dwalsh@redhat.com> 1.1.16-2.sel
347- add SELinux support
348
349* Thu Aug 14 2003 Brent Fox <bfox@redhat.com> 1.1.16-1
350- clarify error dialog message (bug #101607)
351- allow underscores and dashes in usernames and groupnames (bug #99115)
352
353* Thu Aug 14 2003 Brent Fox <bfox@redhat.com> 1.1.15-1
354- tag on every build
355
356* Wed Aug 13 2003 Brent Fox <bfox@redhat.com> 1.1.14-2
357- bump relnum and rebuild
358
359* Wed Aug 13 2003 Brent Fox <bfox@redhat.com> 1.1.14-1
360- use UTC instead of GMT (bug #102251)
361
362* Wed Aug 13 2003 Brent Fox <bfox@redhat.com> 1.1.13-1
363- add BuildRequires on gettext
364
365* Wed Jul 23 2003 Brent Fox <bfox@redhat.com> 1.1.12-2
366- bump relnum and rebuild
367
368* Wed Jul 23 2003 Brent Fox <bfox@redhat.com> 1.1.12-1
369- use GMT time on password last changed (bug #89759)
370
371* Wed Jul 23 2003 Brent Fox <bfox@redhat.com> 1.1.11-2
372- bump relnum and rebuild
373
374* Wed Jul 23 2003 Brent Fox <bfox@redhat.com> 1.1.11-1
375- don't create new user with an existing uid (bug #90911)
376- use the messageDialog module in groupWindow.py
377- don't create group with an existing gid (bug #90911)
378
379* Fri Jul 11 2003 Brent Fox <bfox@redhat.com> 1.1.10-2
380- bump relnum and rebuild
381
382* Fri Jul 11 2003 Brent Fox <bfox@redhat.com> 1.1.10-1
383- display an error if no X server is running (bug #97148)
384
385* Mon Jun  2 2003 Brent Fox <bfox@redhat.com> 1.1.9-1
386- popup a confirmation dialog when deleting groups
387- popup a confirmation dialog when deleting users
388
389* Tue May 27 2003 Brent Fox <bfox@redhat.com> 1.1.8-1
390- don't require a full user name (bug #91718)
391
392* Fri May 23 2003 Brent Fox <bfox@redhat.com> 1.1.7-1
393- don't allow colons in username or homedir names (bug #90481)
394- check for zero length in usernames, groupnames, gecos, and homedirs
395
396* Thu May 22 2003 Brent Fox <bfox@redhat.com> 1.1.6-1
397- change label in glade file (bug #86323)
398
399* Mon May 19 2003 Brent Fox <bfox@redhat.com> 1.1.5-9
400- create a 'users' group if a new user is getting added to a non-existing users group (bug #89895)
401
402* Thu Apr  3 2003 Brent Fox <bfox@redhat.com> 1.1.5-8
403- don't automatically delete system groups (bug #78620)
404
405* Wed Feb 26 2003 Jeremy Katz <katzj@redhat.com> 1.1.5-7
406- use rm for rmrf instead (#85175)
407
408* Mon Feb 17 2003 Brent Fox <bfox@redhat.com> 1.1.5-6
409- update desktop file (bug #84360)
410
411* Thu Feb 13 2003 Brent Fox <bfox@redhat.com> 1.1.5-5
412- make double-click launch properties box (#84231)
413
414* Tue Feb 11 2003 Brent Fox <bfox@redhat.com> 1.1.5-4
415- call self.rmrf
416
417* Mon Feb 10 2003 Brent Fox <bfox@redhat.com> 1.1.5-3
418- rebuild to pull in fix for bug #83341
419
420* Fri Feb  7 2003 Brent Fox <bfox@redhat.com> 1.1.5-2
421- fix bug #83341 for real this time
422
423* Wed Feb  5 2003 Brent Fox <bfox@redhat.com> 1.1.5-1
424- don't allow root account to be locked
425- make default values for SHADOW* on user creation so we can do password aging properly later
426
427* Tue Feb  4 2003 Brent Fox <bfox@redhat.com> 1.1.4-2
428- fix bug with deleting user homeDir (bug #83341)
429
430* Thu Jan 30 2003 Brent Fox <bfox@redhat.com> 1.1.4-1
431- bump and build
432
433* Fri Jan 24 2003 Brent Fox <bfox@redhat.com> 1.1.3-4
434- better error checking for user names and group names (bug #82607)
435* Thu Jan 16 2003 Brent Fox <bfox@redhat.com> 1.1.3-3
436- force ascii input (bug #74058)
437- make sure that groupWindow calls self.ready() after showing dialogs
438- remove sentence hacks in asciiCheck.py (bug #82015)
439- fix typo in about box (bug #82016)
440- do not create homedir if they user doesn't want to
441- only offer to delete homedirs if they actually exist  (bug #78619)
442- if the user is the only member of their group, delete the group automatically (bug #78620)
443* Wed Jan 15 2003 Brent Fox <bfox@redhat.com> 1.1.3-1
444- don't try to delete the group if the groupEnt is None (bug #68950)
445* Tue Jan 14 2003 Tammy Fox <tfox@redhat.com> 1.1.2-2
446- update help with new screenshots and tweak content
447* Wed Jan  8 2003 Brent Fox <bfox@redhat.com> 1.1.2-1
448- ask if they want to delete the home directory
449* Tue Jan  7 2003 Brent Fox <bfox@redhat.com> 1.1.1-9
450- handle window delete-events correctly
451- call ready() after dialog is destroyed (bug #80625)
452- if a deleted user is the only user in his primary group, offer to delete the group too (bug #78620)
453* Mon Dec 23 2002 Brent Fox <bfox@redhat.com> 1.1.1-6
454- replace some message dialogs with calls to show_message_dialog
455* Tue Dec 17 2002 Brent Fox <bfox@redhat.com> 1.1.1-5
456- Do a lot of input checking on the userWindow.py and userProperties.py (bug #79246)
457* Tue Nov 12 2002 Brent Fox <bfox@redhat.com> 1.1.1-4
458- Rebuild with latest translations
459* Thu Oct 10 2002 Brent Fox <bfox@redhat.com> 1.1.1-3
460- Make the upper limit on UIDs and GIDs  (pow(2, 32)).  Fixes bug 75605
461* Mon Sep 16 2002 Brent Fox <bfox@redhat.com>
462- groupWindow.py, groupProperties.py, userProperties.py...desensitize when performing actions
463* Fri Sep 13 2002 Brent Fox <bfox@redhat.com>
464- Make the window insensitive when adding a user to prevent double clicks
465* Tue Sep 10 2002 Brent Fox <bfox@redhat.com>
466- Applied patch for Norwegian translation to desktop file
467* Tue Sep 03 2002 Brent Fox <bfox@redhat.com> 1.1.1-2
468- Pull in latest translations
469* Thu Aug 29 2002 Brent Fox <bfox@redhat.com> 1.1.1-1
470- Pull in latest translations
471* Thu Aug 22 2002 Dan Walsh <dwalsh@redhat.com> 1.1-16
472- Fix traceback bug, caused by unitialized variable
473- Fix traceback bug, caused by primary gid missing from /etc/group
474* Tue Aug 20 2002 Brent Fox <bfox@redhat.com> 1.1-15
475- Convert desktop file to UTF8
476- Pull in new translations into desktop file
477* Mon Aug 19 2002 Brent Fox <bfox@redhat.com> 1.1-14
478- Apply patch from twaugh to fix bug 68778
479- Change widths on account expriation widgets
480* Thu Aug 15 2002 Brent Fox <bfox@redhat.com> 1.1-13
481- enlarge window startup size for verbose langs
482* Wed Aug 14 2002 Brent Fox <bfox@redhat.com> 1.1-12
483- rebuild to pull in latest translations
484* Mon Aug 12 2002 Tammy Fox <tfox@redhat.com> 1.1-11
485- replace System with SystemSetup in desktop file categories
486* Wed Aug 07 2002 Tammy Fox <tfox@redhat.com>
487- UI tweaks
488* Tue Aug 06 2002 Brent Fox <bfox@redhat.com> 1.1-10
489- Increase default window size
490* Tue Aug 06 2002 Brent Fox <bfox@redhat.com> 1.1-9
491- fix bug 70783
492* Fri Aug 02 2002 Brent Fox <bfox@redhat.com> 1.1-8
493- Use new pam timestamp rules
494* Wed Jul 24 2002 Brent Fox <bfox@redhat.com> 1.1-7
495- Use new icons from garrett
496* Wed Jul 24 2002 Brent Fox <bfox@redhat.com> 1.1-6
497- Fix glade path typo
498* Wed Jul 24 2002 Tammy Fox <tfox@redhat.com> 1.1-4
499- Fix desktop file (bug #69488)
500* Thu Jul 18 2002 Karsten Hopp <karsten@redhat.de> 1.1-3
501- prepare for new pygtk2
502* Sat Jul 13 2002 Brent Fox <bfox@redhat.com> 1.1-2
503- Fixed bug #68639
504- Make properties and delete widgets desensitized when necessary
505* Fri Jul 12 2002 Tammy Fox <tfox@redhat.com>
506- Updated docs
507- Moved desktop file to /usr/share/applications only
508* Thu Jul 11 2002 Brent Fox <bfox@redhat.com> 1.1-1
509- Add a "Search Filter" label
510* Fri Jun 14 2002 Brent Fox <bfox@redhat.com> 1.0.2-3
511- Typo bug on my part
512* Thu Jun 13 2002 Brent Fox <bfox@redhat.com> 1.0.2-1
513- Use spiffy new toolbar icons
514* Thu May 2 2002 Brent Fox <bfox@redhat.com> 1.0.1-7
515- Update translations
516* Mon Apr 22 2002 Brent Fox <bfox@redhat.com> 1.0.1-6
517- Bring in the latest translations and rebuild in the latest dist
518* Thu Apr 18 2002 Nalin Dahyabhai <nalin@redhat.com> 1.0.1-5
519- Convert .mo files to UTF-8 at install-time, fixing #63815 correctly (probably)
520* Thu Apr 18 2002 Nalin Dahyabhai <nalin@redhat.com> 1.0.1-4
521- Don't bail on LookupErrors when recoding strings, just punt (#63815)
522* Tue Apr 16 2002 Nalin Dahyabhai <nalin@redhat.com> 1.0.1-3
523- Don't bail on IOErrors when saving preferences to /etc/sysconfig
524* Tue Apr 16 2002 Brent Fox <bfox@redhat.com> 1.0.1-2
525- Add set_transient_for calls to bring dialogs to the front in KDE (#61590)
526* Tue Apr 16 2002 Nalin Dahyabhai <nalin@redhat.com> 1.0.1-1
527- Handle cases where translations are encoded in non-UTF8 encodings (#63334)
528* Mon Apr 15 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.0-14
529- Update translations
530* Tue Apr 09 2002 Brent Fox <bfox@redhat.com>
531- Added workaround for bug 62919
532* Fri Apr 05 2002 Brent Fox <bfox@redhat.com>
533- Added changes to use a new icon
534* Thu Mar 28 2002 Brent Fox <bfox@redhat.com>
535- Finished port to Python2.2/Gtk2
536* Wed Feb 27 2002 Brent Fox <bfox@redhat.com>
537- Added sortable columns
538* Fri Jan 25 2002 Nalin Dahyabhai <nalin@redhat.com> 0.9.2-7
539- rebuild for completeness
540* Wed Aug 29 2001 Brent Fox <bfox@redhat.com>
541- Fixed desktop file problem
542- Nakai added Japanese support to the desktop file
543* Thu Aug 9 2001 Tammy Fox <tfox@redhat.com>
544- added documentation
545* Thu Aug 9 2001 Nalin Dahyabhai <nalin@redhat.com>
546- Attempt to minimize enumerations where possible
547- Always use defined constants for attribute names
548* Thu Aug 9 2001 Brent Fox <bfox@redhat.com>
549- fixes for password aging
550* Wed Aug  8 2001 Nalin Dahyabhai <nalin@redhat.com>
551- byte-compile python modules in %%install and include them in the package
552* Wed Jul 26 2001 Yukihiro Nakai <ynakai@redhat.com>
553- Add Japanese translation
554* Wed Jul 26 2001  Yukihiro Nakai <ynakai@redhat.com>
555- Directory restructure for i18n
556* Tue Jul 10 2001 Brent Fox <bfox@redhat.com>
557- some glade fixups and packaging work
558* Mon Jul 09 2001 Tammy Fox <tfox@redhat.com>
559- added usermode files to spec file
560* Tue Jul 05 2001 Brent Fox <bfox@redhat.com>
561- initial packaging
562* Wed Jun 13 2001 Brent Fox <bfox@redhat.com>
563- mainWindow.glade: Changed GUI per jrb's recommendations
564- mainWindow.py: added interfacing with libuser backend
565* Wed Jun 6 2001 Jonathan Blandford  <jrb@redhat.com>
566- mainWindow.glade: Cleaned up glade file a bunch.
567- mainWindow.py: modified to deal with updated glade.
568
569
Note: See TracBrowser for help on using the repository browser.