diff --git a/python-dfVFS.changes b/python-dfVFS.changes index e7689ab..5846359 100644 --- a/python-dfVFS.changes +++ b/python-dfVFS.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jun 7 22:38:44 UTC 2022 - Greg Freemyer + +- allow multiple python packages to be built (eg. python38, python39, python310) + - rm %define pythons python38 + - add %Obsoletes python3-dfVFS + - add %define skip_python2 1 + ------------------------------------------------------------------- Tue May 31 22:38:37 UTC 2022 - Greg Freemyer @@ -7,8 +15,8 @@ Tue May 31 22:38:37 UTC 2022 - Greg Freemyer - add BuildRequires libphdi required to provide Parallels Disk Image support - re-enable %check section as the built-in tests now all pass -- update requires libluksde to require a current versions -- update requires python-dtfabric to require a current versions +- update requires libluksde to require a current version +- update requires python-dtfabric to require a current version ------------------------------------------------------------------- Mon May 23 22:46:00 UTC 2022 - Greg Freemyer diff --git a/python-dfVFS.spec b/python-dfVFS.spec index 273be85..c2dff16 100644 --- a/python-dfVFS.spec +++ b/python-dfVFS.spec @@ -16,9 +16,11 @@ # -%{?!python_module:%define python_module() python-%{**} python38-%{**}} +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 + %define timestamp 20220419 -%define pythons python3 + Name: python-dfVFS Version: 0~%{timestamp} Release: 0 @@ -86,6 +88,7 @@ Requires: python-libvshadow >= 0~20170902 Requires: python-libvslvm Requires: python-six Requires: python-tsk >= 0~20160721 +Obsoletes: python3-dfVFS BuildArch: noarch %python_subpackages