From 1a90198df2bfe1e6964b5909d3faf2f10b9a4b71 Mon Sep 17 00:00:00 2001 From: songnannan Date: Sat, 21 Mar 2020 23:47:46 +0800 Subject: [PATCH] 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 7d876ff..a601c09 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -2,7 +2,7 @@ Name: python-blivet Version: 3.1.1 -Release: 7 +Release: 8 Epoch: 1 Summary: A python module for system storage configuration License: LGPLv2+ @@ -31,6 +31,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. @@ -122,6 +123,9 @@ make PYTHON=%{__python2} DESTDIR=%{buildroot} install %doc README %changelog +* Sat Mar 21 2020 songnannan - 3.1.1-8 +- bugfix about update + * Sat Mar 21 2020 hexiujun - 3.1.1-7 - Type:bugfix - ID:NA -- Gitee