File python-PyKMIP.changes of Package failed_python-PyKMIP
Fix for failed_python-PyKMIP
Date: 2025-08-29
Summary:
- Fixed a typo in python-PyKMIP.spec where the %python_expand line used an incorrect macro token "%{$python_sitelib}". This would cause macro expansion to be invalid during build/install.
Files changed:
- python-PyKMIP.spec
Change details (minimal):
- In %install section, changed:
%python_expand %fdupes %{buildroot}%{$python_sitelib}
to
%python_expand %fdupes %{buildroot}%{python_sitelib}
Result:
- Spec file corrected. No changes to source tarball or patches.