From dcb83bd785cec7c343bc5097ecc6feb91b344894c86f03d40a99d423fe5755d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Tue, 12 Jul 2022 20:43:32 +0000 Subject: [PATCH] Fix patch. OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=933 --- skip-rpmlint-for-rpmlint.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skip-rpmlint-for-rpmlint.patch b/skip-rpmlint-for-rpmlint.patch index 737cb53..6952bd9 100644 --- a/skip-rpmlint-for-rpmlint.patch +++ b/skip-rpmlint-for-rpmlint.patch @@ -30,7 +30,7 @@ index 7afadbc3..df5437e4 100644 + for file in self.options['rpmfile']: + if self.rpmlint_package.search(str(file)): + print('Skipping rpmlint for rpmlint package!') -+ sys.exit(3) ++ sys.exit(0) + # preload the check list if we not print config # some of the config values are transformed e.g. to regular