commit cni-plugin-dnsname for openSUSE:Factory

2022-04-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cni-plugin-dnsname for 
openSUSE:Factory checked in at 2022-04-04 19:26:52

Comparing /work/SRC/openSUSE:Factory/cni-plugin-dnsname (Old)
 and  /work/SRC/openSUSE:Factory/.cni-plugin-dnsname.new.1900 (New)


Package is "cni-plugin-dnsname"

Mon Apr  4 19:26:52 2022 rev:4 rq:966836 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/cni-plugin-dnsname/cni-plugin-dnsname.changes
2021-11-22 23:05:13.129723700 +0100
+++ 
/work/SRC/openSUSE:Factory/.cni-plugin-dnsname.new.1900/cni-plugin-dnsname.changes
  2022-04-04 19:27:38.827674129 +0200
@@ -1,0 +2,7 @@
+Fri Mar 25 08:27:36 UTC 2022 - Enrico Belleri 
+
+- Update to version 1.3.1:
+  * Don't use LDFLAGS: made `dnsname` unable to build in some
+packaging systems (not ours).
+
+---

Old:

  dnsname-1.3.0.obscpio

New:

  dnsname-1.3.1.obscpio



Other differences:
--
++ cni-plugin-dnsname.spec ++
--- /var/tmp/diff_new_pack.0Xth1U/_old  2022-04-04 19:27:39.699664132 +0200
+++ /var/tmp/diff_new_pack.0Xth1U/_new  2022-04-04 19:27:39.703664086 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cni-plugin-dnsname
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   cni-plugin-dnsname
-Version:1.3.0
+Version:1.3.1
 Release:0
 Summary:CNI plugin to provide name resolution for containers
 License:Apache-2.0
@@ -26,6 +26,7 @@
 BuildRequires:  golang-packaging
 BuildRequires:  golang(API) >= 1.13
 Requires:   cni
+Requires:   dnsmasq
 
 %description
 This CNI plugin sets up the use of dnsmasq on a given CNI network so that Pods
@@ -43,11 +44,11 @@
 %make_build GO_BUILD="GO111MODULE=on go build -mod=vendor -buildmode=pie" 
binaries
 
 %install
-PREFIX=/usr LIBEXECDIR=%{_libexecdir}/cni %make_install
+LIBEXECDIR=%{_libexecdir}/cni %make_install
 
 %files
 %license LICENSE
-%doc README.md README_PODMAN.md
+%doc README.md README_PODMAN.md RELEASE_NOTES.md
 %dir %{_libexecdir}/cni
 %{_libexecdir}/cni/dnsname
 

++ _service ++
--- /var/tmp/diff_new_pack.0Xth1U/_old  2022-04-04 19:27:39.735663719 +0200
+++ /var/tmp/diff_new_pack.0Xth1U/_new  2022-04-04 19:27:39.735663719 +0200
@@ -4,8 +4,9 @@
 git
 dnsname
 .git
-1.3.0
-v1.3.0
+@PARENT_TAG@
+v1.3.1
+v(.*)
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.0Xth1U/_old  2022-04-04 19:27:39.755663489 +0200
+++ /var/tmp/diff_new_pack.0Xth1U/_new  2022-04-04 19:27:39.755663489 +0200
@@ -1,6 +1,7 @@
 
-
-https://github.com/containers/dnsname.git
-  dc59f285546a0b0d8b8f20033e1637ea82587840
-(No newline at EOF)
+  
+https://github.com/containers/dnsname.git
+18822f9a4fb35d1349eb256f4cd2bfd372474d84
+  
+
 

++ dnsname-1.3.0.obscpio -> dnsname-1.3.1.obscpio ++
/work/SRC/openSUSE:Factory/cni-plugin-dnsname/dnsname-1.3.0.obscpio 
/work/SRC/openSUSE:Factory/.cni-plugin-dnsname.new.1900/dnsname-1.3.1.obscpio 
differ: char 50, line 1

++ dnsname.obsinfo ++
--- /var/tmp/diff_new_pack.0Xth1U/_old  2022-04-04 19:27:39.795663031 +0200
+++ /var/tmp/diff_new_pack.0Xth1U/_new  2022-04-04 19:27:39.799662985 +0200
@@ -1,6 +1,5 @@
 name: dnsname
