Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package arpwatch-ethercodes for
openSUSE:Factory checked in at 2023-04-21 14:17:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arpwatch-ethercodes (Old)
and /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "arpwatch-ethercodes"
Fri Apr 21 14:17:27 2023 rev:769 rq:1080980 version:20230420
Changes:
--------
--- /work/SRC/openSUSE:Factory/arpwatch-ethercodes/arpwatch-ethercodes.changes
2023-02-10 14:35:13.389885690 +0100
+++
/work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new.1533/arpwatch-ethercodes.changes
2023-04-21 14:17:35.802777541 +0200
@@ -1,0 +2,6 @@
+Thu Apr 20 20:20:20 UTC 2023 - [email protected]
+
+- Update to version 20230420
+- Inject a QEMU/KVM entry
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ arpwatch-ethercodes.spec ++++++
--- /var/tmp/diff_new_pack.PpupUO/_old 2023-04-21 14:17:36.782783035 +0200
+++ /var/tmp/diff_new_pack.PpupUO/_new 2023-04-21 14:17:36.794783103 +0200
@@ -18,7 +18,7 @@
Name: arpwatch-ethercodes
-Version: 20230209
+Version: 20230420
Release: 0
Summary: Ethercodes Data for arpwatch
License: BSD-3-Clause
++++++ fetch_ethercodes.py ++++++
--- /var/tmp/diff_new_pack.PpupUO/_old 2023-04-21 14:17:36.842783371 +0200
+++ /var/tmp/diff_new_pack.PpupUO/_new 2023-04-21 14:17:36.846783394 +0200
@@ -121,6 +121,10 @@
return ':'.join((map(hexstr, map(hex, (val[:2], val[2:4], val[4:])))))
+def append_qemu(content):
+ content += b'MA-L,525400,QEMU/KVM,Cyberspace\x0d\x0a'
+ return content
+
def fetch_infile(infile):
# check oui.csv parameter
vout(1, 'check {ouifile}')
@@ -159,6 +163,7 @@
if fetchoui:
vout(1, 'fetch {ouifile}')
content = req.read()
+ content = append_qemu(content)
lines = content.split(sep=b'\r')
heading = lines.pop(0).replace(b'\n', b'', 1)
++++++ oui.csv ++++++
++++ 5112 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/arpwatch-ethercodes/oui.csv
++++ and /work/SRC/openSUSE:Factory/.arpwatch-ethercodes.new.1533/oui.csv