Hello community, here is the log from the commit of package containers-systemd for openSUSE:Factory checked in at 2020-01-30 22:37:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/containers-systemd (Old) and /work/SRC/openSUSE:Factory/.containers-systemd.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "containers-systemd" Thu Jan 30 22:37:29 2020 rev:5 rq:768833 version:0.0+git20200124.e3c2408 Changes: -------- --- /work/SRC/openSUSE:Factory/containers-systemd/containers-systemd.changes 2020-01-22 22:46:10.736572850 +0100 +++ /work/SRC/openSUSE:Factory/.containers-systemd.new.26092/containers-systemd.changes 2020-01-30 22:37:54.484595100 +0100 @@ -1,0 +2,6 @@ +Thu Jan 30 16:10:06 UTC 2020 - [email protected] + +- Update to version 0.0+git20200124.e3c2408: + * Fix network parameter for dhcp servers + +------------------------------------------------------------------- Old: ---- containers-systemd-0.0+git20200122.8276c03.tar.xz New: ---- containers-systemd-0.0+git20200124.e3c2408.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ containers-systemd.spec ++++++ --- /var/tmp/diff_new_pack.KG2jwD/_old 2020-01-30 22:37:56.380596012 +0100 +++ /var/tmp/diff_new_pack.KG2jwD/_new 2020-01-30 22:37:56.384596014 +0100 @@ -20,7 +20,7 @@ %define container_services container-bind.service container-dhcp-server.service container-dhcp6-server.service container-mariadb.service container-nginx.service Name: containers-systemd -Version: 0.0+git20200122.8276c03 +Version: 0.0+git20200124.e3c2408 Release: 0 Summary: Systemd service files and config files for openSUSE container License: MIT ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.KG2jwD/_old 2020-01-30 22:37:56.428596035 +0100 +++ /var/tmp/diff_new_pack.KG2jwD/_new 2020-01-30 22:37:56.428596035 +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">8276c034365a8059659d339f814d37211435d823</param></service> + <param name="changesrevision">e3c240825f4ebb250692f97a5e1d7c9a4cf2a80e</param></service> </servicedata> \ No newline at end of file ++++++ containers-systemd-0.0+git20200122.8276c03.tar.xz -> containers-systemd-0.0+git20200124.e3c2408.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/containers-systemd-0.0+git20200122.8276c03/container-dhcp-server.service new/containers-systemd-0.0+git20200124.e3c2408/container-dhcp-server.service --- old/containers-systemd-0.0+git20200122.8276c03/container-dhcp-server.service 2020-01-22 11:46:29.000000000 +0100 +++ new/containers-systemd-0.0+git20200124.e3c2408/container-dhcp-server.service 2020-01-24 17:35:39.000000000 +0100 @@ -11,7 +11,7 @@ ExecStartPre=-/usr/bin/podman stop dhcp-server ExecStartPre=-/usr/bin/podman rm dhcp-server ExecStartPre=-/usr/bin/podman pull ${DHCPD_IMAGE_PATH} -ExecStart=/usr/bin/podman run --rm -v ${CONFIG_DIR}:/data -p 53:53/tcp -p 53:53/udp --name dhcp-server --env DHCPD_IP_PROTOCOL=4 --env DHCPD_INTERFACES=${DHCPD_INTERFACES} ${DHCPD_IMAGE_PATH} +ExecStart=/usr/bin/podman run --rm -v ${CONFIG_DIR}:/data --net=host --name dhcp-server --env DHCPD_IP_PROTOCOL=4 --env DHCPD_INTERFACES=${DHCPD_INTERFACES} ${DHCPD_IMAGE_PATH} ExecStop=/usr/bin/podman stop -t 2 dhcp-server [Install] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/containers-systemd-0.0+git20200122.8276c03/container-dhcp6-server.service new/containers-systemd-0.0+git20200124.e3c2408/container-dhcp6-server.service --- old/containers-systemd-0.0+git20200122.8276c03/container-dhcp6-server.service 2020-01-22 11:46:29.000000000 +0100 +++ new/containers-systemd-0.0+git20200124.e3c2408/container-dhcp6-server.service 2020-01-24 17:35:39.000000000 +0100 @@ -11,7 +11,7 @@ ExecStartPre=-/usr/bin/podman stop dhcp-server ExecStartPre=-/usr/bin/podman rm dhcp-server ExecStartPre=-/usr/bin/podman pull ${DHCPD_IMAGE_PATH} -ExecStart=/usr/bin/podman run --rm -v ${CONFIG_DIR}:/data -p 53:53/tcp -p 53:53/udp --name dhcp-server --env DHCPD_IP_PROTOCOL=6 --env DHCPD_INTERFACES=${DHCPD_INTERFACES} ${DHCPD_IMAGE_PATH} +ExecStart=/usr/bin/podman run --rm -v ${CONFIG_DIR}:/data --net=host --name dhcp-server --env DHCPD_IP_PROTOCOL=6 --env DHCPD_INTERFACES=${DHCPD_INTERFACES} ${DHCPD_IMAGE_PATH} ExecStop=/usr/bin/podman stop -t 2 dhcp-server [Install]
