We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My build failed with
RPM build errors: File not found: /root/rpmbuild/BUILDROOT/haproxy-1.5-dev25.1.x86_64/usr/share/man/man1/haproxy.1.gz
I had to change
%{_mandir}/man1/%{name}.1.gz
to
%{_mandir}/man1/%{name}.1
No clue is this fix really needed? But it worked for me.
The text was updated successfully, but these errors were encountered:
Thanks, haven't noticed that before. As soon as my build is running again I'll see if I'll incorporate the fix.
Sorry, something went wrong.
No branches or pull requests
My build failed with
I had to change
to
No clue is this fix really needed? But it worked for me.
The text was updated successfully, but these errors were encountered: