Hello community,
here is the log from the commit of package openSUSE-release-tools for
openSUSE:Factory checked in at 2017-10-09 19:47:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Mon Oct 9 19:47:40 2017 rev:4 rq:532734 version:20171009.afbe149
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2017-10-08 20:15:01.812500092 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
2017-10-09 19:48:55.981706670 +0200
@@ -1,0 +2,6 @@
+Mon Oct 09 12:05:52 UTC 2017 - [email protected]
+
+- Update to version 20171009.afbe149:
+ * check_source: Ensure the source and destination package name matches
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20171006.e1c7377.obscpio
New:
----
openSUSE-release-tools-20171009.afbe149.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.n52G89/_old 2017-10-09 19:48:56.973663072 +0200
+++ /var/tmp/diff_new_pack.n52G89/_new 2017-10-09 19:48:56.977662897 +0200
@@ -20,7 +20,7 @@
%define source_dir osc-plugin-factory
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20171006.e1c7377
+Version: 20171009.afbe149
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.n52G89/_old 2017-10-09 19:48:57.025660787 +0200
+++ /var/tmp/diff_new_pack.n52G89/_new 2017-10-09 19:48:57.025660787 +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">e883604d05777a141c4aec4b0f6c9db069c6a47d</param>
+ <param
name="changesrevision">afbe1495deeb9727f1c21e8f8a2f6c6f3261533b</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20171006.e1c7377.obscpio ->
openSUSE-release-tools-20171009.afbe149.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/openSUSE-release-tools-20171006.e1c7377/check_source.py
new/openSUSE-release-tools-20171009.afbe149/check_source.py
--- old/openSUSE-release-tools-20171006.e1c7377/check_source.py 2017-10-07
01:23:09.000000000 +0200
+++ new/openSUSE-release-tools-20171009.afbe149/check_source.py 2017-10-09
14:05:51.000000000 +0200
@@ -80,6 +80,11 @@
self.review_messages['declined'] = "A package submitted as %s has
to build as 'Name: %s' - found Name '%s'" % (target_package, target_package,
new_info['name'])
return False
+ # We want to see the same package name in the devel project as in the
distro; anything else calls for confusion
+ if source_package != target_package:
+ self.review_messages['declined'] = "No in-air renames: The package
must be called the same in the devel project as in the target project"
+ return False
+
# Run check_source.pl script and interpret output.
source_checker = os.path.join(CheckSource.SCRIPT_PATH,
'check_source.pl')
civs = ''
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.n52G89/_old 2017-10-09 19:48:57.949620178 +0200
+++ /var/tmp/diff_new_pack.n52G89/_new 2017-10-09 19:48:57.949620178 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20171006.e1c7377
-mtime: 1507331890
-commit: e1c7377ef41604b31560afeef5eb05405f73af3a
+version: 20171009.afbe149
+mtime: 1507550470
+commit: afbe1495deeb9727f1c21e8f8a2f6c6f3261533b