Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package container-registry-systemd for 
openSUSE:Factory checked in at 2022-01-31 22:57:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/container-registry-systemd (Old)
 and      /work/SRC/openSUSE:Factory/.container-registry-systemd.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "container-registry-systemd"

Mon Jan 31 22:57:24 2022 rev:10 rq:950222 version:0.0+git20220131.00931d2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/container-registry-systemd/container-registry-systemd.changes
    2021-04-12 17:10:57.478604387 +0200
+++ 
/work/SRC/openSUSE:Factory/.container-registry-systemd.new.1898/container-registry-systemd.changes
  2022-01-31 22:58:15.705201895 +0100
@@ -1,0 +2,12 @@
+Mon Jan 31 14:17:40 UTC 2022 - [email protected]
+
+- Update to version 0.0+git20220131.00931d2:
+  * Use type notify instead of forking
+
+-------------------------------------------------------------------
+Mon Jan 31 13:53:08 UTC 2022 - [email protected]
+
+- Update to version 0.0+git20220131.f427d35:
+  * Adjust timing for start limits in case of errors
+
+-------------------------------------------------------------------

Old:
----
  container-registry-systemd-0.0+git20210412.85b4fd5.tar.xz

New:
----
  container-registry-systemd-0.0+git20220131.00931d2.tar.xz

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

Other differences:
------------------
++++++ container-registry-systemd.spec ++++++
--- /var/tmp/diff_new_pack.K3oCkk/_old  2022-01-31 22:58:16.181198690 +0100
+++ /var/tmp/diff_new_pack.K3oCkk/_new  2022-01-31 22:58:16.185198663 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package container-registry-systemd
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           container-registry-systemd
-Version:        0.0+git20210412.85b4fd5
+Version:        0.0+git20220131.00931d2
 Release:        0
 Summary:        Systemd service files and config files for container-registry
 License:        GPL-3.0-or-later

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.K3oCkk/_old  2022-01-31 22:58:16.229198367 +0100
+++ /var/tmp/diff_new_pack.K3oCkk/_new  2022-01-31 22:58:16.229198367 +0100
@@ -1,7 +1,7 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">git://github.com/kubic-project/container-registry-systemd.git</param>
-    <param 
name="changesrevision">85b4fd50024c859eafa56b475f6c375bf848daa5</param>
+    <param 
name="changesrevision">00931d2dc1ea0a19c8b26730ec6fc110bc4e9026</param>
  </service>
 </servicedata>
 (No newline at EOF)

++++++ container-registry-systemd-0.0+git20210412.85b4fd5.tar.xz -> 
container-registry-systemd-0.0+git20220131.00931d2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/container-registry-systemd-0.0+git20210412.85b4fd5/.gitignore 
new/container-registry-systemd-0.0+git20220131.00931d2/.gitignore
--- old/container-registry-systemd-0.0+git20210412.85b4fd5/.gitignore   
1970-01-01 01:00:00.000000000 +0100
+++ new/container-registry-systemd-0.0+git20220131.00931d2/.gitignore   
2022-01-31 15:15:55.000000000 +0100
@@ -0,0 +1 @@
+*~
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/container-registry-systemd-0.0+git20210412.85b4fd5/container-registry.service
 
new/container-registry-systemd-0.0+git20220131.00931d2/container-registry.service
--- 
old/container-registry-systemd-0.0+git20210412.85b4fd5/container-registry.service
   2021-04-12 16:01:11.000000000 +0200
+++ 
new/container-registry-systemd-0.0+git20220131.00931d2/container-registry.service
   2022-01-31 15:15:55.000000000 +0100
@@ -7,12 +7,13 @@
 # Make sure that at least the certs directory exists, the registry
 # will fail if the configured certificates don't exist.
 ConditionPathExists=/etc/registry/certs
+StartLimitIntervalSec=40
+StartLimitBurst=5
 
 [Service]
 Environment=PODMAN_SYSTEMD_UNIT=%n
 Restart=on-failure
 RestartSec=1s
-StartLimitBurst=5
 TimeoutStopSec=70
 EnvironmentFile=/usr/etc/default/container-registry
 EnvironmentFile=-/etc/default/container-registry
@@ -22,7 +23,7 @@
 ExecStart=/bin/sh -c "/usr/bin/podman run --conmon-pidfile %t/%n.pid --cidfile 
%t/%n.ctr-id --cgroups=no-conmon --replace -d --rm ${PODMAN_EXTRA_ARGS} -v 
/var/lib/container-registry:/etc/registry:z -p ${EXTERNAL_PORT}:5000 -v 
${STORAGE_DIR}:/var/lib/registry:Z --name %N ${REGISTRY_IMAGE_PATH}"
 ExecStop=/usr/bin/podman stop --ignore --cidfile %t/%n.ctr-id -t 10
 ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile %t/%n.ctr-id
-Type=forking
+Type=notify
 PIDFile=%t/%n.pid
 
 [Install]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/container-registry-systemd-0.0+git20210412.85b4fd5/registry-auth_server.service
 
new/container-registry-systemd-0.0+git20220131.00931d2/registry-auth_server.service
--- 
old/container-registry-systemd-0.0+git20210412.85b4fd5/registry-auth_server.service
 2021-04-12 16:01:11.000000000 +0200
+++ 
new/container-registry-systemd-0.0+git20220131.00931d2/registry-auth_server.service
 2022-01-31 15:15:55.000000000 +0100
@@ -7,12 +7,13 @@
 ConditionPathExists=/etc/registry/certs
 After=network-online.target local-fs.target firewalld.service
 Wants=container-registry.service
+StartLimitIntervalSec=40
+StartLimitBurst=5
 
 [Service]
 Environment=PODMAN_SYSTEMD_UNIT=%n
 Restart=on-failure
 RestartSec=1s
-StartLimitBurst=5
 TimeoutStopSec=70
 EnvironmentFile=/usr/etc/default/container-registry
 EnvironmentFile=-/etc/default/container-registry
@@ -21,7 +22,7 @@
 ExecStart=/bin/sh -c "/usr/bin/podman run --conmon-pidfile %t/%n.pid --cidfile 
%t/%n.ctr-id --cgroups=no-conmon --replace -d --rm ${PODMAN_EXTRA_ARGS} -v 
/etc/registry:/etc/registry:z -p 5001:5001 --name %N ${AUTH_SERVER_IMAGE_PATH}"
 ExecStop=/usr/bin/podman stop --ignore --cidfile %t/%n.ctr-id -t 10
 ExecStopPost=/usr/bin/podman rm --ignore -f --cidfile %t/%n.ctr-id
-Type=forking
+Type=notify
 PIDFile=%t/%n.pid
 
 [Install]

Reply via email to