Information for build perl-Schedule-Cron-1.07-1.fc45

ID225419
Package Nameperl-Schedule-Cron
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.07
Release1.fc45
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/perl-Schedule-Cron.git#1cc7a4dd95c189c963603ab6ed081c2e523ca9f6
SummaryProvides a simple but complete cron like scheduler
DescriptionThis module provides a simple but complete cron like scheduler. I.e this modules can be used for periodically executing Perl subroutines. The dates and parameters for the subroutines to be called are specified with a format known as crontab entry (see man page crontab(5) or documentation of Schedule::Cron). The philosophy behind Schedule::Cron is to call subroutines periodically from within one single Perl program instead of letting cron trigger several (possibly different) Perl scripts. Everything under one roof. Furthermore Schedule::Cron provides mechanism to create crontab entries dynamically, which isn't that easy with cron. Schedule::Cron knows about all extensions (well, at least all extensions I'm aware of, i.e those of the so called "Vixie" cron) for crontab entries like ranges including 'steps', specification of month and days of the week by name or coexistence of lists and ranges in the same field. And even a bit more (like lists and ranges with symbolic names). This module is rather effective concerning system load. It calculates the execution dates in advance and will sleep until those dates are reached (and wont wake up every minute to check for execution like cron). However, it relies on the accuracy of your sleep() system call.
Built byhezhengyu
State complete
Volume DEFAULT
StartedMon, 31 Aug 2026 05:56:24 CST
CompletedMon, 31 Aug 2026 05:59:46 CST
Taskbuild (f45, /rpms/perl-Schedule-Cron.git:1cc7a4dd95c189c963603ab6ed081c2e523ca9f6)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Schedule-Cron.git#1cc7a4dd95c189c963603ab6ed081c2e523ca9f6'}}
Tags
f45
RPMs
src
perl-Schedule-Cron-1.07-1.fc45.src.rpm (info) (download)
noarch
perl-Schedule-Cron-1.07-1.fc45.noarch.rpm (info) (download)
Logs
noarch
dnf5.log
build.log
state.log
installed_pkgs.log
mock_output.log
mock_config.log
root.log
hw_info.log
noarch_rpmdiff.json
Changelog * Sun Aug 02 2026 Andrew Bauer <zonexpertconsulting@outlook.com> - 1.07-1 - 1.07 release * Mon Jul 20 2026 Andrew Bauer <zonexpertconsulting@outlook.com> - 1.06-1 - 1.06 release * Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.05-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.05-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.05-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.05-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Tue Aug 06 2024 Miroslav Suchý <msuchy@redhat.com> - 1.05-6 - convert license to SPDX