On Mon, 2005-05-16 at 13:11 -0400, Kolev, Nik wrote: > I an on my first attempt at building a binary rpm and I have a couple > of questions. > > 1) The spec's %files section has something similar to this: > > %files > %attr(X,Y,Z) /app/foo > %atrr(A,B,C) /app/foo/bar > If you list a directory path rpm will add everything under that dir: I think you want to add the dir as just a dir - %dir %attr(X,Y,Z) /app/foo %atrr(A,B,C) /app/foo/bar Paul