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 2021-04-10 15:26:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/containers-systemd (Old) and /work/SRC/openSUSE:Factory/.containers-systemd.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "containers-systemd" Sat Apr 10 15:26:40 2021 rev:25 rq:883629 version:0.0+git20210407.9384691 Changes: -------- --- /work/SRC/openSUSE:Factory/containers-systemd/containers-systemd.changes 2021-03-21 23:19:31.136721703 +0100 +++ /work/SRC/openSUSE:Factory/.containers-systemd.new.2401/containers-systemd.changes 2021-04-10 15:27:30.726387969 +0200 @@ -1,0 +2,6 @@ +Wed Apr 07 14:20:42 UTC 2021 - ku...@suse.com + +- Update to version 0.0+git20210407.9384691: + * Add service for wsdd + +------------------------------------------------------------------- Old: ---- containers-systemd-0.0+git20210318.fea98a6.tar.xz New: ---- containers-systemd-0.0+git20210407.9384691.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ containers-systemd.spec ++++++ --- /var/tmp/diff_new_pack.5eYKqc/_old 2021-04-10 15:27:31.234388567 +0200 +++ /var/tmp/diff_new_pack.5eYKqc/_new 2021-04-10 15:27:31.238388572 +0200 @@ -16,8 +16,8 @@ # -%define containers bind dhcp-server dovecot fetchmail haproxy mariadb minidlna nfs-server nginx openldap postfix spamassassin squid -%define container_services container-bind.service container-dhcp-server.service container-dhcp6-server.service container-dovecot.service container-fetchmail.service container-haproxy.service container-mariadb.service container-minidlna.service container-nfs-server.service container-nginx.service container-openldap.service container-postfix.service container-spamassassin.service container-squid.service container-image-prune.service container-image-prune.timer +%define containers bind dhcp-server dovecot fetchmail haproxy mariadb minidlna nfs-server nginx openldap postfix spamassassin squid wsdd +%define container_services container-bind.service container-dhcp-server.service container-dhcp6-server.service container-dovecot.service container-fetchmail.service container-haproxy.service container-mariadb.service container-minidlna.service container-nfs-server.service container-nginx.service container-openldap.service container-postfix.service container-spamassassin.service container-squid.service container-wsdd.service container-image-prune.service container-image-prune.timer %if %{undefined service_del_postun_without_restart} %define service_del_postun_without_restart() \ @@ -26,7 +26,7 @@ %endif Name: containers-systemd -Version: 0.0+git20210318.fea98a6 +Version: 0.0+git20210407.9384691 Release: 0 Summary: Systemd service files and config files for openSUSE container License: MIT @@ -39,7 +39,7 @@ This package contains the configuration files and systemd units to run the openSUSE containers via podman managed by systemd. Currently supported are bind, dhcp-server, dovecot, fetchmail, haproxy, -mariadb, minidlna, nginx, openldap, postfix, spamassassin and squid. +mariadb, minidlna, nginx, openldap, postfix, spamassassin, squid and wsdd. Additional, there is a timer to cleanup dangling container images. %prep @@ -153,6 +153,9 @@ %{_distconfdir}/default/container-squid %{_sbindir}/rccontainer-squid %ghost %dir /srv/squid +%{_unitdir}/container-wsdd.service +%{_distconfdir}/default/container-wsdd +%{_sbindir}/rccontainer-wsdd %{_unitdir}/container-image-prune.service %{_unitdir}/container-image-prune.timer ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.5eYKqc/_old 2021-04-10 15:27:31.282388623 +0200 +++ /var/tmp/diff_new_pack.5eYKqc/_new 2021-04-10 15:27:31.282388623 +0200 @@ -1,5 +1,5 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/kubic-project/containers-systemd.git</param> - <param name="changesrevision">fea98a6a98dbfa4ad0cdaf076f7d5fd8ee2991f2</param></service> + <param name="changesrevision">93846915fdadc2140075ebd59ad9fdc7dbbdd42c</param></service> </servicedata> \ No newline at end of file ++++++ containers-systemd-0.0+git20210318.fea98a6.tar.xz -> containers-systemd-0.0+git20210407.9384691.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/containers-systemd-0.0+git20210318.fea98a6/container-wsdd.default new/containers-systemd-0.0+git20210407.9384691/container-wsdd.default --- old/containers-systemd-0.0+git20210318.fea98a6/container-wsdd.default 1970-01-01 01:00:00.000000000 +0100 +++ new/containers-systemd-0.0+git20210407.9384691/container-wsdd.default 2021-04-07 16:19:45.000000000 +0200 @@ -0,0 +1,14 @@ +# Variables of this file can be overwritten with +# /etc/default/container-wsdd + +# Name of the image path to pull the wsdd image from +WSDD_IMAGE_PATH=registry.opensuse.org/opensuse/wsdd:latest + +# Network or ports which needs to be exported +WSDD_NET="--net=host" + +# Environment variables to configure wsdd +WSDD_ENV="-e HOSTNAME=$(hostname)" + +# Extra arguments for podman to start the container +PODMAN_EXTRA_ARGS="" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/containers-systemd-0.0+git20210318.fea98a6/container-wsdd.service new/containers-systemd-0.0+git20210407.9384691/container-wsdd.service --- old/containers-systemd-0.0+git20210318.fea98a6/container-wsdd.service 1970-01-01 01:00:00.000000000 +0100 +++ new/containers-systemd-0.0+git20210407.9384691/container-wsdd.service 2021-04-07 16:19:45.000000000 +0200 @@ -0,0 +1,24 @@ +[Unit] +Description=openSUSE wsdd container +Documentation=https://en.opensuse.org/Portal:Container/Image/wsdd +After=network-online.target local-fs.target firewalld.service +Wants=network-online.target + +[Service] +Environment=PODMAN_SYSTEMD_UNIT=%n +Restart=on-failure +RestartSec=1s +StartLimitBurst=5 +TimeoutStopSec=70 +EnvironmentFile=/usr/etc/default/container-wsdd +EnvironmentFile=-/etc/default/container-wsdd +ExecStartPre=/bin/rm -f %t/%n.pid %t/%n.ctr-id +ExecStartPre=-/usr/bin/podman pull ${WSDD_IMAGE_PATH} +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} ${WSDD_NET} ${WSDD_ENV} -e DEBUG=${DEBUG} --name wsdd ${WSDD_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 +PIDFile=%t/%n.pid + +[Install] +WantedBy=multi-user.target