Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/Exporter-Tiny-1.000000.tar.gz
|
||||
/Exporter-Tiny-[0-9.]*.tar.gz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
2ed51682ff06e6f9da7f65f538fdb59e5b416d4a SOURCES/Exporter-Tiny-1.000000.tar.gz
|
||||
7
.rpmlint
Normal file
7
.rpmlint
Normal file
@ -0,0 +1,7 @@
|
||||
from Config import *
|
||||
|
||||
# rpmlint can't tell if a macro is expanded or not; this one is correct
|
||||
addFilter("unexpanded-macro %description -l C %EXPORT_TAGS")
|
||||
|
||||
# This is not a spelling error
|
||||
addFilter("spelling-error %description -l en_US coderefs -> ")
|
||||
Loading…
Reference in New Issue
Block a user