Date: Thursday, November 12, 2020 @ 09:30:53 Author: dvzrv Revision: 400446
upgpkg: postfix 3.5.8-2: Rebuild to remove unreproducible file /etc/postfix/makedefs.out Modified: postfix/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-12 09:07:13 UTC (rev 400445) +++ PKGBUILD 2020-11-12 09:30:53 UTC (rev 400446) @@ -5,7 +5,7 @@ pkgname=postfix pkgver=3.5.8 -pkgrel=1 +pkgrel=2 url="http://www.postfix.org/" pkgdesc='Fast, easy to administer, secure mail server' license=('EPL') @@ -106,4 +106,6 @@ # tmpfiles.d # NOTE: follow setup in conf/postfix-files install -vDm 644 "../${pkgname}.tmpfiles" "${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf" + # remove non-reproducible file, that only lists what the build circumstances were + rm -v "${pkgdir}/etc/${pkgname}/makedefs.out" }
