4.3.4 specfile's Sources is not a valid URL

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
nagmoto
Posts: 195
Joined: Fri Jan 09, 2015 8:05 am

4.3.4 specfile's Sources is not a valid URL

Post by nagmoto »

There is block in Fredora EPEL repo to prevent 4.3.4 from being built.

https://bugzilla.redhat.com/show_bug.cgi?id=1480934
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.
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.

Code: Select all

Source0: http://dl.sf.net/nagios/nagios-%{version}.tar.gz
Following URL is valid one.

Code: Select all

https://github.com/NagiosEnterprises/nagioscore/releases/download/nagios-%{version}/nagios-%{version}.tar.gz
Can you work with Fedora EPEL rpm maintainer to fix this issue ?

Thanks
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: 4.3.4 specfile's Sources is not a valid URL

Post by scottwilkerson »

I will work with the EPEL maintainer to update the source, however just for clarity this doesn't actually create new versions, they must be pushed directly by a maintainer.
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
nagmoto
Posts: 195
Joined: Fri Jan 09, 2015 8:05 am

Re: 4.3.4 specfile's Sources is not a valid URL

Post by nagmoto »

Thanks Scott
Please close this thread when this issue is resolved at https://bugzilla.redhat.com/show_bug.cgi?id=1480934
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: 4.3.4 specfile's Sources is not a valid URL

Post by scottwilkerson »

will do
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked