Information for build perl-Dist-CheckConflicts-0.11-5.oc9

ID19485
Package Nameperl-Dist-CheckConflicts
Version0.11
Release5.oc9
Epoch
Sourcegit+https://gitee.com/src-opencloudos-rpms/perl-Dist-CheckConflicts.git?.#d66a851f5c650a2a42cbb4b54a6fcd8bc42ded80
SummaryDeclare version conflicts for your dist
DescriptionOne shortcoming of the CPAN clients that currently exist is that they have no way of specifying conflicting downstream dependencies of modules. This module attempts to work around this issue by allowing you to specify conflicting versions of modules separately, and deal with them after the module is done installing. For instance, say you have a module Foo, and some other module Bar uses Foo. If Foo were to change its API in a non-backwards-compatible way, this would cause Bar to break until it is updated to use the new API. Foo can't just depend on the fixed version of Bar, because this will cause a circular dependency (because Bar is already depending on Foo), and this doesn't express intent properly anyway - Foo doesn't use Bar at all. The ideal solution would be for there to be a way to specify conflicting versions of modules in a way that would let CPAN clients update conflicting modules automatically after an existing module is upgraded, but until that happens, this module will allow users to do this manually.
Built bydenisecheng
State complete
Volume DEFAULT
StartedMon, 08 Jan 2024 08:02:59 CST
CompletedMon, 08 Jan 2024 08:04:20 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/perl-Dist-CheckConflicts.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/perl-Dist-CheckConflicts.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
dist-oc9.0-compose
RPMs
src
perl-Dist-CheckConflicts-0.11-5.oc9.src.rpm (info) (download)
noarch
perl-Dist-CheckConflicts-0.11-5.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.11-5 - Rebuilt for OpenCloudOS Stream 23.09 * Tue Aug 15 2023 Xiaojie Chen <jackxjchen@tencent.com> - 0.11-4 - Remove perl(:MODULE_COMPAT) which will be generated by perl-generators >= 1.15 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.11-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.11-2 - Rebuilt for OpenCloudOS Stream 23 * Wed Aug 17 2022 Wang Zhe <bessiewang@tencent.com> - 0.11-1 - initial build