Re: rpm http get request, and the questionmark char failure

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




but is not easier to fix it?

--- lib/misc.c.orig	2003-06-04 14:14:07.000000000 -0400
+++ lib/misc.c	2005-02-08 15:59:07.000000000 -0500
@@ -249,7 +249,7 @@
     char c;
     int open = 0;

-    (void) urlPath(patternURL, &p);
+    if (urlPath(patternURL, &p)==URL_IS_HTTP) return 0;
     while ((c = *p++) != '\0')
 	switch (c) {
 	case '+':

It looks like they started to write it, but never finished it.


On Sat, 13 Aug 2005, Bob Proulx wrote:

Jason Pyeron wrote:
Is there a better avenue for this than banging my head against the wall?
...
rpm -i
https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=109200&action=view

where there is a ?, globing character, it will try to search, like ftp or
file system, hence failing.

I would just wget the file first and then rpm install the file second.

 wget -O rpmbug143885-1-0.noarch.rpm 'https://bugzilla.redhat.com/bugzilla/attachment.cgi?id=109200&action=view'

 rpm -Uvh rpmbug143885-1-0.noarch.rpm

Bob

_______________________________________________
Rpm-list mailing list
Rpm-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/rpm-list


--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                      PD Inc. http://www.pdinc.us -
- Partner & Sr. Manager             7 West 24th Street #100     -
- +1 (443) 921-0381                 Baltimore, Maryland 21218   -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, purge the message from your system and notify the sender immediately. Any other use of the email by you is prohibited.

_______________________________________________
Rpm-list mailing list
Rpm-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/rpm-list

[Index of Archives]     [RPM Ecosystem]     [Linux Kernel]     [Red Hat Install]     [PAM]     [Red Hat Watch]     [Red Hat Development]     [Red Hat]     [Gimp]     [Yosemite News]     [IETF Discussion]

  Powered by Linux