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
Describe the bug
rpmbuild -ta ./unbound-1.13.1.tar.gz fails because SPEC file references version 1.4 instead of 1.13.1. Updating SPEC file with version results in further errors.
To reproduce
Steps to reproduce the behavior:
Download unbound-1.13.1.tar.gz from nlnetlabs website
Run `rpmbuild -ta unbound-1.13.1.tar.gz
Expected behavior
rpmbuild should build binary RPM from source
System:
Unbound version: 1.13.1
OS: CentOS 7
The text was updated successfully, but these errors were encountered:
The spec files that are actually used by distros are maintained by themselves, these files are examples that have been contributed. There is contrib/unbound.spec and contrib/unbound.spec_fedora.
These are the fixes to the unbound.spec file so that it works with 1.13.1. It fixes the errors that rpmbuild reports.
Describe the bug
rpmbuild -ta ./unbound-1.13.1.tar.gz fails because SPEC file references version 1.4 instead of 1.13.1. Updating SPEC file with version results in further errors.
To reproduce
Steps to reproduce the behavior:
Expected behavior
rpmbuild should build binary RPM from source
System:
The text was updated successfully, but these errors were encountered: