Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package openSUSE-release-tools for
openSUSE:Factory checked in at 2023-10-17 20:25:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.20540 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Tue Oct 17 20:25:06 2023 rev:507 rq:1118241 version:20231017.c439ad7
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2023-09-29 21:15:37.210178502 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.20540/openSUSE-release-tools.changes
2023-10-17 20:25:26.668219064 +0200
@@ -1,0 +2,6 @@
+Tue Oct 17 09:06:57 UTC 2023 - [email protected]
+
+- Update to version 20231017.c439ad7:
+ * project-installcheck.py: Support arch-specific ignore-conflicts config
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20230928.864b176.obscpio
New:
----
openSUSE-release-tools-20231017.c439ad7.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.sAroUK/_old 2023-10-17 20:25:27.400244690 +0200
+++ /var/tmp/diff_new_pack.sAroUK/_new 2023-10-17 20:25:27.400244690 +0200
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20230928.864b176
+Version: 20231017.c439ad7
Release: 0
Summary: Tools to aid in staging and release work for openSUSE/SUSE
License: GPL-2.0-or-later AND MIT
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.sAroUK/_old 2023-10-17 20:25:27.432245810 +0200
+++ /var/tmp/diff_new_pack.sAroUK/_new 2023-10-17 20:25:27.436245951 +0200
@@ -1,7 +1,7 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
- <param
name="changesrevision">864b17693c3af44db38fe9d8dc26ca50240912d6</param>
+ <param
name="changesrevision">c439ad7e4ef1a0714bd4e66d7e02a59fb1c3211c</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20230928.864b176.obscpio ->
openSUSE-release-tools-20231017.c439ad7.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20230928.864b176/project-installcheck.py
new/openSUSE-release-tools-20231017.c439ad7/project-installcheck.py
--- old/openSUSE-release-tools-20230928.864b176/project-installcheck.py
2023-09-28 18:49:30.000000000 +0200
+++ new/openSUSE-release-tools-20231017.c439ad7/project-installcheck.py
2023-10-17 11:05:19.000000000 +0200
@@ -240,7 +240,8 @@
per_source = dict()
- ignore_conflicts = Config.get(self.apiurl,
project).get('installcheck-ignore-conflicts', '').split(' ')
+ ignore_conflicts = config.get('installcheck-ignore-conflicts',
'').split() + \
+ config.get(f'installcheck-ignore-conflicts-{arch}', '').split()
for package, entry in parsed.items():
source = "{}/{}/{}/{}".format(project, repository, arch,
entry['source'])
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.sAroUK/_old 2023-10-17 20:25:28.280275497 +0200
+++ /var/tmp/diff_new_pack.sAroUK/_new 2023-10-17 20:25:28.280275497 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20230928.864b176
-mtime: 1695919770
-commit: 864b17693c3af44db38fe9d8dc26ca50240912d6
+version: 20231017.c439ad7
+mtime: 1697533519
+commit: c439ad7e4ef1a0714bd4e66d7e02a59fb1c3211c