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": {