public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-freeipa] epel10: Fix the version in the setuptools metadata
@ 2026-05-31 13:44 Neal Gompa
0 siblings, 0 replies; only message in thread
From: Neal Gompa @ 2026-05-31 13:44 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-freeipa
Branch : epel10
Commit : 280b59dddedd172aa77229fdb6ab326b346c2fec
Author : Neal Gompa <ngompa13@gmail.com>
Date : 2020-10-30T21:27:44-04:00
Stats : +3/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-freeipa/c/280b59dddedd172aa77229fdb6ab326b346c2fec?branch=epel10
Log:
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-31 13:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 13:44 [rpms/python-freeipa] epel10: Fix the version in the setuptools metadata Neal Gompa
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox