Re: rpmbuild: Bad Requireflags: qualifiers: Requires(posttrans)

2011-01-27 Thread Kevin Kofler
Panu Matilainen wrote: > Unlike some other qualifiers that have been used while rpm was looking the > other way, If you refer to "Requires(hint)", that doesn't come out of nowhere either, but from our "friends" over at rpm5.org. (It's how they internally represent Suggests: and they also accept

Re: rpmbuild: Bad Requireflags: qualifiers: Requires(posttrans)

2011-01-27 Thread Panu Matilainen
On 01/27/2011 10:24 AM, Adrian Reber wrote: > On Mon, Jan 24, 2011 at 06:52:50PM +0100, Adrian Reber wrote: >> I was trying to do a scratch build an got following error: >> >> error: line 78: Bad Requireflags: qualifiers: Requires(posttrans): >> /sbin/service >> >> Is Requires(posttrans) deprecate

Re: rpmbuild: Bad Requireflags: qualifiers: Requires(posttrans)

2011-01-27 Thread Adrian Reber
On Mon, Jan 24, 2011 at 06:52:50PM +0100, Adrian Reber wrote: > I was trying to do a scratch build an got following error: > > error: line 78: Bad Requireflags: qualifiers: Requires(posttrans): > /sbin/service > > Is Requires(posttrans) deprecated with the newest RPM or is that a bug? > > http:

Re: rpmbuild: Bad Requireflags: qualifiers: Requires(posttrans)

2011-01-25 Thread Panu Matilainen
On 01/25/2011 02:54 PM, Panu Matilainen wrote: > On 01/24/2011 11:16 PM, Matt McCutchen wrote: >> On Mon, 2011-01-24 at 14:02 -0500, Bill Nottingham wrote: >>> I believe folding any requirements for %posttrans scripts into >>> 'Requires(post)' should be sufficient. >> >> I don't think so... IIUC, R

Re: rpmbuild: Bad Requireflags: qualifiers: Requires(posttrans)

2011-01-25 Thread Panu Matilainen
On 01/24/2011 11:16 PM, Matt McCutchen wrote: > On Mon, 2011-01-24 at 14:02 -0500, Bill Nottingham wrote: >> I believe folding any requirements for %posttrans scripts into >> 'Requires(post)' should be sufficient. > > I don't think so... IIUC, Requires(post) only applies until installation > is com

Re: rpmbuild: Bad Requireflags: qualifiers: Requires(posttrans)

2011-01-25 Thread Panu Matilainen
On 01/24/2011 09:02 PM, Bill Nottingham wrote: > Rich Megginson (rmegg...@redhat.com) said: >> Ok. Do I need any Requires at all for this? Or should I just >> remove that line from the spec? > > I believe folding any requirements for %posttrans scripts into > 'Requires(post)' should be sufficient

Re: rpmbuild: Bad Requireflags: qualifiers: Requires(posttrans)

2011-01-24 Thread Matt McCutchen
On Mon, 2011-01-24 at 14:02 -0500, Bill Nottingham wrote: > I believe folding any requirements for %posttrans scripts into > 'Requires(post)' should be sufficient. I don't think so... IIUC, Requires(post) only applies until installation is complete, but a %posttrans script also runs following unin

Re: rpmbuild: Bad Requireflags: qualifiers: Requires(posttrans)

2011-01-24 Thread Rich Megginson
On 01/24/2011 12:02 PM, Bill Nottingham wrote: > Rich Megginson (rmegg...@redhat.com) said: >> Ok. Do I need any Requires at all for this? Or should I just >> remove that line from the spec? > I believe folding any requirements for %posttrans scripts into > 'Requires(post)' should be sufficient.

Re: rpmbuild: Bad Requireflags: qualifiers: Requires(posttrans)

2011-01-24 Thread Bill Nottingham
Rich Megginson (rmegg...@redhat.com) said: > Ok. Do I need any Requires at all for this? Or should I just > remove that line from the spec? I believe folding any requirements for %posttrans scripts into 'Requires(post)' should be sufficient. Bill -- devel mailing list devel@lists.fedoraprojec

Re: rpmbuild: Bad Requireflags: qualifiers: Requires(posttrans)

2011-01-24 Thread Rich Megginson
On 01/24/2011 11:58 AM, Bill Nottingham wrote: > Rich Megginson (rmegg...@redhat.com) said: error: line 78: Bad Requireflags: qualifiers: Requires(posttrans): /sbin/service Is Requires(posttrans) deprecated with the newest RPM or is that a bug? >>> AFAIK, it never existed. So i

Re: rpmbuild: Bad Requireflags: qualifiers: Requires(posttrans)

2011-01-24 Thread Bill Nottingham
Rich Megginson (rmegg...@redhat.com) said: > >>error: line 78: Bad Requireflags: qualifiers: Requires(posttrans): > >>/sbin/service > >> > >>Is Requires(posttrans) deprecated with the newest RPM or is that a bug? > >AFAIK, it never existed. So it's always been a syntax error, just one > >that was

Re: rpmbuild: Bad Requireflags: qualifiers: Requires(posttrans)

2011-01-24 Thread Rich Megginson
On 01/24/2011 11:29 AM, Bill Nottingham wrote: > Adrian Reber (adr...@lisas.de) said: >> I was trying to do a scratch build an got following error: >> >> error: line 78: Bad Requireflags: qualifiers: Requires(posttrans): >> /sbin/service >> >> Is Requires(posttrans) deprecated with the newest RPM

Re: rpmbuild: Bad Requireflags: qualifiers: Requires(posttrans)

2011-01-24 Thread Bill Nottingham
Adrian Reber (adr...@lisas.de) said: > > I was trying to do a scratch build an got following error: > > error: line 78: Bad Requireflags: qualifiers: Requires(posttrans): > /sbin/service > > Is Requires(posttrans) deprecated with the newest RPM or is that a bug? AFAIK, it never existed. So it

rpmbuild: Bad Requireflags: qualifiers: Requires(posttrans)

2011-01-24 Thread Adrian Reber
I was trying to do a scratch build an got following error: error: line 78: Bad Requireflags: qualifiers: Requires(posttrans): /sbin/service Is Requires(posttrans) deprecated with the newest RPM or is that a bug? http://koji.fedoraproject.org/koji/taskinfo?taskID=2738326 Adrian