diff --git a/python-ujson.spec b/python-ujson.spec index b0c8e9f..a730600 100644 --- a/python-ujson.spec +++ b/python-ujson.spec @@ -57,11 +57,12 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %python3 -m pytest -v %files -n python3-%{modname} %license LICENSE.txt +%doc README.md %{python3_sitearch}/%{modname}-%{version}-py%{python3_version}.egg-info/ %{python3_sitearch}/%{modname}*.so %changelog -* Mon Feb 14 2022 Benjamin A. Beasley - 5.1.0-1 +* Sun Mar 06 2022 Benjamin A. Beasley - 5.1.0-1 - Update to 5.1.0 (close RHBZ#1862763) - Unbundle double-conversion and prevent debug symbol stripping with separate patches, both offered upstream