Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package brp-check-suse for openSUSE:Factory 
checked in at 2022-11-18 15:42:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/brp-check-suse (Old)
 and      /work/SRC/openSUSE:Factory/.brp-check-suse.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "brp-check-suse"

Fri Nov 18 15:42:35 2022 rev:75 rq:1035828 version:84.87+git20221115.2f7add6

Changes:
--------
--- /work/SRC/openSUSE:Factory/brp-check-suse/brp-check-suse.changes    
2022-09-28 17:51:07.543156546 +0200
+++ /work/SRC/openSUSE:Factory/.brp-check-suse.new.1597/brp-check-suse.changes  
2022-11-18 15:42:38.398326653 +0100
@@ -1,0 +2,10 @@
+Tue Nov 15 11:34:57 UTC 2022 - Dirk Müller <[email protected]>
+
+- Update to version 84.87+git20221115.2f7add6:
+  * fallback to the libkcapi fipscheck
+  * Remove legacy checks that are part of rpmlint 2.x.
+  * brp-25-symlink: don't fail if the symlink target starts with a dash
+  * Revert "Let symlinks from /lib/modules to /usr/src be absolute"
+  * Fix /etc/alternatives being white listed
+
+-------------------------------------------------------------------

Old:
----
  brp-check-suse-84.87+git20211116.6c5fe09.tar.xz

New:
----
  brp-check-suse-84.87+git20221115.2f7add6.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ brp-check-suse.spec ++++++
--- /var/tmp/diff_new_pack.1ur6s9/_old  2022-11-18 15:42:38.838328586 +0100
+++ /var/tmp/diff_new_pack.1ur6s9/_new  2022-11-18 15:42:38.838328586 +0100
@@ -23,7 +23,7 @@
 License:        GPL-2.0-or-later
 Group:          Development/Tools/Building
 Requires:       perl
-Version:        84.87+git20211116.6c5fe09
+Version:        84.87+git20221115.2f7add6
 Release:        0
 URL:            https://github.com/openSUSE/brp-check-suse
 BuildRequires:  gcc-c++

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.1ur6s9/_old  2022-11-18 15:42:38.886328797 +0100
+++ /var/tmp/diff_new_pack.1ur6s9/_new  2022-11-18 15:42:38.890328815 +0100
@@ -2,6 +2,8 @@
   <service name="tar_scm">
     <param name="url">git://github.com/openSUSE/brp-check-suse.git</param>
   <param 
name="changesrevision">6c5fe09a2a2108e70a5724f798ad985b628bbc0a</param></service>
-</servicedata>
+<service name="tar_scm">
+                <param 
name="url">https://github.com/openSUSE/brp-check-suse.git</param>
+              <param 
name="changesrevision">2f7add6f0b7f5c2e9698d180a4761a10fb808482</param></service></servicedata>
 (No newline at EOF)
 

