Dirk Mueller wrote:
> I've added a small variation of this check to rpmlint now. Please watch out
> for the checks "non-devel-buildrequires" and "unnecessary-buildrequires"
Cool :) Are you also going to add some default suppresions for these
warnings? This is my current list:
# these as BuildRequires are useful on their own
my %ignore_dep = map { $_ => 1 } qw(
graphviz
ImageMagick
postfix
perl
python
php5
ruby
aspell
autotrace
apache2-mod_perl
gettext
devhelp
libxml2
libxslt
texlive
recode
valgrind
yasm
xorg-x11
);
# ignore these specs
my %ignore_spec = map { $_ => 1 } qw(
beagle-index.spec
collect-desktop-files.spec
installation-images.spec
);
Michal
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]