Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package toolbox for openSUSE:Factory checked 
in at 2021-01-22 21:49:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/toolbox (Old)
 and      /work/SRC/openSUSE:Factory/.toolbox.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "toolbox"

Fri Jan 22 21:49:50 2021 rev:8 rq:865034 version:1.0+git20210119.b5acdcf

Changes:
--------
--- /work/SRC/openSUSE:Factory/toolbox/toolbox.changes  2020-11-29 
12:20:45.961537193 +0100
+++ /work/SRC/openSUSE:Factory/.toolbox.new.28504/toolbox.changes       
2021-01-22 21:50:07.633662146 +0100
@@ -1,0 +2,12 @@
+Wed Jan 20 09:57:44 UTC 2021 - Thorsten Kukuk <ku...@suse.com>
+
+- Add a group tag for SLE Micro
+- Mark toolboxrc as %config and add it is Source
+
+-------------------------------------------------------------------
+Tue Jan 19 13:12:13 UTC 2021 - bruno.l...@suse.com
+
+- Update to version 1.0+git20210119.b5acdcf:
+  * Dynamically set REGISTRY and IMAGE (#11)
+
+-------------------------------------------------------------------

Old:
----
  microos-toolbox-1.0+git20201126.3d26283.tar.xz

New:
----
  microos-toolbox-1.0+git20210119.b5acdcf.tar.xz
  toolboxrc

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

Other differences:
------------------
++++++ toolbox.spec ++++++
--- /var/tmp/diff_new_pack.fsiLtZ/_old  2021-01-22 21:50:09.361664596 +0100
+++ /var/tmp/diff_new_pack.fsiLtZ/_new  2021-01-22 21:50:09.365664602 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package toolbox
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,14 @@
 
 
 Name:           toolbox
-Version:        1.0+git20201126.3d26283
+Version:        1.0+git20210119.b5acdcf
 Release:        0
 Summary:        Script to start a toolbox container for system debugging
 License:        Apache-2.0
+Group:          System/Management
 URL:            https://github.com/thkukuk/microos-toolbox
 Source:         microos-toolbox-%{version}.tar.xz
+Source1:        toolboxrc
 Requires:       podman
 BuildArch:      noarch
 
@@ -42,10 +44,17 @@
 %install
 mkdir -p %{buildroot}%{_bindir}
 install -m 755 toolbox %{buildroot}%{_bindir}/toolbox
+%if !0%{?is_opensuse}
+mkdir -p %{buildroot}%{_sysconfdir}
+install -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/toolboxrc
+%endif
 
 %files
 %license LICENSE
 %doc README.md
 %{_bindir}/toolbox
+%if !0%{?is_opensuse}
+%config %{_sysconfdir}/toolboxrc
+%endif
 
 %changelog

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.fsiLtZ/_old  2021-01-22 21:50:09.413664670 +0100
+++ /var/tmp/diff_new_pack.fsiLtZ/_new  2021-01-22 21:50:09.413664670 +0100
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/thkukuk/microos-toolbox.git</param>
-    <param 
name="changesrevision">3d26283d2baa62d1351c3dbe356caf8590d202f0</param>
+    <param 
name="changesrevision">b5acdcfad5dd3f09536bd312790015f61c27f40a</param>
  </service>
 </servicedata>
\ No newline at end of file

++++++ microos-toolbox-1.0+git20201126.3d26283.tar.xz -> 
microos-toolbox-1.0+git20210119.b5acdcf.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/microos-toolbox-1.0+git20201126.3d26283/toolbox 
new/microos-toolbox-1.0+git20210119.b5acdcf/toolbox
--- old/microos-toolbox-1.0+git20201126.3d26283/toolbox 2020-11-26 
11:47:36.000000000 +0100
+++ new/microos-toolbox-1.0+git20210119.b5acdcf/toolbox 2021-01-19 
11:01:40.000000000 +0100
@@ -26,6 +26,8 @@
 TOOLBOX_SHELL="/bin/bash"
 SUDO=
 
+test -f /etc/toolboxrc && . /etc/toolboxrc
+
 setup() {
     # Allow user overrides
     if [ -f "${TOOLBOXRC}" ]; then

++++++ toolboxrc ++++++
REGISTRY=registry.suse.com
IMAGE=suse/toolbox

Reply via email to