-version: 1.3.0
-mtime: 1628708758
-commit: dc59f285546a0b0d8b8f20033e1637ea82587840
-
+version: 1.3.1
+mtime: 1629230735
+commit: 18822f9a4fb35d1349eb256f4cd2bfd372474d84
 


commit cni-plugin-dnsname for openSUSE:Factory

2021-11-22 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cni-plugin-dnsname for 
openSUSE:Factory checked in at 2021-11-22 23:04:23

Comparing /work/SRC/openSUSE:Factory/cni-plugin-dnsname (Old)
 and  /work/SRC/openSUSE:Factory/.cni-plugin-dnsname.new.1895 (New)


Package is "cni-plugin-dnsname"

Mon Nov 22 23:04:23 2021 rev:3 rq:933075 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/cni-plugin-dnsname/cni-plugin-dnsname.changes
2021-01-19 16:02:17.111388202 +0100
+++ 
/work/SRC/openSUSE:Factory/.cni-plugin-dnsname.new.1895/cni-plugin-dnsname.changes
  2021-11-22 23:05:13.129723700 +0100
@@ -1,0 +2,24 @@
+Fri Nov 19 18:28:08 UTC 2021 - r...@h4kamp.de
+
+- Update to version 1.3.0:
+  * Bump to v1.3.0
+  * Output version information when called directly
+  * Do not error on del command
+  * Cirrus: Remove unused $DEST_BRANCH definition
+  * Cleanup dangling config files
+  * Update F34beta -> F34 and U2010 -> U2104
+  * Cirrus: Add modern get_ci_vm support
+  * Cirrus: Update to F34beta VM image
+  * Bump to v1.2.0
+  * return dnsmasq errors
+  * Update podman readme
+  * Add dns search domain to cni result
+  * Add AppArmor instruction in the Podman readme
+  * fix typo in README_PODMAN
+  * Added missing comma in README_PODMAN.md
+  * Cirrus: Update to F33 and U2010
+  * Improve documentation of use with Podman
+  * bump go-iptables version
+- Fix build on SLE and Leap
+
+---

Old:

  dnsname-1.1.1.obscpio

New:

  dnsname-1.3.0.obscpio



Other differences:
--
++ cni-plugin-dnsname.spec ++
--- /var/tmp/diff_new_pack.gG25vr/_old  2021-11-22 23:05:14.061720573 +0100
+++ /var/tmp/diff_new_pack.gG25vr/_new  2021-11-22 23:05:14.061720573 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   cni-plugin-dnsname
-Version:1.1.1
+Version:1.3.0
 Release:0
 Summary:CNI plugin to provide name resolution for containers
 License:Apache-2.0
@@ -43,7 +43,7 @@
 %make_build GO_BUILD="GO111MODULE=on go build -mod=vendor -buildmode=pie" 
binaries
 
 %install
-PREFIX=/usr %make_install
+PREFIX=/usr LIBEXECDIR=%{_libexecdir}/cni %make_install
 
 %files
 %license LICENSE

++ _service ++
--- /var/tmp/diff_new_pack.gG25vr/_old  2021-11-22 23:05:14.093720466 +0100
+++ /var/tmp/diff_new_pack.gG25vr/_new  2021-11-22 23:05:14.093720466 +0100
@@ -4,8 +4,8 @@
 git
 dnsname
 .git
-1.1.1
-v1.1.1
+1.3.0
+v1.3.0
 enable
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.gG25vr/_old  2021-11-22 23:05:14.113720398 +0100
+++ /var/tmp/diff_new_pack.gG25vr/_new  2021-11-22 23:05:14.113720398 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/containers/dnsname.git
-  c654c95366ac5f309ca3e5727c9b858864247328
\ No newline at end of file
+  dc59f285546a0b0d8b8f20033e1637ea82587840
\ No newline at end of file

++ dnsname-1.1.1.obscpio -> dnsname-1.3.0.obscpio ++
/work/SRC/openSUSE:Factory/cni-plugin-dnsname/dnsname-1.1.1.obscpio 
/work/SRC/openSUSE:Factory/.cni-plugin-dnsname.new.1895/dnsname-1.3.0.obscpio 
differ: char 28, line 1

