Skip to content

Commit

Permalink
manifest, packaging: depend on Cockpit 310.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
allisonkarlitskaya committed Feb 8, 2024
1 parent 973316b commit 51b1d67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packaging/arch/PKGBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down
2 changes: 1 addition & 1 deletion packaging/cockpit-navigator.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BuildRequires: gettext
BuildRequires: libappstream-glib-devel
%endif

Requires: cockpit-bridge
Requires: cockpit-bridge >= 310.1

%{NPM_PROVIDES}

Expand Down
2 changes: 1 addition & 1 deletion packaging/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"requires": {
"cockpit": "215"
"cockpit": "310.1"
},

"tools": {
Expand Down

0 comments on commit 51b1d67

Please sign in to comment.