Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yq for openSUSE:Factory checked in 
at 2022-04-14 17:26:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yq (Old)
 and      /work/SRC/openSUSE:Factory/.yq.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yq"

Thu Apr 14 17:26:01 2022 rev:2 rq:970143 version:4.18.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/yq/yq.changes    2022-02-07 23:38:59.862071960 
+0100
+++ /work/SRC/openSUSE:Factory/.yq.new.1941/yq.changes  2022-04-14 
17:26:39.251346751 +0200
@@ -1,0 +2,5 @@
+Thu Apr 14 11:45:10 UTC 2022 - Robert Munteanu <romb...@apache.org>
+
+- Add conflicts for Leap 15.4 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yq.spec ++++++
--- /var/tmp/diff_new_pack.ldB8Qf/_old  2022-04-14 17:26:39.787347378 +0200
+++ /var/tmp/diff_new_pack.ldB8Qf/_new  2022-04-14 17:26:39.791347382 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package kubeconform
+# spec file for package yq
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %global provider_prefix github.com/mikefarah/yq
 %global import_path     %{provider_prefix}
 
@@ -27,7 +28,13 @@
 Source0:        
https://github.com/mikefarah/yq/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
 # conflict with all python3X-yq packages since they install /usr/bin/yq
+# we need to handle Leap 15.4 specially since the python3dist() is not
+# generated there
+%if 0%{?suse_version} >= 1550
 Conflicts:      python3dist(yq)
+%else
+Conflicts:      python3-yq
+%endif
 BuildRequires:  go >= 1.17
 
 %description
@@ -78,7 +85,6 @@
 mkdir -p %{buildroot}%{_datadir}/fish/vendor_completions.d
 %{buildroot}/%{_bindir}/%{name} shell-completion fish > 
%{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{name}.fish
 
-
 %files bash-completion
 %defattr(-,root,root)
 %dir %{_datarootdir}/bash-completion/completions/

Reply via email to