forked from pool/glassfish-el
Accepting request 1112751 from Java:packages
fix build with java >= 20 OBS-URL: https://build.opensuse.org/request/show/1112751 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glassfish-el?expand=0&rev=2
This commit is contained in:
commit
0eb1ff818f
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e632109fffc358a0f1dd4c6e40ce167ca3e0bd9d7a47e3edf743e4c1f93a850
|
||||
size 3052
|
||||
oid sha256:48ac1ea717271d8ee097a5e9141a4c7d411f5a299bea123a8bdd69ec24ca1d37
|
||||
size 3088
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 21 05:41:51 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Build with java source/target levels 8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 5 16:31:46 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package glassfish-el
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -55,7 +55,7 @@ The main goals are:
|
||||
|
||||
%package api
|
||||
Summary: Expression Language 3.0 API
|
||||
License: (CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0) AND Apache-2.0
|
||||
License: Apache-2.0 AND (CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0)
|
||||
Group: Development/Libraries/Java
|
||||
|
||||
%description api
|
||||
@ -63,7 +63,7 @@ Expression Language 3.0 API.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
License: (CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0) AND Apache-2.0
|
||||
License: Apache-2.0 AND (CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0)
|
||||
Group: Documentation/HTML
|
||||
|
||||
%description javadoc
|
||||
|
Loading…
Reference in New Issue
Block a user