Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fonehome for openSUSE:Factory checked in at 2024-02-08 19:03:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fonehome (Old) and /work/SRC/openSUSE:Factory/.fonehome.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fonehome" Thu Feb 8 19:03:12 2024 rev:16 rq:1145084 version:1.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/fonehome/fonehome.changes 2022-04-19 09:58:29.747582307 +0200 +++ /work/SRC/openSUSE:Factory/.fonehome.new.1815/fonehome.changes 2024-02-08 19:03:30.346005628 +0100 @@ -1,0 +2,10 @@ +Thu Feb 8 08:05:25 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org> + +- Provide user/group symbol for user created during pre. + +------------------------------------------------------------------- +Sun Feb 4 19:55:17 UTC 2024 - Archie Cobbs <archie.co...@gmail.com> + +- Fix build by adding Provides: user(fonehome) and group(fonehome) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fonehome.spec ++++++ --- /var/tmp/diff_new_pack.tKi58p/_old 2024-02-08 19:03:32.282075614 +0100 +++ /var/tmp/diff_new_pack.tKi58p/_new 2024-02-08 19:03:32.286075758 +0100 @@ -1,7 +1,7 @@ # # spec file for package fonehome # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2012 Archie L. Cobbs <arc...@dellroad.org> # # All modifications and additions to the file contributed by third parties @@ -52,6 +52,8 @@ Requires: sed BuildArch: noarch %systemd_requires +Provides: group(%{usergroup}) +Provides: user(%{username}) %description fonehome allows remote access to machines behind firewalls using SSH @@ -177,6 +179,8 @@ %package server Summary: Server for %{name} SSH connections Group: System/Daemons +Provides: group(%{usergroup}) +Provides: user(%{username}) Requires(post): openssh Requires(post): sed Requires(post): util-linux