Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cni for openSUSE:Factory checked in 
at 2024-07-24 15:31:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cni (Old)
 and      /work/SRC/openSUSE:Factory/.cni.new.1869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cni"

Wed Jul 24 15:31:22 2024 rev:21 rq:1189187 version:1.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/cni/cni.changes  2024-06-29 15:18:49.739285474 
+0200
+++ /work/SRC/openSUSE:Factory/.cni.new.1869/cni.changes        2024-07-25 
11:47:29.818162819 +0200
@@ -1,0 +2,7 @@
+Tue Jul 23 06:33:24 UTC 2024 - [email protected]
+
+- Update to version 1.2.3:
+  * libcni: set both GC valid attachment keys
+  * SPEC: use correct GC field name.
+
+-------------------------------------------------------------------

Old:
----
  cni-1.2.2.obscpio

New:
----
  cni-1.2.3.obscpio

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

Other differences:
------------------
++++++ cni.spec ++++++
--- /var/tmp/diff_new_pack.auNlZ6/_old  2024-07-25 11:47:30.830202776 +0200
+++ /var/tmp/diff_new_pack.auNlZ6/_new  2024-07-25 11:47:30.830202776 +0200
@@ -22,7 +22,7 @@
 %define         cni_bin_dir  %{_libexecdir}/cni
 %define         cni_doc_dir  %{_docdir}/cni
 Name:           cni
-Version:        1.2.2
+Version:        1.2.3
 Release:        0
 Summary:        Container Network Interface - networking for Linux containers
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.auNlZ6/_old  2024-07-25 11:47:30.878204672 +0200
+++ /var/tmp/diff_new_pack.auNlZ6/_new  2024-07-25 11:47:30.886204987 +0200
@@ -2,7 +2,7 @@
   <service name="obs_scm" mode="manual">
     <param name="url">https://github.com/containernetworking/cni.git</param>
     <param name="scm">git</param>
-    <param name="revision">v1.2.2</param>
+    <param name="revision">v1.2.3</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <!-- filter out spec-vN.M.O tags -->

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.auNlZ6/_old  2024-07-25 11:47:30.902205619 +0200
+++ /var/tmp/diff_new_pack.auNlZ6/_new  2024-07-25 11:47:30.906205778 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/containernetworking/cni.git</param>
-              <param 
name="changesrevision">d5c71ad528129e306538f7ba5b796337c1898d81</param></service></servicedata>
+              <param 
name="changesrevision">309b6bbc17b2cd9eb9c26a46977ba1f1f5f032a4</param></service></servicedata>
 (No newline at EOF)
 

++++++ cni-1.2.2.obscpio -> cni-1.2.3.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cni-1.2.2/SPEC.md new/cni-1.2.3/SPEC.md
--- old/cni-1.2.2/SPEC.md       2024-06-24 21:59:30.000000000 +0200
+++ new/cni-1.2.3/SPEC.md       2024-07-22 17:10:34.000000000 +0200
@@ -387,7 +387,7 @@
 
 The runtime must provide a JSON-serialized plugin configuration object 
(defined below) on standard in. It contains an additional key;
 
-- `cni.dev/attachments` (array of objects): The list of **still valid** 
attachments to this network:
+- `cni.dev/valid-attachments` (array of objects): The list of **still valid** 
attachments to this network:
     - `containerID` (string): the value of CNI_CONTAINERID as provided during 
the CNI ADD operation
     - `ifname` (string): the value of CNI_IFNAME as provided during the CNI 
ADD operation
 
@@ -496,7 +496,7 @@
 - `capabilities`: must not be set
 
 For GC operations:
-- `cni.dev/attachments`: as specified in section 2.
+- `cni.dev/valid-attachments`: as specified in section 2.
 
 All other fields not prefixed with `cni.dev/` should be passed through 
unaltered.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cni-1.2.2/libcni/api.go new/cni-1.2.3/libcni/api.go
--- old/cni-1.2.2/libcni/api.go 2024-06-24 21:59:30.000000000 +0200
+++ new/cni-1.2.3/libcni/api.go 2024-07-22 17:10:34.000000000 +0200
@@ -817,6 +817,8 @@
                }
                if args != nil {
                        inject["cni.dev/valid-attachments"] = 
args.ValidAttachments
+                       // #1101: spec used incorrect variable name
+                       inject["cni.dev/attachments"] = args.ValidAttachments
                }
 
                for _, plugin := range list.Plugins {

++++++ cni.obsinfo ++++++
--- /var/tmp/diff_new_pack.auNlZ6/_old  2024-07-25 11:47:31.214217938 +0200
+++ /var/tmp/diff_new_pack.auNlZ6/_new  2024-07-25 11:47:31.230218570 +0200
@@ -1,5 +1,5 @@
 name: cni
-version: 1.2.2
-mtime: 1719259170
-commit: d5c71ad528129e306538f7ba5b796337c1898d81
+version: 1.2.3
+mtime: 1721661034
+commit: 309b6bbc17b2cd9eb9c26a46977ba1f1f5f032a4
 

++++++ vendor.tar.gz ++++++

Reply via email to