Fix typo.

This commit is contained in:
Thomas Moschny 2016-07-04 02:05:33 +02:00
parent e5b29be542
commit 5b87a3fc47
1 changed files with 5 additions and 2 deletions

View File

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