From 898a36f8d8d451a79be3a3d4a49c742b2dc324cf Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 23 Dec 2016 17:09:29 +0000 Subject: [PATCH] Rebuild for Python 3.6 update. --- nbdkit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nbdkit.spec b/nbdkit.spec index 7f587a6..4e5e208 100644 --- a/nbdkit.spec +++ b/nbdkit.spec @@ -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 - 1.1.12-5 +- Rebuild for Python 3.6 update. + * Wed Dec 14 2016 Richard W.M. Jones - 1.1.12-4 - Fix python3 subpackage so it really uses python3 (RHBZ#1404631).