diff --git a/productmd-1.30.tar.gz b/productmd-1.30.tar.gz deleted file mode 100644 index 672845fc81da48ef6bea1b310f1cec506368371b..0000000000000000000000000000000000000000 Binary files a/productmd-1.30.tar.gz and /dev/null differ diff --git a/productmd-1.33.tar.gz b/productmd-1.33.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..090ce62e2063cdef379531c5b87c7ef76cee328c Binary files /dev/null and b/productmd-1.33.tar.gz differ diff --git a/productmd-add-support-generic-os.patch b/productmd-add-support-generic-os.patch index 4b1e6ab8bcc820046a8c8a64efa0cfe859b8e0a0..edb1ef50627aeec6b0b446b7737a860284a2e159 100644 --- a/productmd-add-support-generic-os.patch +++ b/productmd-add-support-generic-os.patch @@ -9,5 +9,5 @@ diff -uNrp a/productmd/treeinfo.py b/productmd/treeinfo.py + self.name = "generic_os" + self.short = "generic_os" else: - self.short = None + self.short = "" diff --git a/python-productmd.spec b/python-productmd.spec index 715ebf951fc7b950c739b10ba98c59895ea0aa2e..4b89ab84452e46522f68baf0f68b1bcb6be7ef53 100644 --- a/python-productmd.spec +++ b/python-productmd.spec @@ -1,5 +1,5 @@ Name: python-productmd -Version: 1.30 +Version: 1.33 Release: 1 Summary: Python library providing parsers for metadata License: LGPLv2+ @@ -53,10 +53,12 @@ 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 +* Mon Dec 20 2021 renhongxun - 1.33-1 +- Upgrade to version 1.33 + * Tue Feb 2 2021 shangyibin - 1.30-1 - Upgrade to version 1.30