diff --git a/.gitignore b/.gitignore index eefc548..57235bc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /oz-0.8.0.tar.gz /oz-0.9.0.tar.gz /oz-0.10.0.tar.gz +/oz-0.11.0.tar.gz diff --git a/oz.spec b/oz.spec index f5a4160..d949712 100644 --- a/oz.spec +++ b/oz.spec @@ -1,6 +1,6 @@ Summary: Library and utilities for automated guest OS installs Name: oz -Version: 0.10.0 +Version: 0.11.0 Release: 1%{?dist} License: LGPLv2 Group: Development/Libraries @@ -17,13 +17,13 @@ Requires: libvirt-python >= 0.9.7 # unless/until we are able to make it really be remote. Requires: libvirt-daemon-kvm Requires: libvirt-daemon-qemu +Requires: libvirt-daemon-config-network Requires: python-pycurl Requires: genisoimage Requires: mtools Requires: python-uuid Requires: openssh-clients Requires: m2crypto -Requires: pyparted BuildRequires: python @@ -81,6 +81,9 @@ fi %changelog +* Sun Jul 28 2013 Chris Lalancette - 0.11.0-1 +- Update to release 0.11.0 + * Sat Mar 09 2013 Chris Lalancette - 0.10.0-1 - Update to release 0.10.0 diff --git a/sources b/sources index 64bd0f1..77c702a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b5853f9c241408f6ecb45735ea8be97b oz-0.10.0.tar.gz +a3cb617321a4486a40321b448288e2e3 oz-0.11.0.tar.gz