Re: rpm 5.4.10 for testing in th-test

2012-09-14 Thread Artur Frysiak
On Fri, Sep 14, 2012 at 8:27 AM, Jan Rękorajski wrote: > On Tue, 11 Sep 2012, Artur Frysiak wrote: > >> On Tue, Sep 11, 2012 at 7:29 AM, Jan Rękorajski >> wrote: >> > On Mon, 10 Sep 2012, Artur Frysiak wrote: >> >> $ LC_ALL=C sudo rpm -Uhv systemd-187-4.x86_64.rpm >> >> systemd-libs-187-4.x86_64

Re: rpm 5.4.10 for testing in th-test

2012-09-13 Thread Jan Rękorajski
On Tue, 11 Sep 2012, Artur Frysiak wrote: > On Tue, Sep 11, 2012 at 7:29 AM, Jan Rękorajski wrote: > > On Mon, 10 Sep 2012, Artur Frysiak wrote: > >> $ LC_ALL=C sudo rpm -Uhv systemd-187-4.x86_64.rpm > >> systemd-libs-187-4.x86_64.rpm systemd-units-187-4.x86_64.rpm > >> udev-core-187-4.x86_64.rpm

Re: rpm 5.4.10 for testing in th-test

2012-09-13 Thread Jeffrey Johnson
On Sep 13, 2012, at 7:28 AM, Jan Rękorajski wrote: > On Wed, 12 Sep 2012, Jeffrey Johnson wrote: > >> But this isn't the time/pace to discuss relative merits >> of user/group management … the rpmdsCompare needs to >> be extended to include the namespace in the comparison. > > Would something li

Re: rpm 5.4.10 for testing in th-test

2012-09-13 Thread Jan Rękorajski
On Wed, 12 Sep 2012, Jeffrey Johnson wrote: > But this isn't the time/pace to discuss relative merits > of user/group management … the rpmdsCompare needs to > be extended to include the namespace in the comparison. Would something like this do the job (works-for-me)? Or is it too simplified? --

Re: rpm 5.4.10 for testing in th-test

2012-09-12 Thread Jeffrey Johnson
On Sep 12, 2012, at 2:56 AM, Jacek Konieczny wrote: > On Tue, Sep 11, 2012 at 11:06:45PM -0400, Jeffrey Johnson wrote: >> There's no well defined semantic for >> Provides: group(mpd) >> even if PLD has adopted some convention afaik. The >> Provides: group(mpd) >> is just a string and (

Re: rpm 5.4.10 for testing in th-test

2012-09-11 Thread Jacek Konieczny
On Tue, Sep 11, 2012 at 11:06:45PM -0400, Jeffrey Johnson wrote: > There's no well defined semantic for > Provides: group(mpd) > even if PLD has adopted some convention afaik. The > Provides: group(mpd) > is just a string and (imho) should be removed > if there are problems unless there

Re: rpm 5.4.10 for testing in th-test

2012-09-11 Thread Jan Rękorajski
On Tue, 11 Sep 2012, Jeffrey Johnson wrote: > > On Sep 11, 2012, at 5:22 PM, Jan Rękorajski wrote: > > >> > >> Any idea why the code above isn't being traversed? I'm > >> missing something here, any help appreciated. > > > > dep in question is of the TYPE_VERSION here, comes from package bein

Re: rpm 5.4.10 for testing in th-test

2012-09-11 Thread Jeffrey Johnson
On Sep 11, 2012, at 5:22 PM, Jan Rękorajski wrote: >> >> Any idea why the code above isn't being traversed? I'm >> missing something here, any help appreciated. > > dep in question is of the TYPE_VERSION here, comes from package being > installed and it is 'mpd < 0.16.5-4' > 'group(mpd)' comes

Re: rpm 5.4.10 for testing in th-test

2012-09-11 Thread Jan Rękorajski
On Tue, 11 Sep 2012, Jeffrey Johnson wrote: > > On Sep 11, 2012, at 4:49 PM, Jan Rękorajski wrote: > > >> > > > > No, it's this piece of code in rpmlib lib/depends.c:~1450: > > > > Got it … > > >mi = rpmtsInitIterator(ts, RPMTAG_PROVIDENAME, Name, 0); > >(void) rpmmiPrune(m

Re: rpm 5.4.10 for testing in th-test

2012-09-11 Thread Jeffrey Johnson
On Sep 11, 2012, at 4:49 PM, Jan Rękorajski wrote: >> > > No, it's this piece of code in rpmlib lib/depends.c:~1450: > Got it … >mi = rpmtsInitIterator(ts, RPMTAG_PROVIDENAME, Name, 0); >(void) rpmmiPrune(mi, >ts->removedPackages, ts->numRemovedPackag

