Bug 445967 - Fedora-packager needs to require curl
Summary: Fedora-packager needs to require curl
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: fedora-packager
Version: 9
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Dennis Gilmore
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 448134 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-05-10 17:41 UTC by Konstantin Ryabitsev
Modified: 2009-03-19 16:23 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-03-19 16:23:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Konstantin Ryabitsev 2008-05-10 17:41:19 UTC
$ make new-sources FILES=yaz-3.0.26.tar.gz  
Checking : yaz-3.0.26.tar.gz on
https://cvs.fedoraproject.org/repo/pkgs/upload.cgi...
/bin/sh: line 5: curl: command not found
ERROR: could not check remote file status
make: *** [new-sources] Error 255

$ rpm -q fedora-packager
fedora-packager-0.3.0-1.fc9.noarch

Comment 1 Bug Zapper 2008-05-14 10:58:18 UTC
Changing version to '9' as part of upcoming Fedora 9 GA.
More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 Chris Ricker 2008-05-18 19:36:41 UTC
Needs to require both ruby and curl

[kaboom@scratchmonkey devel]$ make new-sources FILES="rrdtool-1.3rc4.tar.gz" 
sh: ruby: command not found
sh: ruby: command not found

Checking : rrdtool-1.3rc4.tar.gz on
https://cvs.fedoraproject.org/repo/pkgs/upload.cgi...
/bin/sh: line 5: curl: command not found
ERROR: could not check remote file status
make: *** [new-sources] Error 255
[kaboom@scratchmonkey devel]$


Comment 3 Andreas Thienemann 2008-09-07 12:47:58 UTC
*** Bug 448134 has been marked as a duplicate of this bug. ***

Comment 4 Dennis Gilmore 2009-03-19 16:23:07 UTC
Ruby is not required at all,  curl has been added with fedora-packager-0.3.3-1.fc9

ruby is used at build time in your spec file.


Note You need to log in before you can comment on or make changes to this bug.