Update from Chris, Patrick and Brendan to address nss issues preventing image builds in fedora koji

This commit is contained in:
Ian McLeod 2017-05-10 21:44:33 -05:00
parent a2a251c65b
commit 24c64e3c35
1 changed files with 10 additions and 2 deletions

12
oz.spec
View File

@ -1,12 +1,14 @@
Summary: Library and utilities for automated guest OS installs
Name: oz
Version: 0.15.0
Release: 5%{?dist}
Release: 6%{?dist}
License: LGPLv2
Group: Development/Libraries
URL: http://github.com/clalancette/oz
Source0: http://github.com/clalancette/%{name}/files/150178/%{name}-%{version}.tar.gz
Patch0: oz-secondaryarch.patch
Patch1: 32a4edd3124e7acb2dac02ff77aeea944313cbc2.patch
Patch2: 11c32a684b20b92f800d3ffa670dc8773e22bb92.patch
BuildArch: noarch
Requires: python >= 2.5
Requires: python-libguestfs >= 1.18
@ -19,7 +21,7 @@ Requires: libvirt-python >= 0.9.7
Requires: libvirt-daemon-kvm
Requires: libvirt-daemon-qemu
Requires: libvirt-daemon-config-network
Requires: python-pycurl
Requires: python-requests
Requires: genisoimage
Requires: mtools
Requires: openssh-clients
@ -34,6 +36,8 @@ installations, with minimal input from the user.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
python setup.py build
@ -81,6 +85,10 @@ fi
%{_mandir}/man1/*
%changelog
* Wed May 10 2017 Brendan Reilly <breilly@redhat.com> - 0.15.0-6
- Add patch to use openssl instead of nss
- Pulled from upstream https://github.com/clalancette/oz/pull/231
* Thu Sep 22 2016 Chris Lalancette <clalancette@gmail.com> - 0.15.0-5
- Remove rawhide dependency on python-uuid