Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 0f4ada1

Browse files
committed
Accept java11 as packaging dependency
1 parent ee2b24f commit 0f4ada1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packaging/debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Homepage: http://neo4j.org/
88

99
Package: cypher-shell
1010
Architecture: all
11-
Depends: ${misc:Depends}, openjdk-8-jre-headless | java8-runtime-headless
11+
Depends: ${misc:Depends}, openjdk-8-jre-headless | java8-runtime-headless | openjdk-11-jre-headless | java11-runtime-headless
1212
Replaces: neo4j (<< 3.1.4), neo4j-enterprise (<< 3.1.4)
1313
Breaks: neo4j (<< 3.1.4), neo4j-enterprise (<< 3.1.4)
1414
Description: command line shell for neo4j
15-
Cypher-shell is a command line shell for Neo4j.
15+
Cypher-shell is a command line shell for Neo4j.

packaging/rpm/cypher-shell.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ License: GPLv3
88
URL: https://github.com/neo4j/cypher-shell
99
Source0: https://github.com/neo4j/cypher-shell/archive/%{version}.tar.gz
1010

11-
Requires: which, jre-headless >= 1.8
11+
Requires: which, (jre-headless >= 1.8 or jre >= 11)
1212
BuildArch: noarch
1313
Prefix: /usr
1414

0 commit comments

Comments
 (0)