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 2026-03-19 17:39:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Thu Mar 19 17:39:50 2026 rev:551 rq:1341089 version:20260311.8d21e901

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2026-02-24 15:40:51.064017637 +0100
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.8177/openSUSE-release-tools.changes
  2026-03-19 17:41:37.600373355 +0100
@@ -1,0 +2,6 @@
+Thu Mar 12 08:03:10 UTC 2026 - [email protected]
+
+- Update to version 20260311.8d21e901:
+  * check_source.py: Reapply name check for mkosi.conf
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20260217.9242c97e.obscpio

New:
----
  openSUSE-release-tools-20260311.8d21e901.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.GAQedC/_old  2026-03-19 17:41:39.592455883 +0100
+++ /var/tmp/diff_new_pack.GAQedC/_new  2026-03-19 17:41:39.596456048 +0100
@@ -21,7 +21,7 @@
 %define announcer_filename factory-package-news
 %define services osrt-slsa.target [email protected] 
[email protected] [email protected] [email protected]
 Name:           openSUSE-release-tools
-Version:        20260217.9242c97e
+Version:        20260311.8d21e901
 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.GAQedC/_old  2026-03-19 17:41:39.652458368 +0100
+++ /var/tmp/diff_new_pack.GAQedC/_new  2026-03-19 17:41:39.660458700 +0100
@@ -1,7 +1,7 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
-    <param 
name="changesrevision">9242c97e3213efb47f0677a0057d5f47a463c6ef</param>
+    <param 
name="changesrevision">8d21e90161b7ea8242f1d7ce9001ba2d86af8391</param>
   </service>
 </servicedata>
 

++++++ openSUSE-release-tools-20260217.9242c97e.obscpio -> 
openSUSE-release-tools-20260311.8d21e901.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20260217.9242c97e/check_source.py 
new/openSUSE-release-tools-20260311.8d21e901/check_source.py
--- old/openSUSE-release-tools-20260217.9242c97e/check_source.py        
2026-02-17 12:41:30.000000000 +0100
+++ new/openSUSE-release-tools-20260311.8d21e901/check_source.py        
2026-03-11 17:59:52.000000000 +0100
@@ -287,7 +287,8 @@
         expected_name = target_package
         if filename == '_preinstallimage':
             expected_name = 'preinstallimage'
-        if not (filename.endswith('.kiwi') or filename == 'Dockerfile') and 
new_info['name'] != expected_name:
+        if not (filename.endswith('.kiwi') or filename == 'Dockerfile' or 
filename.endswith('mkosi.conf')) \
+           and new_info['name'] != expected_name:
             shutil.rmtree(copath)
             self.review_messages['declined'] = (
                 f"A package submitted as {target_package} has to build as 
'Name: {expected_name}' - found Name '{new_info['name']}'")

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.GAQedC/_old  2026-03-19 17:41:41.288526147 +0100
+++ /var/tmp/diff_new_pack.GAQedC/_new  2026-03-19 17:41:41.304526809 +0100
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20260217.9242c97e
-mtime: 1771328490
-commit: 9242c97e3213efb47f0677a0057d5f47a463c6ef
+version: 20260311.8d21e901
+mtime: 1773248392
+commit: 8d21e90161b7ea8242f1d7ce9001ba2d86af8391
 

Reply via email to