From b235ba4d4e01a6e07b509bfeb57df822207e0413 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Mon, 2 Jan 2017 13:38:40 -0500 Subject: [PATCH] Add missing Epoch for python-imgcreate dependency (#1409650) --- appliance-tools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/appliance-tools.spec b/appliance-tools.spec index a1dfe1f..f5419e8 100644 --- a/appliance-tools.spec +++ b/appliance-tools.spec @@ -5,7 +5,7 @@ Summary: Tools for building Appliances Name: appliance-tools Version: 007.8 -Release: 13%{?dist} +Release: 14%{?dist} License: GPLv2 Group: System Environment/Base URL: https://git.fedorahosted.org/git/appliance-tools.git @@ -22,7 +22,7 @@ Patch1: appliance-tools-partitioning-fixes.patch Patch2: 0001-Fix-import-for-compatibility-with-livecd-tools-v24.patch # Ensure system deps are installed (rhbz#1409536) -Requires: python-imgcreate >= 24.0-3 +Requires: python-imgcreate >= 1:24.0-3 Requires: python-urlgrabber Requires: curl rsync kpartx Requires: zlib @@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/ec2convert/*.pyc %changelog +* Mon Jan 02 2017 Neal Gompa - 007.8-14 +- Add missing Epoch for python-imgcreate dependency (#1409650) + * Mon Jan 02 2017 Neal Gompa - 007.8-13 - Bump python-imgcreate dependency to ensure system deps are installed (#1409536)