!22 upgrade version to 1.36

From: @tong_1001 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
This commit is contained in:
openeuler-ci-bot 2023-07-29 03:19:03 +00:00 committed by Gitee
commit 8f65c6f8bc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 16 additions and 9 deletions

Binary file not shown.

BIN
productmd-1.36.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,17 @@
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):
diff --git a/productmd/treeinfo.py b/productmd/treeinfo.py
index 4ba6e9d..27927a4 100644
--- a/productmd/treeinfo.py
+++ b/productmd/treeinfo.py
@@ -260,6 +260,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 = ""
elif self.name.startswith("EulerOS"):
self.name = "EulerOS"
self.short = "EulerOS"
--
2.27.0

View File

@ -1,6 +1,6 @@
Name: python-productmd
Version: 1.33
Release: 2
Version: 1.36
Release: 1
Summary: Python library providing parsers for metadata
License: LGPLv2+
URL: https://github.com/release-engineering/productmd
@ -56,6 +56,9 @@ sed -i "s/generic_os/%{_vendor}/g" productmd/treeinfo.py
%{python3_sitelib}/*
%changelog
* Sat Jul 29 2023 shixuantong <shixuantong1@huawei.com> - 1.36-1
- upgrade version to 1.36
* Wed Oct 26 2022 zhangruifang <zhangruifang1@h-partners.com> - 1.33-2
- Rebuild for next release