SPECS: rpm.spec - 5.1.6 - updated TODO (will glob patch finally go away?)

Jakub Bogusz qboosh at pld-linux.org
Tue Oct 28 23:50:57 CET 2008


On Tue, Oct 28, 2008 at 11:37:30PM +0100, Arkadiusz Miskiewicz wrote:
> On Tuesday 28 of October 2008, Jan Rekorajski wrote:
> > On Tue, 28 Oct 2008, Arkadiusz Miskiewicz wrote:
> > > On Tuesday 28 of October 2008, baggins wrote:
> > > > Author: baggins                      Date: Tue Oct 28 22:11:56 2008 GMT
> > > > Module: SPECS                         Tag: HEAD
> > > > ---- Log message:
> > > > - 5.1.6
> > > >
> > > >
> > > > - updated TODO (will glob patch finally go away?)
> > >
> > > Only if current upstream rpm is smart enough to always use own glob()
> > > implementation (which differently handles symlinks pointing to nowhere
> > > than current glibc implementation).
> >
> > rpm's glob() has been moved from misc to rpmio, and I don't know how to
> > test if it works properly :(
> 
> Test was simple:
> 
> %install
> ln -s /not-existing-crap $RPM_BUILD_ROOT/test
> 
> %files
> /test
> 
> if it fails then the problem is still there.

That's nothing to do with glob(). Didn't you mean:

%install
# (same as above)

%files
/*


-- 
Jakub Bogusz    http://qboosh.pl/


More information about the pld-devel-en mailing list