Re: Mock question

2010-11-09 Thread seth vidal
On Tue, 2010-11-09 at 22:29 +0100, Rasmus Ory Nielsen wrote: > Hi Seth, > > Den 09-11-2010 15:05, seth vidal skrev: > >> > Unfortunately yum-builddep doesn't work for me. I need to be able to > >> > change > >> > $releasever and enabled repositories (hence the mock config file). Is > >> > that

Re: Mock question

2010-11-09 Thread Rasmus Ory Nielsen
Hi Seth, Den 09-11-2010 15:05, seth vidal skrev: >> > Unfortunately yum-builddep doesn't work for me. I need to be able to >> > change >> > $releasever and enabled repositories (hence the mock config file). Is that >> > possible with yum-builddep? > yum-builddep --releasever --disablerepo='*'

Re: Mock question

2010-11-09 Thread seth vidal
On Tue, 2010-11-09 at 13:48 +0100, Rasmus Ory Nielsen wrote: > Hi, > > Den 09-11-2010 13:37, Brendan Jones skrev: > > > > On 11/09/2010 10:33 PM, Rasmus Ory Nielsen wrote: > >> Hi, > >> > >> Given a SRPM file and a mock config file, how do I get a list of all > >> missing > >> buildrequires for t

Re: Mock question

2010-11-09 Thread Brendan Jones
On 11/09/2010 10:48 PM, Rasmus Ory Nielsen wrote: > Unfortunately yum-builddep doesn't work for me. I need to be able to change > $releasever and enabled repositories (hence the mock config file). Is that > possible with yum-builddep? > You could try something like: mock -r fedora-14-i386 --ins

Re: Mock question

2010-11-09 Thread Rasmus Ory Nielsen
Hi, Den 09-11-2010 13:37, Brendan Jones skrev: > > On 11/09/2010 10:33 PM, Rasmus Ory Nielsen wrote: >> Hi, >> >> Given a SRPM file and a mock config file, how do I get a list of all missing >> buildrequires for this SRPM? >> >> Is it possible using the command line tools, or do I need to use the

Re: Mock question

2010-11-09 Thread Brendan Jones
On 11/09/2010 10:33 PM, Rasmus Ory Nielsen wrote: > Hi, > > Given a SRPM file and a mock config file, how do I get a list of all missing > buildrequires for this SRPM? > > Is it possible using the command line tools, or do I need to use the python > api? I looked at the yum/mock api and it seemed

Mock question

2010-11-09 Thread Rasmus Ory Nielsen
Hi, Given a SRPM file and a mock config file, how do I get a list of all missing buildrequires for this SRPM? Is it possible using the command line tools, or do I need to use the python api? I looked at the yum/mock api and it seemed a bit overwhelming. Thanks in advance. Regards, Rasmus --

Re: Mock question

2010-11-09 Thread Rasmus Ory Nielsen
Den 09-11-2010 13:56, Brendan Jones skrev: > > On 11/09/2010 10:48 PM, Rasmus Ory Nielsen wrote: >> Unfortunately yum-builddep doesn't work for me. I need to be able to change >> $releasever and enabled repositories (hence the mock config file). Is that >> possible with yum-builddep? > > You could