public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Pradeep Kilambi <pkilambi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-aodhclient] epel10.2: Fix packages to depend on correct python version
Date: Sun, 31 May 2026 14:41:10 GMT [thread overview]
Message-ID: <178023847098.1.3483824150621688030.rpms-python-aodhclient-7e8d243d566a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-aodhclient
Branch : epel10.2
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.2
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
reply other threads:[~2026-05-31 14:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178023847098.1.3483824150621688030.rpms-python-aodhclient-7e8d243d566a@fedoraproject.org \
--to=pkilambi@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox