diff --git a/0001-Fix-import-for-compatibility-with-livecd-tools-v24.patch b/0001-Fix-import-for-compatibility-with-livecd-tools-v24.patch new file mode 100644 index 0000000..2a89800 --- /dev/null +++ b/0001-Fix-import-for-compatibility-with-livecd-tools-v24.patch @@ -0,0 +1,25 @@ +From 4004c87d935712cdafe0e1319387d55e651b7703 Mon Sep 17 00:00:00 2001 +From: Neal Gompa +Date: Fri, 2 Dec 2016 08:52:11 -0500 +Subject: [PATCH] Fix import for compatibility with livecd-tools v24 + +--- + appcreate/__init__.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/appcreate/__init__.py b/appcreate/__init__.py +index 4bed653..0c4cebf 100644 +--- a/appcreate/__init__.py ++++ b/appcreate/__init__.py +@@ -19,7 +19,7 @@ + + from imgcreate.live import * + from imgcreate.creator import * +-from imgcreate.yuminst import * ++from imgcreate.dnfinst import * + from imgcreate.kickstart import * + from imgcreate.fs import * + from imgcreate.debug import * +-- +2.9.3 (Apple Git-75) + diff --git a/appliance-tools.spec b/appliance-tools.spec index ff952dc..02ceae1 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: 10%{?dist} +Release: 11%{?dist} License: GPLv2 Group: System Environment/Base URL: https://git.fedorahosted.org/git/appliance-tools.git @@ -19,8 +19,10 @@ URL: https://git.fedorahosted.org/git/appliance-tools.git Source0: appliance-tools-%{version}.tar.bz2 Patch0: appliance-tools-nss.hack Patch1: appliance-tools-partitioning-fixes.patch +Patch2: 0001-Fix-import-for-compatibility-with-livecd-tools-v24.patch -Requires: livecd-tools >= 020 curl rsync kpartx +Requires: python-imgcreate >= 24.0 +Requires: curl rsync kpartx Requires: zlib Requires: qemu-img Requires: xz @@ -40,6 +42,7 @@ derived distributions such as RHEL, CentOS and others. %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build make @@ -67,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/ec2convert/*.pyc %changelog +* Tue Dec 06 2016 Neal Gompa 007.8-11 +- Change dependency from livecd-tools to python-imgcreate +- Fix for python-imgcreate v24 compatibility + * Tue Sep 20 2016 Peter Robinson 007.8-10 - Fix swap partition type creation - Set boot partition as bootable