[oz] update to version 0.8.0

Pádraig Brady pbrady at fedoraproject.org
Mon May 14 12:33:07 UTC 2012


commit a84f400b492dd9e8f5df59d475754ac1aaed536e
Author: Pádraig Brady <P at draigBrady.com>
Date:   Mon May 14 12:51:32 2012 +0100

    update to version 0.8.0

 .gitignore               |    1 +
 oz-local-repo.patch      |  216 ----------------------------------------------
 oz-monitor-network.patch |   97 ---------------------
 oz.spec                  |   23 +++--
 sources                  |    2 +-
 5 files changed, 15 insertions(+), 324 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 69a2ed8..93b05fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /oz-0.5.0.tar.gz
 /oz-0.7.0.tar.gz
+/oz-0.8.0.tar.gz
diff --git a/oz.spec b/oz.spec
index c460e1b..16bf93b 100644
--- a/oz.spec
+++ b/oz.spec
@@ -1,13 +1,11 @@
 Summary: Library and utilities for automated guest OS installs
 Name: oz
-Version: 0.7.0
-Release: 4%{?dist}
+Version: 0.8.0
+Release: 1%{?dist}
 License: LGPLv2
 Group: Development/Libraries
 URL: http://aeolusproject.org/oz.html
 Source0: http://repos.fedorapeople.org/repos/aeolus/oz/%{version}/tarball/%{name}-%{version}.tar.gz
-Patch1: oz-local-repo.patch
-Patch2: oz-monitor-network.patch
 BuildArch: noarch
 Requires: python >= 2.5
 Requires: gvnc-tools
@@ -20,7 +18,7 @@ Requires: libvirt-python
 # unless/until we are able to make it really be remote.
 Requires: libvirt
 Requires: python-pycurl
-Requires: mkisofs
+Requires: genisoimage
 Requires: numpy
 Requires: mtools
 Requires: python-uuid
@@ -37,13 +35,11 @@ installations, with minimal input from the user.
 %prep
 %setup -q
 
-%patch1 -p1
-%patch2 -p1
-
 %build
 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/
@@ -58,14 +54,18 @@ mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/oz/kernels/
 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
 fi
 
-
 %files
-%doc README COPYING examples
+%doc README COPYING examples docs
 %dir %attr(0755, root, root) %{_sysconfdir}/oz/
 %config(noreplace) %{_sysconfdir}/oz/oz.cfg
 %dir %attr(0755, root, root) %{_localstatedir}/lib/oz/
@@ -86,6 +86,9 @@ fi
 
 
 %changelog
+* Mon May 14 2012 Pádraig Brady <P at draigBrady.com> - 0.8.0-1
+- Update to release 0.8.0
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 6921f83..6e8a118 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-37c9e4a0140f4e03073edf26b8c3170b  oz-0.7.0.tar.gz
+19f8780ed899272d83dbba9299ab65e6  oz-0.8.0.tar.gz


More information about the scm-commits mailing list