diff --git a/blivet-3.3.2.tar.gz b/blivet-3.3.2.tar.gz deleted file mode 100644 index 433704160a9b2262bed02a6e98b26c5184d77507..0000000000000000000000000000000000000000 Binary files a/blivet-3.3.2.tar.gz and /dev/null differ diff --git a/blivet-3.4.2.tar.gz b/blivet-3.4.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..315abd76d2c1ce7355817194998fcaa02299ee12 Binary files /dev/null and b/blivet-3.4.2.tar.gz differ diff --git a/huawei-fix-allocate-partitions-threw-exception-when-raid.patch b/fix-allocate-partitions-threw-exception-when-raid.patch similarity index 100% rename from huawei-fix-allocate-partitions-threw-exception-when-raid.patch rename to fix-allocate-partitions-threw-exception-when-raid.patch diff --git a/python-blivet.spec b/python-blivet.spec index 6fb082bf7de71f300a488542fb8c56c444d86a9d..2deeb504aeb64f7354bc1ca9e3f74cb2b97ccd87 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -2,8 +2,8 @@ %bcond_without python3 Name: python-blivet -Version: 3.3.2 -Release: 2 +Version: 3.4.2 +Release: 1 Epoch: 1 Summary: A python module for system storage configuration License: LGPLv2+ @@ -19,7 +19,8 @@ BuildRequires: python2-devel python2-setuptools Patch0: 0001-force-lvm-plugin.patch Patch1: fix-the-long-hostname.patch -Patch9000: huawei-fix-allocate-partitions-threw-exception-when-raid.patch +Patch9000: fix-allocate-partitions-threw-exception-when-raid.patch + %description @@ -121,6 +122,16 @@ make PYTHON=%{__python2} DESTDIR=%{buildroot} install %doc README.md %changelog +* Fri Dec 3 2021 yangcheng - 3.4.2-1 +- DESC:Upgrade to 3.4.2 + +* Sat Oct 30 2021 yanan - 3.3.2-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:Convert LVM filter lists to sets + Remove action device from LVM reject list + * Thu Jun 10 2021 liuxin - 3.3.2-2 - Type:bugfix - ID:NA