Compare commits

...

7 Commits
f38 ... f39

Author SHA1 Message Date
Fedora Release Engineering 19c2742d35 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Chris Kelley f976134569 Conditionalise use of ExclusiveArch
2 years ago
Chris Kelley 54905da41e Bump release so can rebuild
2 years ago
Chris Kelley 55776200d6 Update to version 2.15
2 years ago
Chris Kelley f761a466d0 Introduce Packit configuration
2 years ago
Chris Kelley fa157c1ac3 Revert "Update to vesion 2.15"
2 years ago
Chris Kelley 5b8960e283 Update to vesion 2.15
2 years ago

1
.gitignore vendored

@ -10,3 +10,4 @@
/jackson-parent-2.10.tar.gz /jackson-parent-2.10.tar.gz
/jackson-parent-2.11.tar.gz /jackson-parent-2.11.tar.gz
/jackson-parent-2.14.tar.gz /jackson-parent-2.14.tar.gz
/jackson-parent-2.15.tar.gz

@ -0,0 +1,20 @@
----
downstream_package_name: jackson-parent
specfile_path: jackson-parent.spec
upstream_package_name: jackson-parent
upstream_project_url: https://github.com/FasterXML/jackson-parent
upstream_tag_template: jackson-parent-{version}
actions:
post-upstream-clone:
- "wget https://src.fedoraproject.org/rpms/jackson-parent/raw/main/f/jackson-parent.spec -O jackson-parent.spec"
jobs:
- job: pull_from_upstream
trigger: release
dist_git_branches:
- fedora-development
# We cannot do koji_build/bodhi_update jobs yet as we need to use
# a side-tag and this is no supported yet. We can add them is this
# issue gets resolved: https://github.com/packit/packit/issues/1870

@ -1,6 +1,6 @@
Name: jackson-parent Name: jackson-parent
Version: 2.14 Version: 2.15
Release: 2%{?dist} Release: 3%{?dist}
Summary: Parent pom for all Jackson components Summary: Parent pom for all Jackson components
License: Apache-2.0 License: Apache-2.0
@ -14,7 +14,9 @@ BuildRequires: maven-local
BuildRequires: mvn(com.fasterxml:oss-parent:pom:) BuildRequires: mvn(com.fasterxml:oss-parent:pom:)
BuildArch: noarch BuildArch: noarch
%if 0%{?fedora}
ExclusiveArch: %{java_arches} noarch ExclusiveArch: %{java_arches} noarch
%endif
%description %description
Project for parent pom for all Jackson components. Project for parent pom for all Jackson components.
@ -36,6 +38,12 @@ sed -i 's/\r//' LICENSE
%license LICENSE %license LICENSE
%changelog %changelog
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.15-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Mon Jun 19 2023 Chris Kelley <ckelley@redhat.com> - 2.15-1
- Update to version 2.15
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-2 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

@ -1 +1 @@
SHA512 (jackson-parent-2.14.tar.gz) = 2c7ee924a5d1335192bafdd91881ab4320364c1abbd0225e57ad6ca7f4f938282d88a437adc303f949e2b172ee0e8fdbe3144b4577fbed046389166773dfeb95 SHA512 (jackson-parent-2.15.tar.gz) = 66d174ef3007dd09bcb17e3beafeac1efbc55737c12a5b38767b06bdf43d99d70b39d477abef2d121b56d89581a624e5975204b396d6446bc33f7450444df82a

Loading…
Cancel
Save