From 1a32910ac4e5734e744fccf6c9c90edaa3c3a348 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Mon, 4 Jul 2022 18:41:24 -0400 Subject: [PATCH 1/2] replace 'or' keyword with proper '||' --- oz.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oz.spec.in b/oz.spec.in index 37716b13..a978a324 100644 --- a/oz.spec.in +++ b/oz.spec.in @@ -25,7 +25,7 @@ Requires: libvirt >= 0.9.7 Requires: python3-requests Requires: genisoimage Requires: mtools -%if 0%{?fedora} < 26 or 0%{?rhel} < 8 +%if 0%{?fedora} < 26 || 0%{?rhel} < 8 Requires: python-uuid %endif Requires: openssh-clients From 4e993267529fa71b5c87ad0e3707af0a453ffc5f Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Tue, 5 Jul 2022 16:15:27 -0400 Subject: [PATCH 2/2] Add python3-devel to buildrequires --- oz.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/oz.spec.in b/oz.spec.in index a978a324..9ab8286a 100644 --- a/oz.spec.in +++ b/oz.spec.in @@ -33,6 +33,7 @@ Requires: python3-m2crypto Requires: python3-monotonic BuildRequires: python3 +BuildRequires: python3-devel %description Oz is a set of libraries and utilities for doing automated guest OS