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-02-11 12:47:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/containers-systemd (Old) and /work/SRC/openSUSE:Factory/.containers-systemd.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "containers-systemd" Thu Feb 11 12:47:19 2021 rev:22 rq:869722 version:0.0+git20210205.a4b07b6 Changes: -------- --- /work/SRC/openSUSE:Factory/containers-systemd/containers-systemd.changes 2021-02-01 13:25:19.525833925 +0100 +++ /work/SRC/openSUSE:Factory/.containers-systemd.new.28504/containers-systemd.changes 2021-02-11 12:48:15.785565375 +0100 @@ -1,0 +2,6 @@ +Fri Feb 05 10:43:04 UTC 2021 - [email protected] + +- Update to version 0.0+git20210205.a4b07b6: + * Add container-nfs-service files + +------------------------------------------------------------------- Old: ---- containers-systemd-0.0+git20210118.1366ecb.tar.xz New: ---- containers-systemd-0.0+git20210205.a4b07b6.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ containers-systemd.spec ++++++ --- /var/tmp/diff_new_pack.Evcd9z/_old 2021-02-11 12:48:16.373566231 +0100 +++ /var/tmp/diff_new_pack.Evcd9z/_new 2021-02-11 12:48:16.373566231 +0100 @@ -16,8 +16,8 @@ # -%define containers bind dhcp-server dovecot fetchmail haproxy mariadb minidlna 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-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 +%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 %if %{undefined service_del_postun_without_restart} %define service_del_postun_without_restart() \ @@ -26,7 +26,7 @@ %endif Name: containers-systemd -Version: 0.0+git20210118.1366ecb +Version: 0.0+git20210205.a4b07b6 Release: 0 Summary: Systemd service files and config files for openSUSE container License: MIT @@ -125,6 +125,9 @@ %{_unitdir}/container-minidlna.service %{_distconfdir}/default/container-minidlna %{_sbindir}/rccontainer-minidlna +%{_unitdir}/container-nfs-server.service +%{_distconfdir}/default/container-nfs-server +%{_sbindir}/rccontainer-nfs-server %{_unitdir}/container-nginx.service %{_distconfdir}/default/container-nginx %{_sbindir}/rccontainer-nginx ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Evcd9z/_old 2021-02-11 12:48:16.421566301 +0100 +++ /var/tmp/diff_new_pack.Evcd9z/_new 2021-02-11 12:48:16.425566307 +0100 @@ -1,5 +1,5 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/kubic-project/containers-systemd.git</param> - <param name="changesrevision">1366ecb1943bd51f69c2f291947b8134b2114c25</param></service> + <param name="changesrevision">a4b07b655d0223291c07b5e2120c88393cb770ce</param></service> </servicedata> \ No newline at end of file ++++++ containers-systemd-0.0+git20210118.1366ecb.tar.xz -> containers-systemd-0.0+git20210205.a4b07b6.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/containers-systemd-0.0+git20210118.1366ecb/container-nfs-server.default new/containers-systemd-0.0+git20210205.a4b07b6/container-nfs-server.default --- old/containers-systemd-0.0+git20210118.1366ecb/container-nfs-server.default 1970-01-01 01:00:00.000000000 +0100 +++ new/containers-systemd-0.0+git20210205.a4b07b6/container-nfs-server.default 2021-02-05 11:41:11.000000000 +0100 @@ -0,0 +1,15 @@ +# Variables of this file can be overwritten with +# /etc/default/container-nfs-server + +# Name of the image path to pull the nfs-server image from +NFS_SERVER_IMAGE_PATH=registry.opensuse.org/opensuse/nfs-server:latest + +# /etc/exports file to be used in the container +EXPORTS_FILE="/etc/exports" + +# Directory which should be exported via NFS. Additional directories +# could be added as PODMAN_EXTRA_ARGS. +EXPORTS_DIR="/exports" + +# 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+git20210118.1366ecb/container-nfs-server.service new/containers-systemd-0.0+git20210205.a4b07b6/container-nfs-server.service --- old/containers-systemd-0.0+git20210118.1366ecb/container-nfs-server.service 1970-01-01 01:00:00.000000000 +0100 +++ new/containers-systemd-0.0+git20210205.a4b07b6/container-nfs-server.service 2021-02-05 11:41:11.000000000 +0100 @@ -0,0 +1,21 @@ +[Unit] +Description=openSUSE NFS Server container +Documentation=https://build.opensuse.org/package/show/openSUSE:Factory/opensuse-nfs-server-image +After=network-online.target local-fs.target firewalld.service +Wants=network-online.target + +[Service] +Environment=PODMAN_SYSTEMD_UNIT=%n +Restart=on-abnormal +EnvironmentFile=/usr/etc/default/container-nfs-server +EnvironmentFile=-/etc/default/container-nfs-server +ExecStartPre=/bin/rm -f %t/%n.pid %t/%n.ctr-id +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} -p 2049:2049 --privileged -v ${EXPORTS_FILE}:/etc/exports -v ${EXPORTS_DIR}:${EXPORTS_DIR} --name nfs-server ${NFS_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 +KillMode=none +Type=forking +PIDFile=%t/%n.pid + +[Install] +WantedBy=multi-user.target
