mgetty-vl.spec 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  1. %define SENDFAX_UID 78
  2. Summary: A getty replacement for use with data and fax modems.
  3. Name: mgetty
  4. Version: 1.1.36
  5. Release: 2%{?_dist_release}
  6. Source: ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/mgetty%{version}-Jun15.tar.gz
  7. Source1: logrotate.mgetty
  8. Source2: logrotate.sendfax
  9. Source3: logrotate.vgetty
  10. Source4: logrotate.vm
  11. Patch0: mgetty-1.1.29-config.patch
  12. Patch1: mgetty-1.1.26-policy.patch
  13. Patch4: mgetty-1.1.25-voiceconfig.patch
  14. Patch5: mgetty-1.1.26-issue.patch
  15. Patch6: mgetty-1.1.31-issue-doc.patch
  16. Patch7: mgetty-1.1.29-helper.patch
  17. Patch8: mgetty-1.1.30-mktemp.patch
  18. Patch9: mgetty-1.1.30-unioninit.patch
  19. Patch11: mgetty-1.1.31-helper2.patch
  20. Patch12: mgetty-1.1.31-no-acroread.patch
  21. Patch14: mgetty-1.1.31-sendmail_path.patch
  22. Patch15: mgetty-1.1.31-lfs.patch
  23. Patch16: mgetty-1.1.31-162174_tcflush.patch
  24. Patch18: mgetty-1.1.33-bug_63843.patch
  25. Patch19: mgetty-1.1.33-167830_tty_access.patch
  26. Patch20: mgetty-1.1.33-167830.patch
  27. Patch21: mgetty-1.1.33-turn.patch
  28. Patch22: mgetty-1.1.33-time_range.patch
  29. Patch23: mgetty-1.1.36-handle_spaces.patch
  30. Patch24: mgetty-1.1.36-man.patch
  31. URL: http://mgetty.greenie.net/
  32. License: GPLv2+
  33. Group: Applications/Communications
  34. Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  35. Requires(post): /sbin/install-info
  36. Requires(preun): /sbin/install-info
  37. BuildRequires: libX11-devel, libXext-devel, texinfo, texlive
  38. Requires: mktemp
  39. Requires: sendmail
  40. %package sendfax
  41. Summary: Provides support for sending faxes over a modem
  42. Requires: mgetty = %{version}
  43. Group: Applications/Communications
  44. Requires: mktemp
  45. Requires: netpbm-progs
  46. Requires(pre): shadow-utils
  47. %package voice
  48. Summary: A program for using your modem and mgetty as an answering machine
  49. Requires: mgetty = %{version}
  50. Group: Applications/Communications
  51. %package viewfax
  52. Summary: An X Window System fax viewer
  53. Group: Applications/Communications
  54. %description
  55. The mgetty package contains a "smart" getty which allows logins over a
  56. serial line (i.e., through a modem). If you're using a Class 2 or 2.0
  57. modem, mgetty can receive faxes. If you also need to send faxes,
  58. you'll need to install the sendfax program.
  59. If you'll be dialing in to your system using a modem, you should
  60. install the mgetty package. If you'd like to send faxes using mgetty
  61. and your modem, you'll need to install the mgetty-sendfax program. If
  62. you need a viewer for faxes, you'll also need to install the
  63. mgetty-viewfax package.
  64. %description sendfax
  65. Sendfax is a standalone backend program for sending fax files. The
  66. mgetty program (a getty replacement for handling logins over a serial
  67. line) plus sendfax will allow you to send faxes through a Class 2
  68. modem.
  69. If you'd like to send faxes over a Class 2 modem, you'll need to
  70. install the mgetty-sendfax and the mgetty packages.
  71. %description voice
  72. The mgetty-voice package contains the vgetty system, which enables
  73. mgetty and your modem to support voice capabilities. In simple terms,
  74. vgetty lets your modem act as an answering machine. How well the
  75. system will work depends upon your modem, which may or may not be able
  76. to handle this kind of implementation.
  77. Install mgetty-voice along with mgetty if you'd like to try having
  78. your modem act as an answering machine.
  79. %description viewfax
  80. Viewfax displays the fax files received using mgetty in an X11 window.
  81. Viewfax is capable of zooming in and out on the displayed fax.
  82. If you're installing the mgetty-viewfax package, you'll also need to
  83. install mgetty.
  84. %prep
  85. %setup -q
  86. mv policy.h-dist policy.h
  87. %patch0 -p1 -b .config
  88. %patch1 -p1 -b .policy
  89. %patch4 -p1 -b .voiceconfig
  90. %patch5 -p1 -b .issue
  91. %patch6 -p1 -b .issue-doc
  92. %patch7 -p1 -b .helper
  93. %patch8 -p1 -b .mktemp
  94. %patch9 -p1 -b .unioninit
  95. %patch11 -p1 -b .helper2
  96. %patch12 -p1 -b .no-acroread
  97. %patch14 -p1 -b .sendmail_path
  98. %patch15 -p1 -b .lfs
  99. %patch16 -p1 -b .162174_tcflush
  100. %patch18 -p1 -b .bug_63843
  101. %patch19 -p1 -b .167830_tty_access
  102. %patch20 -p1 -b .167830
  103. %patch21 -p1 -b .turn
  104. %patch22 -p1 -b .time_range
  105. %patch23 -p1 -b .handle_spaces
  106. %patch24 -p1 -b .man
  107. %build
  108. %define makeflags CFLAGS="$RPM_OPT_FLAGS -Wall -DAUTO_PPP -D_FILE_OFFSET_BITS=64" prefix=%{_prefix} spool=%{_var}/spool BINDIR=%{_bindir} SBINDIR=%{_sbindir} LIBDIR=%{_libdir}/mgetty+sendfax HELPDIR=%{_libdir}/mgetty+sendfax CONFDIR=%{_sysconfdir}/mgetty+sendfax MANDIR=%{_mandir} MAN1DIR=%{_mandir}/man1 MAN4DIR=%{_mandir}/man4 MAN5DIR=%{_mandir}/man5 MAN8DIR=%{_mandir}/man8 INFODIR=%{_infodir} ECHO='"echo -e"' INSTALL=%{__install}
  109. make %{makeflags}
  110. make -C voice %{makeflags}
  111. make -C tools %{makeflags}
  112. pushd frontends/X11/viewfax
  113. make OPT="$RPM_OPT_FLAGS" CONFDIR=%{_sysconfdir}/mgetty+sendfax
  114. popd
  115. %install
  116. rm -rf $RPM_BUILD_ROOT
  117. mkdir -p $RPM_BUILD_ROOT{%{_bindir},%{_infodir},%{_libdir}/mgetty+sendfax}
  118. mkdir -p $RPM_BUILD_ROOT{%{_mandir},%{_sbindir},/sbin,/var/spool}
  119. %define instflags CFLAGS="$RPM_OPT_FLAGS -Wall -DAUTO_PPP" prefix=$RPM_BUILD_ROOT%{_prefix} spool=$RPM_BUILD_ROOT%{_var}/spool BINDIR=$RPM_BUILD_ROOT%{_bindir} SBINDIR=$RPM_BUILD_ROOT%{_sbindir} LIBDIR=$RPM_BUILD_ROOT%{_libdir}/mgetty+sendfax HELPDIR=$RPM_BUILD_ROOT%{_libdir}/mgetty+sendfax CONFDIR=$RPM_BUILD_ROOT%{_sysconfdir}/mgetty+sendfax MANDIR=$RPM_BUILD_ROOT%{_mandir} MAN1DIR=$RPM_BUILD_ROOT%{_mandir}/man1 MAN4DIR=$RPM_BUILD_ROOT%{_mandir}/man4 MAN5DIR=$RPM_BUILD_ROOT%{_mandir}/man5 MAN8DIR=$RPM_BUILD_ROOT%{_mandir}/man8 INFODIR=$RPM_BUILD_ROOT%{_infodir} ECHO='echo -e' INSTALL=%{__install}
  120. make install %instflags
  121. # the non-standard executable permissions are used due to security
  122. install -m700 callback/callback $RPM_BUILD_ROOT%{_sbindir}
  123. # helper tests internally usage of suid - this is an intention
  124. install -m4711 callback/ct $RPM_BUILD_ROOT%{_bindir}
  125. mv $RPM_BUILD_ROOT%{_sbindir}/mgetty $RPM_BUILD_ROOT/sbin
  126. # this conflicts with efax
  127. mv $RPM_BUILD_ROOT%{_mandir}/man1/fax.1 $RPM_BUILD_ROOT%{_mandir}/man1/mgetty_fax.1
  128. # tools
  129. make -C tools install %instflags
  130. # voice mail extensions
  131. mkdir -p $RPM_BUILD_ROOT%{_var}/spool/voice/{messages,incoming}
  132. make -C voice install %instflags
  133. mv $RPM_BUILD_ROOT%{_sbindir}/vgetty $RPM_BUILD_ROOT/sbin
  134. # the non-standard permissions are used due to security
  135. install -m 600 -c voice/voice.conf-dist $RPM_BUILD_ROOT%{_sysconfdir}/mgetty+sendfax/voice.conf
  136. # don't ship documentation that is executable...
  137. find samples -type f -exec chmod 644 {} \;
  138. make -C frontends/X11/viewfax install %instflags MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1
  139. # install logrotate control files
  140. mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d
  141. install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/mgetty
  142. install -m 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/sendfax
  143. install -m 0644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/vgetty
  144. install -m 0644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/vm
  145. # remove file droppings from $RPM_BUILD_ROOT
  146. rm -f $RPM_BUILD_ROOT%{_bindir}/cutbl
  147. # remove file conflict with netpbm:
  148. rm -f $RPM_BUILD_ROOT%{_bindir}/g3topbm
  149. %clean
  150. rm -rf $RPM_BUILD_ROOT
  151. %post
  152. if [ -f %{_infodir}/mgetty.inf* ]; then
  153. /sbin/install-info %{_infodir}/mgetty.info.gz %{_infodir}/dir --entry="* mgetty: (mgetty). Package to handle faxes, voicemail and more." || :
  154. fi
  155. %preun
  156. if [ -f %{_infodir}/mgetty.inf* ]; then
  157. /sbin/install-info --delete %{_infodir}/mgetty.info.gz %{_infodir}/dir --entry="* mgetty: (mgetty). Package to handle faxes, voicemail and more." || :
  158. fi
  159. %pre sendfax
  160. getent group fax >/dev/null || groupadd -g %SENDFAX_UID -r fax
  161. getent passwd fax >/dev/null || \
  162. useradd -r -u %SENDFAX_UID -g fax -d /var/spool/fax -s /sbin/nologin -c "mgetty fax spool user" fax
  163. exit 0
  164. %files
  165. %defattr(-,root,root)
  166. %doc BUGS ChangeLog README.1st Recommend THANKS doc/modems.db samples
  167. %doc doc/mgetty.ps doc/*.txt
  168. %{_bindir}/g3cat
  169. %{_bindir}/g32pbm
  170. /sbin/mgetty
  171. %{_sbindir}/callback
  172. %{_mandir}/man1/g32pbm.1*
  173. %{_mandir}/man1/g3cat.1*
  174. %{_mandir}/man4/mgettydefs.4*
  175. %{_mandir}/man8/mgetty.8*
  176. %{_mandir}/man8/callback.8*
  177. %{_infodir}/mgetty.info*
  178. %dir %{_sysconfdir}/mgetty+sendfax
  179. %config(noreplace) %{_sysconfdir}/mgetty+sendfax/login.config
  180. %config(noreplace) %{_sysconfdir}/mgetty+sendfax/mgetty.config
  181. %config(noreplace) %{_sysconfdir}/mgetty+sendfax/dialin.config
  182. %config(noreplace) %{_sysconfdir}/logrotate.d/mgetty
  183. %files sendfax
  184. %defattr(-,root,root)
  185. %dir %{_var}/spool/fax
  186. %attr(0755,fax,root) %dir %{_var}/spool/fax/incoming
  187. %attr(0755,fax,root) %dir %{_var}/spool/fax/outgoing
  188. %attr(0755,root,root) %{_bindir}/ct
  189. %{_bindir}/faxq
  190. %{_bindir}/faxrm
  191. %{_bindir}/faxrunq
  192. %{_bindir}/faxspool
  193. %{_bindir}/kvg
  194. %{_bindir}/newslock
  195. %{_bindir}/pbm2g3
  196. %{_bindir}/sff2g3
  197. %{_sbindir}/faxrunqd
  198. %{_sbindir}/sendfax
  199. %dir %{_libdir}/mgetty+sendfax
  200. %{_libdir}/mgetty+sendfax/cour25.pbm
  201. %{_libdir}/mgetty+sendfax/cour25n.pbm
  202. # helper tests internally usage of suid - this is an intention
  203. %attr(04711,fax,root) %{_libdir}/mgetty+sendfax/faxq-helper
  204. %{_mandir}/man1/pbm2g3.1*
  205. %{_mandir}/man1/mgetty_fax.1*
  206. %{_mandir}/man1/faxspool.1*
  207. %{_mandir}/man1/faxrunq.1*
  208. %{_mandir}/man1/faxq.1*
  209. %{_mandir}/man1/faxrm.1*
  210. %{_mandir}/man1/coverpg.1*
  211. %{_mandir}/man1/sff2g3.1*
  212. %{_mandir}/man5/faxqueue.5*
  213. %{_mandir}/man8/faxq-helper.8*
  214. %{_mandir}/man8/faxrunqd.8*
  215. %{_mandir}/man8/sendfax.8*
  216. %dir %{_sysconfdir}/mgetty+sendfax
  217. %config(noreplace) %{_sysconfdir}/mgetty+sendfax/sendfax.config
  218. %config(noreplace) %{_sysconfdir}/mgetty+sendfax/faxrunq.config
  219. # sample config file doesn't use noreplace option to be installed always latest ver.
  220. %config %{_sysconfdir}/mgetty+sendfax/faxspool.rules.sample
  221. %config(noreplace) %{_sysconfdir}/mgetty+sendfax/faxheader
  222. # logrotate file name uses only sub-package name
  223. %config(noreplace) %{_sysconfdir}/logrotate.d/sendfax
  224. %files voice
  225. %defattr(-,root,root)
  226. %doc voice/doc/* voice/Announce voice/ChangeLog voice/Readme
  227. %dir %{_var}/spool/voice
  228. %dir %{_var}/spool/voice/incoming
  229. %dir %{_var}/spool/voice/messages
  230. /sbin/vgetty
  231. %{_bindir}/vm
  232. %{_bindir}/pvfamp
  233. %{_bindir}/pvfcut
  234. %{_bindir}/pvfecho
  235. %{_bindir}/pvffft
  236. %{_bindir}/pvffile
  237. %{_bindir}/pvffilter
  238. %{_bindir}/pvfmix
  239. %{_bindir}/pvfnoise
  240. %{_bindir}/pvfreverse
  241. %{_bindir}/pvfsine
  242. %{_bindir}/pvfspeed
  243. %{_bindir}/rmdfile
  244. %{_bindir}/pvftormd
  245. %{_bindir}/rmdtopvf
  246. %{_bindir}/pvftovoc
  247. %{_bindir}/voctopvf
  248. %{_bindir}/pvftolin
  249. %{_bindir}/lintopvf
  250. %{_bindir}/pvftobasic
  251. %{_bindir}/basictopvf
  252. %{_bindir}/pvftoau
  253. %{_bindir}/autopvf
  254. %{_bindir}/pvftowav
  255. %{_bindir}/wavtopvf
  256. %{_mandir}/man1/zplay.1*
  257. %{_mandir}/man1/pvf.1*
  258. %{_mandir}/man1/pvfamp.1*
  259. %{_mandir}/man1/pvfcut.1*
  260. %{_mandir}/man1/pvfecho.1*
  261. %{_mandir}/man1/pvffile.1*
  262. %{_mandir}/man1/pvffft.1*
  263. %{_mandir}/man1/pvfmix.1*
  264. %{_mandir}/man1/pvfreverse.1*
  265. %{_mandir}/man1/pvfsine.1*
  266. %{_mandir}/man1/pvfspeed.1*
  267. %{_mandir}/man1/pvftormd.1*
  268. %{_mandir}/man1/pvffilter.1*
  269. %{_mandir}/man1/pvfnoise.1*
  270. %{_mandir}/man1/rmdtopvf.1*
  271. %{_mandir}/man1/rmdfile.1*
  272. %{_mandir}/man1/pvftovoc.1*
  273. %{_mandir}/man1/voctopvf.1*
  274. %{_mandir}/man1/pvftolin.1*
  275. %{_mandir}/man1/lintopvf.1*
  276. %{_mandir}/man1/pvftobasic.1*
  277. %{_mandir}/man1/basictopvf.1*
  278. %{_mandir}/man1/pvftoau.1*
  279. %{_mandir}/man1/autopvf.1*
  280. %{_mandir}/man1/pvftowav.1*
  281. %{_mandir}/man1/wavtopvf.1*
  282. %{_mandir}/man8/vgetty.8*
  283. %dir %{_sysconfdir}/mgetty+sendfax
  284. %config(noreplace) %{_sysconfdir}/mgetty+sendfax/voice.conf
  285. # logrotate file name uses only sub-package name
  286. %config(noreplace) %{_sysconfdir}/logrotate.d/vgetty
  287. %config(noreplace) %{_sysconfdir}/logrotate.d/vm
  288. %files viewfax
  289. %defattr(-,root,root)
  290. %doc frontends/X11/viewfax/C* frontends/X11/viewfax/README
  291. %{_bindir}/viewfax
  292. %dir %{_libdir}/mgetty+sendfax
  293. %{_libdir}/mgetty+sendfax/viewfax.tif
  294. %{_mandir}/man1/viewfax.1*
  295. %changelog
  296. * Thu Jul 30 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.36-2
  297. - rebuild with VineSeed environment
  298. * Sat Jun 11 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.36-1
  299. - update to 1.1.36
  300. - merge spec file with fedora package
  301. * Wed Dec 19 2001 Toru Sagami <sagami@vinelinux.org> 1.1.25-5vl4
  302. - change %%define mkdtemp 1 in oreder to build on glibc22 system
  303. * Thu Nov 15 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.1.25-5vl3
  304. - BuildPreReq: pTex, pLaTeX2e -> tetex again :)
  305. - (Machino-san previously put 5vl2, but the src.rpm was gone...)
  306. * Thu May 24 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  307. - 1.1.25-5vl1
  308. - based on 1.1.25-5 from RH 7.1 security update
  309. - BuildPreReq pTeX and pLaTeX2e instead of tetex and tetex-latex
  310. - change %%define mkdtemp 0 (current Vine is based on glibc-2.1.3 yet)
  311. * Wed Apr 18 2001 Nalin Dahyabhai <nalin@redhat.com>
  312. - define _sysconfdir, not sysconfdir
  313. * Mon Apr 16 2001 Nalin Dahyabhai <nalin@redhat.com>
  314. - add logrotate.vm and logrotate.vgetty (note from Heiner Kordewiner)
  315. - add voice/{Announce,Changelog,Readme} to documentation set
  316. * Tue Apr 10 2001 Nalin Dahyabhai <nalin@redhat.com>
  317. - define CNDFILE in policy.h
  318. * Tue Mar 20 2001 Nalin Dahyabhai <nalin@redhat.com>
  319. - change the default group in the vgetty configuration file from phone to uucp,
  320. which matches the settings for faxes
  321. * Tue Mar 13 2001 Nalin Dahyabhai <nalin@redhat.com>
  322. - update to 1.1.25
  323. - ditch the elsa patch in favor of the current vgetty patch
  324. - don't need to strip binaries, buildroot policies do that
  325. - add docs to the voice subpackage
  326. * Tue Jan 16 2001 Nalin Dahyabhai <nalin@redhat.com>
  327. - use mkdtemp() when printing faxes
  328. * Mon Jan 15 2001 Preston Brown <pbrown@redhat.com>
  329. - fix misdetection of USR voice modem detection <cjj@u.washington.edu>
  330. * Mon Jan 08 2001 Preston Brown <pbrown@redhat.com>
  331. - 1.1.24 includes tmpfile security enhancements, some of our patches
  332. * Tue Sep 19 2000 Nalin Dahyabhai <nalin@redhat.com>
  333. - back out quoting patch
  334. - change Copyright: distributable to License: GPL
  335. - add URL
  336. - remove logging changes from excl patch, based on input from Gert
  337. - rework ia64 patch, break out gets/fgets change based on input from Gert
  338. * Thu Sep 7 2000 Nalin Dahyabhai <nalin@redhat.com>
  339. - make sure all scripts quote variables where possible (#17179)
  340. - make sure all scripts use mktemp for generating temporary files
  341. * Sat Aug 26 2000 Bill Nottingham <notting@redhat.com>
  342. - update to 1.1.22; fixes security issues
  343. * Mon Aug 7 2000 Nalin Dahyabhai <nalin@redhat.com>
  344. - fix excl patch to keep everything from segfaulting all the time (#11523,11590)
  345. * Mon Jul 24 2000 Nalin Dahyabhai <nalin@redhat.com>
  346. - forcibly strip binaries (#12431)
  347. - change dependency on libgr-progs (which is gone) to netgr-progs (#10819)
  348. - change dependency on giftoppm to giftopnm (#8088)
  349. - attempt to plug some potential security problems (#11874)
  350. * Wed Jul 12 2000 Than Ngo <than@redhat.de>
  351. - add new V250modem patch from ELSA (thanks to Jen Kosel)
  352. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  353. - automatic rebuild
  354. * Fri Jun 23 2000 Than Ngo <than@redhat.de>
  355. - add support ELSA Microlink 56k
  356. * Sun Jun 4 2000 Nalin Dahyabhai <nalin@redhat.com>
  357. - Overhaul for FHS fixes.
  358. - Stop removing logs in postun.
  359. - Stop stripping everything.
  360. - ia64 fixes.
  361. * Wed May 17 2000 Ngo Than <than@redhat.de>
  362. - updated the new vgetty (#bug 10440)
  363. * Sat May 6 2000 Bill Nottingham <notting@redhat.com>
  364. - fix compilation with new gcc, or ia64, or something...
  365. * Tue Mar 7 2000 Jeff Johnson <jbj@redhat.com>
  366. - rebuild for sparc baud rates > 38400.
  367. * Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
  368. - man pages are compressed
  369. * Tue Sep 7 1999 Jeff Johnson <jbj@redhat.com>
  370. - add fax print command (David Fox).
  371. * Tue Sep 07 1999 Cristian Gafton <gafton@redhat.com>
  372. - version 1.1.21
  373. * Tue Aug 31 1999 Jeff Johnson <jbj@redhat.com>
  374. - move callback to base package (#4799).
  375. * Wed Jun 2 1999 Jeff Johnson <jbj@redhat.com>
  376. - update to 1.1.20 (#3216).
  377. * Tue Apr 6 1999 Bill Nottingham <notting@redhat.com>
  378. - strip setuid bit from ct
  379. * Tue Mar 23 1999 Preston Brown <pbrown@redhat.com>
  380. - better log handling
  381. * Wed Jan 06 1999 Cristian Gafton <gafton@redhat.com>
  382. - rebuild for glibc 2.1
  383. * Sat Aug 22 1998 Jos Vos <jos@xos.nl>
  384. - Use a patch for creating policy.h using policy.h-dist.
  385. - Add viewfax subpackage (X11 fax viewing program).
  386. - Add logrotate config files for mgetty and sendfax log files.
  387. - Properly define ECHO in Makefile for use with bash.
  388. - Add optional use of dialin.config (for modems supporting this).
  389. - Change default notification address to "root" (was "faxadmin").
  390. - Change log file names according to better defaults.
  391. - Change default notify program to /etc/mgetty+sendfax/new_fax (was
  392. /usr/local/bin/new_fax).
  393. * Fri Aug 21 1998 Jeff Johnson <jbj@redhat.com>
  394. - add faxrunqd man page (problem #850)
  395. - add missing pbm2g3 (and man page); remove unnecessary "rm -f pbmtog3"
  396. - delete redundant ( cd tools; make ... )
  397. * Fri Apr 24 1998 Prospector System <bugs@redhat.com>
  398. - translations modified for de, fr, tr
  399. * Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com>
  400. - updated to 1.1.14
  401. - AutoPPP patch
  402. * Thu Dec 18 1997 Mike Wangsmo <wanger@redhat.com>
  403. - added more of the documentation files to the rpm
  404. * Wed Oct 29 1997 Otto Hammersmith <otto@redhat.com>
  405. - added install-info support
  406. * Tue Oct 21 1997 Otto Hammersmith <otto@redhat.com>
  407. - updated version
  408. * Wed Oct 15 1997 Erik Troan <ewt@redhat.com>
  409. - now requires libgr-progs instead of netpbm
  410. * Mon Aug 25 1997 Erik Troan <ewt@redhat.com>
  411. - built against glibc