X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=postfix.spec;h=7d6c1b03b470cd8e8a5d536032e22429f79c01a7;hb=04f8f5be2d5bf2b46ff480f80af22d6def7cf4f5;hp=1f4726cac3cee292023849a1be182f409e6ea803;hpb=1789ab27d500e7a5e368279fcb01dc895f9f3b40;p=packages%2Fpostfix.git diff --git a/postfix.spec b/postfix.spec index 1f4726c..7d6c1b0 100644 --- a/postfix.spec +++ b/postfix.spec @@ -17,13 +17,13 @@ Summary(pl.UTF-8): Serwer SMTP Postfix Summary(pt_BR.UTF-8): Postfix - Um MTA (Mail Transport Agent) de alto desempenho Summary(sk.UTF-8): Agent prenosu pošty Postfix Name: postfix -Version: 3.4.6 -Release: 3 +Version: 3.4.7 +Release: 1 Epoch: 2 License: distributable Group: Networking/Daemons/SMTP Source0: ftp://ftp.porcupine.org/mirrors/postfix-release/official/%{name}-%{version}.tar.gz -# Source0-md5: 5aa930a8ce3cc6f82247dbd9f536380c +# Source0-md5: b29ab85e8f6ef7fae132b004e777671b Source1: %{name}.aliases Source2: %{name}.cron Source3: %{name}.init @@ -41,6 +41,7 @@ Patch2: %{name}-master.cf_cyrus.patch Patch3: %{name}-conf.patch Patch4: %{name}-link.patch Patch5: %{name}-scache_clnt.patch +Patch6: glibc-2.30.patch URL: http://www.postfix.org/ %{?with_sasl:BuildRequires: cyrus-sasl-devel} BuildRequires: db-devel @@ -249,6 +250,7 @@ sed -i '/scache_clnt_create/s/server/var_scache_service/' src/global/scache_clnt %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 %build %{__make} -f Makefile.init makefiles @@ -375,7 +377,7 @@ if [ "$1" = "0" ]; then %groupremove postfix fi -%triggerun -- %{name} < 2:3.4.6-1 +%triggerun -- %{name} < 2:3.4.6-2 if [ $1 -le 1 ]; then exit 0 fi @@ -399,7 +401,7 @@ for f in /etc/mail/*.db; do done [ -n "$(find /etc/mail -type d -empty 2>/dev/null)" ] && rmdir /etc/mail 2>/dev/null || : -%triggerpostun -- %{name} < 2:3.4.6-1 +%triggerpostun -- %{name} < 2:3.4.6-2 echo echo "Warning! Configuration has been migrated to /etc/postfix." echo "It may be required to move some files manually from /etc/mail"