Re: rpm 5.4.10 for testing in th-test

2012-09-11 Thread Jan Rękorajski
On Tue, 11 Sep 2012, Jeffrey Johnson wrote: > > On Sep 11, 2012, at 2:29 PM, Jan Rękorajski wrote: > > > On Tue, 11 Sep 2012, Jeffrey Johnson wrote: > > > >> On Sep 11, 2012, at 6:58 AM, Jan Rękorajski wrote: > >> > > $ rpm -q rpm > rpm-5.4.10-0.12.x86_64 > >>> > >>> The pro

Re: rpm 5.4.10 for testing in th-test

2012-09-11 Thread Jan Rękorajski
On Tue, 11 Sep 2012, Jeffrey Johnson wrote: > On Sep 11, 2012, at 6:58 AM, Jan Rękorajski wrote: > > >> > >> $ rpm -q rpm > >> rpm-5.4.10-0.12.x86_64 > > > > The problem comes from mpd and stunnel have Provides user(%{name}) and > > group(%{name}), and rpm mixes RPMNS_TYPE_USER/RPMNS_TYPE_GROU

Re: rpm 5.4.10 for testing in th-test

2012-09-11 Thread Jeffrey Johnson
On Sep 11, 2012, at 2:29 PM, Jan Rękorajski wrote: > On Tue, 11 Sep 2012, Jeffrey Johnson wrote: > >> On Sep 11, 2012, at 6:58 AM, Jan Rękorajski wrote: >> $ rpm -q rpm rpm-5.4.10-0.12.x86_64 >>> >>> The problem comes from mpd and stunnel have Provides user(%{name}) and >>> g

Re: rpm 5.4.10 for testing in th-test

2012-09-11 Thread Jeffrey Johnson
On Sep 11, 2012, at 6:58 AM, Jan Rękorajski wrote: >> >> $ rpm -q rpm >> rpm-5.4.10-0.12.x86_64 > > The problem comes from mpd and stunnel have Provides user(%{name}) and > group(%{name}), and rpm mixes RPMNS_TYPE_USER/RPMNS_TYPE_GROUP namespace > deps with RPMNS_TYPE_VERSION(?) causing P:grou

Re: rpm 5.4.10 for testing in th-test

2012-09-11 Thread Jan Rękorajski
On Tue, 11 Sep 2012, Jan Rękorajski wrote: > On Tue, 11 Sep 2012, Elan Ruusamäe wrote: > > > On 11.09.2012 13:58, Jan Rękorajski wrote: > > > On Tue, 11 Sep 2012, Artur Frysiak wrote: > > > > > >> On Tue, Sep 11, 2012 at 7:29 AM, Jan Rękorajski > > >> wrote: > > >>> On Mon, 10 Sep 2012, Artur F

Re: rpm 5.4.10 for testing in th-test

2012-09-11 Thread Jan Rękorajski
On Tue, 11 Sep 2012, Elan Ruusamäe wrote: > On 11.09.2012 13:58, Jan Rękorajski wrote: > > On Tue, 11 Sep 2012, Artur Frysiak wrote: > > > >> On Tue, Sep 11, 2012 at 7:29 AM, Jan Rękorajski > >> wrote: > >>> On Mon, 10 Sep 2012, Artur Frysiak wrote: > $ LC_ALL=C sudo rpm -Uhv systemd-187-4.

Re: rpm 5.4.10 for testing in th-test

2012-09-11 Thread Elan Ruusamäe
On 11.09.2012 13:58, Jan Rękorajski wrote: On Tue, 11 Sep 2012, Artur Frysiak wrote: On Tue, Sep 11, 2012 at 7:29 AM, Jan Rękorajski wrote: On Mon, 10 Sep 2012, Artur Frysiak wrote: $ LC_ALL=C sudo rpm -Uhv systemd-187-4.x86_64.rpm systemd-libs-187-4.x86_64.rpm systemd-units-187-4.x86_64.rpm

Re: rpm 5.4.10 for testing in th-test

2012-09-11 Thread Jan Rękorajski
On Tue, 11 Sep 2012, Artur Frysiak wrote: > On Tue, Sep 11, 2012 at 7:29 AM, Jan Rękorajski wrote: > > On Mon, 10 Sep 2012, Artur Frysiak wrote: > >> $ LC_ALL=C sudo rpm -Uhv systemd-187-4.x86_64.rpm > >> systemd-libs-187-4.x86_64.rpm systemd-units-187-4.x86_64.rpm > >> udev-core-187-4.x86_64.rpm

Re: rpm 5.4.10 for testing in th-test

