Thu, 24 Apr 2025 23:17:15 MSK | login

Information for build yum-plugin-universal-hooks-0.1-13.el8.inferit

ID12763
Package Nameyum-plugin-universal-hooks
Version0.1
Release13.el8.inferit
Epoch
Sourcegit+http://git.inferitos.ru/rpms/yum-plugin-universal-hooks#ac4f7879bb740949e23873cbbb79bf8afbf1f9fb
SummaryYum plugin to run arbitrary commands at any slot. For slots involving package transactions it can be limited to a specific name or glob.
DescriptionThis plugin allows us to drop scripts into certain paths in order to run arbitrary actions during any slot dnf or yum supports. It can be for all packages or, if the slot involves a transaction with packages involved, for specific packages or packages that match a certain wildcard patterns.
Built byscherevko
State complete
Volume DEFAULT
StartedThu, 18 Apr 2024 17:16:50 MSK
CompletedThu, 18 Apr 2024 17:19:10 MSK
Taskbuild (inferit-8_9-extras, /rpms/yum-plugin-universal-hooks/:changed/i8/yum-plugin-universal-hooks-0.1-13.el8.inferit)
Extra{'source': {'original_url': 'git+http://git.inferitos.ru/rpms/yum-plugin-universal-hooks/?#changed/i8/yum-plugin-universal-hooks-0.1-13.el8.inferit'}}
Tags
inferit-8_10-extras
RPMs
src
yum-plugin-universal-hooks-0.1-13.el8.inferit.src.rpm (info) (download)
x86_64
yum-plugin-universal-hooks-0.1-13.el8.inferit.x86_64.rpm (info) (download)
Logs
x86_64
root.log
state.log
mock_output.log
installed_pkgs.log
hw_info.log
build.log
Changelog * Thu Apr 18 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 0.1-13.inferit - Rebuilt for MSVSphere 8.10 * Thu Sep 29 2022 Julian Brown <julian.brown@cpanel.net> - 0.1-13 - ZC-10009: Add changes so that it builds on AlmaLinux 9 * Mon Jul 06 2020 Dan Muey <dan@cpanel.net> - 0.1-12 - ZC-7100: install dnf version on C8 and above * Tue May 26 2020 Julian Brown <julian.brown@cpanel.net> - 0.1-11 - ZC-6880: Build on C8 * Mon Sep 09 2019 Dan Muey <dan@cpanel.net> - 0.1-10 - ZC-5357: skip duplicate members to avoid running a hook more than once for no reason * Fri Sep 16 2016 Darren Mobley <darren@cpanel.net> - 0.1-9 - HB-1952: Added support for sending an argument of --pkglist=/path/to/file that has a line by line list of each rpm package being handled by the current operation to the wildcard scripts * Mon Jun 20 2016 Dan Muey <dan@cpanel.net> - 0.1-8 - EA-4383: Update Release value to OBS-proof versioning * Wed Jun 03 2015 Darren Mobley <darren@cpanel.net> - 0.1-7 - Added sort function to glob to ensure scripts are run in expected order * Thu May 07 2015 Dan Muey <dan@cpanel.net> - 0.1-6 - Add Vendor field - Add README.md version of internal wiki doc - Overlooked name updates * Wed May 06 2015 Dan Muey <dan@cpanel.net> - 0.1-5 - Rename to a more descriptive, non-cpanel specific name (since it can be used on any server) * Wed May 06 2015 Dan Muey <dan@cpanel.net> - 0.1-4 - Update license from cpanel to BSD 2-Clause * Tue Mar 10 2015 Dan Muey <dan@cpanel.net> - 0.1-3 - use yum_pluginslib instead of _libdir for the plugins path * Fri Mar 06 2015 Dan Muey <dan@cpanel.net> - 0.1-2 - path fixes * Thu Mar 05 2015 Dan Muey <dan@cpanel.net> - 0.1-1 - implement spec file