Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package obs-service-kiwi_metainfo_helper for
openSUSE:Factory checked in at 2023-09-21 22:13:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-kiwi_metainfo_helper (Old)
and /work/SRC/openSUSE:Factory/.obs-service-kiwi_metainfo_helper.new.1770
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-kiwi_metainfo_helper"
Thu Sep 21 22:13:07 2023 rev:15 rq:1112214 version:0.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/obs-service-kiwi_metainfo_helper/obs-service-kiwi_metainfo_helper.changes
2022-12-08 16:50:15.455198147 +0100
+++
/work/SRC/openSUSE:Factory/.obs-service-kiwi_metainfo_helper.new.1770/obs-service-kiwi_metainfo_helper.changes
2023-09-21 22:13:19.415689468 +0200
@@ -1,0 +2,5 @@
+Fri Sep 15 13:08:03 UTC 2023 - Michal Suchanek <[email protected]>
+
+- cpio on SLE12 does not support -D option, emulate it.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obs-service-kiwi_metainfo_helper.spec ++++++
--- /var/tmp/diff_new_pack.UBEGKO/_old 2023-09-21 22:13:20.855741732 +0200
+++ /var/tmp/diff_new_pack.UBEGKO/_new 2023-09-21 22:13:20.855741732 +0200
@@ -1,7 +1,7 @@
#
# spec file for package obs-service-kiwi_metainfo_helper
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
++++++ kiwi_metainfo_helper ++++++
--- /var/tmp/diff_new_pack.UBEGKO/_old 2023-09-21 22:13:20.895743184 +0200
+++ /var/tmp/diff_new_pack.UBEGKO/_new 2023-09-21 22:13:20.895743184 +0200
@@ -71,7 +71,7 @@
# Extract the content
tempdir=$(mktemp -d)
trap "rm -r ${tempdir}" EXIT
- rpm2cpio "${relpkgs[0]}" | cpio -idD "${tempdir}"
+ rpm2cpio "${relpkgs[0]}" | (cd "${tempdir}" && cpio -id)
# And source it
[ -f "${tempdir}/usr/lib/os-release" ] && .
"${tempdir}/usr/lib/os-release"