SHA256
1
0
forked from pool/rpmlint
rpmlint/0001-Update-varrun-test-for-Leap-42.2-severity-reduction.patch
Dirk Mueller 88f730d024 Accepting request 437348 from home:jberry:branches:openSUSE:Factory
- Patch lint severity reductions for >= Leap 42.2:
  0001-Update-varrun-test-for-Leap-42.2-severity-reduction.patch
  0002-Update-license1-test-for-Leap-42.2-severity-reductio.patch

OBS-URL: https://build.opensuse.org/request/show/437348
OBS-URL: https://build.opensuse.org/package/show/devel:openSUSE:Factory:rpmlint/rpmlint?expand=0&rev=413
2016-11-09 14:12:43 +00:00

30 lines
1.1 KiB
Diff

From 4565372c418433d3d8ff47e59924791f62a20b3a Mon Sep 17 00:00:00 2001
From: Jimmy Berry <jberry@suse.com>
Date: Tue, 25 Oct 2016 13:27:06 -0500
Subject: [PATCH 1/2] Update varrun test for Leap 42.2 severity reduction.
---
tests/varrun.ref | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/tests/varrun.ref b/tests/varrun.ref
index 9982344..6b0d28a 100644
--- a/tests/varrun.ref
+++ b/tests/varrun.ref
@@ -1,6 +1,6 @@
-varrun: E: non-ghost-in-run (Badness: 10000) /run/bar
-varrun: E: non-ghost-in-run (Badness: 10000) /run/lock/foo
-varrun: E: dir-or-file-in-var-run (Badness: 10000) /var/run
-varrun: E: dir-or-file-in-var-run (Badness: 10000) /var/run/bar
-varrun: E: dir-or-file-in-var-lock (Badness: 10000) /var/lock/foo
-1 packages and 0 specfiles checked; 5 errors, 0 warnings.
+varrun: W: non-ghost-in-run /run/bar
+varrun: W: non-ghost-in-run /run/lock/foo
+varrun: W: dir-or-file-in-var-run /var/run
+varrun: W: dir-or-file-in-var-run /var/run/bar
+varrun: W: dir-or-file-in-var-lock /var/lock/foo
+1 packages and 0 specfiles checked; 0 errors, 5 warnings.
--
2.10.1