From ecb5bebb18bcc2267c579d3438375e09d1759bf6 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Wed, 18 Nov 2020 19:44:12 +0800 Subject: [PATCH] add %bcond_without python3 for building in docker --- python-blivet.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/python-blivet.spec b/python-blivet.spec index 75d09fa..158f554 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -1,8 +1,9 @@ %bcond_with enable_python2 +%bcond_without python3 Name: python-blivet Version: 3.2.2 -Release: 2 +Release: 3 Epoch: 1 Summary: A python module for system storage configuration License: LGPLv2+ @@ -120,6 +121,12 @@ make PYTHON=%{__python2} DESTDIR=%{buildroot} install %doc README %changelog +* Wed Nov 18 2020 gaihuiying - 3.2.2-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add %bcond_without python3 for building in docker + * Thu Sep 15 2020 liuxin - 3.2.2-2 - Type:bugfix - ID:NA -- Gitee