Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cluster-glue for openSUSE:Factory checked in at 2024-01-17 22:14:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cluster-glue (Old) and /work/SRC/openSUSE:Factory/.cluster-glue.new.16006 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cluster-glue" Wed Jan 17 22:14:16 2024 rev:76 rq:1138101 version:1.0.12+v1.git.1663933145.1619d044 Changes: -------- --- /work/SRC/openSUSE:Factory/cluster-glue/cluster-glue.changes 2022-10-22 14:12:02.508589376 +0200 +++ /work/SRC/openSUSE:Factory/.cluster-glue.new.16006/cluster-glue.changes 2024-01-17 22:14:20.372880651 +0100 @@ -1,0 +2,8 @@ +Fri Jan 5 13:41:03 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org> + +- Provide user(%{uname}) and group(%{gname}): With RPM 4.19, + whenever a package installs files as specific user, explicit + dependency on those users are being added. This package takes + care of creating the user in its pre script. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cluster-glue.spec ++++++ --- /var/tmp/diff_new_pack.afQub8/_old 2024-01-17 22:14:20.916900628 +0100 +++ /var/tmp/diff_new_pack.afQub8/_new 2024-01-17 22:14:20.920900775 +0100 @@ -1,7 +1,7 @@ # # spec file for package cluster-glue # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -69,6 +69,8 @@ Requires(pre): group(nobody) Requires(pre): user(nobody) %endif +Provides: group(%{gname}) +Provides: user(%{uname}) %description A collection of common tools that are useful for writing cluster managers