Hello community, here is the log from the commit of package kbfs for openSUSE:Factory checked in at 2019-01-08 12:27:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kbfs (Old) and /work/SRC/openSUSE:Factory/.kbfs.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kbfs" Tue Jan 8 12:27:36 2019 rev:4 rq:662540 version:2.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kbfs/kbfs.changes 2018-11-27 10:42:04.812216725 +0100 +++ /work/SRC/openSUSE:Factory/.kbfs.new.28833/kbfs.changes 2019-01-08 12:30:15.916155250 +0100 @@ -1,0 +2,8 @@ +Wed Jan 2 19:06:06 UTC 2019 - [email protected] + +- Upgrade to version 2.11.0 + * The server will never be involved for unmerged MDs when the + user is running a journal. +- Updated ensure-service-stop-unmounts-filesystem.patch. + +------------------------------------------------------------------- Old: ---- v2.10.1.tar.gz New: ---- v2.11.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kbfs.spec ++++++ --- /var/tmp/diff_new_pack.ahgImY/_old 2019-01-08 12:30:16.964154108 +0100 +++ /var/tmp/diff_new_pack.ahgImY/_new 2019-01-08 12:30:16.964154108 +0100 @@ -1,7 +1,7 @@ # # spec file for package kbfs # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018, Matthias Bach <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -20,7 +20,7 @@ %{go_nostrip} Name: kbfs -Version: 2.10.1 +Version: 2.11.0 Release: 0 Summary: Encrypted remote storage based on Keybase identities License: BSD-3-Clause AND LGPL-3.0-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ahgImY/_old 2019-01-08 12:30:17.040154026 +0100 +++ /var/tmp/diff_new_pack.ahgImY/_new 2019-01-08 12:30:17.044154021 +0100 @@ -2,7 +2,7 @@ <service name="download_url" mode="disabled"> <param name="protocol">https</param> <param name="host">github.com</param> - <param name="path">/keybase/kbfs/archive/v2.10.1.tar.gz</param> + <param name="path">/keybase/kbfs/archive/v2.11.0.tar.gz</param> </service> <service name="set_version" mode="disabled" /> </services> ++++++ ensure-service-stop-unmounts-filesystem.patch ++++++ --- /var/tmp/diff_new_pack.ahgImY/_old 2019-01-08 12:30:17.048154017 +0100 +++ /var/tmp/diff_new_pack.ahgImY/_new 2019-01-08 12:30:17.048154017 +0100 @@ -11,18 +11,18 @@ mountpoint assumption which mirrors usptreams assumption, but they would always have the mountdir config filled. -diff -rub kbfs-2.10.1o/packaging/linux/systemd/kbfs.service kbfs-2.10.1/packaging/linux/systemd/kbfs.service ---- kbfs-2.10.1o/packaging/linux/systemd/kbfs.service 2018-11-23 20:48:29.130578529 +0100 -+++ kbfs-2.10.1/packaging/linux/systemd/kbfs.service 2018-11-23 20:47:19.132435935 +0100 -@@ -9,9 +9,9 @@ - # means that error codes from this command are ignored. Without this line, +diff -rub kbfs-2.11.0o/packaging/linux/systemd/kbfs.service kbfs-2.11.0/packaging/linux/systemd/kbfs.service +--- kbfs-2.11.0o/packaging/linux/systemd/kbfs.service 2018-11-30 22:17:56.000000000 +0100 ++++ kbfs-2.11.0/packaging/linux/systemd/kbfs.service 2019-01-02 20:16:11.651296726 +0100 +@@ -10,9 +10,9 @@ # `systemctl --user restart kbfs.service` will hit mount failures if there # are any running shells cd'd into a Keybase folder. + EnvironmentFile=-%t/keybase/keybase.kbfs.env -ExecStartPre=-/bin/sh -c 'fusermount -uz "$(keybase config get -d -b mountdir)"' -+ExecStartPre=-/bin/sh -c 'SERVICE=$(keybase config get -d -b mountdir); fusermount -uz "${SERVICE:-${XDG_RUNTIME_DIR}/keybase/kbfs}"' ++ExecStartPre=-/bin/sh -c 'SERVICE=$(keybase config get -d -b mountdir); fusermount -uz "${SERVICE:-%t/keybase/kbfs}"' ExecStart=/usr/bin/kbfsfuse -debug -log-to-file -ExecStop=-/bin/sh -c 'fusermount -uz "$(keybase config get -d -b mountdir)"' -+ExecStop=/bin/sh -c 'SERVICE=$(keybase config get -d -b mountdir); fusermount -uz "${SERVICE:-${XDG_RUNTIME_DIR}/keybase/kbfs}"' ++ExecStop=/bin/sh -c 'SERVICE=$(keybase config get -d -b mountdir); fusermount -uz "${SERVICE:-%t/keybase/kbfs}"' Restart=on-failure # Ensure the default mountdir exists RuntimeDirectory=keybase/kbfs ++++++ v2.10.1.tar.gz -> v2.11.0.tar.gz ++++++ ++++ 27503 lines of diff (skipped)
