Compare commits
No commits in common. "c10s" and "c8s" have entirely different histories.
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,2 @@
|
|||||||
/e814e2f0a9390b19a4073b074d43de8a0d121b8d.zip
|
SOURCES/1.21.0.0.0.tar.gz
|
||||||
/a5f8e31a4a967059498f820c5728f1deb0736c69.zip
|
|
||||||
/1.21.0.0.0.tar.gz
|
/1.21.0.0.0.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# recipients: java-qa
|
# recipients: java-qa
|
||||||
--- !Policy
|
--- !Policy
|
||||||
product_versions:
|
product_versions:
|
||||||
- rhel-9
|
- rhel-8
|
||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: %{uname}
|
Name: %{uname}
|
||||||
Version: 1.21.0.0.0
|
Version: 1.21.0.0.0
|
||||||
Release: 4%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Java CRIU helper
|
Summary: Java CRIU helper
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
URL: https://github.com/chflood/%{uname}
|
URL: https://github.com/chflood/%{uname}
|
||||||
@ -69,34 +69,37 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Apr 06 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1.21.0.0.0-4
|
* Sat Feb 19 2022 Andrew Hughes <gnu.andrew@redhat.com> - 1.21.0.0.0-3
|
||||||
- Bump release number to make RHEL 9.1 build later than RHEL 9 Beta & RHEL 9 GA builds
|
- Bump release for RHEL 8.6 build.
|
||||||
- Resolves: rhbz#2071920
|
- Resolves: rhbz#2000911
|
||||||
|
|
||||||
* Thu Sep 02 2021 Jiri Vanek <jvanek@redhat.com> - 1.21.0.0.0-2
|
* Thu Sep 02 2021 Jiri Vanek <jvanek@redhat.com> - 1.21.0.0.0-2
|
||||||
- Added gating yaml
|
- Added gating.yaml
|
||||||
- Resolves: rhbz#1989529
|
- Resolves: rhbz#2000911
|
||||||
|
|
||||||
* Tue Aug 31 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1.21.0.0.0-1
|
* Tue Aug 31 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1.21.0.0.0-1
|
||||||
- Rebase to upstream release, 1.21.0.0.0.
|
- Rebase to upstream release, 1.21.0.0.0.
|
||||||
- Resolves: rhbz#1972029
|
- Resolves: rhbz#1972024
|
||||||
|
|
||||||
* Sun Aug 29 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1.0~SNAPSHOT^20210827.a5f8e31-1
|
* Sun Aug 29 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1.0~SNAPSHOT^20210827.a5f8e31-1
|
||||||
- Store the upstream version (currently "1.0-SNAPSHOT") and snapshot info completely in the Version field rather than using Release.
|
- Store the upstream version (currently "1.0-SNAPSHOT") and snapshot info completely in the Version field rather than using Release.
|
||||||
- Resolves: rhbz#1972029
|
- Resolves: rhbz#1972024
|
||||||
|
|
||||||
* Sat Aug 28 2021 Andrew Hughes <gnu.andrew@redhat.com> - 0.2-0.4.20210807b2d3751
|
* Sat Aug 28 2021 Andrew Hughes <gnu.andrew@redhat.com> - 0.2-0.4.20210807b2d3751
|
||||||
- Update to latest upstream version with renamed package and consistent use of "jigawatts"
|
- Update to latest upstream version with renamed package and consistent use of "jigawatts"
|
||||||
- Drop library patch which is no longer needed.
|
- Drop library patch which is no longer needed.
|
||||||
- Resolves: rhbz#1972029
|
- Resolves: rhbz#1972024
|
||||||
|
|
||||||
* Mon Aug 02 2021 Andrew Hughes <gnu.andrew@redhat.com> - 0.2-0.3.20210802a3007aa
|
* Mon Aug 02 2021 Andrew Hughes <gnu.andrew@redhat.com> - 0.2-0.3.20210802a3007aa
|
||||||
- Rewrite to use autotools build system, avoiding need for Maven dependencies missing in RHEL 9.
|
- Rewrite to use autotools build system, avoiding need for Maven dependencies missing in RHEL 9.
|
||||||
- This also ensures use of the standard build flags and installs the jar in the expected location.
|
- This also ensures use of the standard build flags and installs the jar in the expected location.
|
||||||
- Resolves: rhbz#1972029
|
- Resolves: rhbz#1972024
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-0.2.20210701c15dd4c
|
* Wed Jul 21 2021 Andrew Hughes <gnu.andrew@redhat.com> - 0.2-0.1.20210701c15dd4c
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
- Remove maven-surefire-provider-junit5 dependency as it doesn't exist in RHEL 8.
|
||||||
|
- Correct some typos.
|
||||||
|
- Unable to build until criu-devel is available in RHEL 8.
|
||||||
|
- Resolves: rhbz#1972024
|
||||||
|
|
||||||
* Thu Jul 01 2021 Jiri Vanek <jvanek@redhat.com> - 0.2-0.1.20210701c15dd4c
|
* Thu Jul 01 2021 Jiri Vanek <jvanek@redhat.com> - 0.2-0.1.20210701c15dd4c
|
||||||
- criu-devel moved to BR
|
- criu-devel moved to BR
|
||||||
@ -107,7 +110,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- added and applied patch0 output_loc.patch
|
- added and applied patch0 output_loc.patch
|
||||||
- added and applied patch1 load_library.patch
|
- added and applied patch1 load_library.patch
|
||||||
- on aarch64 workarounded missing lib64 on /usr/LD_LIBRARY_PATH
|
- on aarch64 workarounded missing lib64 on /usr/LD_LIBRARY_PATH
|
||||||
|
- Resolves: rhbz#1972024
|
||||||
|
|
||||||
* Wed Apr 14 2021 Jiri Vanek <jvanek@redhat.com> - 0.2-0.1.20210701c15dd4c
|
* Wed Apr 14 2021 Jiri Vanek <jvanek@redhat.com> - 0.2-0.1.20210701c15dd4c
|
||||||
- initial build
|
- initial build
|
||||||
- added requires of criu-devel
|
- added requires of criu-devel
|
||||||
|
- Resolves: rhbz#1972024
|
||||||
|
Loading…
Reference in New Issue
Block a user