RPM Community Forums

Mailing List Message of <rpm-devel>

RE: Releasing rpm-5.0.1

From: Stefan Westmeier <stefan_westmeier@hotmail.de>
Date: Wed 30 Jan 2008 - 15:58:17 CET
Message-ID: <BAY115-W27982970412A586DF45B598360@phx.gbl>

Hi,
 
Just verified in my environment: works there as well!!By the way: --noparentdirs is necessary. Otherwise there are complaints about missing
depdencies for directories. Did not find any hint in man page or --help output.
 
Thx,
Stefan


From: n3npq@mac.comSubject: Re: Releasing rpm-5.0.1Date: Mon, 28 Jan 2008 12:59:55 -0500To: rpm-devel@rpm5.org

Here is the test case I used (with the patch):




+ rpm=rpm
+ pre=/tmp/most
+ opts='--noparentdirs --dbpath /tmp/most/var/lib/rpm'
+ pkgs='most_if-1.0-1.i686.rpm most-bin-1.0-1-req-1.1.i686.rpm'
+ rm -rf /tmp/most
+ mkdir -p /tmp/most/var/lib/rpm
+ rpm -Uvh --noparentdirs --dbpath /tmp/most/var/lib/rpm --relocate /=/tmp/most most_if-1.0-1.i686.rpm most-bin-1.0-1-req-1.1.i686.rpm
error: Failed dependencies:
        most_if = 1.1 is needed by most-bin-1.0-1.i686

Thanks for poking me again to look, this fix most definitely needs to be in rpm-5.0.1.

73 de Jeff
Received on Wed Jan 30 15:58:20 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.