-
Notifications
You must be signed in to change notification settings - Fork 15
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
Cannot parse "%setup -q -n %(tar ft %SOURCE0|head -n1|sed s,/,,)" #233
Comments
Thanks, this is certainly a bug. |
This could be solved by creating a dummy source that would be a complete compressed tar archive containing a top-level directory rather than just a file header to fool rpm file type detection. However, I'm not sure it's worth doing for a single package. |
To be consistent it would make sense to do this for all supported (by rpm) archive types, but that would bring a substantial amount of additional dependencies. |
I think this does not need to be a fatal error. The warning will be enough. I am querying the preamble. I can live with partial parsing. |
Ok, I suppose it would be possible to define a state where a |
Still relevant. |
What happened? What is the problem?
During parsing dl_poly.spec I get
The specific line in that spec file is:
What did you expect to happen?
No response
Example URL(s)
No response
Steps to reproduce
No response
Workaround
Participation
The text was updated successfully, but these errors were encountered: