Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2017-10-11 23:01:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and      /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openSUSE-release-tools"

Wed Oct 11 23:01:50 2017 rev:5 rq:532988 version:20171010.02e5000

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
    2017-10-09 19:48:55.981706670 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
       2017-10-11 23:01:52.771519119 +0200
@@ -1,0 +2,6 @@
+Tue Oct 10 11:31:25 UTC 2017 - opensuse-releaset...@opensuse.org
+
+- Update to version 20171010.02e5000:
+  * staging: add exceptions for new 000* product files
+
+-------------------------------------------------------------------

Old:
----
  openSUSE-release-tools-20171009.afbe149.obscpio

New:
----
  openSUSE-release-tools-20171010.02e5000.obscpio

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

Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.3hwVLL/_old  2017-10-11 23:01:53.631481443 +0200
+++ /var/tmp/diff_new_pack.3hwVLL/_new  2017-10-11 23:01:53.635481268 +0200
@@ -20,7 +20,7 @@
 %define source_dir osc-plugin-factory
 %define announcer_filename factory-package-news
 Name:           openSUSE-release-tools
-Version:        20171009.afbe149
+Version:        20171010.02e5000
 Release:        0
 Summary:        Tools to aid in staging and release work for openSUSE/SUSE
 License:        GPL-2.0+ and MIT

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.3hwVLL/_old  2017-10-11 23:01:53.703478289 +0200
+++ /var/tmp/diff_new_pack.3hwVLL/_new  2017-10-11 23:01:53.707478114 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">https://github.com/openSUSE/osc-plugin-factory.git</param>
-    <param 
name="changesrevision">afbe1495deeb9727f1c21e8f8a2f6c6f3261533b</param>
+    <param 
name="changesrevision">239c6314c7a8b0192c85181e7f64ab274e74cc31</param>
   </service>
 </servicedata>

++++++ openSUSE-release-tools-20171009.afbe149.obscpio -> 
openSUSE-release-tools-20171010.02e5000.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20171009.afbe149/osclib/freeze_command.py 
new/openSUSE-release-tools-20171010.02e5000/osclib/freeze_command.py
--- old/openSUSE-release-tools-20171009.afbe149/osclib/freeze_command.py        
2017-10-09 14:05:52.000000000 +0200
+++ new/openSUSE-release-tools-20171010.02e5000/osclib/freeze_command.py        
2017-10-10 13:31:25.000000000 +0200
@@ -253,6 +253,8 @@
         # If the package is an internal one (e.g _product)
         if package.startswith('_'):
             return None
+        if package.startswith('000'):
+            return None
 
         # Ignore packages with an origing (i.e. with an origin
         # different from the current project)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20171009.afbe149/osclib/stagingapi.py 
new/openSUSE-release-tools-20171010.02e5000/osclib/stagingapi.py
--- old/openSUSE-release-tools-20171009.afbe149/osclib/stagingapi.py    
2017-10-09 14:05:52.000000000 +0200
+++ new/openSUSE-release-tools-20171010.02e5000/osclib/stagingapi.py    
2017-10-10 13:31:25.000000000 +0200
@@ -195,7 +195,7 @@
             for si in ET.parse(root).getroot().findall('sourceinfo'):
                 pkg = si.get('package')
                 # XXX TODO - Test-DVD-x86_64 is hardcoded here
-                if pkg in ret and not pkg.startswith('Test-DVD-'):
+                if pkg in ret and not pkg.startswith('Test-DVD-') and not 
pkg.startswith('000'):
                     msg = '{} is defined in two projects ({} and {})'
                     if checklinks and pkg in except_pkgs and prj == 
except_pkgs[pkg]:
                         msg = ''

++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.3hwVLL/_old  2017-10-11 23:01:54.807429924 +0200
+++ /var/tmp/diff_new_pack.3hwVLL/_new  2017-10-11 23:01:54.811429749 +0200
@@ -1,5 +1,5 @@
 name: openSUSE-release-tools
-version: 20171009.afbe149
-mtime: 1507550470
-commit: afbe1495deeb9727f1c21e8f8a2f6c6f3261533b
+version: 20171010.02e5000
+mtime: 1507634868
+commit: 02e50005b16b70a269ad15b97099c0a1b3035b32
 


Reply via email to