-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.2 does not build on centos 7 #40
Comments
@bugfood can you post the output of:
On all my available CentOS environments this returns ".el7". As you can see from the WiP builds, the Docker builds has no issues with this either, leading me to believe this to be a problem with your local environment. Also check the output of:
The latest/current macros.dist provided by centos-release-7-9.2009.1.el7.centos.x86_64.rpm from repo contains:
|
Refer to the following CentOS bug tracker: https://bugs.centos.org/view.php?id=14955 |
Ah, I did not realize that had changed in centos 7.9. %dist was On centos 7.8:
I still think the code I pointed out has an issue, though; the conditional always evaluates to false. I think that either: |
I get the error:
This is because:
and:
On centos 7,
%{dist}
is.el7.centos
.The code is from: 6e607db
According to my testing, the
!?
form never seems to expand to anything, at least not without a default, e.g.%{!?amzn2:foo}
.I can't tell what the original intent was, though. Is amzn2 supposed to have dist.sh or not?
Thanks,
Corey
The text was updated successfully, but these errors were encountered: