I'm trying to build/prep an srpm file from this branch of qgis rpm (https://src.fedoraproject.org/rpms/qgis/pull-request/2). The problem is when I enter fedpkg prep/mockbuild in the linked branch (using qgis 3.18.2), it says:
fedpkg prep/mockbuild
$ fedpkg prep Downloading qgis-3.18.2.tar.bz2 ######################################################################## 100.0% Remove downloaded invalid file /media/Data/Git/rpms/qgis/qgis-3.18.2.tar.bz2 Could not execute prep: Server returned status code 404 $ fedpkg mockbuild Downloading qgis-3.18.2.tar.bz2 ######################################################################## 100.0% Remove downloaded invalid file /media/Data/Git/rpms/qgis/qgis-3.18.2.tar.bz2 Could not execute mockbuild: ('Could not download sources: %s', DownloadError('Server returned status code 404'))
Due to this, the scratch build fails. I'm sure that http://qgis.org/downloads/qgis-3.18.2.tar.bz2 exists since I can download it using wget. When I change the version to qgis-3.18.1, it works without issues. I'm very new to rpm packaging. What am I missing here?
http://qgis.org/downloads/qgis-3.18.2.tar.bz2
wget
qgis-3.18.1
Scratch that. It works now. Weird.
Metadata Update from @basilrabi: - Issue close_status updated to: Invalid - Issue status updated to: Closed (was: Open)