diff --git a/python-ana.changes b/python-ana.changes index 1072ba5..34678c6 100644 --- a/python-ana.changes +++ b/python-ana.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 25 11:30:57 UTC 2023 - Daniel Garcia + +- Make package compatible with python3.6 + ------------------------------------------------------------------- Wed Jan 25 10:50:32 UTC 2023 - Daniel Garcia diff --git a/python-ana.spec b/python-ana.spec index ab21002..10e0f07 100644 --- a/python-ana.spec +++ b/python-ana.spec @@ -64,6 +64,10 @@ A Python module that provides an undocumented data layer for Python objects. %license LICENSE %doc README.md %{python_sitelib}/ana +%if %python_version_nodots < 38 +%{python_sitelib}/ana-%{version}*-info +%else %{python_sitelib}/ana-%{internal_version}*-info +%endif %changelog