Hello community, here is the log from the commit of package loki for openSUSE:Factory checked in at 2020-12-09 22:22:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/loki (Old) and /work/SRC/openSUSE:Factory/.loki.new.2328 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "loki" Wed Dec 9 22:22:22 2020 rev:2 rq:854273 version:2.0.0+git.1603727260.6978ee5d Changes: -------- --- /work/SRC/openSUSE:Factory/loki/loki.changes 2020-12-01 14:21:55.165537029 +0100 +++ /work/SRC/openSUSE:Factory/.loki.new.2328/loki.changes 2020-12-09 22:22:23.467734394 +0100 @@ -1,0 +2,5 @@ +Tue Dec 8 23:05:04 UTC 2020 - Bogdano Arendartchuk <[email protected]> + +- .service: Fix CONFIG_FILE to expand mid-word + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ loki.spec ++++++ --- /var/tmp/diff_new_pack.BvkWzn/_old 2020-12-09 22:22:24.279735217 +0100 +++ /var/tmp/diff_new_pack.BvkWzn/_new 2020-12-09 22:22:24.279735217 +0100 @@ -15,24 +15,25 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: loki Version: 2.0.0+git.1603727260.6978ee5d Release: 0 Summary: Loki: like Prometheus, but for logs. License: Apache-2.0 Group: System/Monitoring -Url: https://grafana.com/loki +URL: https://grafana.com/loki Source: %{name}-%{version}.tar.bz2 Source1: loki.service Source2: promtail.service Source3: sysconfig.loki Source4: sysconfig.promtail BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: golang(API) >= 1.13 BuildRequires: golang-packaging BuildRequires: systemd-devel -Requires: user(loki) +BuildRequires: golang(API) >= 1.13 Requires: group(loki) +Requires: user(loki) Requires(post): %fillup_prereq %systemd_ordering @@ -58,7 +59,6 @@ go build -ldflags="$GOLDFLAGS" ./cmd/logcli CGO_ENABLED=1 go build -ldflags="$GOLDFLAGS" ./cmd/promtail - %install # Service files for Loki and promtail ++++++ loki.service ++++++ --- /var/tmp/diff_new_pack.BvkWzn/_old 2020-12-09 22:22:24.331735270 +0100 +++ /var/tmp/diff_new_pack.BvkWzn/_new 2020-12-09 22:22:24.335735274 +0100 @@ -6,7 +6,7 @@ Restart=always User=loki EnvironmentFile=-/etc/sysconfig/loki -ExecStart=/usr/bin/loki -config.file=$CONFIG_FILE +ExecStart=/usr/bin/loki -config.file=${CONFIG_FILE} ExecReload=/bin/kill -HUP $MAINPID TimeoutStopSec=20s SendSIGKILL=no ++++++ promtail.service ++++++ --- /var/tmp/diff_new_pack.BvkWzn/_old 2020-12-09 22:22:24.355735294 +0100 +++ /var/tmp/diff_new_pack.BvkWzn/_new 2020-12-09 22:22:24.359735298 +0100 @@ -6,7 +6,7 @@ Restart=always User=loki EnvironmentFile=-/etc/sysconfig/promtail -ExecStart=/usr/bin/promtail -config.file=$CONFIG_FILE +ExecStart=/usr/bin/promtail -config.file=${CONFIG_FILE} ExecReload=/bin/kill -HUP $MAINPID TimeoutStopSec=20s SendSIGKILL=no _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
