From 6d06751a70b0ad8dd590284d8682c529e8f73c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 19 Dec 2016 18:20:37 +0100 Subject: [PATCH] Rebuild for Python 3.6 --- python-distro.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-distro.spec b/python-distro.spec index 90aee9c..4da906c 100644 --- a/python-distro.spec +++ b/python-distro.spec @@ -13,7 +13,7 @@ Name: python-%{pypi_name} Version: 1.0.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Linux Distribution - a Linux OS platform information API License: ASL 2.0 @@ -142,6 +142,9 @@ ln -sf %{_bindir}/distro-3 %{buildroot}/%{_bindir}/distro-%{python3_version} %endif %changelog +* Mon Dec 19 2016 Miro Hrončok - 1.0.0-7 +- Rebuild for Python 3.6 + * Thu Oct 06 2016 Miroslav Suchý 1.0.0-6 - polish spec according the package review