From 98b8ec97f3bc46949b32c365b814eb2b8fb02ba8 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Mar 19 2013 00:25:03 +0000 Subject: Update to oz 0.10.0 Signed-off-by: Chris Lalancette --- 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 f5b48c5..757a048 100644 --- a/oz.spec +++ b/oz.spec @@ -2,7 +2,7 @@ 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 @@ -10,19 +10,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 -#Not currently available in epel. Used for screenshots -#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 @@ -42,7 +40,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/ @@ -53,15 +50,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 @@ -79,6 +72,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 @@ -89,6 +83,9 @@ fi %changelog +* Mon Mar 18 2013 Chris Lalancette - 0.10.0-1 +- Update to release 0.10.0 + * Sat Aug 18 2012 Chris Lalancette - 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