From c28ad60aef575793703337c0b6c58a6e22e1750d Mon Sep 17 00:00:00 2001 From: songnannan Date: Sat, 21 Mar 2020 20:14:00 +0800 Subject: [PATCH 1/2] bugfix about update --- python-blivet.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-blivet.spec b/python-blivet.spec index 856436b..207137e 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -2,7 +2,7 @@ Name: python-blivet Version: 3.1.1 -Release: 6 +Release: 7 Epoch: 1 Summary: A python module for system storage configuration License: LGPLv2+ @@ -28,6 +28,7 @@ storage configuration. %package -n blivet-data Summary: Data packages for python-blivet Conflicts: python-blivet < 1:2.0.0 python3-blivet < 1:2.0.0 +Obsoletes: python2-blivet %description -n blivet-data Data packages for python-blivet. @@ -119,6 +120,9 @@ make PYTHON=%{__python2} DESTDIR=%{buildroot} install %doc README %changelog +* Sat Mar 21 2020 songnannan - 3.1.1-7 +- bugfix about update + * Sat Mar 14 2020 hexiujun - 3.1.1-6 - Type:enhancement - ID:NA -- Gitee From 312293c2a26695ac772a9f94938298bcfba4a19a Mon Sep 17 00:00:00 2001 From: songnannan Date: Sat, 21 Mar 2020 23:42:22 +0800 Subject: [PATCH 2/2] bugfix about update --- python-blivet.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-blivet.spec b/python-blivet.spec index 207137e..daac24a 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -18,7 +18,6 @@ BuildRequires: python2-devel python2-setuptools Patch0: 0001-force-lvm-plugin.patch Patch1: 0002-Fix-options-for-ISCSI-functions-1632656.patch - Patch9000: fix-the-long-hostname.patch %description -- Gitee