4.3.4 specfile's Sources is not a valid URL
Posted: Sun Aug 27, 2017 4:49 pm
There is block in Fredora EPEL repo to prevent 4.3.4 from being built.
https://bugzilla.redhat.com/show_bug.cgi?id=1480934
Following URL is valid one.
Can you work with Fedora EPEL rpm maintainer to fix this issue ?
Thanks
https://bugzilla.redhat.com/show_bug.cgi?id=1480934
In spec file, following line can't really fetch the tar tar ball after http://dl.sf.net/nagios/nagios-4.3.4.tar.gz is rendered from version variable.Upstream Release Monitoring 2017-08-24 20:23:36 EDT
One or more of the specfile's Sources is not a valid URL so we cannot automatically build the new version for you. Please use a URL in your Source declarations if possible.
Code: Select all
Source0: http://dl.sf.net/nagios/nagios-%{version}.tar.gz
Code: Select all
https://github.com/NagiosEnterprises/nagioscore/releases/download/nagios-%{version}/nagios-%{version}.tar.gz
Thanks