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

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