system-config-users-vl.spec 21 KB

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