From cc79492722a2c82d7c4af885fa536c07f2e5f785 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 29 Mar 2016 09:00:05 -0400 Subject: [PATCH] Bump version to fix upgrade path; fix python-justbases dependency. Signed-off-by: mulhern --- python-justbytes.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-justbytes.spec b/python-justbytes.spec index c257799..eb3a33a 100644 --- a/python-justbytes.spec +++ b/python-justbytes.spec @@ -1,7 +1,7 @@ %global srcname justbytes Name: python-%{srcname} Version: 0.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for handling computation with address ranges in bytes License: GPLv2 @@ -21,7 +21,7 @@ Summary: A library for handling computation with address ranges in bytes BuildRequires: python2-devel BuildRequires: python-setuptools -Requires: python-justbases +Requires: python2-justbases Requires: python-six %description -n python2-%{srcname}