Hello community,
here is the log from the commit of package openSUSE-release-tools for
openSUSE:Factory checked in at 2018-09-03 10:34:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 Sep 3 10:34:26 2018 rev:124 rq:632461 version:20180831.1cedb3d
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2018-08-31 10:43:22.283125874 +0200
+++
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
2018-09-03 10:34:30.400577183 +0200
@@ -1,0 +2,116 @@
+Fri Aug 31 09:13:29 UTC 2018 - [email protected]
+
+- Update to version 20180831.1cedb3d:
+ * compare_pkglist: queries with withlinked=1 to ignore inherited package
+
+-------------------------------------------------------------------
+Fri Aug 31 03:40:41 UTC 2018 - [email protected]
+
+- Update to version 20180830.814f5f6:
+ * dist/spec: include as requirement of check-source sub package.
+
+-------------------------------------------------------------------
+Fri Aug 31 03:16:16 UTC 2018 - [email protected]
+
+- Update to version 20180830.e23fb18:
+ * tests/factory_source_tests: update query after osc@f1c3156.
+
+-------------------------------------------------------------------
+Thu Aug 30 13:30:22 UTC 2018 - [email protected]
+
+- Update to version 20180830.99898de:
+ * README: include section about using obs_clone tool.
+
+-------------------------------------------------------------------
+Wed Aug 29 22:03:50 UTC 2018 - [email protected]
+
+- Update to version 20180829.e943dab:
+ * metrics: provide initial telegraf setup for ingesting historical snapshots.
+
+-------------------------------------------------------------------
+Wed Aug 29 08:06:28 UTC 2018 - [email protected]
+
+- Update to version 20180829.6a972fa:
+ * leaper: proper maintainer review rule
+
+-------------------------------------------------------------------
+Mon Aug 27 21:59:07 UTC 2018 - [email protected]
+
+- Update to version 20180827.541b94d:
+ * Remove SUSE copyright, warranty, and license headers.
+ * LICENSE: add proper GPLv2 license.
+
+-------------------------------------------------------------------
+Mon Aug 27 21:44:01 UTC 2018 - [email protected]
+
+- Update to version 20180827.491706c:
+ * leaper: comment_handler_lines_deduplicate() remove as no longer applicable.
+
+-------------------------------------------------------------------
+Fri Aug 24 06:52:18 UTC 2018 - [email protected]
+
+- Update to version 20180824.754012f:
+ * README: completely rewrite and provide workflow overview SVG.
+
+-------------------------------------------------------------------
+Thu Aug 23 17:14:54 UTC 2018 - [email protected]
+
+- Update to version 20180823.b2be0e2:
+ * README: update coveralls badge for new repository name.
+
+-------------------------------------------------------------------
+Thu Aug 23 16:50:24 UTC 2018 - [email protected]
+
+- Update to version 20180823.57ef49a:
+ * Revert "repo_checker: change build to state in comment info."
+
+-------------------------------------------------------------------
+Thu Aug 23 13:06:50 UTC 2018 - [email protected]
+
+- Update to version 20180823.db50e79:
+ * repo_checker: include repository as bot name suffix in direct package
comment.
+ * repo_checker: include repository as bot name suffix for staging comments.
+ * osclib/conf: utilize repo_checker-project-skip for OBS SLE projects.
+ * repo_checker: provide repo_checker-project-skip option.
+ * repo_checker: change build to state in comment info.
+
+-------------------------------------------------------------------
+Thu Aug 23 12:58:47 UTC 2018 - [email protected]
+
+- Update to version 20180823.ebec421:
+ * repo_checker: change package comment default to be direct instead of devel.
+
+-------------------------------------------------------------------
+Thu Aug 23 03:33:27 UTC 2018 - [email protected]
+
+- Update to version 20180822.a676367:
+ * repo_checker: CreatePackageDescr: exclude build-env requirement.
+
+-------------------------------------------------------------------
+Thu Aug 23 02:43:49 UTC 2018 - [email protected]
+
+- Update to version 20180822.a02488e:
+ * leaper: replace maintbot usage with ReviewBot methods.
+ * check_source: replace maintbot usage with ReviewBot methods.
+ * ReviewBot: add devel_project_review_*() methods adapted from maintbot.
+
+-------------------------------------------------------------------
+Thu Aug 23 02:26:15 UTC 2018 - [email protected]
+
+- Update to version 20180822.7fa84f7:
+ * repo_checker: repository_check(): drop left over development comment.
+ * repo_checker: rework install_check() to use target project consistently.
+
+-------------------------------------------------------------------
+Wed Aug 22 23:15:30 UTC 2018 - [email protected]
+
+- Update to version 20180822.4cbeaa5:
+ * leaper: remove duplicate maintainer review check for IBS in default action.
+
+-------------------------------------------------------------------
+Wed Aug 22 22:46:36 UTC 2018 - [email protected]
+
+- Update to version 20180822.7f26309:
+ * repo_checker: project_only: hook up --post-comments flag.
+
+-------------------------------------------------------------------
Old:
----
openSUSE-release-tools-20180822.a9f1bc0.obscpio
New:
----
openSUSE-release-tools-20180831.1cedb3d.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openSUSE-release-tools.spec ++++++
--- /var/tmp/diff_new_pack.1s4ahn/_old 2018-09-03 10:34:30.876578411 +0200
+++ /var/tmp/diff_new_pack.1s4ahn/_new 2018-09-03 10:34:30.880578421 +0200
@@ -20,7 +20,7 @@
%define source_dir openSUSE-release-tools
%define announcer_filename factory-package-news
Name: openSUSE-release-tools
-Version: 20180822.a9f1bc0
+Version: 20180831.1cedb3d
Release: 0
Summary: Tools to aid in staging and release work for openSUSE/SUSE
License: GPL-2.0-or-later AND MIT
@@ -122,6 +122,8 @@
BuildArch: noarch
# TODO Update requirements.
Requires: osclib = %{version}
+# check_source.pl
+Requires: perl-Text-Diff
Requires(pre): shadow
%description check-source
@@ -133,8 +135,6 @@
BuildArch: noarch
Requires: %{name} = %{version}
Requires: osclib = %{version}
-# osrt-leaper-review needs check_maintenance_incidents.py
-Requires: %{name}-maintenance = %{version}
Requires(pre): shadow
%description leaper
@@ -163,6 +163,7 @@
Recommends: python-influxdb
Suggests: grafana
Suggests: influxdb
+Suggests: telegraf
%description metrics
Ingest relevant OBS and annotation data to generate insightful metrics.
@@ -387,7 +388,7 @@
%files
%defattr(-,root,root,-)
-%doc README.asciidoc
+%doc README.md
%{_bindir}/osrt-biarchtool
%{_bindir}/osrt-bs_mirrorfull
%{_bindir}/osrt-build-fail-reminder
@@ -437,7 +438,7 @@
%files devel
%defattr(-,root,root,-)
# Non-empty for older products.
-%doc README.asciidoc
+%doc README.md
%files abichecker
%defattr(-,root,root,-)
@@ -508,6 +509,7 @@
%{_unitdir}/[email protected]
%{_unitdir}/[email protected]
%{_unitdir}/[email protected]
+%{_unitdir}/osrt-metrics-telegraf.service
%files metrics-access
%defattr(-,root,root,-)
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.1s4ahn/_old 2018-09-03 10:34:30.912578503 +0200
+++ /var/tmp/diff_new_pack.1s4ahn/_new 2018-09-03 10:34:30.912578503 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/openSUSE-release-tools.git</param>
- <param
name="changesrevision">a8cfd74f1f7a4a1a38fd2530262d0b7dd06d8177</param>
+ <param
name="changesrevision">1cedb3d8b3e81aeae3d4cee1f8e8bce9b5dac508</param>
</service>
</servicedata>
++++++ openSUSE-release-tools-20180822.a9f1bc0.obscpio ->
openSUSE-release-tools-20180831.1cedb3d.obscpio ++++++
++++ 3292 lines of diff (skipped)
++++++ openSUSE-release-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.1s4ahn/_old 2018-09-03 10:34:31.384579720 +0200
+++ /var/tmp/diff_new_pack.1s4ahn/_new 2018-09-03 10:34:31.384579720 +0200
@@ -1,5 +1,5 @@
name: openSUSE-release-tools
-version: 20180822.a9f1bc0
-mtime: 1534977191
-commit: a9f1bc0ee71e8d1307b4e756f220e0289a8bd17a
+version: 20180831.1cedb3d
+mtime: 1535706516
+commit: 1cedb3d8b3e81aeae3d4cee1f8e8bce9b5dac508