On 4/29/20 6:58 PM, Michel Alexandre Salim wrote:

<mock-chroot> sh-4.4# rpm -q python-rpm-macros
python-rpm-macros-3-37.el8.noarch
```

Is the epel8-playground builder somehow using an different version of python-rpm-macros? Happy to file a bug if I know where this should go.

root.log says epel8-playground is fetching python-rpm-macros-3-38, while my Mock is using 3-37, but if the CentOS AppStream build is comparable to the RHEL build, the only difference is this:

❯ diff -ru 37 38
diff -ru 37/usr/lib/rpm/macros.d/macros.python 38/usr/lib/rpm/macros.d/macros.python --- 37/usr/lib/rpm/macros.d/macros.python 2020-04-29 19:49:02.558205301 -0700 +++ 38/usr/lib/rpm/macros.d/macros.python 2020-04-29 19:49:13.547141007 -0700
@@ -5,7 +5,7 @@
 # the macro
 %py_build() %{expand:\\\
CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\\\ - %{__python} %{py_setup} %{?py_setup_args} build --executable="%{__python2} %{py_shbang_opts}" %{?*} + %{__python} %{py_setup} %{?py_setup_args} build --executable="%{__python} %{py_shbang_opts}" %{?*}
   sleep 1
 }

Intrigued,

--
Michel Alexandre Salim
profile: https://keybase.io/michel_slm
chat via email: https://delta.chat/
GPG key: 96A7 A6ED FB4D 2113 4056 3257 CAF9 AD10 ACB1 BEF2
_______________________________________________
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

Reply via email to