On 25. 05. 22 2:52, Maxwell G via epel-devel wrote:
On Tuesday, May 24, 2022 6:56:41 PM CDT Orion Poplawski wrote:
Sure, except I know nothing about how docs.fp.o works ;)

The source code for the EPEL docs page is here[1]. Honestly, I'm not super
familiar with it either :).

[1]: https://pagure.io/epel/tree/main

It looks like it's hard-coded to python3dist, so I think it has to
change to %{py38_dist}.

I looked at the macros file on Fedora and saw that it was dynamic, but I was
too lazy to look at an actual EL 8 system and notice it hadn't been backported
;(. I opened https://bugzilla.redhat.com/show_bug.cgi?id=2090007. Let's see
what the RHEL Python maintainers have to say... As far as I know, `%
{py38_dist}` doesn't exist at all.

Just for the record. We can fix %{py3_dist} to include the 3.X part, but it will only work when either %python3_pkgversion is redefined in the specfile or python3X-rpm-macros are installed in the buildSRPM buildroot (and the latter is not happening for Koji builds). I.e. doing just this:

BuildRequires: python38-rpm-macros
BuildRequires: %{py3_dist ...}

Will *not* work. That is a limitation we cannot workaround.

--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
_______________________________________________
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-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/epel-devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to