Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package linkerd-cli for openSUSE:Factory 
checked in at 2024-08-17 12:41:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/linkerd-cli (Old)
 and      /work/SRC/openSUSE:Factory/.linkerd-cli.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "linkerd-cli"

Sat Aug 17 12:41:02 2024 rev:10 rq:1194292 version:2.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/linkerd-cli/linkerd-cli.changes  2024-07-19 
15:26:43.721734493 +0200
+++ /work/SRC/openSUSE:Factory/.linkerd-cli.new.2698/linkerd-cli.changes        
2024-08-17 12:41:24.571923769 +0200
@@ -1,0 +2,12 @@
+Fri Aug 16 11:12:38 UTC 2024 - Johannes Kastl 
<[email protected]>
+
+- add Conflicts: for linkerd-cli-edge
+
+-------------------------------------------------------------------
+Fri Aug 16 09:18:34 UTC 2024 - [email protected]
+
+- Update to version 2.16:
+  major update, see the release announcement
+  https://linkerd.io/2024/08/13/announcing-linkerd-2.16/
+
+-------------------------------------------------------------------

Old:
----
  linkerd2-2.15.obscpio
  linkerd2.obsinfo

New:
----
  linkerd-cli-2.16.obscpio
  linkerd-cli.obsinfo

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

Other differences:
------------------
++++++ linkerd-cli.spec ++++++
--- /var/tmp/diff_new_pack.oWLkAB/_old  2024-08-17 12:41:25.783974147 +0200
+++ /var/tmp/diff_new_pack.oWLkAB/_new  2024-08-17 12:41:25.783974147 +0200
@@ -19,19 +19,26 @@
 %define linkerd_executable_name linkerd
 
 Name:           linkerd-cli
-Version:        2.15
+Version:        2.16
 Release:        0
 Summary:        CLI for the linkerd service mesh for Kubernetes
 License:        Apache-2.0
 URL:            https://github.com/linkerd/linkerd2
-Source:         linkerd2-%{version}.tar.gz
+Source:         %{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
-BuildRequires:  go >= 1.19
+BuildRequires:  go >= 1.22
 
-%description
-The Linkerd CLI is the primary way to interact with Linkerd. It can install 
the control plane to your cluster, add the proxy to your service and provide 
detailed metrics for how your service is performing.
+# cannot be installed in parallel to the edge version
+Conflicts:      linkerd-cli-edge
 
-Linkerd is an ultralight, security-first service mesh for Kubernetes. Linkerd 
adds critical security, observability, and reliability features to your 
Kubernetes stack with no code change required.
+%description
+The Linkerd CLI is the primary way to interact with Linkerd. It can install the
+control plane to your cluster, add the proxy to your service and provide
+detailed metrics for how your service is performing.
+
+Linkerd is an ultralight, security-first service mesh for Kubernetes. Linkerd
+adds critical security, observability, and reliability features to your
+Kubernetes stack with no code change required.
 
 Linkerd is a Cloud Native Computing Foundation (CNCF) project.
 
@@ -67,8 +74,7 @@
 zsh command line completion support for %{name}.
 
 %prep
-%setup -q -n linkerd2-%{version}
-%setup -q -T -D -a1 -n linkerd2-%{version}
+%autosetup -p 1 -a 1
 
 %build
 GO111MODULE=on go generate -mod=readonly ./pkg/charts/static
@@ -80,11 +86,11 @@
    -tags prod \
    -buildmode=pie \
    -ldflags="-X 
github.com/linkerd/linkerd2/pkg/version.Version=stable-%{version}" \
-   -o bin/linkerd-cli ./cli/
+   -o bin/%{linkerd_executable_name} ./cli/
 
 %install
 # Install the binary.
-install -D -m 0755 bin/%{name} 
"%{buildroot}/%{_bindir}/%{linkerd_executable_name}"
+install -D -m 0755 bin/%{linkerd_executable_name} 
%{buildroot}/%{_bindir}/%{linkerd_executable_name}
 
 # create the bash completion file
 mkdir -p %{buildroot}%{_datarootdir}/bash-completion/completions/

++++++ _service ++++++
--- /var/tmp/diff_new_pack.oWLkAB/_old  2024-08-17 12:41:25.823975810 +0200
+++ /var/tmp/diff_new_pack.oWLkAB/_new  2024-08-17 12:41:25.827975977 +0200
@@ -3,22 +3,23 @@
     <param name="url">https://github.com/linkerd/linkerd2</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">version-2.15</param>
-    <param name="match-tag">version-2.15</param>
+    <param name="revision">version-2.16</param>
+    <param name="match-tag">version-2.16</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">version-(.*)</param>
+    <param name="filename">linkerd-cli</param>
   </service>
   <service name="set_version" mode="manual">
-    <param name="basename">linkerd2</param>
   </service>
-  <service name="tar" mode="buildtime"/>
+  <service name="go_modules" mode="manual">
+  </service>
+  <!-- services below are running at buildtime -->
+  <service name="tar" mode="buildtime">
+  </service>
   <service name="recompress" mode="buildtime">
     <param name="file">*.tar</param>
     <param name="compression">gz</param>
   </service>
-  <service name="go_modules" mode="manual">
-    <param name="archive">linkerd2-2.15.obscpio</param>
-  </service>
 </services>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.oWLkAB/_old  2024-08-17 12:41:25.851976974 +0200
+++ /var/tmp/diff_new_pack.oWLkAB/_new  2024-08-17 12:41:25.859977306 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/linkerd/linkerd2</param>
-              <param 
name="changesrevision">f0d861ea9b927eed308d66fa64a08a5861c028d2</param></service></servicedata>
+              <param 
name="changesrevision">332c4efa8ccb6c6e9bae928c2096fe991ee4c567</param></service></servicedata>
 (No newline at EOF)
 

++++++ linkerd-cli.obsinfo ++++++
name: linkerd-cli
version: 2.16
mtime: 1722882595
commit: 332c4efa8ccb6c6e9bae928c2096fe991ee4c567

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/linkerd-cli/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.linkerd-cli.new.2698/vendor.tar.gz differ: char 5, 
line 1

Reply via email to