clean up and ignore some rpmlint issues
This commit is contained in:
parent
83ca10bffe
commit
9e5d2cb25f
2 changed files with 10 additions and 1 deletions
9
beep.rpmlintrc
Normal file
9
beep.rpmlintrc
Normal 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')
|
||||
|
||||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue