From 4c64077fc8cd196b2d4e126d415aa354348f439b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 19 Jul 2016 10:11:46 +0000 Subject: [PATCH] - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages --- python-justbytes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-justbytes.spec b/python-justbytes.spec index ac9dcef..609a9b3 100644 --- a/python-justbytes.spec +++ b/python-justbytes.spec @@ -1,7 +1,7 @@ %global srcname justbytes Name: python-%{srcname} Version: 0.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for handling computation with address ranges in bytes License: GPLv2 @@ -68,5 +68,8 @@ rm -rf justbytes.egg-info %{python3_sitelib}/justbytes-%{version}-*.egg-info %changelog +* Tue Jul 19 2016 Fedora Release Engineering - 0.7-2 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + * Wed Mar 23 2016 mulhern - 0.6 - Initial release