Compare commits
No commits in common. "c8-beta-stream-10.6" and "stream-pki-deps-10.6-rhel-8.10.0" have entirely different histories.
c8-beta-st
...
stream-pki
5
.gitignore
vendored
5
.gitignore
vendored
@ -1 +1,4 @@
|
||||
SOURCES/jackson-parent-2.14.tar.gz
|
||||
SOURCES/jackson-parent-2.10.tar.gz
|
||||
/jackson-parent-2.10.tar.gz
|
||||
/jackson-parent-2.14.tar.gz
|
||||
/jackson-parent-2.19.1.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
f57009f702b5fd1d3392713e390b42b8eb33a5ef SOURCES/jackson-parent-2.14.tar.gz
|
@ -1,5 +1,5 @@
|
||||
Name: jackson-parent
|
||||
Version: 2.14
|
||||
Version: 2.19.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Parent pom for all Jackson components
|
||||
License: Apache-2.0
|
||||
@ -10,8 +10,6 @@ Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
# reported @ https://github.com/FasterXML/jackson-parent/issues/1
|
||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
|
||||
Patch0: 0001-Sneak-in-version.junit-value-to-avoid-build-failures.patch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(com.fasterxml:oss-parent:pom:)
|
||||
|
||||
@ -25,7 +23,6 @@ Project for parent pom for all Jackson components.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
%patch -P 0 -p1
|
||||
|
||||
cp -p %{SOURCE1} LICENSE
|
||||
sed -i 's/\r//' LICENSE
|
||||
@ -41,6 +38,10 @@ sed -i 's/\r//' LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Jul 31 2025 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.19.1-1
|
||||
- Rebase to version 2.19.1
|
||||
- Resolves: RHEL-103106
|
||||
|
||||
* Tue Nov 21 2023 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.14-1
|
||||
- Rebase to upstream version 2.14
|
||||
|
Loading…
Reference in New Issue
Block a user