diff --git a/imagefactory.spec b/imagefactory.spec index b2032ff..76b1850 100644 --- a/imagefactory.spec +++ b/imagefactory.spec @@ -1,12 +1,15 @@ Summary: System image generation tool Name: imagefactory -Version: 1.1.4 -Release: 2%{?dist} +Version: 1.1.6 +Release: 1%{?dist} Source0: http://repos.fedorapeople.org/repos/aeolus/imagefactory/%{version}/tarball/%{name}-%{version}.tar.gz License: ASL 2.0 Group: Applications/System URL: http://www.aeolusproject.org/imagefactory.html BuildArch: noarch +%if 0%{?rhel} == 6 +ExcludeArch: i386 ppc64 +%endif Requires: python-pycurl Requires: python-libguestfs Requires: python-zope-interface @@ -79,8 +82,12 @@ fi %{_bindir}/imagefactoryd %changelog -* Sat Jun 07 2014 Fedora Release Engineering - 1.1.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild +* Tue Oct 21 2014 Ian McLeod -1.1.6-1 +- Upstream 1.1.6 release + +* Tue May 6 2014 Ian McLeod - 1.1.5-1 +- Rebase with upstream +- Improved CLI parameter passing support * Thu Jan 30 2014 Steve Loranz - 1.1.3-1 - Remove references to man directories. Documentation will be hosted @ imgfac.org.