From 95db3f6318494afad826d33a3f9d910d5f533b9b Mon Sep 17 00:00:00 2001 From: Gil Date: Wed, 5 Feb 2025 21:48:39 -0600 Subject: [PATCH] Fix: Stupid typo (#3208) Signed-off-by: Gil --- anda/tools/java-binfmt/java-binfmt.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/tools/java-binfmt/java-binfmt.spec b/anda/tools/java-binfmt/java-binfmt.spec index 377fc19c9f..2f27561804 100644 --- a/anda/tools/java-binfmt/java-binfmt.spec +++ b/anda/tools/java-binfmt/java-binfmt.spec @@ -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