Compare commits
No commits in common. 'f39' and 'i8c-stream-10.6' have entirely different histories.
f39
...
i8c-stream
@ -1,13 +1 @@
|
||||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/jackson-parent-2.4.1.tar.gz
|
||||
/jackson-parent-2.5.tar.gz
|
||||
/jackson-parent-2.6.2.tar.gz
|
||||
/jackson-parent-2.7-1.tar.gz
|
||||
/jackson-parent-2.9.1.tar.gz
|
||||
/jackson-parent-2.9.1.2.tar.gz
|
||||
/jackson-parent-2.10.tar.gz
|
||||
/jackson-parent-2.11.tar.gz
|
||||
/jackson-parent-2.14.tar.gz
|
||||
/jackson-parent-2.15.tar.gz
|
||||
SOURCES/jackson-parent-2.10.tar.gz
|
||||
|
@ -0,0 +1 @@
|
||||
b8a210847e21604cd9193fb2b33da74822ed1f27 SOURCES/jackson-parent-2.10.tar.gz
|
@ -1,20 +0,0 @@
|
||||
----
|
||||
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
|
@ -0,0 +1,27 @@
|
||||
From c3d210fb688b8891b789873708ccdb862735e413 Mon Sep 17 00:00:00 2001
|
||||
From: Dinesh Prasanth M K <dmoluguw@redhat.com>
|
||||
Date: Wed, 13 Nov 2019 13:32:09 -0500
|
||||
Subject: [PATCH] Sneak in version.junit value to avoid build failures
|
||||
|
||||
Signed-off-by: Dinesh Prasanth M K <dmoluguw@redhat.com>
|
||||
---
|
||||
pom.xml | 3 +++
|
||||
1 file changed, 3 insertions(+)
|
||||
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index faf065a..f4a3cee 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -63,6 +63,9 @@
|
||||
<javac.target.version>1.7</javac.target.version>
|
||||
<javac.debuglevel>lines,source,vars</javac.debuglevel>
|
||||
|
||||
+ <!-- Versions for other dependencies -->
|
||||
+ <version.junit>4</version.junit>
|
||||
+
|
||||
<!--
|
||||
| For automatically generating PackageVersion.java. Your child pom.xml must define
|
||||
| packageVersion.dir and packageVersion.package, and must set the phase of the
|
||||
--
|
||||
2.23.0
|
||||
|
@ -0,0 +1,78 @@
|
||||
Name: jackson-parent
|
||||
Version: 2.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Parent pom for all Jackson components
|
||||
License: ASL 2.0
|
||||
|
||||
URL: https://github.com/FasterXML/jackson-parent
|
||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
# jackson-parent package don't include the license file
|
||||
# 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:)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
Project for parent pom for all Jackson components.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
cp -p %{SOURCE1} LICENSE
|
||||
sed -i 's/\r//' LICENSE
|
||||
|
||||
%build
|
||||
%mvn_build -j
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Sun Dec 10 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.10-1
|
||||
- Rebuilt for MSVSphere 8.8
|
||||
|
||||
* Tue Nov 12 2019 Red Hat PKI Team <rhcs-maint@redhat.com> - 2.10-1
|
||||
- Update to latest upstream release
|
||||
|
||||
* Wed Feb 06 2019 Mat Booth <mat.booth@redhat.com> - 2.9.1.2-1
|
||||
- Update to latest upstream release
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Jan 11 2018 Mat Booth <mat.booth@redhat.com> - 2.9.1-1
|
||||
- Update to latest upstream release
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-3.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-2.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Mon Aug 22 2016 gil cattaneo <puntogil@libero.it> 2.7-1.1
|
||||
- update to 2.7-1
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Mon Sep 28 2015 gil cattaneo <puntogil@libero.it> 2.6.2-1
|
||||
- update to 2.6.2
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat Jan 31 2015 gil cattaneo <puntogil@libero.it> 2.5-1
|
||||
- update to 2.5
|
||||
|
||||
* Wed Jul 02 2014 gil cattaneo <puntogil@libero.it> 2.4.1-1
|
||||
- initial rpm
|
@ -1,127 +0,0 @@
|
||||
Name: jackson-parent
|
||||
Version: 2.15
|
||||
Release: 3%{?dist}
|
||||
Summary: Parent pom for all Jackson components
|
||||
License: Apache-2.0
|
||||
|
||||
URL: https://github.com/FasterXML/jackson-parent
|
||||
Source0: %{url}/archive/%{name}-%{version}.tar.gz
|
||||
# jackson-parent package don't include the license file
|
||||
# reported @ https://github.com/FasterXML/jackson-parent/issues/1
|
||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(com.fasterxml:oss-parent:pom:)
|
||||
|
||||
BuildArch: noarch
|
||||
%if 0%{?fedora}
|
||||
ExclusiveArch: %{java_arches} noarch
|
||||
%endif
|
||||
|
||||
%description
|
||||
Project for parent pom for all Jackson components.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
|
||||
cp -p %{SOURCE1} LICENSE
|
||||
sed -i 's/\r//' LICENSE
|
||||
|
||||
%build
|
||||
%mvn_build -j
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Tue Nov 08 2022 Chris Kelley <ckelley@redhat.com> - 2.14-1
|
||||
- Update to version 2.14
|
||||
- Update to use SPDX licence
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 2.11-8
|
||||
- Rebuilt for Drop i686 JDKs
|
||||
|
||||
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 2.11-7
|
||||
- Rebuilt for java-17-openjdk as system jdk
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.11-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 2.11-2
|
||||
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||
|
||||
* Mon May 25 2020 Fabio Valentini <decathorpe@gmail.com> - 2.11-1
|
||||
- Update to version 2.11.
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Oct 03 2019 Fabio Valentini <decathorpe@gmail.com> - 2.10-1
|
||||
- Update to version 2.10.
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Wed Feb 06 2019 Mat Booth <mat.booth@redhat.com> - 2.9.1.2-1
|
||||
- Update to latest upstream release
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Thu Jan 11 2018 Mat Booth <mat.booth@redhat.com> - 2.9.1-1
|
||||
- Update to latest upstream release
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-3.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-2.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Mon Aug 22 2016 gil cattaneo <puntogil@libero.it> 2.7-1.1
|
||||
- update to 2.7-1
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Mon Sep 28 2015 gil cattaneo <puntogil@libero.it> 2.6.2-1
|
||||
- update to 2.6.2
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sat Jan 31 2015 gil cattaneo <puntogil@libero.it> 2.5-1
|
||||
- update to 2.5
|
||||
|
||||
* Wed Jul 02 2014 gil cattaneo <puntogil@libero.it> 2.4.1-1
|
||||
- initial rpm
|
Loading…
Reference in new issue