source: projects/specs/trunk/p/postfix/postfix-vl.spec @ 10066

Revision 10066, 34.0 KB checked in by iwamoto, 8 years ago (diff)

postfix: rebuilt with openssl 1.0.2g

Line 
1#%define build_mysql %{?_with_mysql:1}%{!?_with_mysql:0}
2#%define build_pgsql %{?_with_pgsql:1}%{!?_with_pgsql:0}
3
4%define build_mysql 1
5%define build_pgsql 1
6
7%define _sysconfdir   /etc
8%define _data_dir     %{_var}/lib/postfix
9
10# postfix user/group
11# changed since 2.9.4-3
12%define postfix_uid     89
13%define postfix_user    postfix
14%define postfix_gid     89
15%define postfix_group   postfix
16%define maildrop_group  postdrop
17%define maildrop_gid    90
18
19# install dirs
20%define postfix_config_dir      %{_sysconfdir}/postfix
21%define postfix_shlib_dir       %{_libdir}/postfix
22%define postfix_daemon_dir      %{_libdir}/postfix
23%define postfix_command_dir     %{_sbindir}
24%define postfix_queue_dir       %{_var}/spool/postfix
25%define postfix_data_dir        %{_var}/lib/postfix
26%define postfix_doc_dir         %{_docdir}/%{name}-%{version}
27%define postfix_sample_dir      %{postfix_doc_dir}/samples
28%define postfix_readme_dir      %{postfix_doc_dir}/README_FILES
29
30
31%define origversion 3.0.3
32
33Summary:   Postfix Mail Transport Agent
34Summary(ja):   Postfix メールトランスポートエージェント
35Name:      postfix
36Version:   %{origversion}
37Release:   4%{?_dist_release}
38URL:       http://www.postfix.org/
39License:   Distributable - IBM PUBLIC LICENSE VERSION 1.0 - SECURE MAILER
40Group:     System Environment/Daemons
41
42Source0:   ftp://postfix.cloud9.net/official/%{name}-%{version}.tar.gz
43Source1:   postfix.aliases
44Source2:   postfix.cron
45Source3:   postfix.init
46
47Patch0:    postfix-2.9.1-vine.patch
48
49# patches 200-299 are imported from rh/fedora
50Patch200: postfix-3.0.0-large-fs.patch
51
52Provides:  smtpdaemon
53Conflicts: sendmail
54
55BuildRequires: pam-devel
56BuildRequires: cyrus-sasl-devel >= 2
57BuildRequires: openldap-devel, openssl-devel
58BuildRequires: libicu-devel, pcre-devel
59
60%if "%{_dist_release}" >= "vl7"
61BuildRequires: libdb-devel >= 5.3
62Requires(post): libdb
63%else
64BuildRequires: db4-devel >= 4.6.21
65Requires(post): db4
66%endif
67
68%if %build_mysql
69%if "%{_dist_release}" >= "vl7"
70BuildRequires: libmysqlclient-devel
71%else
72BuildRequires: MySQL-devel
73%endif
74%endif
75
76%if %build_pgsql
77%if "%{_dist_release}" >= "vl7"
78BuildRequires: libpq-devel
79%else
80BuildRequires: postgresql-devel
81%endif
82%endif
83
84BuildRequires: sqlite3-devel
85
86Requires(pre):    chkconfig
87Requires:    cyrus-sasl >= 2, cyrus-sasl-md5, cyrus-sasl-plain
88Requires:    pam
89Obsoletes: postfix-beta
90BuildRoot: %{_tmppath}/%{name}-%{version}-root
91
92Vendor: Project Vine
93Distribution: Vine Linux
94Packager: daisuke
95
96
97%description
98Postfix aims to be an alternative to the widely-used sendmail
99program.  Sendmail is responsible for 70 percent of all e-mail delivered
100on the Internet.  With an estimated 100 million users, that's an
101estimated 10 billion (10^10) messages daily. A stunning number.
102
103Although IBM supported the Postfix development, it abstains from
104control over its evolution. The goal is to have Postfix installed
105on as many systems as possible. To this end, the software is given
106away with no strings attached to it, so that it can evolve with
107input from and under control by its users.
108
109#'
110%description -l ja
111Postfix は現在広く使われている sendmail を置き換える目的で
112開発されています。sendmail は約 70% の E-mail サーバで使用
113されています。また、その使用者は 100万人にもおよび、およそ
114一日 1 千万通ものメールを処理しています。
115
116Postfix の開発は IBM によってサポートされており、全世界の
117全てのシステムを postfix にすることを目標としています。
118
119%package sqlite
120Summary: SQLite3 map support for Postfix
121Group:     System Environment/Daemons
122Requires(pre): postfix = %{version}-%{release}
123%description sqlite
124This package contains shared lib module which support
125SQLite map on Postfix.
126%description -l ja sqlite
127このパッケージには、Postfix で SQLite map を使うのに
128必要なライブラリが納められています。
129
130%if %build_pgsql
131%package pgsql
132Summary: PGSQL map support for Postfix
133Group:     System Environment/Daemons
134Requires(pre): postfix = %{version}-%{release}
135%description pgsql
136This package contains shared lib module which support
137PostgreSQL map on Postfix.
138%description -l ja pgsql
139このパッケージには、Postfix で PostgreSQL を使うのに必要な
140ライブラリが納められています。
141%endif
142
143%if %build_mysql
144%package mysql
145Summary: MySQL map support for Postfix
146Group:     System Environment/Daemons
147Requires(pre): postfix = %{version}-%{release}
148%description mysql
149This package contains shared lib module which support
150MySQL map on Postfix.
151%description -l ja mysql
152このパッケージには、Postfix で MySQL を使うのに必要な
153ライブラリが納められています。
154%endif
155
156%package ldap
157Summary: LDAP map support for Postfix
158Group:     System Environment/Daemons
159Requires(pre): postfix = %{version}-%{release}
160%description ldap
161This package contains shared lib module which support
162OpenLDAP map on Postfix.
163%description -l ja ldap
164このパッケージには、Postfix で OpenLDAP を使うのに必要な
165ライブラリが納められています。
166
167%package pcre
168Summary: PCRE map support for Postfix
169Group:     System Environment/Daemons
170Requires(pre): postfix = %{version}-%{release}
171%description pcre
172This package contains shared lib module which support
173PCRE map on Postfix.
174%description -l ja pcre
175このパッケージには、Postfix で PCRE マップを使うのに必要な
176ライブラリが納められています。
177
178%prep
179# japanese documant for 2.4.x is not ready.
180# %setup -q -a 10 -a 20 -a 30 -a 40
181%setup -q
182
183%patch0 -p1 -b .vine
184
185%ifarch x86_64
186sed -i -e 's|/usr/lib/postfix|/usr/lib64/postfix|g' conf/main.cf
187%endif
188
189%patch200 -p1 -b .large-fs
190
191# Change DEF_SHLIB_DIR according to build host
192sed -i \
193's|^\(\s*#define\s\+DEF_SHLIB_DIR\s\+\)"/usr/lib/postfix"|\1"%{_libdir}/postfix" |' \
194src/global/mail_params.h
195
196%build
197
198unset AUXLIBS_MYSQL AUXLIBS_PGSQL
199
200CCARGS="-DMAX_DYNAMIC_MAPS \
201                -DUSE_SASL_AUTH -I/usr/include/sasl \
202                -DUSE_CYRUS_SASL \
203        -DHAS_LDAP \
204                -DLDAP_DEPRECATED=1 -DUSE_LDAP_SASL \
205        -DHAS_SSL -I/usr/include/openssl \
206                -DHAS_PCRE -I/usr/include/pcre \
207        -DHAS_SQLITE \
208                `pkg-config --cflags sqlite3` \
209        -DUSE_TLS"
210
211AUXLIBS="-lsasl2 -lssl -lcrypto"
212
213AUXLIBS_LDAP="-lldap -llber"
214AUXLIBS_PCRE="-lpcre"
215AUXLIBS_SQLITE="`pkg-config --libs sqlite3`"
216
217%if %build_mysql
218CCARGS="${CCARGS} -DHAS_MYSQL -I/usr/include/mysql"
219AUXLIBS_MYSQL="-L%{_libdir}/mysql -lmysqlclient -lm"
220%endif
221%if %build_pgsql
222CCARGS="${CCARGS} -DHAS_PGSQL -I/usr/include/pgsql"
223AUXLIBS_PGSQL="-lpq"
224%endif
225
226make -f Makefile.init makefiles \
227        shared=yes dynamicmaps=yes \
228        CCARGS="${CCARGS}" \
229        AUXLIBS="${AUXLIBS}" \
230        AUXLIBS_LDAP="${AUXLIBS_LDAP}" AUXLIBS_PCRE="${AUXLIBS_PCRE}" \
231        AUXLIBS_MYSQL="${AUXLIBS_MYSQL}" AUXLIBS_PGSQL="${AUXLIBS_PGSQL}" \
232        AUXLIBS_SQLITE="${AUXLIBS_SQLITE}" \
233        SHLIB_RPATH="-Wl,-rpath,%{postfix_shlib_dir}" \
234        OPT="$RPM_OPT_FLAGS" DEBUG=""
235
236# make %{?_smp_mflags} DEBUG="" OPT="$RPM_OPT_FLAGS" \
237#      LD_LIBRARY_PATH=$(pwd)/lib:${LD_LIBRARY_PATH}
238
239# using _smp_mflags makes build error. why? (2008.10.11)
240#make DEBUG="" OPT="$RPM_OPT_FLAGS" \
241#     LD_LIBRARY_PATH=$(pwd)/lib:${LD_LIBRARY_PATH} CDBSO=""
242
243make %{?_smp_mflags}
244
245%install
246rm -rf $RPM_BUILD_ROOT
247rm -f html/Makefile.in
248rm -f README_FILES/*.*
249
250install -d $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily
251install -d $RPM_BUILD_ROOT%{_sysconfdir}/postfix
252install -d $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d
253install -d $RPM_BUILD_ROOT%{_bindir}
254install -d $RPM_BUILD_ROOT%{_libdir}/postfix
255install -d $RPM_BUILD_ROOT%{_mandir}/man{1,5,8}
256install -d $RPM_BUILD_ROOT%{_mandir}/ja/man{1,5,8}
257install -d $RPM_BUILD_ROOT%{_sbindir}
258install -d $RPM_BUILD_ROOT%{_var}/spool/postfix
259install -d $RPM_BUILD_ROOT%{_var}/spool/postfix/{active,corrupt,deferred,incoming,pid,public}
260install -d $RPM_BUILD_ROOT%{_var}/spool/postfix/{bounce,defer,flush,maildrop,private,saved}
261
262LD_LIBRARY_PATH=./lib \
263sh postfix-install -non-interactive \
264  install_root=$RPM_BUILD_ROOT \
265  config_directory=%{postfix_config_dir} \
266  meta_directory=%{postfix_config_dir} \
267  shlib_directory=%{postfix_shlib_dir} \
268  daemon_directory=%{postfix_daemon_dir} \
269  command_directory=%{postfix_command_dir} \
270  queue_directory=%{postfix_queue_dir} \
271  data_directory=%{postfix_data_dir} \
272  sendmail_path=%{postfix_command_dir}/sendmail \
273  newaliases_path=%{_bindir}/newaliases \
274  mailq_path=%{_bindir}/mailq \
275  mail_owner=%{postfix_user} \
276  setgid_group=%{maildrop_group} \
277  manpage_directory=%{_mandir} \
278  sample_directory=%{postfix_sample_dir} \
279  readme_directory=%{postfix_readme_dir} || exit 1
280
281install -m644 conf/postfix-files $RPM_BUILD_ROOT%{_sysconfdir}/postfix
282for i in post-install postfix-script
283do
284  install -m755 conf/$i $RPM_BUILD_ROOT%{_sysconfdir}/postfix
285done
286
287# install performance benchmark tools by hand
288for i in smtp-sink smtp-source qmqp-sink qmqp-source; do
289  install -c -m 755 bin/$i $RPM_BUILD_ROOT%{postfix_command_dir}/
290  install -c -m 755 man/man1/$i.1 $RPM_BUILD_ROOT%{_mandir}/man1/
291done
292
293install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/postfix/aliases
294install -m755 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/cron.daily/postfix
295install -m755 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d/postfix
296
297ln -sf postfix/aliases $RPM_BUILD_ROOT%{_sysconfdir}/aliases
298ln -sf postfix/aliases.db $RPM_BUILD_ROOT%{_sysconfdir}/aliases.db
299
300# helper for splitting content of dynamicmaps.cf and postfix-files
301function split_file
302{
303# "|| :" to silently skip non existent records
304  grep "$1" "$3" >> "$3.d/$2" || :
305  sed -i "\|$1| d" "$3" || :
306}
307
308# split global dynamic maps configuration to individual sub-packages
309pushd $RPM_BUILD_ROOT%{postfix_config_dir}
310for map in sqlite ldap pcre \
311%{?build_mysql:mysql} %{?build_pgsql:pgsql}; do
312  rm -f dynamicmaps.cf.d/"$map" "postfix-files.d/$map"
313  split_file "^\s*$map\b" "$map" dynamicmaps.cf
314  sed -i "s|postfix-$map\\.so|%{postfix_shlib_dir}/\\0|" "dynamicmaps.cf.d/$map"
315
316  split_file "^\$shlib_directory/postfix-$map\\.so:" "$map" postfix-files
317  split_file "^\$manpage_directory/man5/${map}_table\\.5" "$map" postfix-files
318  map_upper=`echo $map | tr '[:lower:]' '[:upper:]'`
319  split_file "^\$readme_directory/${map_upper}_README:" "$map" postfix-files
320done
321popd
322
323#( cd $RPM_BUILD_ROOT%{_bindir}
324#  ln -sf ../sbin/sendmail mailq
325#  ln -sf ../sbin/sendmail newaliases
326#)
327( cd $RPM_BUILD_ROOT%{_libdir}
328  ln -sf ../sbin/sendmail sendmail
329)
330
331# data dir
332install -d $RPM_BUILD_ROOT%{_data_dir}
333
334# remove unneeded files
335rm -f $RPM_BUILD_ROOT%{postfix_config_dir}/{TLS_,}LICENSE
336rm -f $RPM_BUILD_ROOT%{postfix_config_dir}/{main,master}.cf.proto
337rm -f $RPM_BUILD_ROOT%{postfix_config_dir}/makedefs.out
338
339%pre
340# Add user and groups if necessary
341%{_sbindir}/groupadd -g %{maildrop_gid} -r %{maildrop_group} 2>/dev/null
342%{_sbindir}/groupadd -g %{postfix_gid} -r %{postfix_group} 2>/dev/null
343%{_sbindir}/groupadd -g 12 -r mail 2>/dev/null
344%{_sbindir}/useradd -d %{postfix_queue_dir} -s /sbin/nologin -g %{postfix_group} -G mail -M -r -u %{postfix_uid} %{postfix_user} 2>/dev/null
345exit 0
346
347
348%post
349/sbin/ldconfig
350# upgrade configuration files if necessary
351%{_sbindir}/postfix set-permissions upgrade-configuration \
352  daemon_directory=%{postfix_daemon_dir} \
353  command_directory=%{postfix_command_dir} \
354  mail_owner=%{postfix_user} \
355  setgid_group=%{maildrop_group} \
356  manpage_directory=%{_mandir} \
357  sample_directory=%{postfix_sample_dir} \
358  readme_directory=%{postfix_readme_dir} &> /dev/null
359
360/sbin/chkconfig --add postfix
361if [ ! -f %{_sysconfdir}/postfix/aliases.db ]; then
362  %{_sbindir}/postalias %{_sysconfdir}/postfix/aliases
363fi
364%{_sbindir}/postalias %{_sysconfdir}/postfix/aliases ||:
365if [ ! -e %{_libdir}/sendmail ]; then
366        ln -sf %{_sbindir}/sendmail %{_libdir}/sendmail
367fi
368/sbin/chkconfig --del sendmail &> /dev/null ||:
369%{_sbindir}/postfix check >/dev/null 2>&1 ||:
370if [ -f %{_var}/lock/subsys/postfix ]; then
371   %{_sysconfdir}/rc.d/init.d/postfix restart
372fi
373
374
375%preun
376if [ $1 = 0 ]; then
377   if [ -f %{_var}/lock/subsys/postfix -a -f %{_sysconfdir}/rc.d/init.d/postfix ]; then
378      %{_sysconfdir}/rc.d/init.d/postfix stop
379   fi
380   /sbin/chkconfig --del postfix
381fi
382
383
384%postun
385/sbin/ldconfig
386if [ $1 = 0 ]; then
387   if ! [ -f %{_var}/lock/subsys/postfix ]; then
388        rm -rf %{_var}/lock/subsys/postfix
389   fi
390fi
391
392%clean
393rm -rf $RPM_BUILD_ROOT
394
395
396%files
397%defattr(-,root,root)
398%doc COMPATIBILITY COPYRIGHT HISTORY TLS_LICENSE LICENSE INSTALL PORTING RELEASE_NOTES
399# japanese documant for 2.4.x is not ready.
400# %doc conf.ja
401# %doc html html.ja
402# %doc README_FILES README_FILES.ja
403%doc README_FILES
404# %doc man-%{jmanversion}/readme_ja.txt
405%{_sysconfdir}/aliases
406%{_sysconfdir}/aliases.db
407%config %{_sysconfdir}/cron.daily/postfix
408%dir %{_sysconfdir}/postfix
409%config %{_sysconfdir}/postfix/main.cf.default
410%config %{_sysconfdir}/postfix/master.cf
411%config %{_sysconfdir}/postfix/bounce.cf.default
412%dir %{_sysconfdir}/postfix/dynamicmaps.cf.d
413%dir %{_sysconfdir}/postfix/postfix-files.d
414%config(noreplace) %{_sysconfdir}/postfix/aliases
415%config(noreplace) %{_sysconfdir}/postfix/access
416%config(noreplace) %{_sysconfdir}/postfix/canonical
417%config(noreplace) %{_sysconfdir}/postfix/generic
418%config(noreplace) %{_sysconfdir}/postfix/header_checks
419%config(noreplace) %{_sysconfdir}/postfix/main.cf
420%config(noreplace) %{_sysconfdir}/postfix/relocated
421%config(noreplace) %{_sysconfdir}/postfix/transport
422%config(noreplace) %{_sysconfdir}/postfix/virtual
423%config(noreplace) %{_sysconfdir}/postfix/dynamicmaps.cf
424%config %{_sysconfdir}/postfix/postfix-files
425%config %{_sysconfdir}/postfix/post-install
426%config %{_sysconfdir}/postfix/postfix-script
427%config %{_sysconfdir}/rc.d/init.d/postfix
428%{_bindir}/*
429%dir %{_libdir}/postfix
430%{_libdir}/postfix/*
431
432%if %{build_pgsql}
433%exclude %{_libdir}/postfix/postfix-pgsql.so
434%endif
435%if %{build_mysql}
436%exclude %{_libdir}/postfix/postfix-mysql.so
437%endif
438
439%exclude %{_libdir}/postfix/postfix-sqlite.so
440%exclude %{_libdir}/postfix/postfix-ldap.so
441%exclude %{_libdir}/postfix/postfix-pcre.so
442%exclude %{_sysconfdir}/postfix/dynamicmaps.cf.d/*
443%exclude %{_sysconfdir}/postfix/postfix-files.d/*
444%{_sbindir}/postalias
445%{_sbindir}/postcat
446%{_sbindir}/postconf
447%attr(2755,root,postdrop) %{_sbindir}/postdrop
448%{_sbindir}/postfix
449%{_sbindir}/postkick
450%{_sbindir}/postlock
451%{_sbindir}/postlog
452%{_sbindir}/postmap
453%{_sbindir}/postmulti
454%attr(2755,root,postdrop) %{_sbindir}/postqueue
455%{_sbindir}/postsuper
456%{_sbindir}/qmqp-sink
457%{_sbindir}/qmqp-source
458%{_sbindir}/sendmail
459%{_sbindir}/smtp-sink
460%{_sbindir}/smtp-source
461%attr(-,root,man) %{_mandir}/man*/*
462# %attr(-,root,man) %{_mandir}/ja/man*/*
463%dir %{_var}/spool/postfix
464%attr(0750,postfix,root) %dir %{_data_dir}
465%attr(1733,postfix,postdrop) %dir %{_var}/spool/postfix/maildrop
466%attr(0700,postfix,postfix) %dir %{_var}/spool/postfix/active
467%attr(0700,postfix,postfix) %dir %{_var}/spool/postfix/corrupt
468%attr(0700,postfix,postfix) %dir %{_var}/spool/postfix/deferred
469%attr(0700,postfix,postfix) %dir %{_var}/spool/postfix/incoming
470%attr(0755,root,root) %dir %{_var}/spool/postfix/pid
471%attr(0710,postfix,postdrop) %dir %{_var}/spool/postfix/public
472%attr(0700,postfix,postfix) %dir %{_var}/spool/postfix/bounce
473%attr(0700,postfix,postfix) %dir %{_var}/spool/postfix/defer
474%attr(0700,postfix,postfix) %dir %{_var}/spool/postfix/flush
475%attr(0710,postfix,postfix) %dir %{_var}/spool/postfix/private
476%attr(0700,postfix,postfix) %dir %{_var}/spool/postfix/saved
477%{_libdir}/sendmail
478
479%files sqlite
480%defattr(-,root,root)
481%{_libdir}/postfix/postfix-sqlite.so
482%{_sysconfdir}/postfix/dynamicmaps.cf.d/sqlite
483%{_sysconfdir}/postfix/postfix-files.d/sqlite
484
485%if %build_pgsql
486%files pgsql
487%defattr(-,root,root)
488%{_libdir}/postfix/postfix-pgsql.so
489%{_sysconfdir}/postfix/dynamicmaps.cf.d/pgsql
490%{_sysconfdir}/postfix/postfix-files.d/pgsql
491%endif
492
493%if %build_mysql
494%files mysql
495%defattr(-,root,root)
496%{_libdir}/postfix/postfix-mysql.so
497%{_sysconfdir}/postfix/dynamicmaps.cf.d/mysql
498%{_sysconfdir}/postfix/postfix-files.d/mysql
499%endif
500
501%files ldap
502%defattr(-,root,root)
503%{_libdir}/postfix/postfix-ldap.so
504%{_sysconfdir}/postfix/dynamicmaps.cf.d/ldap
505%{_sysconfdir}/postfix/postfix-files.d/ldap
506
507%files pcre
508%defattr(-,root,root)
509%{_libdir}/postfix/postfix-pcre.so
510%{_sysconfdir}/postfix/dynamicmaps.cf.d/pcre
511%{_sysconfdir}/postfix/postfix-files.d/pcre
512
513%changelog
514* Thu Mar 10 2016 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 3.0.3-4
515- rebuilt with openssl 1.0.2g
516
517* Thu Nov 05 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.3-3
518- rebuild with icu-56.1
519
520* Mon Nov  2 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.3-2
521- fixed dependency.
522
523* Sun Nov  1 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.3-1
524- new upstream release.
525- updated patch200.
526- dropped patch100 and 101.
527
528* Sat Sep  5 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.11.6-1
529- new upstream release.
530
531* Sun Jul 20 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 2.11.1-2
532- fix BR/R for current environment
533
534* Sun Jun 15 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 2.11.1-1
535- update to 2.11.1
536- build with libpq-devel and libmysqlclient-devel (vl7)
537
538* Sat Jan 18 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.10.3-1
539- new upstream release.
540
541* Mon Oct 28 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.2-1
542- update to 2.10.2
543
544* Sun Dec 09 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.4-3
545- add -DHAS_DLOPEN to CCARGS instead of patch102.
546- use postfix-install in %%install (to prepare main.cf)
547- change postfix uid/gid to fixed id. (89 for postfix, 90 for postdrop)
548- run postalias on %%post
549
550* Fri Nov 30 2012 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.9.4-2
551- added patch102.
552
553* Sun Nov 25 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.4-1
554- update to 2.9.4
555- update dynamicmaps patches
556- add sqite3 map support, add postfix-sqlite subpackage.
557- drop unneeded patches
558
559* Wed Oct 24 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.12-1
560- update to 2.8.12
561- rebuild with pcre-8.31
562
563* Tue May 01 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.10-1
564- update to 2.8.10
565
566* Sun Mar 04 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.9-1
567- update to 2.8.9
568
569* Thu May 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.3-1
570- update to 2.8.3
571
572* Wed Apr 13 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.2-1
573- update to 2.8.2
574- update dynamicmaps patch
575
576* Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 2.6.8-5
577- rebuilt with postgresql-9.0.3
578
579* Sun Jan  9 2011 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.8-4
580- rebuilt with openssl 1.0.0c
581- fix changelog typo..
582
583* Wed Dec 01 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.8-3
584- new upstream release.
585- updated %%patch100 and %%patch210.
586
587* Sat Feb 20 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.5-2
588- removed MySQL-shared from "Requires:" and "BuildRequires:".
589- replaced "Prereq:" with "Requires(pre):".
590- replaced "BuildPrereq:" with "BuildRequires:".
591
592* Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.5-1
593- new upstream release
594- rebuild with db4-4.8.0
595
596* Sun Aug 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.3-2
597- change /var/spool/postfix/pid owner and permission
598  (0700,postfix,postfix -> 0755,root,root)
599
600* Mon Aug  3 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.6.3-1
601- new upstream release
602
603* Sat Jun  6 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.2-1
604- new upstream release.
605
606* Sat May 30 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.1-2
607- added a missing file.
608
609* Sat May 30 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.1-1
610- new upstream release.
611- updated dynamicmaps patch.
612
613* Fri May 22 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.5.7-2
614- made to build -mysql and -pgsql as default.
615- rebuilt with MySQL-5.1.34.
616
617* Wed May 13 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.7-1
618- new upstream release
619- update Patch200 from fc10
620
621* Sun Mar 01 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.5.6-2
622- rebuilt with openldap-2.4.11
623
624* Mon Jan 12 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.6-1
625- new upstream release
626
627* Sun Oct 12 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.5-4
628- add patch200/patch210 from fedora
629
630* Sun Oct 12 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.5-3
631- add Requires cyrus-sasl-md5, cyrus-sasl-plain for smtp auth
632- add Japanese description into sub packages
633
634* Sat Oct 11 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.5-2
635- update patch100/101 to fix libxsasl build issue
636- remove smp flag in build section to solve build error
637- add _data_dir
638
639* Fri Oct 10 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.5.5-1
640- new upstream release
641- update patch100/101 to fit 2.5.5 (from suse)
642- add %exclude dict_{my,pg}sql.so to %%files to avoid unneeded dependancy
643  when option "--with XXsql" is specified. (from Vine 4.x update package)
644- remove HAS_DLOPEN macro.
645
646* Sat Sep 06 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.9-1
647- new upstream release with security fix
648
649* Sat Aug 30 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.8-2
650- add %%if %%build_mysql and %%if %%mysql from BuildRequires section again
651- remove unnessary dependency
652
653* Thu Aug 28 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.8-1
654- new upstream release with security fix
655
656* Mon Aug 11 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.7-4
657- spec in UTF-8
658
659* Fri Jun 20 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.4.7-3
660- rebuilt against db4-4.6.21
661
662* Tue Apr 15 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 2.4.7-2
663- add HAS_DLOPEN macro.
664- add USE_CYRUS_SASL macro.
665- modify dynamicmaps.cf (/usr/lib -> %%{_libdir}).
666
667* Tue Mar 25 2008 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 2.4.7-1
668- new upstream release
669- update patch100 (it is based from mdk 2008.0)
670- add smp_mflags in make section
671- build under new versioning policy
672
673* Thu Sep 20 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.10-0vl10
674- rebuilt with postgresql-devel 8.2.5
675- updated Source20, 30 and 40
676
677* Fri May 18 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.10-0vl9
678- rebuild with new openssl
679
680* Wed May 09 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.2.10-0vl8
681- rebuilt with new toolchain and db4-4.3.x
682
683* Fri Apr 13 2007 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 2.2.10-0vl7
684- <BTS:493> fix typo in %%if statement for %%files mysql section.
685- remove %%if %%build_mysql and %%if %%mysql from BuildRequires section,
686  (Patch100 always builds dict_mysql.o and dict_pgsql.o)
687
688* Fri Oct 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.10-0vl6
689- disable MySQL, PostgreSQL support by default.
690  use "--with {mysql|pgsql}" to build them.
691
692* Mon Sep 18 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.2.10-0vl5
693- add lib64 patch to correct daemon_directory on x86_64 architecture
694
695* Wed Sep 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.10-0vl4
696- remove duplicated entry from aliases. (<BTS:170>)
697
698* Wed Sep 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.10-0vl3
699- add some pseudo accounts to aliases. (<BTS:170>)
700- add BuildPreReq: MySQL-shared
701
702* Sun Aug 27 2006 NAKAMURA Kenta <kenta@vinelinux.org> 2.2.10-0vl2
703- rebuilt with openldap-2.3.27-0vl1
704
705* Sun Apr 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.10-0vl1
706- new upstream release
707
708* Thu Jan 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.8-0vl1
709- new upstream release
710
711* Fri Sep 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.5-0vl1
712- new upstream release
713  - update to 2.2.5
714- update dynamicmaps from debian package
715- update Japaese manpages and jconf
716- add jhtml and jreadme
717- enable TLS/SSL
718
719* Mon Jan 31 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
720- new upstream release
721- update all patches
722- link sasl2 instead of sasl1
723
724* Mon Jan 24 2005 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 2.0.20-0vl6
725- enable cyrus-sasl.
726- add TLS/IPv6 patch.
727- modify main.cf to disable IPv6 as default.
728
729* Thu Oct 28 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.20-0vl5
730- add PreReq: db4 >= 4.2.52
731  (to avoid errors when upgrading from db40-linked version)
732
733* Mon Oct 11 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.20-0vl4
734- rebuilt with db4-4.2.52
735
736* Tue Jun  8 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.20-0vl3
737- fix first installation time bugs...
738  - remove aliases.db from %%files again
739  - add 'touch aliases.db' in %%post script
740- update default main.cf to use /etc/postfix/aliases as default alias_database
741
742* Mon Jun  7 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.20-0vl2
743- add /etc/postfix/aliases.db to %%files
744
745* Sat May  8 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.20-0vl1
746- new upstream release
747
748* Tue Apr 13 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.19-0vl1
749- new upstream release
750- build with new postgresql
751
752* Fri Sep 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.16-0vl1
753- new upstream release
754- update jconf/jman/jhtml
755
756* Fri Jul  4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.13-0vl1
757- new upstream release
758- update jman/jhtml/jreadme
759
760* Mon Jun 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.12-0vl1
761- new upstream release
762- update jconf/jman/jhtml/jreadme
763
764* Tue Jun 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.10-0vl1
765- new upstream release
766
767* Fri May 23 2003 Satoshi MACHINO <machino@vinelinux.org> 2.0.9-0vl5
768- rebuild by new cyrus-sasl(2.1.13-3vl1)
769
770* Sat Apr 26 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.9-0vl4
771- add more BuildPreReq, Requires
772- fix some typo
773- add missing files to %%files.
774
775* Sat Apr 26 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.9-0vl3
776- rebuild
777
778* Sat Apr 26 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.9-0vl2
779- add debian's dynamic map patch.
780  some additional feature is divided to sub package.
781  - postfix-ldap, postfix-mysql, postfix-pgsql, postfix-pcre
782- split common postfix libraries as shared libs.
783  - libpostfix-{master,global,util,dns}.so.1
784- use cyrus-sasl for SMTP-AUTH
785
786* Wed Apr 23 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.9-0vl1
787- new upstream release 2.0.9
788- update jman/jhtml/jconf to 2.0.8
789
790* Wed Apr  9 2003 IWAI Masaharu <iwai@alib.jp> 2.0.7-0vl1
791- new upstream version
792- update documents
793    - jman (source4)
794    - jconf (Source5)
795    - faq.html (Source6)
796    - INSTALL.jp (Source7)
797    - jhtml (Source12)
798
799* Sun Jan 19 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.1.12-0vl3
800- rebuilt against db4
801
802* Wed Dec 18 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.12-0vl2
803- rebuild to remove unnecessary dependancy.
804
805* Sat Nov 23 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.12-0vl1
806- new upstream version
807- modified /etc/init.d/postfix
808
809* Sun Oct 06 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.11-0vl3
810- fixed brainless mistakes...
811  update main.cf again.
812
813* Thu Oct 03 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.11-0vl2
814- update main.cf patch
815  - do not use procmail for local mailer.
816  - do not show version and OS name for smtpd greeting banner.
817
818* Tue Jun 04 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.11-0vl1
819- new upstream release
820- update jman, jconf, jhtml
821
822* Tue May 28 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 1.1.10-0vl2
823- updated main.cf patch ( Patch0 )
824    undefine myhostname
825
826* Fri May 24 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 1.1.10-0vl1
827- changed %%{_var}/spool/postfix/private directory permission (0700 -> 0710)
828    Thanks Mr. Daisuke SUZUKI ([VineSeed:06454])
829
830* Thu May 23 2002 IWAI Masaharu <iwaim@cc.mbn.or.jp> 1.1.10-0vl0
831- upstream release
832- updated japanese documents Source4-9
833    ( and the unofficial Japanese Web Site moved. )
834- added japanese documents  Source10-12
835- updated main.cf patch ( Patch0 )
836- added postdrop group
837- added some directories in %%{_var}/spool/postfix/
838    active, corrupt, deferred, incoming, pid, public, bounce,
839    defer,flush,private and saved directories
840
841* Mon Feb 18 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.0.20010228pl08-0vl3
842- not stop in %%pre
843- not start but restart in %%post
844
845* Mon Dec 31 2001 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.0.20010228pl08-0vl2
846- added BuildPreReq: db3-devel
847
848* Sat Nov 24 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl08-0vl1
849- updated to 20010228-pl08
850
851* Fri Nov  9 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl06-0vl1
852- updated to 20010228-pl06
853
854* Sun Sep 23 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl05-0vl1
855- updated to 20010228-pl05
856
857* Wed Aug  1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl04-0vl1
858- updated to 20010228-pl04
859
860* Wed Jun 27 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl03-0vl2
861- update Japanese documents and manpages
862
863* Sun May 27 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl03-0vl1
864- updated to 20010228-pl03
865
866* Mon May 21 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
867- 0.0.20010228pl02-0vl3
868- modified %%preun script again
869  (to check whether %%{_sysconfidir}/rc.d/init.d/postfix already exists)
870
871* Wed May 02 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
872- 0.0.20010228pl02-0vl2
873- fixed incorrect %%preun script :-P
874
875* Tue May  1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl02-0vl1
876- updated to 20010228-pl02
877
878* Wed Apr 11 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl01-0vl4
879- add {pcre,regexp}_table to %files
880- don't replace config files
881- start postfix after install/upgrade
882
883* Mon Apr 09 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl01-0vl2
884- updated jman pages and translations.
885- added japanese sample config files.
886
887* Sat Mar 31 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228pl01-0vl1
888- updated to 20010228-pl01
889
890* Thu Mar  1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228-0vl2
891- fixed file location
892
893* Thu Mar  1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.20010228-0vl1
894- updated to 20010228
895
896* Tue Dec 26 2000 Tomoya TAKA <tomoya@olive.plala.or.jp> 0.0.199912310pl13-0vl2
897- fixed about mandir
898
899* Thu Nov 23 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.199912310pl13-0vl1
900- updated to 19991231-pl13
901- use rpm macros in spec
902
903* Thu Nov 23 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.199912310pl11-0vl1
904- updated to 19991231-pl11
905
906* Thu Nov  9 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.0.199912310pl10-0vl1
907- updated to 19991231-pl10
908
909* Thu Oct 12 2000 Yoshihiro Kajiki <kajiki@ylug.org>
910- fix newaliases problem by adding slink
911
912* Mon Oct  2 2000 Daisuke SUZUKI <daisuke@linux.or.jp>
913- add japanese man pages
914
915* Sun Oct  1 2000 Jun Nishii <jun@vinelinux.org>
916- updates to 19991231-pl09-0vl2
917- fixed Group
918
919* Fri Sep 22 2000 Daisuke SUZUKI <daisuke@linux.or.jp>
920- updates to 19991231-pl09
921
922* Wed Aug 09 2000 MACHINO, Satoshi <mac@netfort.gr.jp>
923- %build, removed bzip2 -9 and strip
924- fixed %files section to handle compressed man page
925
926* Wed Jun 21 2000 Daisuke SUZUKI <daisuke@linux.or.jp>
927- Version name changes to 0.0.version
928- updates to 19991231-pl08
929  + Major changes with postfix-19991231-pl08:
930    Specify "body_checks = regexp:%{_sysconfdir}/postfix/body_checks" for a quick
931    and dirty emergency content filter that looks at non-header lines
932    one line at a time (including MIME headers inside the message body).
933    Details in conf/sample-filter.cf.
934  + Incompatible changes with postfix-19991231-pl07:
935    As required by RFC 822, Postfix now inserts a generic destination
936    message header when no destination header is present.  The text is
937    specified via the undisclosed_recipients_header configuration
938    parameter (default:  "To: undisclosed-recipients:;").
939
940* Thu Apr  6 2000 Daisuke SUZUKI <daisuke@linux.or.jp>
941- updates to 19991231-pl06
942- added percent hack to main.cf
943
944* Sun Feb 20 2000 Daisuke SUZUKI <daisuke@linux.or.jp>
945- adopted to Vine Linux
946
947* Mon Jan  3 2000 Jean-Michel Dault <jmdault@netrevolution.com>
948- updated to 19991231
949- added postfix group
950- corrected aliases.db bug
951
952* Mon Dec 27 1999 Jerome Dumonteil <jd@mandrakesoft.com>
953- Add postfix check in post to create sub dirs in spool
954
955* Mon Dec 20 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com>
956- Add -a $DOMAIN -d $LOGNAME to procmail (philippe).
957- New banner.
958
959* Wed Nov 10 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com>
960- fix if conflicts with sendmail.
961
962* Sat Jun  5 1999 Axalon Bloodstone <axalon@linux-mandrake.com>
963- install bins from libexec/
964
965* Sat Jun  5 1999 Bernhard Rosenkr舅zer <bero@mandrakesoft.com>
966- 19990601
967- .spec cleanup for easier updates
968
969* Wed May 26 1999 Axalon Bloodstone <axalon@linux-mandrake.com>
970- created link from %{_sbindir}/sendmail to %{_libdir}/sendmail
971  so it doesn't bug out when i rpm -e sendmail
972- Now removes %{_var}/lock/subsys/postfix like a good little prog
973  upon rpm -e
974
975* Fri Apr 23 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com>
976
977- Mandrake adptations.
978
979* Tue Apr 13 1999 Arne Coucheron <arneco@online.no>
980  [19990317-pl04-1]
981
982* Tue Mar 30 1999 Arne Coucheron <arneco@online.no>
983  [19990317-pl03-2]
984- Castro, Castro, pay attention my friend. You're making it very hard
985  maintaining the package if you don't follow the flow of the releases
986
987* Thu Mar 25 1999 Arne Coucheron <arneco@online.no>
988  [19990317-pl02-1]
989
990* Tue Mar 23 1999 Arne Coucheron <arneco@online.no>
991  [19990317-3]
992- added bugfix patch01
993
994* Sat Mar 20 1999 Arne Coucheron <arneco@online.no>
995  [19990317-2]
996- removed the mynetworks line in main.cf, let postfix figure it out
997- striping of the files in %{_sbindir}
998- alias database moved to %{_sysconfdir}/postfix and made a symlink to it in %{_sysconfdir}
999- enabled procmail support in main.cf and added it to Requires:
1000- check status on master instead of postfix in the init script
1001- obsoletes postfix-beta
1002- had to move some of my latest changelog entries up here since Edgard Castro
1003  didn't follow my releases
1004
1005* Thu Mar 18 1999 Edgard Castro <castro@usmatrix.net>
1006  [19990317]
1007
1008* Tue Mar 16 1999 Edgard Castro <castro@usmatrix.net>
1009  [alpha-19990315]
1010
1011* Tue Mar  9 1999 Edgard Castro <castro@usmatrix.net>
1012  [19990122-pl01-2]
1013- shell and gecho information changed to complie with Red Hat stardand
1014- changed the name of the rpm package to postfix, instead of postfix-beta
1015
1016* Tue Feb 16 1999 Edgard Castro <castro@usmatrix.net>
1017  [19990122-pl01-1]
1018
1019* Sun Jan 24 1999 Arne Coucheron <arneco@online.no>
1020  [19990122-1]
1021- shell for postfix user changed to /bin/true to avoid logins to the account
1022- files in %{_libdir}exec/postfix moved to %{_libdir}/postfix since this complies
1023  more with the Red Hat standard
1024
1025* Wed Jan 06 1999 Arne Coucheron <arneco@online.no>
1026  [19981230-2]
1027- added URL for the source
1028- added a cron job for daily check of errors
1029- sample config files moved from /etc/postfix/sample to the docdir
1030- dropped making of symlinks in %{_sbindir} and instead installing the real
1031  files there
1032- because of the previous they're not needed anymore in %{_libdir}exec/postfix,
1033  so they are removed from that place
1034
1035* Fri Jan 01 1999 Arne Coucheron <arneco@online.no>
1036  [19981230-1]
1037
1038* Tue Dec 29 1998 Arne Coucheron <arneco@online.no>
1039  [19981222-1]
1040- first build of rpm version
Note: See TracBrowser for help on using the repository browser.