<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From 16b4391b16f905788400ef2925cc2bec61228417 Mon Sep 17 00:00:00 2001
From: Slaven Rezic &lt;slaven@rezic.de&gt;
Date: Sun, 10 Sep 2017 21:28:07 +0000
Subject: [PATCH] support for CentOS (RT #98099)

---
 lib/Sys/Info/Driver/Linux/OS/Distribution/Conf.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Sys/Info/Driver/Linux/OS/Distribution/Conf.pm b/lib/Sys/Info/Driver/Linux/OS/Distribution/Conf.pm
index 32793c9..a5f0ccd 100644
--- a/lib/Sys/Info/Driver/Linux/OS/Distribution/Conf.pm
+++ b/lib/Sys/Info/Driver/Linux/OS/Distribution/Conf.pm
@@ -22,6 +22,7 @@ $VERSION = '0.7903';
 &lt;centos&gt;
     manufacturer  = Lance Davis
     release       = redhat-release
+    release       = centos-release
     version_match = CentOS(?: Linux)? release (.*) \(
 &lt;/centos&gt;
 
-- 
2.1.2

</pre></body></html>