Update to upstream version 30
This commit is contained in:
parent
8c5f6668ab
commit
8da13e413c
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@
|
||||
/apache-23-source-release.zip
|
||||
/apache-26-source-release.zip
|
||||
/apache-27-source-release.zip
|
||||
/apache-30-source-release.zip
|
||||
|
@ -1,11 +1,11 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
Name: apache-parent
|
||||
Version: 27
|
||||
Release: 3%{?dist}
|
||||
Version: 30
|
||||
Release: 1%{?dist}
|
||||
Summary: Parent POM file for Apache projects
|
||||
License: Apache-2.0
|
||||
URL: http://apache.org/
|
||||
URL: https://apache.org/
|
||||
Source0: https://repo1.maven.org/maven2/org/apache/apache/%{version}/apache-%{version}-source-release.zip
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{java_arches} noarch
|
||||
@ -20,9 +20,9 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
|
||||
|
||||
# Not generated automatically
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: mvn(org.apache:apache-jar-resource-bundle)
|
||||
BuildRequires: mvn(org.apache.apache.resources:apache-jar-resource-bundle)
|
||||
%endif
|
||||
Requires: mvn(org.apache:apache-jar-resource-bundle)
|
||||
Requires: mvn(org.apache.apache.resources:apache-jar-resource-bundle)
|
||||
|
||||
%description
|
||||
This package contains the parent pom file for apache projects.
|
||||
@ -39,9 +39,12 @@ This package contains the parent pom file for apache projects.
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc LICENSE NOTICE
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Fri Aug 11 2023 Marian Koncek <mkoncek@redhat.com> - 30-1
|
||||
- Update to upstream version 30
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 27-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (apache-27-source-release.zip) = 0e84fd2073944a86bfe1eeb36a2553bb3530c1799ed23f2cbc67334176f08d9c67e98bd96de040bc8fb3d789bd38ea0d7eafe85fc790b3f1eebfde34ce230d6f
|
||||
SHA512 (apache-30-source-release.zip) = 3c2557de0d8b1a1bfb36d67e7e17cdf338f9812ccb9fd030eedb3ff4693fbac38980bfe022dc033fe454b28f2e49ddedb768c52a62c83b82e1ad0041b5ff9ac7
|
||||
|
Loading…
Reference in New Issue
Block a user