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-09-20 13:26:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.16627 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Wed Sep 20 13:26:54 2023 rev:503 rq:1111984 version:20230918.9d6c197

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2023-09-13 20:47:04.831458773 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.16627/openSUSE-release-tools.changes
 2023-09-20 13:28:41.145562378 +0200
@@ -1,0 +2,6 @@
+Mon Sep 18 12:34:52 UTC 2023 - opensuse-releaset...@opensuse.org
+
+- Update to version 20230918.9d6c197:
+  * check_source.py: Don't skip various checks and reviews for non-spec 
packages
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20230912.fe4936c.obscpio

New:
----
  openSUSE-release-tools-20230918.9d6c197.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.aLDpM9/_old  2023-09-20 13:28:42.529611962 +0200
+++ /var/tmp/diff_new_pack.aLDpM9/_new  2023-09-20 13:28:42.529611962 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20230912.fe4936c
+Version:        20230918.9d6c197
 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.aLDpM9/_old  2023-09-20 13:28:42.573613538 +0200
+++ /var/tmp/diff_new_pack.aLDpM9/_new  2023-09-20 13:28:42.573613538 +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">fe4936c3ae14b4d4b4ab602012ae5993c7365cad</param>
+    <param 
name="changesrevision">9d6c197574a47cbd526f5aab94689c4c1d95cebd</param>
   </service>
 </servicedata>
 

++++++ openSUSE-release-tools-20230912.fe4936c.obscpio -> 
openSUSE-release-tools-20230918.9d6c197.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20230912.fe4936c/check_source.py 
new/openSUSE-release-tools-20230918.9d6c197/check_source.py
--- old/openSUSE-release-tools-20230912.fe4936c/check_source.py 2023-09-12 
23:08:09.000000000 +0200
+++ new/openSUSE-release-tools-20230918.9d6c197/check_source.py 2023-09-18 
14:33:05.000000000 +0200
@@ -266,17 +266,13 @@
             return False
 
         specs = [os.path.basename(x) for x in 
glob.glob(os.path.join(target_package, "*.spec"))]
-        if not specs:
-            # package without spec files e.g kiwi only
-            return True
-
-        if not self.check_spec_policy('_old', target_package, specs):
+        if specs and not self.check_spec_policy('_old', target_package, specs):
             return False
 
         if not self.run_source_validator('_old', target_package):
             return False
 
-        if not self.detect_mentioned_patches('_old', target_package, specs):
+        if specs and not self.detect_mentioned_patches('_old', target_package, 
specs):
             return False
 
         if not self.check_urls('_old', target_package, specs):

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.aLDpM9/_old  2023-09-20 13:28:45.705725748 +0200
+++ /var/tmp/diff_new_pack.aLDpM9/_new  2023-09-20 13:28:45.705725748 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20230912.fe4936c
-mtime: 1694552889
-commit: fe4936c3ae14b4d4b4ab602012ae5993c7365cad
+version: 20230918.9d6c197
+mtime: 1695040385
+commit: 9d6c197574a47cbd526f5aab94689c4c1d95cebd
 

Reply via email to