From 280b59dddedd172aa77229fdb6ab326b346c2fec Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Oct 31 2020 01:27:44 +0000 Subject: Fix the version in the setuptools metadata --- diff --git a/python-freeipa.spec b/python-freeipa.spec index 2140600..9239175 100644 --- a/python-freeipa.spec +++ b/python-freeipa.spec @@ -36,6 +36,9 @@ This package provides the Python %{python3_version} variant. # Remove bundled egg-info rm -rf %{pypi_name}.egg-info +# Fix version +sed -e "s/version='1.0.6',/version='%{version}',/" -i setup.py + %build %py3_build