We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f0043 commit 34803c9Copy full SHA for 34803c9
rpm/build/SPECS/jenkins.spec
@@ -19,12 +19,7 @@ BuildRoot: %{_tmppath}/build-%{name}-%{version}
19
# So either we make a hard requirement on the OpenJDK or none at all
20
# Only workaround would be to use a java virtual package, see https://github.com/keystep/virtual-java-rpm
21
# TODO: If re-enable, fix the matcher for Java 17
22
-# Fedora 42+ removes openjdk-{8,11,17}. Jenkins now uses Eclipse Temurin JDK 21.
23
-%if 0%{?fedora}
24
-Requires: java >= 21
25
-%else
26
-Requires: java >= 17
27
-%endif
+# Requires: java >= 1:1.8.0
28
Requires: procps
29
Requires(pre): /usr/sbin/useradd, /usr/sbin/groupadd
30
BuildArch: noarch
0 commit comments