Subject: | Remove older releases with version numbers that confuse RPM |
This is a (revised) chunk of RPM spec file declaration. It shows that the RPM packaging system gets confused when trying to package and fetch a version of ExtUtils::XSpp 0.18 and newer because CPAN has a release that RPM sees as newer but isn't.
* Spec file:
# 0.1700 is newer than 0.18 from Rpm/Yum point of view, but not from Perl
# so that's why we have = 0.18 instead of >= 0.18
BuildRequires: ExtUtils::XSpp = 0.18
***
Specifically, versions 0.1700, 0.603, 0.602 and 0.601, all appear as newer than 0.18. Is it possible to please delete the old releases?
Thank you,
Sawyer.
(a few desks over)