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

Christian Rebischke shibumi at archlinux.org
Fri Jan 10 15:34:02 UTC 2020


    Date: Friday, January 10, 2020 @ 15:34:01
  Author: shibumi
Revision: 551672

upgpkg: puppet5 5.5.17-5 add ruby-shadow as hard dep

This fixes #64795

Modified:
  puppet5/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-10 15:33:50 UTC (rev 551671)
+++ PKGBUILD	2020-01-10 15:34:01 UTC (rev 551672)
@@ -10,13 +10,12 @@
 _pkgname=puppet
 pkgname=puppet5
 pkgver=5.5.17
-pkgrel=4
+pkgrel=5
 pkgdesc="Server automation framework and application"
 arch=('any')
 url="https://puppet.com/products/open-source-projects"
 license=('Apache')
-depends=('facter' 'hiera' 'ruby-multi_json' 'ruby-augeas')
-optdepends=('ruby-shadow: user password management')
+depends=('facter' 'hiera' 'ruby-multi_json' 'ruby-augeas' 'ruby-shadow')
 backup=('etc/puppetlabs/puppet/auth.conf'
         'etc/puppetlabs/puppet/puppet.conf')
 install=$_pkgname.install



More information about the arch-commits mailing list