usermode-vl.spec 21 KB

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