-
Notifications
You must be signed in to change notification settings - Fork 138
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
Unable to build RPM on Centos 7 #148
Comments
I'm certain this is broken because of the version<->git integration I built when we migrated to github. The tar is correctly named, bbut the dist-rpm command and rpm command likely aren't built to handle this integration. I'll tag this as a bug. I don't have time to address it, but I'd definitely have time to review patches that fix it. Even better, if you could write a TravisCI test that tests building rpms, that would be fantastic. |
Now there should be fix for this which is merged on master |
Can this issue be closed? It seems to have been resolved, right? |
Indeed! |
Is there any known issues with this?
I've cloned this repository and run the following:
make rpm
says there is nothing to doI tried
make dist-rpm
also, but this fails because the tar produced bydist
is incorrectly named, it seems to have the namegearmand-1.1.17-6-<random hex>.tar.gz
.Also, I had to manually create a rpmbuild folder in the root directory. I'm guessing that this is all expected to be created by the user? If this is the case, the readme needs an update, as it says that we can simply use
make rpm
The text was updated successfully, but these errors were encountered: