Tue, 23 Apr 2024 16:37:08 UTC | login

Information for build jigawatts-0.2-0.3.20210802e814e2f.el9

ID13533
Package Namejigawatts
Version0.2
Release0.3.20210802e814e2f.el9
Epoch
DraftFalse
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/jigawatts#c368530e92ec3f828bcef16d0be79181bf0feb4c
SummaryJava CRIU helper
DescriptionCRIU is a Linux utility that allows the checkpointing and restoring of processes.You can read more about CRIU at criu.org. CRIU for Java is a package which makes it more convenient to use CRIU from Java.
Built byahughes
State complete
Volume DEFAULT
StartedTue, 17 Aug 2021 00:10:56 UTC
CompletedTue, 17 Aug 2021 00:11:57 UTC
Taskbuild (c9s-candidate, /redhat/centos-stream/rpms/jigawatts:c368530e92ec3f828bcef16d0be79181bf0feb4c)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/jigawatts#c368530e92ec3f828bcef16d0be79181bf0feb4c'}}
Tags
c9s-pending
c9s-pending-signed
RPMs
src
jigawatts-0.2-0.3.20210802e814e2f.el9.src.rpm (info) (download)
aarch64
jigawatts-0.2-0.3.20210802e814e2f.el9.aarch64.rpm (info) (download)
jigawatts-javadoc-0.2-0.3.20210802e814e2f.el9.aarch64.rpm (info) (download)
jigawatts-debuginfo-0.2-0.3.20210802e814e2f.el9.aarch64.rpm (info) (download)
jigawatts-debugsource-0.2-0.3.20210802e814e2f.el9.aarch64.rpm (info) (download)
ppc64le
jigawatts-0.2-0.3.20210802e814e2f.el9.ppc64le.rpm (info) (download)
jigawatts-javadoc-0.2-0.3.20210802e814e2f.el9.ppc64le.rpm (info) (download)
jigawatts-debuginfo-0.2-0.3.20210802e814e2f.el9.ppc64le.rpm (info) (download)
jigawatts-debugsource-0.2-0.3.20210802e814e2f.el9.ppc64le.rpm (info) (download)
s390x
jigawatts-0.2-0.3.20210802e814e2f.el9.s390x.rpm (info) (download)
jigawatts-javadoc-0.2-0.3.20210802e814e2f.el9.s390x.rpm (info) (download)
jigawatts-debuginfo-0.2-0.3.20210802e814e2f.el9.s390x.rpm (info) (download)
jigawatts-debugsource-0.2-0.3.20210802e814e2f.el9.s390x.rpm (info) (download)
x86_64
jigawatts-0.2-0.3.20210802e814e2f.el9.x86_64.rpm (info) (download)
jigawatts-javadoc-0.2-0.3.20210802e814e2f.el9.x86_64.rpm (info) (download)
jigawatts-debuginfo-0.2-0.3.20210802e814e2f.el9.x86_64.rpm (info) (download)
jigawatts-debugsource-0.2-0.3.20210802e814e2f.el9.x86_64.rpm (info) (download)
Logs
aarch64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
ppc64le
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
s390x
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
x86_64
build.log
hw_info.log
installed_pkgs.log
mock_output.log
root.log
state.log
Changelog * 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. - This also ensures use of the standard build flags and installs the jar in the expected location. - Resolves: rhbz#1972029 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-0.2.20210701c15dd4c - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Thu Jul 01 2021 Jiri Vanek <jvanek@redhat.com> - 0.2-0.1.20210701c15dd4c - criu-devel moved to BR - now requires criu-libs - enabled debuginfo generation - excluded i686 build as criu is 64b only - .so file moved out of jar. Required teo patches: - added and applied patch0 output_loc.patch - added and applied patch1 load_library.patch - on aarch64 workarounded missing lib64 on /usr/LD_LIBRARY_PATH * Wed Apr 14 2021 Jiri Vanek <jvanek@redhat.com> - 0.2-0.1.20210701c15dd4c - initial build - added requires of criu-devel