You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So this looks like an Amazon Linux bug to me. Check this out:
$ docker run -it amazonlinux:latest
bash-5.2# rpm --eval "%{?fedora}"
34
I know that Amazon Linux is based on / forked from Fedora but this surely cannot be correct, can it? For example Centos is forked from Fedora to and it evaluates the macro to nothing:
$ docker run -it quay.io/centos/centos:stream9
[root@b935674e81de /]# rpm --eval "%{?fedora}"
Also, I do not see the dnf plugin, dnf-plugins-extras-tracer, as part of the spec file as mentioned here:
The DNF plugin is in the dnf-plugins-extras repository
Hi,
Would it be possible to add AL2023 to your copr repos for Tracer? The default spec fails to build as AL2023 is based on Fedora but does not have dnf5. I removed the dependency and built tracer in my own copr repo.
https://copr.fedorainfracloud.org/coprs/faramirza/al2023/build/8450415/
Also, I do not see the dnf plugin,
dnf-plugins-extras-tracer
, as part of the spec file as mentioned here:https://tracer.readthedocs.io/en/latest/get-tracer.html
The text was updated successfully, but these errors were encountered: