[arch-commits] Commit in salt/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Wed Apr 28 19:29:11 UTC 2021


    Date: Wednesday, April 28, 2021 @ 19:29:10
  Author: foxboron
Revision: 925005

upgpkg: salt 3003-2 - Reproducible builds fixup

Modified:
  salt/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-28 19:25:40 UTC (rev 925004)
+++ PKGBUILD	2021-04-28 19:29:10 UTC (rev 925005)
@@ -7,7 +7,7 @@
 
 pkgname=salt
 pkgver=3003
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Central system and configuration manager'
 arch=('any')
@@ -58,6 +58,8 @@
   install -Dm644 salt.logrotate "$pkgdir"/etc/logrotate.d/salt
 
   cd salt-$pkgver
+
+  export PYTHONHASHSEED=0
   python setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" --optimize=1 --skip-build
 
   # default config



More information about the arch-commits mailing list