15 lines
377 B
Diff
15 lines
377 B
Diff
--- sapconf-0.99/sapconf.me 2019-05-21 13:45:50.318951661 +0100
|
|
+++ sapconf-0.99/sapconf 2019-05-21 14:01:03.403549401 +0100
|
|
@@ -995,7 +995,10 @@
|
|
check_rhn
|
|
check_fqdn
|
|
check_security
|
|
-check_rpms
|
|
+# disable check_rpms as workaround on rhel 8 according to #1672323
|
|
+if ( ! grep "release 8" /etc/redhat-release ) ; then
|
|
+ check_rpms
|
|
+fi
|
|
check_uuidd
|
|
check_links
|
|
check_chronyd
|