public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-aodhclient] epel10: Fix packages to depend on correct python version
@ 2026-05-31 14:38 Pradeep Kilambi
0 siblings, 0 replies; only message in thread
From: Pradeep Kilambi @ 2026-05-31 14:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-aodhclient
Branch : epel10
Commit : 7e8d243d566ad003bf06c36289a6f8d9f9a78c59
Author : Pradeep Kilambi <pkilambi@redhat.com>
Date : 2016-05-25T14:37:13-04:00
Stats : +8/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-aodhclient/c/7e8d243d566ad003bf06c36289a6f8d9f9a78c59?branch=epel10
Log:
Fix packages to depend on correct python version
Closes-bug: rhbz#1335971
---
diff --git a/python-aodhclient.spec b/python-aodhclient.spec
index 406f53a..81f5615 100644
--- a/python-aodhclient.spec
+++ b/python-aodhclient.spec
@@ -9,7 +9,7 @@
Name: python-aodhclient
Version: 0.4.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Python API and CLI for OpenStack Aodh
License: ASL 2.0
@@ -159,7 +159,8 @@ sphinx-build -b html doc/source html
%files -n python2-%{pypi_name}
%doc README.rst
%license LICENSE
-%{_bindir}/aodh*
+%{_bindir}/aodh
+%{_bindir}/aodh-2*
%{python2_sitelib}/aodhclient
%{python2_sitelib}/*.egg-info
%exclude %{python2_sitelib}/aodhclient/tests
@@ -174,7 +175,8 @@ sphinx-build -b html doc/source html
%doc README.rst
%license LICENSE
%{_bindir}/python3-aodh
-%{_bindir}/aodh*
+%{_bindir}/aodh
+%{_bindir}/aodh-3*
%{python3_sitelib}/aodhclient
%{python3_sitelib}/*.egg-info
%exclude %{python3_sitelib}/aodhclient/tests
@@ -190,6 +192,9 @@ sphinx-build -b html doc/source html
%doc html
%changelog
+* Wed May 25 2016 Pradeep Kilambi <pkilambi@redhat.com> 0.4.0-3
+- Fix python sub packages to depend on correct python rhbz#1335971
+
* Fri Apr 22 2016 Pradeep Kilambi <pkilambi@redhat.com> 0.4.0
- Rebase to 0.4.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-31 14:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-31 14:38 [rpms/python-aodhclient] epel10: Fix packages to depend on correct python version Pradeep Kilambi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox