Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xrootd for openSUSE:Factory checked in at 2022-10-03 13:45:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xrootd (Old) and /work/SRC/openSUSE:Factory/.xrootd.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xrootd" Mon Oct 3 13:45:59 2022 rev:25 rq:1007491 version:5.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xrootd/xrootd.changes 2022-09-21 14:44:06.926025214 +0200 +++ /work/SRC/openSUSE:Factory/.xrootd.new.2275/xrootd.changes 2022-10-03 13:46:46.937616087 +0200 @@ -1,0 +2,7 @@ +Thu Sep 29 13:26:53 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com> + +- rpmlintrc: Filter out missing-call-to-setgroups-before-setuid + warnings which are false positives (see + https://github.com/xrootd/xrootd/issues/1783). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xrootd-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.avHNbm/_old 2022-10-03 13:46:47.533617398 +0200 +++ /var/tmp/diff_new_pack.avHNbm/_new 2022-10-03 13:46:47.537617407 +0200 @@ -1,3 +1,7 @@ addFilter("devel-file-in-non-devel-package .*/libXrdPosixPreload.so") addFilter("no-soname .*/lib.*-[0-9]+.so") +# This is a false positive as verified by upstream +# https://github.com/xrootd/xrootd/issues/1783 +addFilter("missing-call-to-setgroups-before-setuid") +