2012-09-10 Thread Artur Frysiak
On Tue, Sep 11, 2012 at 7:29 AM, Jan Rękorajski wrote: > On Mon, 10 Sep 2012, Artur Frysiak wrote: >> $ LC_ALL=C sudo rpm -Uhv systemd-187-4.x86_64.rpm >> systemd-libs-187-4.x86_64.rpm systemd-units-187-4.x86_64.rpm >> udev-core-187-4.x86_64.rpm udev-libs-187-4.x86_64.rpm >> udev-initrd-187-4.x86_

Re: rpm 5.4.10 for testing in th-test

2012-09-10 Thread Jan Rękorajski
On Mon, 10 Sep 2012, Artur Frysiak wrote: > On Fri, Sep 7, 2012 at 1:15 PM, Jan Rękorajski wrote: > > Hi, > > Brand new rpm 5.4.10 will be available for testing in th-test later today. > > It has not been installed on our infrastructure yet, there is no poldek > > for it on ftp[1], but we need it

Re: rpm 5.4.10 for testing in th-test

2012-09-10 Thread Artur Frysiak
On Fri, Sep 7, 2012 at 1:15 PM, Jan Rękorajski wrote: > Hi, > Brand new rpm 5.4.10 will be available for testing in th-test later today. > It has not been installed on our infrastructure yet, there is no poldek > for it on ftp[1], but we need it to be publicly available before making > it our new

Re: rpm 5.4.10 for testing in th-test

2012-09-07 Thread Jeffrey Johnson
On Sep 7, 2012, at 4:26 PM, Paweł Gołaszewski wrote: > > It shouldn't be a big problem to implement running that command as > --rebuilddb, right? > Not sure what you are asking: the --rebuilddb option can be run, just not going to help/hurt anything. The --rebuilddb has been mis-used foreve

Re: rpm 5.4.10 for testing in th-test

2012-09-07 Thread Jan Rękorajski
On Fri, 07 Sep 2012, Jeffrey Johnson wrote: > > On Sep 7, 2012, at 7:15 AM, Jan Rękorajski wrote: > > > Instalation instructions: > > > > 0) backup rpm database in /var/lib/rpm > > 1) rpm -Fvh rpm* (obviously) > > 2) run /usr/lib/rpm/bin/dbconvert > > 3) run rpm --rebuilddb > > > > That's th

Re: rpm 5.4.10 for testing in th-test

2012-09-07 Thread Paweł Gołaszewski
On Fri, 7 Sep 2012, Jeffrey Johnson wrote: > > Brand new rpm 5.4.10 will be available for testing in th-test later > > today. It has not been installed on our infrastructure yet, there is > > no poldek for it on ftp[1], but we need it to be publicly available > > before making it our new package

Re: rpm 5.4.10 for testing in th-test

2012-09-07 Thread Jeffrey Johnson
On Sep 7, 2012, at 7:15 AM, Jan Rękorajski wrote: > Hi, > Brand new rpm 5.4.10 will be available for testing in th-test later today. > It has not been installed on our infrastructure yet, there is no poldek > for it on ftp[1], but we need it to be publicly available before making > it our new pa

Re: rpm 5.4.10 for testing in th-test

2012-09-07 Thread Artur Frysiak
On Fri, Sep 07, 2012 at 01:15:09PM +0200, Jan Rękorajski wrote: > Hi, > Brand new rpm 5.4.10 will be available for testing in th-test later today. > It has not been installed on our infrastructure yet, there is no poldek > for it on ftp[1], but we need it to be publicly available before making > it

Re: rpm 5.4.10 for testing in th-test

2012-09-07 Thread Jan Rękorajski
On Fri, 07 Sep 2012, Artur Frysiak wrote: > On Fri, Sep 7, 2012 at 1:15 PM, Jan Rękorajski wrote: > > Hi, > > Brand new rpm 5.4.10 will be available for testing in th-test later today. > > It has not been installed on our infrastructure yet, there is no poldek > > for it on ftp[1], but we need it

Re: rpm 5.4.10 for testing in th-test

2012-09-07 Thread Artur Frysiak
On Fri, Sep 7, 2012 at 1:15 PM, Jan Rękorajski wrote: > Hi, > Brand new rpm 5.4.10 will be available for testing in th-test later today. > It has not been installed on our infrastructure yet, there is no poldek > for it on ftp[1], but we need it to be publicly available before making > it our new

rpm 5.4.10 for testing in th-test

2012-09-07 Thread Jan Rękorajski
Hi, Brand new rpm 5.4.10 will be available for testing in th-test later today. It has not been installed on our infrastructure yet, there is no poldek for it on ftp[1], but we need it to be publicly available before making it our new package manager. So, please test if it works as expected and is