diff --git a/botan.spec b/botan.spec index 8e4eea9..fb1667c 100644 --- a/botan.spec +++ b/botan.spec @@ -6,7 +6,7 @@ Name: botan Version: %{major_version}.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Crypto library written in C++ Group: System Environment/Libraries @@ -102,7 +102,7 @@ interfaces may change in the future. %package -n python3-%{name} Summary: Python3 bindings for %{name} Group: System Environment/Libraries -%{?python_provide:%python_provide python2-%{name}} +%{?python_provide:%python_provide python3-%{name}} %description -n python3-%{name} %{summary} @@ -257,6 +257,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate %changelog +* Sun Jul 3 2016 Thomas Moschny - 1.10.13-3 +- Fix typo. + * Sun Jul 3 2016 Thomas Moschny - 1.10.13-2 - Provide python2- and python3- subpackages (rhbz#1313786). - Move python examples to -doc subpackage.