Fix: Stupid typo (#3208) (#3210)

Signed-off-by: Gil <rockgrub@disroot.org>
(cherry picked from commit 95db3f6318)

Co-authored-by: Gil <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-02-05 19:50:09 -08:00
committed by GitHub
parent 2f71f0a618
commit 741c530a01
+7 -7
View File
@@ -5,7 +5,7 @@
Name: java-binfmt
Version: 1.0.0^%{commit_date}git%{shortcommit}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Binfmt wrappers and utilities for Java and Jar files.
### License for the C file used in the binary.
License: GPL-2.0-or-later
@@ -27,8 +27,8 @@ This package installs binfmt files for use with Java wrappers.
Summary: Wrapper to execute Jar files
Requires: bash
Requires: java
Requires(post): systemctl
Requires(postun): systemctl
Requires(post): systemd
Requires(postun): systemd
BuildArch: noarch
%description -n java-jarwrapper
@@ -39,8 +39,8 @@ Summary: Wrapper for Java
Requires: bash
Requires: java
Requires: java-javaclassname
Requires(post): systemctl
Requires(postun): systemctl
Requires(post): systemd
Requires(postun): systemd
BuildArch: noarch
%description -n java-javawrapper
@@ -55,8 +55,8 @@ The javaclassname executable for use with javawrapper.
%package -n java-applet-binfmt
Summary: binfmt file for Java applets
Requires(post): systemctl
Requires(postun): systemctl
Requires(post): systemd
Requires(postun): systemd
Recommends: adoptium-temurin-java-repository
BuildArch: noarch