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 be60e6fc56129369f0d9143d1684cff9ba3af1ed..d442fd1d76a13b42d04e576e15978ecb974a4a38 100644 --- a/python-productmd.spec +++ b/python-productmd.spec @@ -1,6 +1,6 @@ Name: python-productmd -Version: 1.30 -Release: 2 +Version: 1.33 +Release: 1 Summary: Python library providing parsers for metadata License: LGPLv2+ 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 %license LICENSE AUTHORS -%{python3_sitelib}/productmd* +%{python3_sitelib}/* %changelog +* Mon Dec 20 2021 renhongxun - 1.33-1 +- Upgrade to version 1.33 + * Sat Dec 04 2021 shixuantong - 1.30-2 - fix build fail for python3.10