Rebuild for Python 3.6 update.

This commit is contained in:
Richard W.M. Jones 2016-12-23 17:09:29 +00:00
parent 0f5a14fa20
commit 898a36f8d8
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Name: nbdkit
Version: 1.1.12
Release: 4%{?dist}
Release: 5%{?dist}
Summary: NBD server
License: BSD
@ -480,6 +480,9 @@ popd
%changelog
* Fri Dec 23 2016 Richard W.M. Jones <rjones@redhat.com> - 1.1.12-5
- Rebuild for Python 3.6 update.
* Wed Dec 14 2016 Richard W.M. Jones <rjones@redhat.com> - 1.1.12-4
- Fix python3 subpackage so it really uses python3 (RHBZ#1404631).