commit d517bd94a36dea93551fd7303053a3ce15b06489
Author: Jan Palus <at...@pld-linux.org>
Date:   Fri Oct 22 11:09:22 2021 +0200

    relax version requirements when renaming directories
    
    aarch32 hotspot lacks GA tag for 8u312

 openjdk8.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openjdk8.spec b/openjdk8.spec
index 1d9c698..a4aa4f2 100644
--- a/openjdk8.spec
+++ b/openjdk8.spec
@@ -433,8 +433,8 @@ tar xf %{SOURCE8}
 tar xf %{SOURCE2}
 %endif
 
-for d in *-jdk8u%{ver_u}-ga*; do
-       mv "$d" "${d%%-jdk8u%{ver_u}-ga*}"
+for d in *-jdk8u%{ver_u}-*; do
+       mv "$d" "${d%%-jdk8u%{ver_u}-*}"
 done
 
 %patch0 -p1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openjdk8.git/commitdiff/d517bd94a36dea93551fd7303053a3ce15b06489

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to