From f811a3fd3c5eda4b516f3f109b1ae61d51ad09ee Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Tue, 7 Sep 2021 16:47:15 +0800 Subject: [PATCH] Solving the problem that bval compilation fails due to xstream upgrade (cherry picked from commit 0e4ec3ef012474f03c179372f62b251259bd36ea) --- bval.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bval.spec b/bval.spec index ffba738..81d05b9 100644 --- a/bval.spec +++ b/bval.spec @@ -1,7 +1,7 @@ %bcond_with commons-weaver Name: bval Version: 1.1.1 -Release: 3 +Release: 4 Summary: Apache Bean Validation License: ASL 2.0 Url: http://bval.apache.org/ @@ -133,7 +133,7 @@ sed -i '/Privileged/d' \ %mvn_package ":{*}::tests:" @1 %build -%mvn_build -s -- -Dri -Dproject.build.sourceEncoding=UTF-8 +%mvn_build -f -s -- -Dri -Dproject.build.sourceEncoding=UTF-8 %install %mvn_install @@ -157,6 +157,9 @@ sed -i '/Privileged/d' \ %license LICENSE NOTICE %changelog +* Tue Sep 7 2021 yaoxin - 1.1.1-4 +- Solving the problem that bval compilation fails due to xstream upgrade + * Tue Sep 7 2021 yaoxin - 1.1.1-3 - Revert the modifications of the 1.1.1-2