Blame SOURCES/0004-Fix-mcstrans-secolor-examples.patch

2ea272
From 90a4f2b9a5194a2d1ab4c45b7a90bbb6c8099a68 Mon Sep 17 00:00:00 2001
2ea272
From: Vit Mojzis <vmojzis@redhat.com>
2ea272
Date: Tue, 2 Jul 2019 14:09:05 +0200
2ea272
Subject: [PATCH] Fix mcstrans secolor examples
2ea272
2ea272
According to "check_dominance" function:
2ea272
Range defined as "s15:c0.c1023" does not dominate any other range than
2ea272
 "s15:c0.c1023" (does not dominate "s15", "s15:c0.c200", etc.).
2ea272
While range defined as "s15-s15:c0.c1023" dominates all of the above.
2ea272
2ea272
This is either a bug, or "s15:c0.c1023" should not be used in the
2ea272
examples.
2ea272
2ea272
Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
2ea272
---
2ea272
 mcstrans/share/examples/urcsts-via-include/secolor.conf | 2 +-
2ea272
 mcstrans/share/examples/urcsts/secolor.conf             | 2 +-
2ea272
 2 files changed, 2 insertions(+), 2 deletions(-)
2ea272
2ea272
diff --git a/mcstrans/share/examples/urcsts-via-include/secolor.conf b/mcstrans/share/examples/urcsts-via-include/secolor.conf
2ea272
index d35b3c67..3b3f5430 100644
2ea272
--- a/mcstrans/share/examples/urcsts-via-include/secolor.conf
2ea272
+++ b/mcstrans/share/examples/urcsts-via-include/secolor.conf
2ea272
@@ -17,5 +17,5 @@ range s3-s3:c0.c1023 = black tan
2ea272
 range s5-s5:c0.c1023 = white blue
2ea272
 range s7-s7:c0.c1023 = black red
2ea272
 range s9-s9:c0.c1023 = black orange
2ea272
-range s15:c0.c1023 = black yellow
2ea272
+range s15-s15:c0.c1023 = black yellow
2ea272
 
2ea272
diff --git a/mcstrans/share/examples/urcsts/secolor.conf b/mcstrans/share/examples/urcsts/secolor.conf
2ea272
index d35b3c67..3b3f5430 100644
2ea272
--- a/mcstrans/share/examples/urcsts/secolor.conf
2ea272
+++ b/mcstrans/share/examples/urcsts/secolor.conf
2ea272
@@ -17,5 +17,5 @@ range s3-s3:c0.c1023 = black tan
2ea272
 range s5-s5:c0.c1023 = white blue
2ea272
 range s7-s7:c0.c1023 = black red
2ea272
 range s9-s9:c0.c1023 = black orange
2ea272
-range s15:c0.c1023 = black yellow
2ea272
+range s15-s15:c0.c1023 = black yellow
2ea272
 
2ea272
-- 
2ea272
2.21.0
2ea272