diff --git a/python-blivet.spec b/python-blivet.spec index 054cce9971b325bcfc6e931f120775ab58f6d8e1..76720e7d1b75f4d122fd0235da95280998c8c31f 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: 3 +Release: 4 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-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add %bcond_without python3 for building in docker + * Thu Sep 15 2020 liuxin - 3.2.2-3 - Type:bugfix - ID:NA