Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package containers-systemd for 
openSUSE:Factory checked in at 2023-03-25 18:54:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/containers-systemd (Old)
 and      /work/SRC/openSUSE:Factory/.containers-systemd.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "containers-systemd"

Sat Mar 25 18:54:56 2023 rev:34 rq:1074101 version:0.0+git20230324.9cd3b7a

Changes:
--------
--- /work/SRC/openSUSE:Factory/containers-systemd/containers-systemd.changes    
2022-08-12 17:46:27.722087029 +0200
+++ 
/work/SRC/openSUSE:Factory/.containers-systemd.new.31432/containers-systemd.changes
 2023-03-25 18:55:05.738582153 +0100
@@ -1,0 +2,6 @@
+Fri Mar 24 07:04:46 UTC 2023 - ku...@suse.com
+
+- Update to version 0.0+git20230324.9cd3b7a:
+  * container-certbot-renew.service is a oneshot service
+
+-------------------------------------------------------------------

Old:
----
  containers-systemd-0.0+git20220811.226e80e.tar.xz

New:
----
  containers-systemd-0.0+git20230324.9cd3b7a.tar.xz

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

Other differences:
------------------
++++++ containers-systemd.spec ++++++
--- /var/tmp/diff_new_pack.nVGMw0/_old  2023-03-25 18:55:06.198584558 +0100
+++ /var/tmp/diff_new_pack.nVGMw0/_new  2023-03-25 18:55:06.206584600 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package containers-systemd
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 %endif
 
 Name:           containers-systemd
-Version:        0.0+git20220811.226e80e
+Version:        0.0+git20230324.9cd3b7a
 Release:        0
 Summary:        Systemd service files and config files for openSUSE container
 License:        MIT

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.nVGMw0/_old  2023-03-25 18:55:06.250584830 +0100
+++ /var/tmp/diff_new_pack.nVGMw0/_new  2023-03-25 18:55:06.254584851 +0100
@@ -1,7 +1,7 @@
 <servicedata>
   <service name="tar_scm">
     <param 
name="url">https://github.com/openSUSE/containers-systemd.git</param>
- <param 
name="changesrevision">226e80e333ec80870c58f77e1d8d2942c4725885</param></service>
+ <param 
name="changesrevision">9cd3b7a6112c53406abf32f3b8ee330ebf50d027</param></service>
 </servicedata>
 (No newline at EOF)
 

++++++ containers-systemd-0.0+git20220811.226e80e.tar.xz -> 
containers-systemd-0.0+git20230324.9cd3b7a.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/containers-systemd-0.0+git20220811.226e80e/container-certbot-renew.service 
new/containers-systemd-0.0+git20230324.9cd3b7a/container-certbot-renew.service
--- 
old/containers-systemd-0.0+git20220811.226e80e/container-certbot-renew.service  
    2022-08-11 14:31:07.000000000 +0200
+++ 
new/containers-systemd-0.0+git20230324.9cd3b7a/container-certbot-renew.service  
    2023-03-24 07:55:29.000000000 +0100
@@ -3,10 +3,9 @@
 
Documentation=https://eff-certbot.readthedocs.io/en/stable/install.html#running-with-docker
 After=network-online.target local-fs.target firewalld.service
 Wants=network-online.target
-StartLimitIntervalSec=40
-StartLimitBurst=5
 
 [Service]
+Type=oneshot
 Environment=PODMAN_SYSTEMD_UNIT=%n
 Restart=on-failure
 RestartSec=1s
@@ -19,5 +18,3 @@
 ExecStart=/usr/bin/podman run --conmon-pidfile %t/%n.pid --cidfile 
%t/%n.ctr-id --cgroups=no-conmon --sdnotify=conmon --replace -d --rm 
$PODMAN_EXTRA_ARGS -v ${CONFIG_DIR}:/etc/letsencrypt:z -v 
${VAR_DIR}:/var/lib/letsencrypt:z -v ${LOG_DIR}:/var/log/letsencrypt:z 
$CERTBOT_PORTS --name certbot ${CERTBOT_IMAGE_PATH} renew --standalone
 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=notify
-NotifyAccess=all

Reply via email to