Rebase to version 56
Resolves: https://issues.redhat.com/browse/RHEL-16282
This commit is contained in:
parent
5e41f15e38
commit
54757ea7b2
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/oss-parent-40.tar.gz
|
||||
/oss-parent-41.tar.gz
|
||||
/oss-parent-49.tar.gz
|
||||
/oss-parent-56.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global srcname oss-parent
|
||||
|
||||
Name: fasterxml-oss-parent
|
||||
Version: 49
|
||||
Release: 8%{?dist}
|
||||
Version: 56
|
||||
Release: 1%{?dist}
|
||||
Summary: FasterXML parent pom
|
||||
License: Apache-2.0
|
||||
|
||||
@ -10,9 +10,13 @@ URL: https://github.com/FasterXML/oss-parent
|
||||
Source0: %{url}/archive/%{srcname}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
|
||||
BuildArch: noarch
|
||||
%if 0%{?fedora}
|
||||
ExclusiveArch: %{java_arches} noarch
|
||||
%endif
|
||||
|
||||
%description
|
||||
FasterXML is the business behind the Woodstox streaming XML parser,
|
||||
@ -37,11 +41,6 @@ This package contains the parent pom file for FasterXML.com projects.
|
||||
%pom_remove_plugin :jdepend-maven-plugin
|
||||
%pom_remove_plugin :taglist-maven-plugin
|
||||
%pom_xpath_remove "pom:build/pom:extensions"
|
||||
%pom_remove_plugin "org.apache.felix:maven-bundle-plugin"
|
||||
%pom_remove_plugin "org.apache.maven.plugins:maven-compiler-plugin"
|
||||
%pom_remove_plugin "org.apache.maven.plugins:maven-jar-plugin"
|
||||
%pom_remove_plugin "org.apache.maven.plugins:maven-surefire-plugin"
|
||||
%pom_remove_plugin "org.codehaus.mojo:build-helper-maven-plugin"
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
@ -54,6 +53,9 @@ This package contains the parent pom file for FasterXML.com projects.
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Tue Dec 05 2023 Red Hat PKI Team <rhcs-maint@redhat.com> - 56-1
|
||||
- Rebase to version 56
|
||||
|
||||
* Thu Nov 24 2022 Chris Kelley <ckelley@redhat.com> - 49-1
|
||||
- Update to version 49
|
||||
- Resolves: #2070122
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (oss-parent-49.tar.gz) = 221e73acd80dc9268eb52af6c9ed5ad93968bce6be734d2443348e1dcde6f44d6dca8dd0171b24dc94c08516347010cb410cbbcada071cd048679aa1cd6ff226
|
||||
SHA512 (oss-parent-56.tar.gz) = f2f8b310c4e64cfa5d51a131b81069a39b5b56536989133cde1d8c227549694d1da3ff8ede80596552772f9ab0bff502439c4fe1fe569b3102fb9ab6983620fc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user