++ dnsname.obsinfo ++
--- /var/tmp/diff_new_pack.gG25vr/_old  2021-11-22 23:05:14.153720264 +0100
+++ /var/tmp/diff_new_pack.gG25vr/_new  2021-11-22 23:05:14.153720264 +0100
@@ -1,5 +1,5 @@
 name: dnsname
-version: 1.1.1
-mtime: 1606836698
-commit: c654c95366ac5f309ca3e5727c9b858864247328
+version: 1.3.0
+mtime: 1628708758
+commit: dc59f285546a0b0d8b8f20033e1637ea82587840
 


commit cni-plugin-dnsname for openSUSE:Factory

2021-01-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cni-plugin-dnsname for 
openSUSE:Factory checked in at 2021-01-19 16:01:51

Comparing /work/SRC/openSUSE:Factory/cni-plugin-dnsname (Old)
 and  /work/SRC/openSUSE:Factory/.cni-plugin-dnsname.new.28504 (New)


Package is "cni-plugin-dnsname"

Tue Jan 19 16:01:51 2021 rev:2 rq:861732 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/cni-plugin-dnsname/cni-plugin-dnsname.changes
2020-10-08 13:13:34.747248208 +0200
+++ 
/work/SRC/openSUSE:Factory/.cni-plugin-dnsname.new.28504/cni-plugin-dnsname.changes
 2021-01-19 16:02:17.111388202 +0100
@@ -1,0 +2,13 @@
+Fri Jan 08 12:15:02 UTC 2021 - rbr...@suse.com
+
+- Update to version 1.1.1:
+  * Bump to v1.1.1
+  * use tabs not spaces
+  * Bump to v1.1
+  * pass aliases to dns masq
+  * Cirrus: Use images from automation_images
+  * correct fedora package name in documentation
+  * clarify where to report issues
+  * change references from libpod to podman
+
+---

Old:

  dnsname-1.0.0.obscpio

New:

  dnsname-1.1.1.obscpio



Other differences:
--
++ cni-plugin-dnsname.spec ++
--- /var/tmp/diff_new_pack.080NYz/_old  2021-01-19 16:02:26.951403075 +0100
+++ /var/tmp/diff_new_pack.080NYz/_new  2021-01-19 16:02:26.951403075 +0100
@@ -1,6 +1,7 @@
+#
 # spec file for package cni-plugin-dnsname
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +17,7 @@
 
 
 Name:   cni-plugin-dnsname
-Version:1.0.0
+Version:1.1.1
 Release:0
 Summary:CNI plugin to provide name resolution for containers
 License:Apache-2.0

++ _service ++
--- /var/tmp/diff_new_pack.080NYz/_old  2021-01-19 16:02:26.995403142 +0100
+++ /var/tmp/diff_new_pack.080NYz/_new  2021-01-19 16:02:26.995403142 +0100
@@ -4,8 +4,9 @@
 git
 dnsname
 .git
-1.0.0
-v1.0.0
+1.1.1
+v1.1.1
+enable
   
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.080NYz/_old  2021-01-19 16:02:27.015403172 +0100
+++ /var/tmp/diff_new_pack.080NYz/_new  2021-01-19 16:02:27.015403172 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/containers/dnsname.git
-  fe71acc2f06cf07a27ad4f575cea92b7712115b5
\ No newline at end of file
+  c654c95366ac5f309ca3e5727c9b858864247328
\ No newline at end of file

++ dnsname-1.0.0.obscpio -> dnsname-1.1.1.obscpio ++
/work/SRC/openSUSE:Factory/cni-plugin-dnsname/dnsname-1.0.0.obscpio 
/work/SRC/openSUSE:Factory/.cni-plugin-dnsname.new.28504/dnsname-1.1.1.obscpio 
differ: char 27, line 1

++ dnsname.obsinfo ++
--- /var/tmp/diff_new_pack.080NYz/_old  2021-01-19 16:02:27.059403239 +0100
+++ /var/tmp/diff_new_pack.080NYz/_new  2021-01-19 16:02:27.059403239 +0100
@@ -1,5 +1,5 @@
 name: dnsname
-version: 1.0.0
-mtime: 1600093700
-commit: fe71acc2f06cf07a27ad4f575cea92b7712115b5
+version: 1.1.1
+mtime: 1606836698
+commit: c654c95366ac5f309ca3e5727c9b858864247328