Re: [PATCH]: glob on paths for macro files with %{load:}

2011-05-25 Thread Jeff Johnson
On May 25, 2011, at 3:53 PM, Jeff Johnson wrote: > > On May 25, 2011, at 2:25 PM, Per Øyvind Karlsen wrote: > >> When adding macros/mandriva in the past, I tried adding %{load: >> /etc/rpm/macros.d/*.macros} >> to it for loading macros rather than specifying it during ./configure, >> but I quic

Re: [PATCH]: glob on paths for macro files with %{load:}

2011-05-25 Thread Jeff Johnson
On May 25, 2011, at 2:25 PM, Per Øyvind Karlsen wrote: > When adding macros/mandriva in the past, I tried adding %{load: > /etc/rpm/macros.d/*.macros} > to it for loading macros rather than specifying it during ./configure, > but I quickly discovered that support for wildcards wasn't supported an

Re: [PATCH]: glob on paths for macro files with %{load:}

2011-05-25 Thread Jeff Johnson
On May 25, 2011, at 2:25 PM, Per Øyvind Karlsen wrote: > When adding macros/mandriva in the past, I tried adding %{load: > /etc/rpm/macros.d/*.macros} > to it for loading macros rather than specifying it during ./configure, > but I quickly discovered that support for wildcards wasn't supported an

[PATCH]: glob on paths for macro files with %{load:}

2011-05-25 Thread Per Øyvind Karlsen
When adding macros/mandriva in the past, I tried adding %{load: /etc/rpm/macros.d/*.macros} to it for loading macros rather than specifying it during ./configure, but I quickly discovered that support for wildcards wasn't supported and didn't care much about it since, figguring that I'd look into i

Re: so now that we've established weakdeps on rpm5...

2011-05-25 Thread Jeff Johnson
On May 25, 2011, at 11:05 AM, Robert Xu wrote: > On Wed, May 25, 2011 at 03:48, devzero2000 wrote: >> FWIW, i have forgotten to tell that the SUSE rpm spec of rpm 4.9.0 122.1 >> contain >> >> PreReq: %insserv_prereq %fillup_prereq permissions >> > > I would hope that Requires still a

Re: so now that we've established weakdeps on rpm5...

2011-05-25 Thread Robert Xu
On Wed, May 25, 2011 at 03:48, devzero2000 wrote: > FWIW, i have forgotten to tell that the SUSE rpm spec of  rpm 4.9.0 122.1 > contain > > PreReq: %insserv_prereq %fillup_prereq permissions > I would hope that Requires still accept macros, right? -- later, Robert Xu ___

Re: so now that we've established weakdeps on rpm5...

2011-05-25 Thread devzero2000
On Tue, May 24, 2011 at 7:38 PM, Robert Xu wrote: > On Tue, May 24, 2011 at 11:54, Jeff Johnson wrote: > > > > Requires(pre) is entirely unrelated to PreReq:. > > > > The "(pre)" is a context marker that indicates that this > > requirement is needed solely for installation. > > > > There are two