From 4380e4523f13907065427b1a034fed2432a70ddf Mon Sep 17 00:00:00 2001 From: wang--ge Date: Mon, 27 May 2024 16:44:05 +0800 Subject: [PATCH] fix build failure --- hibernate-validator.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hibernate-validator.spec b/hibernate-validator.spec index 6efbd7d..71f599e 100644 --- a/hibernate-validator.spec +++ b/hibernate-validator.spec @@ -4,7 +4,7 @@ Name: hibernate-validator Version: 5.2.4 -Release: 5 +Release: 6 Summary: Bean Validation 1.1 (JSR 349) Reference Implementation License: ASL 2.0 URL: http://www.hibernate.org/subprojects/validator.html @@ -80,6 +80,8 @@ This package contains javadoc for %{name}. %prep %setup -q -n %{name}-%{namedversion} find . -name "*.jar" -delete +find . -name "validation-configuration-1.0.xsd" -delete +find . -name "validation-mapping-1.0.xsd" -delete %patch0 -p1 %patch1 -p1 %patch2 -p1 @@ -144,6 +146,9 @@ rm engine/src/main/java/org/hibernate/validator/internal/engine/valuehandling/Ja %license copyright.txt license.txt %changelog +* Fri Jun 07 2024 Ge Wang - 5.2.4-6 +- Fix build failure due to jaxb2-maven-plugin updated + * Mon Nov 29 2021 lingsheng - 5.2.4-5 - Limit javax.annotation-api version to 1.2 -- Gitee