<86>Jun 16 00:56:18 userdel[841463]: delete user 'rooter' <86>Jun 16 00:56:18 userdel[841463]: removed group 'rooter' owned by 'rooter' <86>Jun 16 00:56:18 userdel[841463]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 00:56:18 groupadd[841621]: group added to /etc/group: name=rooter, GID=1835 <86>Jun 16 00:56:18 groupadd[841621]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:56:18 groupadd[841621]: new group: name=rooter, GID=1835 <86>Jun 16 00:56:18 useradd[841682]: new user: name=rooter, UID=1835, GID=1835, home=/root, shell=/bin/bash <86>Jun 16 00:56:18 userdel[841782]: delete user 'builder' <86>Jun 16 00:56:18 userdel[841782]: removed group 'builder' owned by 'builder' <86>Jun 16 00:56:18 userdel[841782]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:56:18 groupadd[841906]: group added to /etc/group: name=builder, GID=1836 <86>Jun 16 00:56:18 groupadd[841906]: group added to /etc/gshadow: name=builder <86>Jun 16 00:56:18 groupadd[841906]: new group: name=builder, GID=1836 <86>Jun 16 00:56:18 useradd[842055]: new user: name=builder, UID=1836, GID=1836, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/liblockfile-1.16-alt1.nosrc.rpm (w1.gzdio) Installing liblockfile-1.16-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.43096 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf liblockfile-1.16-alt1 + echo 'Source #0 (liblockfile-1.16-alt1.tar):' Source #0 (liblockfile-1.16-alt1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/liblockfile-1.16-alt1.tar + cd liblockfile-1.16-alt1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.43096 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd liblockfile-1.16-alt1 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + sort -u + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext --enable-shared configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-silent-rules, --without-included-gettext checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed checking build shared libs... yes checking build libnfslock... no checking for ldconfig... /sbin/ldconfig checking how to run the C preprocessor... x86_64-alt-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for utime... yes checking for utimes... yes configure: creating ./config.status config.status: creating ./Makefile config.status: creating ./maillock.h config.status: creating autoconf.h configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-silent-rules, --without-included-gettext + make -j16 make: Entering directory '/usr/src/RPM/BUILD/liblockfile-1.16-alt1' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -D_GNU_SOURCE -fPIC -D_REENTRANT -I. -DLIB -DLOCKPROG=\"/usr/bin/dotlockfile\" \ -c lockfile.c lockfile.c: In function 'lockfile_create_save_tmplock': lockfile.c:317:9: warning: ignoring return value of 'link' declared with attribute 'warn_unused_result' [-Wunused-result] 317 | (void)link(tmplock, lockfile); | ^~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/liblockfile-1.16-alt1' make: Entering directory '/usr/src/RPM/BUILD/liblockfile-1.16-alt1' ar rv liblockfile.a lockfile.o ar: creating liblockfile.a a - lockfile.o make: Leaving directory '/usr/src/RPM/BUILD/liblockfile-1.16-alt1' make: Entering directory '/usr/src/RPM/BUILD/liblockfile-1.16-alt1' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -D_GNU_SOURCE -fPIC -D_REENTRANT -I. -DLOCKPROG=\"/usr/bin/dotlockfile\" \ -c lockfile.c -o xlockfile.o lockfile.c: In function 'lockfile_create_save_tmplock': lockfile.c:317:9: warning: ignoring return value of 'link' declared with attribute 'warn_unused_result' [-Wunused-result] 317 | (void)link(tmplock, lockfile); | ^~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/liblockfile-1.16-alt1' make: Entering directory '/usr/src/RPM/BUILD/liblockfile-1.16-alt1' x86_64-alt-linux-gcc -fPIC -shared -Wl,-soname,liblockfile.so.1 \ -o liblockfile.so lockfile.o -lc make: Leaving directory '/usr/src/RPM/BUILD/liblockfile-1.16-alt1' make: Entering directory '/usr/src/RPM/BUILD/liblockfile-1.16-alt1' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -D_GNU_SOURCE -fPIC -D_REENTRANT -I. -DLOCKPROG=\"/usr/bin/dotlockfile\" \ -c dotlockfile.c make: Leaving directory '/usr/src/RPM/BUILD/liblockfile-1.16-alt1' make: Entering directory '/usr/src/RPM/BUILD/liblockfile-1.16-alt1' x86_64-alt-linux-gcc -o dotlockfile dotlockfile.o xlockfile.o make: Leaving directory '/usr/src/RPM/BUILD/liblockfile-1.16-alt1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.49906 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/liblockfile-buildroot + : + /bin/rm -rf -- /usr/src/tmp/liblockfile-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd liblockfile-1.16-alt1 + mkdir -p /usr/src/tmp/liblockfile-buildroot/usr/bin /usr/src/tmp/liblockfile-buildroot/usr/lib64 /usr/src/tmp/liblockfile-buildroot/usr/include /usr/src/tmp/liblockfile-buildroot/usr/share/man/man1 /usr/src/tmp/liblockfile-buildroot/usr/share/man/man3 + install -pm644 liblockfile.so /usr/src/tmp/liblockfile-buildroot/usr/lib64/liblockfile.so.1 + ln -s liblockfile.so.1 /usr/src/tmp/liblockfile-buildroot/usr/lib64/liblockfile.so + install -pm644 lockfile.h maillock.h /usr/src/tmp/liblockfile-buildroot/usr/include/ + install -pm755 dotlockfile /usr/src/tmp/liblockfile-buildroot/usr/bin/ + install -pm644 dotlockfile.1 /usr/src/tmp/liblockfile-buildroot/usr/share/man/man1/ + install -pm644 lockfile_create.3 maillock.3 /usr/src/tmp/liblockfile-buildroot/usr/share/man/man3/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/liblockfile-buildroot (auto) Verifying and fixing files in /usr/src/tmp/liblockfile-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/liblockfile-buildroot/ (default) Compressing files in /usr/src/tmp/liblockfile-buildroot (auto) Adjusting library links in /usr/src/tmp/liblockfile-buildroot ./usr/lib64: (from :0) liblockfile.so.1 -> liblockfile.so.1 Verifying ELF objects in /usr/src/tmp/liblockfile-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: liblockfile-1.16-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.52893 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd liblockfile-1.16-alt1 + DOCDIR=/usr/src/tmp/liblockfile-buildroot/usr/share/doc/liblockfile-1.16 + export DOCDIR + rm -rf /usr/src/tmp/liblockfile-buildroot/usr/share/doc/liblockfile-1.16 + /bin/mkdir -p /usr/src/tmp/liblockfile-buildroot/usr/share/doc/liblockfile-1.16 + cp -prL COPYRIGHT README /usr/src/tmp/liblockfile-buildroot/usr/share/doc/liblockfile-1.16 + chmod -R go-w /usr/src/tmp/liblockfile-buildroot/usr/share/doc/liblockfile-1.16 + chmod -R a+rX /usr/src/tmp/liblockfile-buildroot/usr/share/doc/liblockfile-1.16 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.71hDiC find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/liblockfile-buildroot/usr/lib64/liblockfile.so.1: 7 symbols, 13 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Z4LAoA find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: liblockfile.so.1()(64bit) = set:gd7wFsGnLM0kAVR3 Requires: libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2AmrNy Creating liblockfile-debuginfo package Processing files: liblockfile-devel-1.16-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wmIMCB find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8grrRz find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /usr/lib64/liblockfile.so.1 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9r8bxz Processing files: dotlockfile-1.16-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZEQT8z find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Wj06pA find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1DkHiz Creating dotlockfile-debuginfo package Processing files: liblockfile-debuginfo-1.16-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.40IrgA find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.G2Q0tA find-requires: running scripts (debuginfo) Provides: debug64(liblockfile.so.1) Requires: liblockfile = 1.16-alt1, debug64(libc.so.6) Processing files: dotlockfile-debuginfo-1.16-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9kTUyA find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3iYLPB find-requires: running scripts (debuginfo) Requires: dotlockfile = 1.16-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Adding to liblockfile-debuginfo a strict dependency on liblockfile Adding to dotlockfile-debuginfo a strict dependency on dotlockfile Adding to liblockfile-devel a strict dependency on liblockfile Removing 1 extra deps from liblockfile-devel due to dependency on liblockfile Wrote: /usr/src/RPM/RPMS/x86_64/liblockfile-1.16-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/liblockfile-devel-1.16-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/dotlockfile-1.16-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/liblockfile-debuginfo-1.16-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/dotlockfile-debuginfo-1.16-alt1.x86_64.rpm (w2.lzdio) 2.16user 3.44system 0:18.70elapsed 29%CPU (0avgtext+0avgdata 27840maxresident)k 0inputs+0outputs (0major+484339minor)pagefaults 0swaps 0.94user 4.06system 0:34.49elapsed 14%CPU (0avgtext+0avgdata 12128maxresident)k 0inputs+0outputs (0major+95820minor)pagefaults 0swaps --- dotlockfile-1.16-alt1.x86_64.rpm.repo 2020-08-18 01:04:20.000000000 +0000 +++ dotlockfile-1.16-alt1.x86_64.rpm.hasher 2024-06-16 00:56:42.410067596 +0000 @@ -10,4 +10,4 @@ Provides: dotlockfile = 1.16-alt1:sisyphus+256397.100.1.1 -File: /usr/bin/dotlockfile 100755 root:root 2db7e0d41e3499d36d55207b6bf98a3e +File: /usr/bin/dotlockfile 100755 root:root c71d39656eaecc84b831fa3a73b6be24 File: /usr/share/man/man1/dotlockfile.1.xz 100644 root:root 5360829b61d922b4cdab57d51192bf31 -RPMIdentity: c0e32cf0e20597d13675249d9a619694253909ebabc066bedece404db4b58c0e96c1fdf8f73b70388cc8caf8ce1199fc0e7a516e9f22ad2975e30b92bcdd2258 +RPMIdentity: b3ef9a3003d1ebf6cec1e5458a6a3ebbd5cb5f09cc5401271bb986bb90cf0cce5a2af7571a31482bcd274e2c0583b6a5f4d52d1a689296b664d5ed5825bc5604 --- dotlockfile-debuginfo-1.16-alt1.x86_64.rpm.repo 2020-08-18 01:04:20.000000000 +0000 +++ dotlockfile-debuginfo-1.16-alt1.x86_64.rpm.hasher 2024-06-16 00:56:42.636071331 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/a4 40755 root:root -/usr/lib/debug/.build-id/a4/fcc5c613bc2203ef25e6ed41565a1153af4a9a 120777 root:root ../../../../bin/dotlockfile -/usr/lib/debug/.build-id/a4/fcc5c613bc2203ef25e6ed41565a1153af4a9a.debug 120777 root:root ../../usr/bin/dotlockfile.debug +/usr/lib/debug/.build-id/db 40755 root:root +/usr/lib/debug/.build-id/db/d1f92cbc35b8dcd482370ba732035ba443b4c5 120777 root:root ../../../../bin/dotlockfile +/usr/lib/debug/.build-id/db/d1f92cbc35b8dcd482370ba732035ba443b4c5.debug 120777 root:root ../../usr/bin/dotlockfile.debug /usr/lib/debug/usr/bin/dotlockfile.debug 100644 root:root @@ -13,6 +13,6 @@ Provides: dotlockfile-debuginfo = 1.16-alt1:sisyphus+256397.100.1.1 -File: /usr/lib/debug/.build-id/a4 40755 root:root -File: /usr/lib/debug/.build-id/a4/fcc5c613bc2203ef25e6ed41565a1153af4a9a 120777 root:root ../../../../bin/dotlockfile -File: /usr/lib/debug/.build-id/a4/fcc5c613bc2203ef25e6ed41565a1153af4a9a.debug 120777 root:root ../../usr/bin/dotlockfile.debug -File: /usr/lib/debug/usr/bin/dotlockfile.debug 100644 root:root 123716c7b8caa34e61a8014c6a05dab3 +File: /usr/lib/debug/.build-id/db 40755 root:root +File: /usr/lib/debug/.build-id/db/d1f92cbc35b8dcd482370ba732035ba443b4c5 120777 root:root ../../../../bin/dotlockfile +File: /usr/lib/debug/.build-id/db/d1f92cbc35b8dcd482370ba732035ba443b4c5.debug 120777 root:root ../../usr/bin/dotlockfile.debug +File: /usr/lib/debug/usr/bin/dotlockfile.debug 100644 root:root 4ce3755e1dbceeb3a91904fc624ca24e File: /usr/src/debug/liblockfile-1.16-alt1 40755 root:root @@ -21,2 +21,2 @@ File: /usr/src/debug/liblockfile-1.16-alt1/lockfile.h 100644 root:root 8bed71323c3456ddef0be85f929ff8b7 -RPMIdentity: db065bbf801d55ac5743bf2f46ceb51456f9f09ec70bcd04ae14cb999fc3d7afd06ab66c24e86740d588c963e747cba66358f26307e17593e66cdfaae903444a +RPMIdentity: 8fc13586ac855609c8c4fc39a9e89ff94fafa0e3bf086e625ae4070e9510dc911daa91993d487b4bb0e81c8ba0bb9671bb292ab31abde39e13de98c637b8106a --- liblockfile-1.16-alt1.x86_64.rpm.repo 2020-08-18 01:04:20.000000000 +0000 +++ liblockfile-1.16-alt1.x86_64.rpm.hasher 2024-06-16 00:56:42.854074933 +0000 @@ -11,3 +11,3 @@ Provides: liblockfile = 1.16-alt1:sisyphus+256397.100.1.1 -File: /usr/lib64/liblockfile.so.1 100644 root:root cbc1669194e2cb89d16337eb3eaa3b65 +File: /usr/lib64/liblockfile.so.1 100644 root:root fae3c0486cf88b048d1acc24d752c5ba File: /usr/share/doc/liblockfile-1.16 40755 root:root @@ -15,2 +15,2 @@ File: /usr/share/doc/liblockfile-1.16/README 100644 root:root 1b729f64379c9a34dc3e1d98d824e31b -RPMIdentity: 82db3cc98176ef284c3e7e6b729b436473a7320b17aae6ae92983f955fc7015fee8b691a5ac58bd32b89ee347068b170fc1b3d334ea1216d48dbf7e3f221eddf +RPMIdentity: f3fa5d5a7379e9185bc036b9acf3e57f6eb9eab132f80b42eeb66a81aa324953c382604c24a56aa3dd5c8ba26459dfe87b359f3a54e0b799b084ea73fa949162 --- liblockfile-debuginfo-1.16-alt1.x86_64.rpm.repo 2020-08-18 01:04:20.000000000 +0000 +++ liblockfile-debuginfo-1.16-alt1.x86_64.rpm.hasher 2024-06-16 00:56:43.072078535 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/58 40755 root:root -/usr/lib/debug/.build-id/58/0718a8e87656b5cfe7d52936c9bdfb6954d6f5 120777 root:root ../../../../lib64/liblockfile.so.1 -/usr/lib/debug/.build-id/58/0718a8e87656b5cfe7d52936c9bdfb6954d6f5.debug 120777 root:root ../../usr/lib64/liblockfile.so.1.debug +/usr/lib/debug/.build-id/21 40755 root:root +/usr/lib/debug/.build-id/21/d1c608a56b2dbd8b5d854504c67d8c3d91136a 120777 root:root ../../../../lib64/liblockfile.so.1 +/usr/lib/debug/.build-id/21/d1c608a56b2dbd8b5d854504c67d8c3d91136a.debug 120777 root:root ../../usr/lib64/liblockfile.so.1.debug /usr/lib/debug/usr/lib64/liblockfile.so.1.debug 100644 root:root @@ -11,8 +11,8 @@ Provides: liblockfile-debuginfo = 1.16-alt1:sisyphus+256397.100.1.1 -File: /usr/lib/debug/.build-id/58 40755 root:root -File: /usr/lib/debug/.build-id/58/0718a8e87656b5cfe7d52936c9bdfb6954d6f5 120777 root:root ../../../../lib64/liblockfile.so.1 -File: /usr/lib/debug/.build-id/58/0718a8e87656b5cfe7d52936c9bdfb6954d6f5.debug 120777 root:root ../../usr/lib64/liblockfile.so.1.debug -File: /usr/lib/debug/usr/lib64/liblockfile.so.1.debug 100644 root:root eccf157a8b24b68bfc31da9f2c5912ab +File: /usr/lib/debug/.build-id/21 40755 root:root +File: /usr/lib/debug/.build-id/21/d1c608a56b2dbd8b5d854504c67d8c3d91136a 120777 root:root ../../../../lib64/liblockfile.so.1 +File: /usr/lib/debug/.build-id/21/d1c608a56b2dbd8b5d854504c67d8c3d91136a.debug 120777 root:root ../../usr/lib64/liblockfile.so.1.debug +File: /usr/lib/debug/usr/lib64/liblockfile.so.1.debug 100644 root:root 90220dc4fc9f4e48f3bdb9f3fd389b79 File: /usr/src/debug/liblockfile-1.16-alt1 40755 root:root File: /usr/src/debug/liblockfile-1.16-alt1/lockfile.c 100644 root:root 9752a1011832b720caedfa7463407818 -RPMIdentity: dffe71b57791ead4a3533711e77552dc224763a71c3b78acceb66d8c011c7718491289cbac3735f2f77595eeedf51d6ceae1398e55976f273630ca0e7ac21e2a +RPMIdentity: 2367d5a881542d8881b0a5189ab7bbe5ba8ae57db41a4f470b28646e5871c463d6f56766341a26ea0aa93b0ede4f594f16af91d8f40ce5d60e09a5d835df2a45