Name: | perl-Dist-CheckConflicts |
---|---|
Version: | 0.11 |
Release: | 23.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 32717 |
License: | GPL+ or Artistic |
RPM: | perl-Dist-CheckConflicts-0.11-23.el9.noarch.rpm |
Source RPM: | perl-Dist-CheckConflicts-0.11-23.el9.src.rpm |
Build Date: | Tue Jan 11 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Dist-CheckConflicts |
Summary: | Declare version conflicts for your dist |
Description: | One 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. |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Perl 5.32 rebuild
- Spec tidy-up - Use author-independent source URL - Drop support for building with Test::More < 0.88 - Specify all build dependencies - Drop redundant buildroot cleaning in %install section - Simplify find command using -delete - Fix permissions verbosely - Use %license where possible
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild