Blame SOURCES/rhel-system-roles-timesync-prefix.diff

921f83
diff -up timesync-1.0.0/README.md.orig timesync-1.0.0/README.md
921f83
--- timesync-1.0.0/README.md.orig	2018-08-21 11:46:41.000000000 +0200
921f83
+++ timesync-1.0.0/README.md	2018-11-06 22:29:14.586770442 +0100
921f83
@@ -82,7 +82,7 @@ Install and configure ntp to synchronize
921f83
       - hostname: baz.example.com
921f83
         iburst: yes
921f83
   roles:
921f83
-    - linux-system-roles.timesync
921f83
+    - rhel-system-roles.timesync
921f83
 ```
921f83
 
921f83
 Install and configure linuxptp to synchronize the system clock with a
921f83
@@ -95,7 +95,7 @@ grandmaster in PTP domain number 0, whic
921f83
       - number: 0
921f83
         interfaces: [ eth0 ]
921f83
   roles:
921f83
-    - linux-system-roles.timesync
921f83
+    - rhel-system-roles.timesync
921f83
 ```
921f83
 
921f83
 Install and configure chrony and linuxptp to synchronize the system clock with
921f83
@@ -122,5 +122,5 @@ synchronization:
921f83
         transport: UDPv4
921f83
         delay: 0.000010
921f83
   roles:
921f83
-    - linux-system-roles.timesync
921f83
+    - rhel-system-roles.timesync
921f83
 ```
921f83
diff -up timesync-85b90feedee2a5b3148fd3f72b229b44ec597682/examples/multiple-ntp-servers.yml.orig timesync-85b90feedee2a5b3148fd3f72b229b44ec597682/examples/multiple-ntp-servers.yml
921f83
--- timesync-85b90feedee2a5b3148fd3f72b229b44ec597682/examples/multiple-ntp-servers.yml.orig	2019-06-03 18:03:18.081868584 +0200
921f83
+++ timesync-85b90feedee2a5b3148fd3f72b229b44ec597682/examples/multiple-ntp-servers.yml	2019-06-03 18:03:26.718704991 +0200
921f83
@@ -11,4 +11,4 @@
921f83
       - hostname: 3.pool.ntp.org
921f83
         iburst: yes
921f83
   roles:
921f83
-    - linux-system-roles.timesync
921f83
+    - rhel-system-roles.timesync
921f83
diff -up timesync-85b90feedee2a5b3148fd3f72b229b44ec597682/examples/single-pool.yml.orig timesync-85b90feedee2a5b3148fd3f72b229b44ec597682/examples/single-pool.yml
921f83
--- timesync-85b90feedee2a5b3148fd3f72b229b44ec597682/examples/single-pool.yml.orig	2019-06-03 16:36:40.000000000 +0200
921f83
+++ timesync-85b90feedee2a5b3148fd3f72b229b44ec597682/examples/single-pool.yml	2019-06-03 18:03:36.721515519 +0200
921f83
@@ -6,4 +6,4 @@
921f83
         pool: yes
921f83
         iburst: yes
921f83
   roles:
921f83
-    - linux-system-roles.timesync
921f83
+    - rhel-system-roles.timesync