!2 修改无效的Source0地址

From: @lyn1001 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
This commit is contained in:
openeuler-ci-bot 2022-11-16 08:45:42 +00:00 committed by Gitee
commit a6224ae1f7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

View File

@ -3,11 +3,11 @@
Name: geronimo-validation
Version: 1.1
Release: 20
Release: 21
Summary: Geronimo implementation of JSR 303
License: ASL 2.0
URL: http://geronimo.apache.org/
Source0: %{spec_name_ver}.tar.xz
Source0: https://github.com/apache/geronimo-specs/archive/refs/tags/geronimo-validation_1.0_spec-%{version}.tar.gz
BuildArch: noarch
BuildRequires: maven-local geronimo-parent-poms geronimo-osgi-support
@ -19,7 +19,7 @@ Validation API specification.
%prep
%autosetup -n %{spec_name_ver}
%autosetup -n geronimo-specs-%{spec_name_ver}
%pom_xpath_set "%{pom_prefix}:parent/pom:groupId" org.apache.geronimo.specs
%pom_xpath_set "%{pom_prefix}:parent/pom:artifactId" specs
%pom_xpath_set "%{pom_prefix}:parent/pom:version" 1.4
@ -41,6 +41,9 @@ Validation API specification.
%files help -f .mfiles-javadoc
%changelog
* Thu Nov 10 2022 liyanan <liyanan32@h-partners.com> - 1.1-21
- Change source
* Tue Dec 10 2019 mengxian <mengxian@huawei.com> - 1.1-20
- Package init

Binary file not shown.