[packages/openjdk8] noautoreq on libjli.so to avoid poldek's confusion
atler
atler at pld-linux.org
Thu Dec 12 18:07:22 CET 2024
commit b1a8cde4345d44bb7d2d2be22912fbbf600bd31e
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
openjdk8.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openjdk8.spec b/openjdk8.spec
index 8804fcf..df02670 100644
--- a/openjdk8.spec
+++ b/openjdk8.spec
@@ -147,7 +147,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\\\\)
%description
Open-source implementation of the Java Platform, Standard Edition.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openjdk8.git/commitdiff/b1a8cde4345d44bb7d2d2be22912fbbf600bd31e
More information about the pld-cvs-commit
mailing list