Wed, 21 Jan 2026 06:04:21 CST | login

Information for build perl-Dist-CheckConflicts-0.11-7.ocs23.rva23

ID24336
Package Nameperl-Dist-CheckConflicts
Version0.11
Release7.ocs23.rva23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-Dist-CheckConflicts.git?.#aa926cda9d7540fdc6903cc7225f5cada091946c
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 bymaxonxie
State complete
Volume DEFAULT
StartedThu, 27 Nov 2025 22:44:48 CST
CompletedFri, 28 Nov 2025 01:10:37 CST
Taskbuild (dist-ocs23-riscv-rva23, /opencloudos-stream/perl-Dist-CheckConflicts.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Dist-CheckConflicts.git?.#origin/master'}}
Tags
dist-ocs23-riscv-rva23
RPMs
src
perl-Dist-CheckConflicts-0.11-7.ocs23.rva23.src.rpm (info) (download)
noarch
perl-Dist-CheckConflicts-0.11-7.ocs23.rva23.noarch.rpm (info) (download)
Logs
noarch
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.11-7 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.11-6 - Rebuilt for loongarch release * 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