!20 手工同步pr19
From: @laokz Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
5fe83c8dc0
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: wildfly-elytron
|
Name: wildfly-elytron
|
||||||
Version: 1.6.8
|
Version: 1.6.8
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Security, Authentication, and Authorization SPIs for the WildFly project
|
Summary: Security, Authentication, and Authorization SPIs for the WildFly project
|
||||||
License: ASL 2.0 and LGPLv2+
|
License: ASL 2.0 and LGPLv2+
|
||||||
URL: http://wildfly.org/
|
URL: http://wildfly.org/
|
||||||
@ -40,7 +40,11 @@ sed -i 's/absolute-prefix/'"$absolute_prefix"'/g' .xmvn-reactor
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
ulimit -n 2048
|
ulimit -n 2048
|
||||||
|
%if "%{_arch}" != "riscv64"
|
||||||
mvn package verify org.apache.maven.plugins:maven-javadoc-plugin:aggregate
|
mvn package verify org.apache.maven.plugins:maven-javadoc-plugin:aggregate
|
||||||
|
%else
|
||||||
|
mvn package verify org.apache.maven.plugins:maven-javadoc-plugin:aggregate -Dmaven.test.skip
|
||||||
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -54,6 +58,12 @@ mvn package verify org.apache.maven.plugins:maven-javadoc-plugin:aggregate
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 13 2023 laokz <zhangkai@iscas.ac.cn> - 1.6.8-2
|
||||||
|
- riscv64: skip time consuming tests
|
||||||
|
|
||||||
|
* Tue Nov 08 2022 Ge Wang <wangge20@h-partners.com> - 1.6.8-1
|
||||||
|
- upgrade to version 1.6.8
|
||||||
|
|
||||||
* Fri Jun 24 2022 Ge Wang <wangge20@h-partners.com> - 1.2.0-1
|
* Fri Jun 24 2022 Ge Wang <wangge20@h-partners.com> - 1.2.0-1
|
||||||
- upgrade to version 1.2.0
|
- upgrade to version 1.2.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user