[oz/f17] Update to oz 0.10.0

Chris Lalancette clalance at fedoraproject.org
Sat Mar 9 18:26:18 UTC 2013


commit 3b9b2d5f4c517ffcf824389e88821be83b334e25
Author: Chris Lalancette <clalancette at gmail.com>
Date:   Sat Mar 9 12:16:57 2013 -0500

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

 .gitignore |    1 +
 oz.spec    |   22 ++++++++++------------
 sources    |    2 +-
 3 files changed, 12 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ccc845..eefc548 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /oz-0.7.0.tar.gz
 /oz-0.8.0.tar.gz
 /oz-0.9.0.tar.gz
+/oz-0.10.0.tar.gz
diff --git a/oz.spec b/oz.spec
index f212d3f..89d2cff 100644
--- a/oz.spec
+++ b/oz.spec
@@ -1,6 +1,6 @@
 Summary: Library and utilities for automated guest OS installs
 Name: oz
-Version: 0.9.0
+Version: 0.10.0
 Release: 1%{?dist}
 License: LGPLv2
 Group: Development/Libraries
@@ -8,18 +8,17 @@ URL: http://aeolusproject.org/oz.html
 Source0: http://repos.fedorapeople.org/repos/aeolus/oz/%{version}/tarball/%{name}-%{version}.tar.gz
 BuildArch: noarch
 Requires: python >= 2.5
-Requires: gvnc-tools
-Requires: python-libguestfs
+Requires: python-libguestfs >= 1.18
 Requires: libxml2-python
-Requires: libvirt-python
+Requires: libvirt-python >= 0.9.7
 # in theory, oz doesn't really require libvirtd to be local to operate
 # properly.  However, because of the libguestfs manipulations, in practice
 # it really does.  Make it depend on libvirt (so we get libvirtd) for now,
 # unless/until we are able to make it really be remote.
-Requires: libvirt
+Requires: libvirt-daemon-kvm
+Requires: libvirt-daemon-qemu
 Requires: python-pycurl
 Requires: genisoimage
-Requires: numpy
 Requires: mtools
 Requires: python-uuid
 Requires: openssh-clients
@@ -39,7 +38,6 @@ installations, with minimal input from the user.
 python setup.py build
 
 %install
-# generate the oz-examples man page
 python setup.py install --root=$RPM_BUILD_ROOT --skip-build
 
 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/oz/
@@ -50,15 +48,11 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/oz/floppies/
 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/oz/icicletmp/
 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/oz/jeos/
 mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/oz/kernels/
+mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/oz/screenshots/
 
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/oz
 cp oz.cfg $RPM_BUILD_ROOT%{_sysconfdir}/oz
 
-# generate the oz-examples.1 man page and copy it into place
-make examples-manpage
-cp man/oz-examples.1 $RPM_BUILD_ROOT%{_mandir}/man1
-gzip $RPM_BUILD_ROOT%{_mandir}/man1/oz-examples.1
-
 %post
 if [ ! -f %{_sysconfdir}/oz/id_rsa-icicle-gen ]; then
    ssh-keygen -t rsa -b 2048 -N "" -f %{_sysconfdir}/oz/id_rsa-icicle-gen >& /dev/null
@@ -76,6 +70,7 @@ fi
 %dir %attr(0755, root, root) %{_localstatedir}/lib/oz/icicletmp/
 %dir %attr(0755, root, root) %{_localstatedir}/lib/oz/jeos/
 %dir %attr(0755, root, root) %{_localstatedir}/lib/oz/kernels/
+%dir %attr(0755, root, root) %{_localstatedir}/lib/oz/screenshots/
 %{python_sitelib}/oz
 %{_bindir}/oz-install
 %{_bindir}/oz-generate-icicle
@@ -86,6 +81,9 @@ fi
 
 
 %changelog
+* Sat Mar 09 2013 Chris Lalancette <clalancette at gmail.com> - 0.10.0-1
+- Update to release 0.10.0
+
 * Sat Aug 18 2012 Chris Lalancette <clalancette at gmail.com> - 0.9.0-1
 - Update to release 0.9.0
 
diff --git a/sources b/sources
index 2ae1d2c..64bd0f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-669bef9637925d9faee2009aa385d387  oz-0.9.0.tar.gz
+b5853f9c241408f6ecb45735ea8be97b  oz-0.10.0.tar.gz


More information about the scm-commits mailing list