Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions rpm/build/SPECS/jenkins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@ BuildRoot: %{_tmppath}/build-%{name}-%{version}
# So either we make a hard requirement on the OpenJDK or none at all
# Only workaround would be to use a java virtual package, see https://github.com/keystep/virtual-java-rpm
# TODO: If re-enable, fix the matcher for Java 17
# Fedora 42+ removes openjdk-{8,11,17}. Jenkins now uses Eclipse Temurin JDK 21.
%if 0%{?fedora}
Requires: java >= 21
%else
Requires: java >= 17
%endif
# Requires: java >= 1:1.8.0
Requires: procps
Requires(pre): /usr/sbin/useradd, /usr/sbin/groupadd
BuildArch: noarch
Expand Down