Can rpmbuild ingore files in buildroot?
Posted
by Noah Campbell
on Stack Overflow
See other posts from Stack Overflow
or by Noah Campbell
Published on 2010-06-03T21:52:13Z
Indexed on
2010/06/03
21:54 UTC
Read the original article
Hit count: 557
I have a target directory that is checked into svn. I use the target as the --buildroot when I run rpmbuild. This causes rpmbuild to loose it mind because of the .svn directories in each directory. Is there a way to tell rpmbuild to relax?
I looked at svn export target target-build, but it only knows about files tracked by rpm. Perhaps not a bad way to do it, but I'm not quite sure that is the best way.
© Stack Overflow or respective owner