Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cloudflared for openSUSE:Factory 
checked in at 2024-07-16 22:04:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cloudflared (Old)
 and      /work/SRC/openSUSE:Factory/.cloudflared.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cloudflared"

Tue Jul 16 22:04:11 2024 rev:2 rq:1187690 version:2024.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cloudflared/cloudflared.changes  2024-07-05 
19:53:08.450612129 +0200
+++ /work/SRC/openSUSE:Factory/.cloudflared.new.17339/cloudflared.changes       
2024-07-16 22:04:12.689781973 +0200
@@ -1,0 +2,6 @@
+Mon Jul  8 11:56:05 UTC 2024 - Andreas Schwab <sch...@suse.de>
+
+- Define GOARCH
+- Remove 003-support-ppc64le.patch.
+
+-------------------------------------------------------------------

Old:
----
  003-support-ppc64le.patch

BETA DEBUG BEGIN:
  Old:- Define GOARCH
- Remove 003-support-ppc64le.patch.
BETA DEBUG END:

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

Other differences:
------------------
++++++ cloudflared.spec ++++++
--- /var/tmp/diff_new_pack.S6kPKq/_old  2024-07-16 22:04:13.405808105 +0200
+++ /var/tmp/diff_new_pack.S6kPKq/_new  2024-07-16 22:04:13.405808105 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:           cloudflared
 Version:        2024.6.0
 Release:        0
@@ -28,12 +29,10 @@
 Patch0:         001-skip-test.patch
 # PATCH-FIX-OPENSUSE 002-use-pie.patch hillw...@opensuse.org
 Patch1:         002-use-pie.patch
-# PATCH-FIX-UPSTREAM 003-support-ppc64le.patch hillw...@opensuse.org
-Patch2:         003-support-ppc64le.patch
 BuildRequires:  fdupes
 BuildRequires:  git-core
-BuildRequires:  golang(API) >= 1.22
 BuildRequires:  golang-packaging
+BuildRequires:  golang(API) >= 1.22
 AutoReqProv:    Off
 %{go_provides}
 
@@ -51,10 +50,10 @@
 %autosetup -p1 -a1 -n %{name}-%{version}
 
 %build
-%make_build
+%make_build GOARCH=$(go env GOARCH)
 
 %install
-%make_install
+%make_install GOARCH=$(go env GOARCH)
 
 %files
 %doc README.md

Reply via email to