Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package etcd for openSUSE:Factory checked in at 2021-04-22 18:03:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/etcd (Old) and /work/SRC/openSUSE:Factory/.etcd.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "etcd" Thu Apr 22 18:03:37 2021 rev:26 rq:886605 version:3.4.15 Changes: -------- --- /work/SRC/openSUSE:Factory/etcd/etcd.changes 2021-03-08 15:17:24.721945493 +0100 +++ /work/SRC/openSUSE:Factory/.etcd.new.12324/etcd.changes 2021-04-22 18:04:00.810511132 +0200 @@ -1,0 +2,6 @@ +Fri Apr 16 20:34:06 UTC 2021 - Dirk M??ller <dmuel...@suse.com> + +- update etcd.service: avoid args from commandline and environment + as it leads to start failure (bsc#1183703) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ etcd.service ++++++ --- /var/tmp/diff_new_pack.B39FN8/_old 2021-04-22 18:04:01.454512128 +0200 +++ /var/tmp/diff_new_pack.B39FN8/_new 2021-04-22 18:04:01.458512134 +0200 @@ -10,7 +10,7 @@ EnvironmentFile=-/etc/sysconfig/etcd User=etcd # set GOMAXPROCS to number of processors -ExecStart=/bin/bash -c "GOMAXPROCS=$(nproc) /usr/sbin/etcd --name=\"${ETCD_NAME}\" --data-dir=\"${ETCD_DATA_DIR}\" --listen-client-urls=\"${ETCD_LISTEN_CLIENT_URLS}\"" +ExecStart=/bin/bash -c "GOMAXPROCS=$(nproc) /usr/sbin/etcd" Restart=on-failure LimitNOFILE=65536 Nice=-10