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

Revision 12263, 35.2 KB checked in by tomop, 5 years ago (diff)

updated 10 packages

epiphany-3.30.5-1

evolution-data-server-3.30.5-1

harfbuzz-2.6.2-1

icu-65.1-1

icu60-60.3-2

libboost-1.66.0-4

php73-7.3.10-1

postfix-3.4.7-1

webkitgtk4-2.26.1-1

xfsprogs-5.2.1-2

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