Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package traefik for openSUSE:Factory checked 
in at 2024-02-22 20:57:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/traefik (Old)
 and      /work/SRC/openSUSE:Factory/.traefik.new.1706 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "traefik"

Thu Feb 22 20:57:35 2024 rev:11 rq:1148855 version:2.10.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/traefik/traefik.changes  2023-12-13 
18:34:17.708924813 +0100
+++ /work/SRC/openSUSE:Factory/.traefik.new.1706/traefik.changes        
2024-02-22 20:58:27.331031001 +0100
@@ -1,0 +2,5 @@
+Wed Feb 21 14:21:09 UTC 2024 - Johannes Weberhofer <jweberho...@weberhofer.at>
+
+- Fixed packaging of UI
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ traefik.spec ++++++
--- /var/tmp/diff_new_pack.z7TRez/_old  2024-02-22 20:58:28.535075011 +0100
+++ /var/tmp/diff_new_pack.z7TRez/_new  2024-02-22 20:58:28.539075157 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package traefik
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -56,7 +56,7 @@
 tar -xf %{SOURCE1}
 
 # unpack webui
-tar -xf %{SOURCE4}
+tar -xf %{SOURCE4} -C webui --strip-components=2
 
 # see script/generate
 go generate
@@ -66,9 +66,9 @@
 CGO_ENABLED=0 GOGC=off go build \
   -buildmode=pie \
   -mod=vendor \
-  -ldflags "-X github.com/traefik/traefik/v3/pkg/version.Version=%{version} \
-            -X github.com/traefik/traefik/v3/pkg/version.Codename='' \
-            -X 
github.com/traefik/traefik/v3/pkg/version.BuildDate=${build_date}" \
+  -ldflags "-X github.com/traefik/traefik/v2/pkg/version.Version=%{version} \
+            -X github.com/traefik/traefik/v2/pkg/version.Codename='' \
+            -X 
github.com/traefik/traefik/v2/pkg/version.BuildDate=${build_date}" \
   -installsuffix nocgo \
   -o traefik \
   ./cmd/traefik

Reply via email to