++++++ brp-check-suse-84.87+git20211116.6c5fe09.tar.xz -> 
brp-check-suse-84.87+git20221115.2f7add6.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/brp-check-suse-84.87+git20211116.6c5fe09/brp-40-rootfs 
new/brp-check-suse-84.87+git20221115.2f7add6/brp-40-rootfs
--- old/brp-check-suse-84.87+git20211116.6c5fe09/brp-40-rootfs  2021-11-16 
10:11:58.000000000 +0100
+++ new/brp-check-suse-84.87+git20221115.2f7add6/brp-40-rootfs  1970-01-01 
01:00:00.000000000 +0100
@@ -1,33 +0,0 @@
-#!/bin/bash
-
-# purpose of this test is to check that no generated binary is linked against 
anything in /opt
-#
-
-# If using normal root, avoid check. Will give too much false positive
-
-if [ -z "$RPM_BUILD_ROOT" ]; then
-        exit 0
-fi
-
-if [ "$NO_BRP_ROOTFS" = "true" ] ; then
-        echo "NO_BRP_ROOTFS is set: skipping search for /opt-linked binaries"
-        exit 0
-fi
-
-OUT_OF_FS=0
-
-if {
-       find "$RPM_BUILD_ROOT"/{bin,sbin} -type f -exec file {} + 2>/dev/null | 
tee /tmp/find | \
-       sed -n -e 
's/^\(.*\):[[:space:]]*ELF.*/\1/p;/\/bin\/rpm/d;/\/sbin\/install-info/d' \
-           -e '/shared 
object/{/\/\(security\|evms\|libnss_\)\//d;s/^\(.*\):[[:space:]]*ELF.*/\1/p}' | 
\
-       xargs -r ${CROSS_COMPILE}ldd | sed -nf 
/usr/lib/rpm/brp-rootfs.data/ldd.sed | \
-       sed -n "/\/opt/s@^\([^:]\+\):.*\(/opt/[^[:blank:]]\+\).*@binary \1 is 
linked against libraries in /opt (\2)@" | \
-       grep 'is linked against libraries in /opt'
-    } ; then
-    echo ""
-    echo "Please adjust the paths in your package"
-    echo
-    exit 1
-fi
-
-exit 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/brp-check-suse-84.87+git20211116.6c5fe09/brp-45-tcl 
new/brp-check-suse-84.87+git20221115.2f7add6/brp-45-tcl
--- old/brp-check-suse-84.87+git20211116.6c5fe09/brp-45-tcl     2021-11-16 
10:11:58.000000000 +0100
+++ new/brp-check-suse-84.87+git20221115.2f7add6/brp-45-tcl     1970-01-01 
01:00:00.000000000 +0100
@@ -1,24 +0,0 @@
-#!/bin/bash
-
-if [ -z "$RPM_BUILD_ROOT" -o "$RPM_BUILD_ROOT" = "/" ]; then
-       exit 0
-fi
-
-if [ "$NO_BRP_TCL_INDEX_CHECK" = "true" ] ; then
-        echo "NO_BRP_TCL_INDEX_CHECK is set: skipping brp tcl index check"
-        exit 0
-fi
-
-# Check for files named tclIndex and pkgIndex.tcl 
-# under /usr/lib and /usr/lib64.
-
-DIRS=( "$RPM_BUILD_ROOT/usr/lib" "$RPM_BUILD_ROOT/usr/lib64" )
-FILES=$(find "${DIRS[@]}" -maxdepth 2 -name pkgIndex.tcl 2>/dev/null)
-if test -n "$FILES"; then
-    echo "Script libraries for Tcl extensions should be in"
-    echo "a package-specific subdir of /usr/share/tcl but"
-    echo "was/were found in:"
-    echo "$FILES"
-    echo "Please contact [email protected] if you need help with this."
-    exit 1
-fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/brp-check-suse-84.87+git20211116.6c5fe09/brp-50-generate-fips-hmac 
new/brp-check-suse-84.87+git20221115.2f7add6/brp-50-generate-fips-hmac
--- old/brp-check-suse-84.87+git20211116.6c5fe09/brp-50-generate-fips-hmac      
2021-11-16 10:11:58.000000000 +0100
+++ new/brp-check-suse-84.87+git20221115.2f7add6/brp-50-generate-fips-hmac      
2022-11-15 12:34:14.000000000 +0100
@@ -5,9 +5,11 @@
 fi
 
 if [ -n "$BRP_FIPSHMAC_FILES" ] ; then
+       # this is the fipscheck version
        FIPSHMAC=$(type -p fipshmac)
        if [ -z "$FIPSHMAC" ] ; then
-               FIPSHMAC=/usr/bin/fipshmac
+               # this is the libkcapi-tools version (more modern)
+               FIPSHMAC=/usr/libexec/libkcapi/fipshmac
        fi
        if [ -x "$FIPSHMAC" ] ; then
                RES=0

Reply via email to