[oz/epel7] Update to oz 0.13.0

Chris Lalancette clalance at fedoraproject.org
Sat Mar 7 20:30:45 UTC 2015


commit d8500977315883d6715d3193c0b45a8b236bd375
Author: Chris Lalancette <clalancette at gmail.com>
Date:   Sat Mar 7 15:30:36 2015 -0500

    Update to oz 0.13.0
    
    Signed-off-by: Chris Lalancette <clalancette at gmail.com>

 .gitignore | 1 +
 oz.spec    | 9 +++++----
 sources    | 2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
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 f2112e7..cc92e78 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
@@ -32,7 +31,6 @@ installations, with minimal input from the user.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 python setup.py build
@@ -80,6 +78,9 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Sat Mar 07 2015 Chris Lalancette <clalancette at gmail.com> - 0.13.0-1
+- Update to release 0.13.0
+
 * Tue Jul 29 2014 Ian McLeod <imcleod at redhat.com> - 0.12.0-3
 - Revert to el6 libvirt RPM requirements for epel7 RPM
 
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


More information about the scm-commits mailing list