Update to upstream version 33
Related: RHEL-74277
This commit is contained in:
parent
10958793af
commit
ac1f8d1e8b
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
|||||||
/apache-27-source-release.zip
|
/apache-27-source-release.zip
|
||||||
/apache-30-source-release.zip
|
/apache-30-source-release.zip
|
||||||
/apache-31-source-release.zip
|
/apache-31-source-release.zip
|
||||||
|
/apache-33-source-release.zip
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: apache-parent
|
Name: apache-parent
|
||||||
Version: 31
|
Version: 33
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Parent POM file for Apache projects
|
Summary: Parent POM file for Apache projects
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://apache.org/
|
URL: https://apache.org/
|
||||||
@ -28,9 +28,11 @@ Requires: mvn(org.apache.apache.resources:apache-jar-resource-bundle)
|
|||||||
This package contains the parent pom file for apache projects.
|
This package contains the parent pom file for apache projects.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n apache-%{version}
|
%autosetup -p1 -n apache-%{version}
|
||||||
|
|
||||||
%pom_remove_plugin :maven-site-plugin
|
%pom_remove_plugin :maven-site-plugin
|
||||||
|
%pom_remove_plugin :maven-site-plugin docs
|
||||||
|
%pom_remove_plugin :maven-scm-publish-plugin docs
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build
|
%mvn_build
|
||||||
@ -42,6 +44,9 @@ This package contains the parent pom file for apache projects.
|
|||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 16 2025 Mikolaj Izdebski <mizdebsk@redhat.com> - 33-1
|
||||||
|
- Update to upstream version 33
|
||||||
|
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 31-6
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 31-6
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Bump release for October 2024 mass rebuild:
|
||||||
Resolves: RHEL-64018
|
Resolves: RHEL-64018
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (apache-31-source-release.zip) = b60e0ef1899ab77a44b9afe5af50087d353fc67bda991fca11815abc18514f4fea6e90c452a503d56bb342a2a1854f9b4a7f655ce48bda90c5dab67468a06316
|
SHA512 (apache-33-source-release.zip) = a819eb75f147baa19661ebb7794d4d711f760bb7fc04f66cfefd0f8c57fa24aa8cf4f4d597c4c665ce8604e6941fa519540ccabd3647134390e023cbd671eabe
|
||||||
|
Loading…
Reference in New Issue
Block a user