forked from pool/rpmlint
Fix patch.
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=933
This commit is contained in:
committed by
Git OBS Bridge
parent
6913f8c75d
commit
dcb83bd785
@@ -30,7 +30,7 @@ index 7afadbc3..df5437e4 100644
|
|||||||
+ for file in self.options['rpmfile']:
|
+ for file in self.options['rpmfile']:
|
||||||
+ if self.rpmlint_package.search(str(file)):
|
+ if self.rpmlint_package.search(str(file)):
|
||||||
+ print('Skipping rpmlint for rpmlint package!')
|
+ print('Skipping rpmlint for rpmlint package!')
|
||||||
+ sys.exit(3)
|
+ sys.exit(0)
|
||||||
+
|
+
|
||||||
# preload the check list if we not print config
|
# preload the check list if we not print config
|
||||||
# some of the config values are transformed e.g. to regular
|
# some of the config values are transformed e.g. to regular
|
||||||
|
Reference in New Issue
Block a user