Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
fbd283fde0
!24 upgrade version to 1.38
From: @zhaotianyang_z 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
2024-02-01 07:37:49 +00:00
zhaotianyang_z
77ada885f3 upgrade version to 1.38 2024-01-30 17:28:03 +08:00
openeuler-ci-bot
8f65c6f8bc
!22 upgrade version to 1.36
From: @tong_1001 
Reviewed-by: @gaoruoshu 
Signed-off-by: @gaoruoshu
2023-07-29 03:19:03 +00:00
shixuantong
0ea4b8b3f8 upgrade version to 1.36 2023-07-29 11:08:39 +08:00
openeuler-ci-bot
03bf3bb442
!18 [sync] PR-16: 【轻量级 PR】:Rebuild for next release
From: @openeuler-sync-bot 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-11-01 11:25:08 +00:00
张瑞方
9fa43ae294 Rebuild for next release
Signed-off-by: 张瑞方 <xdzhangruifang@163.com>
(cherry picked from commit b16d5909052f2f30de28f183cd9b39dc197dc788)
2022-11-01 17:00:20 +08:00
openeuler-ci-bot
0569da4cce !13 upgrade version to 1.33
Merge pull request !13 from renxichen/master
2021-12-25 07:22:31 +00:00
rwx403335
a0cba905c5 upgrade to version 1.33 2021-12-20 15:50:51 +08:00
openeuler-ci-bot
cba296ae87 !12 fix build fail for python3.10
From: @tong_1001
Reviewed-by: @hanxinke
Signed-off-by: @hanxinke
2021-12-06 06:18:25 +00:00
shixuantong
0c46539038 fix build fail for python3.10 2021-12-04 17:42:53 +08:00
4 changed files with 29 additions and 10 deletions

Binary file not shown.

BIN
productmd-1.38.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 = None
elif self.name.startswith("EulerOS"):
self.name = "EulerOS"
self.short = "EulerOS"
--
2.27.0

View File

@ -1,5 +1,5 @@
Name: python-productmd
Version: 1.30
Version: 1.38
Release: 1
Summary: Python library providing parsers for metadata
License: LGPLv2+
@ -53,10 +53,25 @@ sed -i "s/generic_os/%{_vendor}/g" productmd/treeinfo.py
%files -n python3-productmd
%license LICENSE AUTHORS
%{python3_sitelib}/productmd/
%{python3_sitelib}/productmd-%{version}-py?.?.egg-info
%{python3_sitelib}/*
%changelog
* Tue Jan 30 2024 zhaotianyang <zhaotianyang4@huawei.com> - 1.38-1
- upgrade version to 1.38
- add image type: dvd-ostree-osbuild, live-osbuild and ociarchive
* 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
* Mon Dec 20 2021 renhongxun <renhongxun@huawei.com> - 1.33-1
- Upgrade to version 1.33
* Sat Dec 04 2021 shixuantong <shixuantong@huawei.com> - 1.30-2
- fix build fail for python3.10
* Tue Feb 2 2021 shangyibin <shangyibin1@huawei.com> - 1.30-1
- Upgrade to version 1.30