Click here to visit the old openkoji buildsystem (Archived)

Information for build perl-IPC-SharedCache-1.3-53.fc40

ID35311
Package Nameperl-IPC-SharedCache
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.3
Release53.fc40
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/perl-IPC-SharedCache.git#9ccff14a134c508196f1ca3d4e2208bca1582add
SummaryPerl module to manage a cache in SysV IPC shared memory
DescriptionThis module provides a shared memory cache accessed as a tied hash. Shared memory is an area of memory that is available to all processes. It is accessed by choosing a key, the ipc_key argument to tie. Every process that accesses shared memory with the same key gets access to the same region of memory. In some ways it resembles a file system, but it is not hierarchical and it is resident in memory. This makes it harder to use than a filesystem but much faster. The data in shared memory persists until the machine is rebooted or it is explicitly deleted.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 04 May 2024 11:04:36 CST
CompletedSat, 04 May 2024 11:13:47 CST
Taskbuild (f40, /rpms/perl-IPC-SharedCache.git:9ccff14a134c508196f1ca3d4e2208bca1582add)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-IPC-SharedCache.git#9ccff14a134c508196f1ca3d4e2208bca1582add'}}
Tags
f40
RPMs
src
perl-IPC-SharedCache-1.3-53.fc40.src.rpm (info) (download)
noarch
perl-IPC-SharedCache-1.3-53.fc40.noarch.rpm (info) (download)
Logs
noarch
root.log
installed_pkgs.log
state.log
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-53 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-52 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-51 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-50 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-49 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.3-48 - Perl 5.36 rebuild