https://bugzilla.redhat.com/show_bug.cgi?id=2009155
--- Comment #13 from Hirotaka Wakabayashi hiwkby@yahoo.com --- (In reply to Hirotaka Wakabayashi from comment #12)
Thanks for the updates. This bug is WIP. python3-pyngus, on which oslo.messaging depends, was retired half a year ago as a FTBFS/FTI bugs. So, I am working to unretire the pyngus package firstly.
Hello, the unretirement of the pyngus package is completed and I uploaded the new spec file that updates the version to 14.7.0.
Spec URL: https://hiwkby.fedorapeople.org/python-oslo-messaging.spec SRPM URL: https://hiwkby.fedorapeople.org/python-oslo-messaging-14.7.0-1.fc41.src.rpmH... is the diff
Koji scratch build result(success) https://koji.fedoraproject.org/koji/taskinfo?taskID=116584453
Here is the diff. ``` $ diff -c python-oslo-messaging.spec.1 python-oslo-messaging.spec *** python-oslo-messaging.spec.1 Fri Dec 9 05:45:20 2022 --- python-oslo-messaging.spec Fri Apr 19 02:41:43 2024 *************** *** 1,5 **** %{!?sources_gpg: %{!?dlrn:%global sources_gpg 1} } ! %global sources_gpg_sign 0xa63ea142678138d1bb15f2e303bdfd64dd164087
%{!?upstream_version: %global upstream_version %{version}%{?milestone}} %global with_doc 1 --- 1,5 ---- %{!?sources_gpg: %{!?dlrn:%global sources_gpg 1} } ! %global sources_gpg_sign 0x2ef3fe0ec2b075ab7458b5f8b702b20b13df2318
%{!?upstream_version: %global upstream_version %{version}%{?milestone}} %global with_doc 1 *************** *** 16,23 **** %global pkg_name oslo-messaging
Name: python-oslo-messaging ! Version: 14.0.0 ! Release: 6%{?dist} Summary: OpenStack common messaging library
License: ASL 2.0 --- 16,23 ---- %global pkg_name oslo-messaging
Name: python-oslo-messaging ! Version: 14.7.0 ! Release: 1%{?dist} Summary: OpenStack common messaging library
License: ASL 2.0 *************** *** 191,196 **** --- 191,199 ----
%changelog + * Fri Apr 19 2024 Hirotaka Wakabayashi hiwkby@yahoo.com - 14.7.0-1 + - Update to 14.7.0 + * Fri Dec 09 2022 Hirotaka Wakabayashi hiwkby@yahoo.com - 14.0.0-6 - Adds BuildRequires for tests - Fixes issues on the packaging guidelines ```
Koji scratch build result(success) https://koji.fedoraproject.org/koji/taskinfo?taskID=116584453
Thanks in advance, Hirotaka