!13 upgrade version to 1.33
Merge pull request !13 from renxichen/master
This commit is contained in:
commit
0569da4cce
Binary file not shown.
BIN
productmd-1.33.tar.gz
Normal file
BIN
productmd-1.33.tar.gz
Normal file
Binary file not shown.
@ -9,5 +9,5 @@ diff -uNrp a/productmd/treeinfo.py b/productmd/treeinfo.py
|
|||||||
+ self.name = "generic_os"
|
+ self.name = "generic_os"
|
||||||
+ self.short = "generic_os"
|
+ self.short = "generic_os"
|
||||||
else:
|
else:
|
||||||
self.short = None
|
self.short = ""
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Name: python-productmd
|
Name: python-productmd
|
||||||
Version: 1.30
|
Version: 1.33
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Python library providing parsers for metadata
|
Summary: Python library providing parsers for metadata
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/release-engineering/productmd
|
URL: https://github.com/release-engineering/productmd
|
||||||
@ -53,9 +53,12 @@ sed -i "s/generic_os/%{_vendor}/g" productmd/treeinfo.py
|
|||||||
|
|
||||||
%files -n python3-productmd
|
%files -n python3-productmd
|
||||||
%license LICENSE AUTHORS
|
%license LICENSE AUTHORS
|
||||||
%{python3_sitelib}/productmd*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Sat Dec 04 2021 shixuantong <shixuantong@huawei.com> - 1.30-2
|
||||||
- fix build fail for python3.10
|
- fix build fail for python3.10
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user