diff --git a/.gitignore b/.gitignore index d3541d6..0eff99d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /oz-0.10.0.tar.gz /oz-0.11.0.tar.gz /oz-0.12.0.tar.gz +/oz-0.13.0.tar.gz diff --git a/oz.spec b/oz.spec index 9a119d6..7959f0e 100644 --- a/oz.spec +++ b/oz.spec @@ -1,12 +1,11 @@ Summary: Library and utilities for automated guest OS installs Name: oz -Version: 0.12.0 -Release: 3%{?dist} +Version: 0.13.0 +Release: 1%{?dist} License: LGPLv2 Group: Development/Libraries URL: http://github.com/clalancette/oz Source0: http://github.com/clalancette/%{name}/archive/%{name}-%{version}.tar.gz -Patch0: restore-logic-to-force-qcow2-image-type.patch BuildArch: noarch Requires: python >= 2.5 Requires: python-libguestfs >= 1.18 @@ -34,7 +33,6 @@ installations, with minimal input from the user. %prep %setup -q -%patch0 -p1 %build python setup.py build @@ -82,6 +80,9 @@ fi %{_mandir}/man1/* %changelog +* Sat Mar 07 2015 Chris Lalancette - 0.13.0-1 +- Update to release 0.13.0 + * Sat Jun 07 2014 Fedora Release Engineering - 0.12.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index f5dfbd8..6f505ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -817e80ab9b44a87d347e87f7cebc2a1d oz-0.12.0.tar.gz +24e2835af06a38f356a10d099026eaa7 oz-0.13.0.tar.gz