clean up and ignore some rpmlint issues

This commit is contained in:
Hans Ulrich Niedermann 2018-12-28 06:46:42 +01:00
commit 9e5d2cb25f
2 changed files with 10 additions and 1 deletions

9
beep.rpmlintrc Normal file
View file

@ -0,0 +1,9 @@
# -*- python -*-
addFilter(r'name-repeated-in-summary C Beep')
addFilter(r'non-readable /etc/sudoers.d/beep 600')
# Not sure what to do about those
# addFilter(r'conffile-without-noreplace-flag /etc/profile.d/beep.csh')
# addFilter(r'conffile-without-noreplace-flag /etc/profile.d/beep.csh')

View file

@ -82,7 +82,7 @@ BuildRequires: glibc-kernheaders
Beep allows the user to control the PC speaker with precision,
allowing different sounds to indicate different events. While it
can be run quite happily on the command line, its intended place
of residence is within shell/perl scripts, notifying the user when
of residence is within shell/Perl scripts, notifying the user when
something interesting occurs. Of course, it has no notion of
what's interesting, but it's real good at that notifying part.