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 2022-09-21 14:46:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-release-tools"
Wed Sep 21 14:46:36 2022 rev:453 rq:1005189 version:20220914.8eb34c45
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2022-08-11 18:32:56.678232196 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new.2083/openSUSE-release-tools.changes
2022-09-21 14:46:38.202420241 +0200
@@ -1,0 +2,91 @@
+Wed Sep 14 11:42:11 UTC 2022 - [email protected]
+
+- Update to version 20220914.8eb34c45:
+ * Remove publish_distro dependency on python-mb
+
+-------------------------------------------------------------------
+Wed Sep 14 11:00:17 UTC 2022 - [email protected]
+
+- Update to version 20220914.7abe1a52:
+ * skippkg-finder: remove installation-images from the forbidden list
+
+-------------------------------------------------------------------
+Fri Sep 02 07:52:25 UTC 2022 - [email protected]
+
+- Update to version 20220902.9ea68a61:
+ * TTM: Do not save SeenIssues if they didn't change
+ * TTM: Add log message for changing status
+
+-------------------------------------------------------------------
+Thu Sep 01 12:53:49 UTC 2022 - [email protected]
+
+- Update to version 20220901.e6d11c4d:
+ * dashboard: Remove Leap Micro 5.2
+ * dashboard: add Leap 15.5
+ * check_source: expand check_source be able to handle Leap/Backports
submission
+ * Ignore starting white space in bugowner lines
+
+-------------------------------------------------------------------
+Mon Aug 29 18:39:19 UTC 2022 - [email protected]
+
+- Update to version 20220829.5a8f3dbe:
+ * Add test for group in bugowner line
+
+-------------------------------------------------------------------
+Mon Aug 29 14:04:22 UTC 2022 - [email protected]
+
+- Update to version 20220829.fc36daa0:
+ * gocd: Increase the timeout for Legal.Import pipeline
+ * Set timeout on the suse checkers
+
+-------------------------------------------------------------------
+Mon Aug 29 10:18:14 UTC 2022 - [email protected]
+
+- Update to version 20220829.a5ef99ba:
+ * Fix E275: missing whitespace around keywords
+ * Setup for SLE15 SP4 Quarterly Update
+
+-------------------------------------------------------------------
+Mon Aug 29 10:05:23 UTC 2022 - [email protected]
+
+- Update to version 20220829.80f24611:
+ * Use HTTP GET for /search/request/id API endpoint
+
+-------------------------------------------------------------------
+Fri Aug 26 12:59:53 UTC 2022 - [email protected]
+
+- Update to version 20220826.f861a750:
+ * Trigger aarch64 updates jobs
+
+-------------------------------------------------------------------
+Fri Aug 26 12:56:57 UTC 2022 - [email protected]
+
+- Update to version 20220826.79f900e7:
+ * publish_distro: Provide missing link target in %files
+
+-------------------------------------------------------------------
+Tue Aug 23 11:58:44 UTC 2022 - [email protected]
+
+- Update to version 20220823.34659a46:
+ * install and link publish_dist
+
+-------------------------------------------------------------------
+Thu Aug 11 15:56:22 UTC 2022 - [email protected]
+
+- Update to version 20220811.b3ea77e9:
+ * project-installcheck: Don't record unresolvables/fails during building
+
+-------------------------------------------------------------------
+Thu Aug 11 09:54:56 UTC 2022 - [email protected]
+
+- Update to version 20220811.a79aecee:
+ * MirrorCache does not require mb makehashes
+ * Add publish-distro subpackage to spec
+ * Add basic README for publish_distro
+ * Correct publish_distro_conf path in CONTENTS.md
+ * Copy of publish_distro configuration 817e024
+ * Add basic docs to the script
+ * Add short summary to publish_distro
+ * Move publish_distro 817e024 into openSUSE-release-tools
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20220811.ed451591.obscpio
New:
----
openSUSE-release-tools-20220914.8eb34c45.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.t2bNMf/_old 2022-09-21 14:46:38.982422278 +0200
+++ /var/tmp/diff_new_pack.t2bNMf/_new 2022-09-21 14:46:38.986422288 +0200
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20220811.ed451591
+Version: 20220914.8eb34c45
Release: 0
Summary: Tools to aid in staging and release work for openSUSE/SUSE
License: GPL-2.0-or-later AND MIT
@@ -187,6 +187,17 @@
%description origin-manager
Tools for managing the origin of package sources and keeping them in sync.
+%package publish-distro
+Summary: Tool for publishing ftp-stage to ftp-prod
+Group: Development/Tools/Other
+Requires: rsync
+Requires(pre): shadow
+BuildArch: noarch
+
+%description publish-distro
+publish_distro tool and related configuration in publish_distro to rsync
+content from OBS to ftp-stage/ftp-prod on pontifex host.
+
%package repo-checker
Summary: Repository checker service
Group: Development/Tools/Other
@@ -411,6 +422,7 @@
%exclude %{_datadir}/%{source_dir}/osc-origin.py
%exclude %{_datadir}/%{source_dir}/osc-pcheck.py
%exclude %{_datadir}/%{source_dir}/osc-staging.py
+%exclude %{_datadir}/%{source_dir}/publish_distro
%exclude %{_datadir}/%{source_dir}/findfileconflicts
%exclude %{_datadir}/%{source_dir}/write_repo_susetags_file.pl
%dir %{_sysconfdir}/openSUSE-release-tools
@@ -475,6 +487,10 @@
%{_bindir}/osrt-origin-manager
%{_datadir}/%{source_dir}/origin-manager.py
+%files publish-distro
+%{_bindir}/osrt-publish_distro
+%{_datadir}/%{source_dir}/publish_distro
+
%files repo-checker
%{_bindir}/osrt-project-installcheck
%{_bindir}/osrt-staging-installcheck
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.t2bNMf/_old 2022-09-21 14:46:39.046422445 +0200
+++ /var/tmp/diff_new_pack.t2bNMf/_new 2022-09-21 14:46:39.050422455 +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">ed4515913639e11ed6d2e90427f8044c216e6b0d</param>
+ <param
name="changesrevision">8eb34c45f9e280b894f7c6f3466c67262cf202ad</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20220811.ed451591.obscpio ->
openSUSE-release-tools-20220914.8eb34c45.obscpio ++++++
++++ 2200 lines of diff (skipped)
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.t2bNMf/_old 2022-09-21 14:46:40.082425150 +0200
+++ /var/tmp/diff_new_pack.t2bNMf/_new 2022-09-21 14:46:40.086425160 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20220811.ed451591
-mtime: 1660199885
-commit: ed4515913639e11ed6d2e90427f8044c216e6b0d
+version: 20220914.8eb34c45
+mtime: 1663155681
+commit: 8eb34c45f9e280b894f7c6f3466c67262cf202ad