[packages/openjdk21] noautoreq on libjli.so to avoid poldek's confusion
atler
atler at pld-linux.org
Thu Dec 12 18:07:34 CET 2024
commit 057247ea7fd8e780bdb106a10a49812cf8a31b94
Author: Jan Palus <atler at pld-linux.org>
Date: Thu Dec 12 17:21:42 2024 +0100
noautoreq on libjli.so to avoid poldek's confusion
when no java package is installed and user attempts -jdk-base
installation poldek mistakenly offers all of *-jre-base packages
available to satisfy libjli.so autoreq even though -jdk-base has strict
dep on -jre-base
openjdk21.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openjdk21.spec b/openjdk21.spec
index 66f19e2..98cc751 100644
--- a/openjdk21.spec
+++ b/openjdk21.spec
@@ -110,7 +110,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%endif
# to break artificial subpackage dependency loops
-%define _noautoreq 'libmawt.so' java\\\\(ClassDataVersion\\\\)
+%define _noautoreq libjli.so 'libmawt.so' java\\\\(ClassDataVersion\\\\)
# openjdk build system handles _FORTIFY_SOURCE internally
%undefine _fortify_cflags
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openjdk21.git/commitdiff/a6c212e465f68ca9440ca22bca5d4233bb510686
More information about the pld-cvs-commit
mailing list