Correct python3 subpackage Summary

epel8
Ken Dreyer 10 years ago
parent ad0647a4ac
commit e0bc636139

@ -12,7 +12,7 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.4.5 Version: 0.4.5
Release: 1%{?dist} Release: 2%{?dist}
Summary: A Python MessagePack (de)serializer Summary: A Python MessagePack (de)serializer
License: ASL 2.0 License: ASL 2.0
@ -39,7 +39,7 @@ This is a Python (de)serializer for MessagePack.
%if 0%{?with_python3} %if 0%{?with_python3}
%package -n python3-%{srcname} %package -n python3-%{srcname}
Summary: Higher level Python Zookeeper client Summary: A Python MessagePack (de)serializer
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pytest BuildRequires: python3-pytest
@ -104,6 +104,9 @@ popd
%endif %endif
%changelog %changelog
* Fri Jan 30 2015 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.4.5-2
- Correct python3 subpackage Summary
* Sun Jan 25 2015 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.4.5-1 * Sun Jan 25 2015 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.4.5-1
- Update to latest upstream version 0.4.5 - Update to latest upstream version 0.4.5

Loading…
Cancel
Save