Date: Tuesday, March 21, 2023 @ 00:48:44
Author: mtorromeo
Revision: 1424549
upgpkg: cockpit 287-2: Added which dependency (Fixes FS#77906)
Modified:
cockpit/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-21 00:20:00 UTC (rev 1424548)
+++ PKGBUILD 2023-03-21 00:48:44 UTC (rev 1424549)
@@ -6,7 +6,7 @@
pkgbase=cockpit
pkgname=(cockpit cockpit-packagekit cockpit-pcp cockpit-storaged)
pkgver=287
-pkgrel=1
+pkgrel=2
pkgdesc='A systemd web based user interface for Linux servers'
arch=('x86_64')
url='https://cockpit-project.org/'
@@ -55,7 +55,7 @@
package_cockpit() {
depends=(krb5 libssh accountsservice perl-json perl-locale-po json-glib
glib-networking
- libpwquality openssl kexec-tools)
+ libpwquality openssl kexec-tools which)
backup=('etc/pam.d/cockpit')
optdepends=("cockpit-pcp: reading performance metrics"
"cockpit-storaged: manage storage"