Compare commits

...

9 Commits

Author SHA1 Message Date
Chris Lalancette a50f5e68d3 Update to Oz 0.16.0
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
2017-09-12 07:56:54 -04:00
Chris Lalancette 2614e3be6c Update to release 0.15.0
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
2016-02-28 22:53:45 -05:00
Chris Lalancette 637e2e7e53 Update to release 0.14.0
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
2015-06-26 15:06:23 -04:00
Chris Lalancette d850097731 Update to oz 0.13.0
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
2015-03-07 15:30:36 -05:00
Ian McLeod 2551a0057b fix incorrect libvirt RPM deps - epel7-specific 2014-07-29 13:31:56 -05:00
Chris Lalancette 174176448c Include upstream patch to force qcow2 image type.
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
2014-02-10 20:42:18 -05:00
Chris Lalancette a76e35f02f Update to Oz 0.12.0
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
2014-01-03 14:30:07 -05:00
Chris Lalancette 71f13632fd Fix ICICLE generation.
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
2013-08-08 20:55:34 -04:00
Chris Lalancette 457bb2e652 Update to Oz 0.11.0
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
2013-07-28 22:10:53 -04:00
3 changed files with 44 additions and 14 deletions

6
.gitignore vendored
View File

@ -3,3 +3,9 @@
/oz-0.8.0.tar.gz
/oz-0.9.0.tar.gz
/oz-0.10.0.tar.gz
/oz-0.11.0.tar.gz
/oz-0.12.0.tar.gz
/oz-0.13.0.tar.gz
/oz-0.14.0.tar.gz
/oz-0.15.0.tar.gz
/oz-0.16.0.tar.gz

50
oz.spec
View File

@ -1,29 +1,28 @@
Summary: Library and utilities for automated guest OS installs
Name: oz
Version: 0.10.0
Version: 0.16.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
URL: http://github.com/clalancette/oz
Source0: https://github.com/clalancette/%{name}/files/1209916/%{name}-%{version}.tar.gz
BuildArch: noarch
Requires: python >= 2.5
Requires: python-libguestfs >= 1.18
Requires: libxml2-python
Requires: python-lxml
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-daemon-kvm
Requires: libvirt-daemon-qemu
Requires: python-pycurl
Requires: libvirt >= 0.9.7
Requires: python-requests
Requires: genisoimage
Requires: mtools
Requires: python-uuid
Requires: openssh-clients
Requires: m2crypto
Requires: pyparted
Requires: python-monotonic
BuildRequires: python
@ -59,7 +58,7 @@ if [ ! -f %{_sysconfdir}/oz/id_rsa-icicle-gen ]; then
fi
%files
%doc README COPYING examples docs
%doc README COPYING examples
%dir %attr(0755, root, root) %{_sysconfdir}/oz/
%config(noreplace) %{_sysconfdir}/oz/oz.cfg
%dir %attr(0755, root, root) %{_localstatedir}/lib/oz/
@ -79,8 +78,34 @@ fi
%{python_sitelib}/oz-*.egg-info
%{_mandir}/man1/*
%changelog
* Tue Aug 08 2017 Chris Lalancette <clalancette@gmail.com> - 0.16.0-1
- Release 0.16.0
* Sun Feb 28 2016 Chris Lalancette <clalancette@gmail.com> - 0.15.0-1
- Release 0.15.0
* Fri Jun 26 2015 Chris Lalancette <clalancette@gmail.com> - 0.14.0-1
- Release 0.14.0
* Sat Mar 07 2015 Chris Lalancette <clalancette@gmail.com> - 0.13.0-1
- Update to release 0.13.0
* Tue Jul 29 2014 Ian McLeod <imcleod@redhat.com> - 0.12.0-3
- Revert to el6 libvirt RPM requirements for epel7 RPM
* Mon Feb 10 2014 Chris Lalancette <clalancette@gmail.com> - 0.12.0-2
- Add patch to first qcow2 image type
* Fri Jan 3 2014 Chris Lalancette <clalancette@gmail.com> - 0.12.0-1
- Update to release 0.12.0
* Thu Aug 8 2013 Chris Lalancette <clalancette@gmail.com> - 0.11.0-2
- Add in the upstream patch that fixes ICICLE generation with extra elements
* Sun Jul 28 2013 Chris Lalancette <clalancette@gmail.com> - 0.11.0-1
- Update to release 0.11.0
* Sat Mar 09 2013 Chris Lalancette <clalancette@gmail.com> - 0.10.0-1
- Update to release 0.10.0
@ -114,7 +139,7 @@ fi
* Wed Jun 29 2011 Chris Lalancette <clalance@redhat.com> - 0.5.0-1
- Release 0.5.0
* Wed Jun 20 2011 Pádraig Brady <P@draigBrady.com> - 0.4.0-4
* Mon Jun 20 2011 Pádraig Brady <P@draigBrady.com> - 0.4.0-4
- Include examples/.
* Wed Jun 15 2011 Pádraig Brady <P@draigBrady.com> - 0.4.0-3
@ -132,9 +157,8 @@ fi
* Wed Mar 16 2011 Chris Lalancette <clalance@redhat.com> - 0.2.0-1
- Release 0.2.0.
* Fri Feb 3 2011 Chris Lalancette <clalance@redhat.com> - 0.1.0-1
* Thu Feb 3 2011 Chris Lalancette <clalance@redhat.com> - 0.1.0-1
- Initial public release of Oz.
* Wed Nov 3 2010 Chris Lalancette <clalance@redhat.com> - 0.0.4-1
- Initial build.

View File

@ -1 +1 @@
b5853f9c241408f6ecb45735ea8be97b oz-0.10.0.tar.gz
SHA512 (oz-0.16.0.tar.gz) = cff35460e0a0a231889dc15d8e68d0c86dde93a51b1f77695805470c8a6395833ebdd34c1a3983c3be23d862ff302dfafb53b6dcec0b2c02bcd325ae7bd140c9