From e72b21f50565a8b751164da67ba5a5a894631986 Mon Sep 17 00:00:00 2001 From: tianwei Date: Fri, 24 Jul 2020 20:05:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20productm?= =?UTF-8?q?d-add-support-generic-os.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- productmd-add-support-generic-os.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 productmd-add-support-generic-os.patch diff --git a/productmd-add-support-generic-os.patch b/productmd-add-support-generic-os.patch deleted file mode 100644 index 4b1e6ab..0000000 --- a/productmd-add-support-generic-os.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -uNrp a/productmd/treeinfo.py b/productmd/treeinfo.py ---- a/productmd/treeinfo.py 2016-11-15 15:04:26.000000000 +0000 -+++ b/productmd/treeinfo.py 2019-01-10 16:44:48.998592066 +0000 -@@ -245,6 +245,9 @@ class Release(BaseProduct): - elif self.name.startswith("CentOS"): - self.name = "CentOS" - self.short = "CentOS" -+ elif self.name.startswith("generic_os"): -+ self.name = "generic_os" -+ self.short = "generic_os" - else: - self.short = None -