Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package terraform-provider-libvirt for
openSUSE:Factory checked in at 2021-02-20 22:12:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/terraform-provider-libvirt (Old)
and /work/SRC/openSUSE:Factory/.terraform-provider-libvirt.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "terraform-provider-libvirt"
Sat Feb 20 22:12:49 2021 rev:2 rq:873992 version:0.6.3+git.1604843676.67f4f2aa
Changes:
--------
---
/work/SRC/openSUSE:Factory/terraform-provider-libvirt/terraform-provider-libvirt.changes
2021-01-07 21:23:32.325375969 +0100
+++
/work/SRC/openSUSE:Factory/.terraform-provider-libvirt.new.28504/terraform-provider-libvirt.changes
2021-02-20 22:12:53.103076991 +0100
@@ -1,0 +2,5 @@
+Sat Feb 13 09:04:17 UTC 2021 - Anthony Rabbito <[email protected]>
+
+- Added if condition in spec if on a SUSE version use mkisofs, instead of
genisoimage
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ terraform-provider-libvirt.spec ++++++
--- /var/tmp/diff_new_pack.D5JquJ/_old 2021-02-20 22:12:53.691077616 +0100
+++ /var/tmp/diff_new_pack.D5JquJ/_new 2021-02-20 22:12:53.691077616 +0100
@@ -39,15 +39,19 @@
BuildRequires: libvirt-devel
BuildRequires: xz
Requires: libvirt-client
+%if 0%{?suse_version}
Requires: mkisofs
+%else
+Requires: genisoimage
+%endif
Requires: terraform >= 0.12.0
%if 0%{?fedora} || 0%{?rhel_version} || 0%{?centos_version}
BuildRequires: golang
%endif
%if 0%{?suse_version}
-BuildRequires: golang(API) >= 1.8
BuildRequires: golang-packaging
BuildRequires: xz
+BuildRequires: golang(API) >= 1.8
%endif
%endif
%if 0%{?suse_version}