diff --git a/pyxattr.spec b/pyxattr.spec index 3a780cd..584aebe 100644 --- a/pyxattr.spec +++ b/pyxattr.spec @@ -2,7 +2,7 @@ Name: pyxattr Summary: Extended attributes library wrapper for Python Version: 0.5.3 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://pyxattr.k1024.org/ @@ -79,7 +79,7 @@ popd %if %{?with_python3} %files -n python3-%{name} %defattr(0644,root,root,0755) -%{python3_sitearch}/xattr.cpython-??m.so +%{python3_sitearch}/xattr.cpython-??m* %{python3_sitearch}/*egg-info %{!?_licensedir:%global license %%doc} %license COPYING @@ -87,6 +87,10 @@ popd %endif # with_python3 %changelog +* Wed Oct 14 2015 Robert Kuska - 0.5.3-6 +- Rebuilt for Python3.5 rebuild +- Change pattern for listed so file to reflect new naming in py35 + * Thu Jun 18 2015 Fedora Release Engineering - 0.5.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild