On Wednesday, 08 July 2020 at 15:19, Igor Raits wrote:
> On Wed, 2020-07-08 at 14:13 +0200, Vitaly Zaitsev via devel wrote:
> > On 07.07.2020 19:57, Orion Poplawski wrote:
> > > What's the plan for EPEL8/7 compatibility?
> > 
> > +1. The new Cmake macros behaviour must be backported to EPEL7/8.
> 
> Feel free to submit patches to cmake3 and epel-rpm-macros.

Sorry, but when you break other packagers workflows, the least you can
do is provide a clean solution to make them work again. Making a change
and telling affected people to "fix it themselves" is just not
excellent.

> > Currently all fixed by proven packages SPEC files cannot be built on
> > EPEL branches.

A better way would have been to introduce a new macro and migrate all
packages to it gradually. Then, after giving a sufficient grace period,
at some point you could make the old macro error out pointing to
current documentation.

Currently, I have top adapt all my cmake-using specs that were doing
out-of-tree builds across Fedora and EPEL using the %cmake3 macro.

This doesn't work anymore:

mkdir -p build
cd build
%cmake3 \
    ..
%make_build

And that makes me grumpy unless you can provide a clean way to make
this work again across Fedora and EPEL without any %ifdefs.

Regards,
Dominik
-- 
Fedora   https://getfedora.org  |  RPM Fusion  http://rpmfusion.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
        -- from "Collected Sayings of Muad'Dib" by the Princess Irulan
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to