Bug 12009 - rpm -F with ftp://...
Summary: rpm -F with ftp://...
Keywords:
Status: CLOSED DUPLICATE of bug 20607
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: rpm
Version: 6.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeff Johnson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-06-09 04:32 UTC by kribs
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-09-14 17:57:53 UTC
Embargoed:


Attachments (Terms of Use)

Description kribs 2000-06-09 04:32:20 UTC
Using rpm-3.0.4-0.48, I find that, say,

rpm -F "ftp://mirrorsite.mirror/..../redhat-updates/6.2/i386/netscape*.rpm"

copies all netscape files into /var/tmp, and proceeds to install
all (three) netscape rpm packages regardless of what is currently 
installed.  For example, I don't have communicator installed, yet
the above proceeded to install it.  However, if I ftp all of these 
netscape packages to /tmp and run

rpm -F /tmp/netscape*.rpm

then only those pieces of netscape currently installed are 
upgraded (i.e., correct `freshen' behavior).

Is there a fix?

Thanks,
      - Graham

Comment 1 Jeff Johnson 2000-07-31 17:01:34 UTC
Rpm insulates itself from network indeterminancy by downlaoding the entire
package before
checking (and in the -F case, discarding) if the package should be installed. At
the
moment this is a "feature", not a bug (although I understand perfectly why you
wish
the behavior changed.)

Comment 2 Jeff Johnson 2001-01-09 16:29:44 UTC

*** This bug has been marked as a duplicate of 20607 ***


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