From 51b1d676c70c290662ef9e24cab89a10e5cfc577 Mon Sep 17 00:00:00 2001 From: Allison Karlitskaya Date: Thu, 8 Feb 2024 08:56:54 +0100 Subject: [PATCH] manifest, packaging: depend on Cockpit 310.1 We need this for fsinfo support. Strictly speaking, there's a version of 310.1 which doesn't support fsinfo: the one we install on RHEL 8 with the C bridge. We're going to branch soon, though, and probably either 311 or 312 will be exclusively Python, at which point we can bump the dependency a bit. --- packaging/arch/PKGBUILD.in | 2 +- packaging/cockpit-navigator.spec.in | 2 +- packaging/debian/control | 2 +- src/manifest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packaging/arch/PKGBUILD.in b/packaging/arch/PKGBUILD.in index 95436adb4..33076cb5f 100644 --- a/packaging/arch/PKGBUILD.in +++ b/packaging/arch/PKGBUILD.in @@ -5,7 +5,7 @@ pkgdesc='A filesystem browser for Cockpit' arch=('any') url='https://github.com/cockpit-project/cockpit-navigator' license=(LGPL) -depends=(cockpit) +depends=(cockpit>=310.1) source=("SOURCE") sha256sums=('SKIP') diff --git a/packaging/cockpit-navigator.spec.in b/packaging/cockpit-navigator.spec.in index 633900c40..c48c19913 100644 --- a/packaging/cockpit-navigator.spec.in +++ b/packaging/cockpit-navigator.spec.in @@ -16,7 +16,7 @@ BuildRequires: gettext BuildRequires: libappstream-glib-devel %endif -Requires: cockpit-bridge +Requires: cockpit-bridge >= 310.1 %{NPM_PROVIDES} diff --git a/packaging/debian/control b/packaging/debian/control index c1d2da72d..241cec51f 100644 --- a/packaging/debian/control +++ b/packaging/debian/control @@ -15,7 +15,7 @@ Package: cockpit-navigator Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, - cockpit-bridge (>= 294), + cockpit-bridge (>= 310.1), Description: A filesystem browser for Cockpit The Cockpit Web Console enables users to administer GNU/Linux servers using a web browser. diff --git a/src/manifest.json b/src/manifest.json index 23a68c8a1..658d209f9 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "requires": { - "cockpit": "215" + "cockpit": "310.1" }, "tools": {