|
@@ -31,7 +31,7 @@
|
|
|
Summary: Postfix Mail Transport Agent
|
|
|
Summary(ja): Postfix メールトランスポートエージェント
|
|
|
Name: postfix
|
|
|
-Version: 3.9.1
|
|
|
+Version: 3.10.2
|
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
|
Group: servers
|
|
|
Vendor: Project Vine
|
|
@@ -40,8 +40,8 @@ Packager: daisuke
|
|
|
|
|
|
URL: http://www.postfix.org/
|
|
|
License: Distributable - IBM PUBLIC LICENSE VERSION 1.0 - SECURE MAILER
|
|
|
-#Source0: http://mirror.postfix.jp/postfix-release/official/%{name}-%{version}.tar.gz
|
|
|
-Source0: https://ghostarchive.org/postfix/postfix-release/official/postfix-%{version}.tar.gz
|
|
|
+#Source0: https://ghostarchive.org/postfix/postfix-release/official/postfix-%{version}.tar.gz
|
|
|
+Source0: https://github.com/vdukhovni/postfix/archive/refs/tags/v%{version}.tar.gz#/postfix-%{version}.tar.gz
|
|
|
Source1: postfix.aliases
|
|
|
Source2: postfix.cron
|
|
|
Source3: postfix.init
|
|
@@ -53,7 +53,6 @@ Patch0: postfix-2.9.1-vine.patch
|
|
|
Patch200: postfix-3.2.0-large-fs.patch
|
|
|
Patch201: postfix-3.4.4-chroot-example-fix.patch
|
|
|
Patch202: postfix-3.6.2-glibc-234-build-fix.patch
|
|
|
-Patch203: postfix-3.6.2-whitespace-name-fix.patch
|
|
|
|
|
|
|
|
|
# patches 300-399 are imported from ubuntu
|
|
@@ -198,9 +197,8 @@ PCRE map on Postfix.
|
|
|
|
|
|
|
|
|
%prep
|
|
|
-# japanese documant for 2.4.x is not ready.
|
|
|
-# %setup -q -a 10 -a 20 -a 30 -a 40
|
|
|
%setup -q
|
|
|
+mv -f postfix/* ./
|
|
|
%autopatch -p1
|
|
|
|
|
|
%ifarch x86_64
|
|
@@ -211,6 +209,7 @@ sed -i -e 's|/usr/lib/postfix|/usr/lib64/postfix|g' conf/main.cf
|
|
|
sed -i \
|
|
|
's|^\(\s*#define\s\+DEF_SHLIB_DIR\s\+\)"/usr/lib/postfix"|\1"%{_libdir}/postfix" |' \
|
|
|
src/global/mail_params.h
|
|
|
+#
|
|
|
|
|
|
|
|
|
%build
|
|
@@ -453,20 +452,10 @@ fi
|
|
|
%endif
|
|
|
|
|
|
|
|
|
-%clean
|
|
|
-rm -rf $RPM_BUILD_ROOT
|
|
|
-
|
|
|
-
|
|
|
%files
|
|
|
-%defattr(-,root,root)
|
|
|
%license TLS_LICENSE LICENSE
|
|
|
%doc COMPATIBILITY COPYRIGHT HISTORY INSTALL PORTING RELEASE_NOTES
|
|
|
-# japanese documant for 2.4.x is not ready.
|
|
|
-# %doc conf.ja
|
|
|
-# %doc html html.ja
|
|
|
-# %doc README_FILES README_FILES.ja
|
|
|
%doc README_FILES
|
|
|
-# %doc man-%{jmanversion}/readme_ja.txt
|
|
|
%{_sysconfdir}/aliases
|
|
|
%{_sysconfdir}/aliases.db
|
|
|
%config %{_sysconfdir}/cron.daily/postfix
|
|
@@ -548,14 +537,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
%{_libdir}/sendmail
|
|
|
|
|
|
%files sqlite
|
|
|
-%defattr(-,root,root)
|
|
|
%{_libdir}/postfix/postfix-sqlite.so
|
|
|
%{_sysconfdir}/postfix/dynamicmaps.cf.d/sqlite
|
|
|
%{_sysconfdir}/postfix/postfix-files.d/sqlite
|
|
|
|
|
|
%if %build_pgsql
|
|
|
%files pgsql
|
|
|
-%defattr(-,root,root)
|
|
|
%{_libdir}/postfix/postfix-pgsql.so
|
|
|
%{_sysconfdir}/postfix/dynamicmaps.cf.d/pgsql
|
|
|
%{_sysconfdir}/postfix/postfix-files.d/pgsql
|
|
@@ -563,26 +550,35 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%if %build_mysql
|
|
|
%files mysql
|
|
|
-%defattr(-,root,root)
|
|
|
%{_libdir}/postfix/postfix-mysql.so
|
|
|
%{_sysconfdir}/postfix/dynamicmaps.cf.d/mysql
|
|
|
%{_sysconfdir}/postfix/postfix-files.d/mysql
|
|
|
%endif
|
|
|
|
|
|
%files ldap
|
|
|
-%defattr(-,root,root)
|
|
|
%{_libdir}/postfix/postfix-ldap.so
|
|
|
%{_sysconfdir}/postfix/dynamicmaps.cf.d/ldap
|
|
|
%{_sysconfdir}/postfix/postfix-files.d/ldap
|
|
|
|
|
|
%files pcre
|
|
|
-%defattr(-,root,root)
|
|
|
%{_libdir}/postfix/postfix-pcre.so
|
|
|
%{_sysconfdir}/postfix/dynamicmaps.cf.d/pcre
|
|
|
%{_sysconfdir}/postfix/postfix-files.d/pcre
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Apr 23 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.10.2-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
+* Fri Apr 18 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.10.1-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
+* Mon Feb 17 2025 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.9.2-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
+* Wed Dec 18 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.9.1-2
|
|
|
+- rebuilt with icu-76.
|
|
|
+
|
|
|
* Thu Dec 5 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.9.1-1
|
|
|
- new upstream release.
|
|
|
|