<86>Jun 1 06:55:12 userdel[3922915]: delete user 'rooter' <86>Jun 1 06:55:12 userdel[3922915]: removed group 'rooter' owned by 'rooter' <86>Jun 1 06:55:12 userdel[3922915]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 1 06:55:12 groupadd[3922960]: group added to /etc/group: name=rooter, GID=1841 <86>Jun 1 06:55:12 groupadd[3922960]: group added to /etc/gshadow: name=rooter <86>Jun 1 06:55:12 groupadd[3922960]: new group: name=rooter, GID=1841 <86>Jun 1 06:55:12 useradd[3923006]: new user: name=rooter, UID=1841, GID=1841, home=/root, shell=/bin/bash, from=none <86>Jun 1 06:55:12 userdel[3923071]: delete user 'builder' <86>Jun 1 06:55:12 userdel[3923071]: removed group 'builder' owned by 'builder' <86>Jun 1 06:55:12 userdel[3923071]: removed shadow group 'builder' owned by 'builder' <86>Jun 1 06:55:12 groupadd[3923121]: group added to /etc/group: name=builder, GID=1842 <86>Jun 1 06:55:12 groupadd[3923121]: group added to /etc/gshadow: name=builder <86>Jun 1 06:55:12 groupadd[3923121]: new group: name=builder, GID=1842 <86>Jun 1 06:55:12 useradd[3923154]: new user: name=builder, UID=1842, GID=1842, home=/usr/src, shell=/bin/bash, from=none Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/helpdeco-2.1.3-alt2.nosrc.rpm (w1.gzdio) Installing helpdeco-2.1.3-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.44180 + umask 022 + /usr/bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf helpdeco-2.1.3 + echo 'Source #0 (helpdeco-2.1.3.tar.gz):' Source #0 (helpdeco-2.1.3.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/helpdeco-2.1.3.tar.gz + /bin/tar -xf - + cd helpdeco-2.1.3 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.44180 + umask 022 + /usr/bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd helpdeco-2.1.3 + make -j16 'CC=gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/helpdeco-2.1.3' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o zapres.o zapres.c zapres.c: In function 'main': zapres.c:132:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 132 | fread(&w,sizeof(long),1,f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ zapres.c:133:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 133 | fread(&h,sizeof(long),1,f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ zapres.c:154:21: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 154 | fread(&pos,sizeof(pos),1,f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/helpdeco-2.1.3' make: Entering directory '/usr/src/RPM/BUILD/helpdeco-2.1.3' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o compat.o compat.c compat.c: In function 'strupr': compat.c:132:16: warning: 'p' is used uninitialized [-Wuninitialized] 132 | while (*p != '\000') *p = toupper(*p), ++p; | ^~ compat.c:131:15: note: 'p' was declared here 131 | char *p; | ^ compat.c: In function 'strlwr': compat.c:139:16: warning: 'p' is used uninitialized [-Wuninitialized] 139 | while (*p != '\000') *p = tolower(*p), ++p; | ^~ compat.c:138:15: note: 'p' was declared here 138 | char *p; | ^ make: Leaving directory '/usr/src/RPM/BUILD/helpdeco-2.1.3' make: Entering directory '/usr/src/RPM/BUILD/helpdeco-2.1.3' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -c -o helpdec1.o helpdec1.c helpdec1.c: In function 'PrintString': helpdec1.c:566:12: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 566 | return str; | ^~~ helpdec1.c: In function 'scanint': helpdec1.c:618:14: warning: assignment to 'char *' from incompatible pointer type 'short unsigned int *' [-Wincompatible-pointer-types] 618 | *ptr = ((unsigned short *)*ptr)+1; | ^ helpdec1.c:621:13: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] 621 | *ptr=((unsigned char *)*ptr)+1; | ^ helpdec1.c: In function 'scanword': helpdec1.c:631:13: warning: assignment to 'char *' from incompatible pointer type 'short unsigned int *' [-Wincompatible-pointer-types] 631 | *ptr=((unsigned short *)*ptr)+1; | ^ helpdec1.c:634:13: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] 634 | *ptr=((unsigned char *)*ptr)+1; | ^ helpdec1.c: In function 'scanlong': helpdec1.c:644:13: warning: assignment to 'char *' from incompatible pointer type 'long unsigned int *' [-Wincompatible-pointer-types] 644 | *ptr=((unsigned long *)*ptr)+1; | ^ helpdec1.c:647:13: warning: assignment to 'char *' from incompatible pointer type 'short unsigned int *' [-Wincompatible-pointer-types] 647 | *ptr=((unsigned short *)*ptr)+1; | ^ helpdec1.c: In function 'GetBit': helpdec1.c:581:13: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 581 | fread(&value,4,1,f); | ^~~~~~~~~~~~~~~~~~~ helpdec1.c: In function 'strlcpy': helpdec1.c:43:7: warning: 'nonnull' argument 'dest' compared to NULL [-Wnonnull-compare] 43 | if(!dest) return 0; | ^ helpdec1.c:44:20: warning: 'nonnull' argument 'src' compared to NULL [-Wnonnull-compare] 44 | for(i=0;i=k) if(Derive(str,hash,buffer)) | ^~~ | | | char * helpdeco.c:333:28: note: expected 'unsigned char *' but argument is of type 'char *' 333 | BOOL Derive(unsigned char *str,unsigned long desiredhash,char *buffer) | ~~~~~~~~~~~~~~~^~~ helpdeco.c: In function 'TopicRead': helpdeco.c:2415:58: warning: pointer targets in passing argument 4 of 'DecompressIntoBuffer' differ in signedness [-Wpointer-sign] 2415 | DecompSize=DecompressIntoBuffer(2,HelpFile,n,TopicBuffer,sizeof(TopicBuffer)); | ^~~~~~~~~~~ | | | unsigned char * helpdeco.h:651:77: note: expected 'char *' but argument is of type 'unsigned char *' 651 | extern long DecompressIntoBuffer(int method,FILE *HelpFile,long bytes,char *ptr,long size); | ~~~~~~^~~ helpdeco.c: In function 'TopicPhraseRead': helpdeco.c:2529:32: warning: pointer targets in passing argument 1 of 'PhraseReplace' differ in signedness [-Wpointer-sign] 2529 | NumBytes=PhraseReplace(buffer,NumBytes,dest)-dest; | ^~~~~~ | | | char * helpdeco.c:2435:36: note: expected 'unsigned char *' but argument is of type 'char *' 2435 | char *PhraseReplace(unsigned char *str,long len,char *out) | ~~~~~~~~~~~~~~~^~~ helpdeco.c: In function 'PhrImageDump': helpdeco.c:4099:66: warning: pointer targets in passing argument 4 of 'DecompressIntoBuffer' differ in signedness [-Wpointer-sign] 4099 | bytes=DecompressIntoBuffer(2,HelpFile,FileLength,ptr,PhrIndexHdr.phrimagesize); | ^~~ | | | unsigned char * helpdeco.h:651:77: note: expected 'char *' but argument is of type 'unsigned char *' 651 | extern long DecompressIntoBuffer(int method,FILE *HelpFile,long bytes,char *ptr,long size); | ~~~~~~^~~ helpdeco.c: In function 'SysDump': helpdeco.c:4254:37: warning: pointer targets in passing argument 1 of 'HexDumpMemory' differ in signedness [-Wpointer-sign] 4254 | HexDumpMemory(SysRec->Data,SysRec->DataSize); | ~~~~~~^~~~~~ | | | char * helpdeco.h:654:42: note: expected 'unsigned char *' but argument is of type 'char *' 654 | extern void HexDumpMemory(unsigned char *bypMem,unsigned int FileLength); | ~~~~~~~~~~~~~~~^~~~~~ helpdeco.c:4308:33: warning: pointer targets in passing argument 1 of 'HexDumpMemory' differ in signedness [-Wpointer-sign] 4308 | HexDumpMemory(SysRec->Data,SysRec->DataSize); | ~~~~~~^~~~~~ | | | char * helpdeco.h:654:42: note: expected 'unsigned char *' but argument is of type 'char *' 654 | extern void HexDumpMemory(unsigned char *bypMem,unsigned int FileLength); | ~~~~~~~~~~~~~~~^~~~~~ helpdeco.c: In function 'DumpTopic': helpdeco.c:4353:37: warning: pointer targets in passing argument 1 of 'HexDumpMemory' differ in signedness [-Wpointer-sign] 4353 | if(LinkData1) HexDumpMemory(LinkData1,TopicLink.DataLen1-sizeof(TOPICLINK)); | ^~~~~~~~~ | | | char * helpdeco.h:654:42: note: expected 'unsigned char *' but argument is of type 'char *' 654 | extern void HexDumpMemory(unsigned char *bypMem,unsigned int FileLength); | ~~~~~~~~~~~~~~~^~~~~~ helpdeco.c:4428:20: warning: assignment to 'char *' from incompatible pointer type 'short unsigned int *' [-Wincompatible-pointer-types] 4428 | ptr=((unsigned short *)ptr)+1; | ^ helpdeco.c:4449:28: warning: assignment to 'char *' from incompatible pointer type 'short unsigned int *' [-Wincompatible-pointer-types] 4449 | ptr=(unsigned short*)ptr+1; | ^ make: Leaving directory '/usr/src/RPM/BUILD/helpdeco-2.1.3' make: Entering directory '/usr/src/RPM/BUILD/helpdeco-2.1.3' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic helpdeco.o helpdec1.o compat.o -o helpdeco In function 'snprintf', inlined from '_makepath' at compat.c:82:2, inlined from 'main' at helpdeco.c:5755:2: /usr/include/bits/stdio2.h:54:10: warning: '__builtin___snprintf_chk' specified bound 4096 exceeds destination size 255 [-Wstringop-overflow=] 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^ In function 'snprintf', inlined from '_makepath' at compat.c:82:2, inlined from 'main' at helpdeco.c:5761:29: /usr/include/bits/stdio2.h:54:10: warning: '__builtin___snprintf_chk' specified bound 4096 exceeds destination size 255 [-Wstringop-overflow=] 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^ make: Leaving directory '/usr/src/RPM/BUILD/helpdeco-2.1.3' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.55467 + umask 022 + /usr/bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/helpdeco-buildroot + : + /bin/rm -rf -- /usr/src/tmp/helpdeco-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd helpdeco-2.1.3 + mkdir -p /usr/src/tmp/helpdeco-buildroot/usr/bin/ + install -pD -m755 helpdeco zapres splitmrb /usr/src/tmp/helpdeco-buildroot/usr/bin/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/helpdeco-buildroot (auto) Verifying and fixing files in /usr/src/tmp/helpdeco-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/helpdeco-buildroot/ (default) Compressing files in /usr/src/tmp/helpdeco-buildroot (auto) Verifying ELF objects in /usr/src/tmp/helpdeco-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/splitmrb: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/zapres: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/helpdeco: uses non-LFS functions: fopen Splitting links to aliased files under /{,s}bin in /usr/src/tmp/helpdeco-buildroot Processing files: helpdeco-2.1.3-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.55467 + umask 022 + /usr/bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd helpdeco-2.1.3 + DOCDIR=/usr/src/tmp/helpdeco-buildroot/usr/share/doc/helpdeco-2.1.3 + export DOCDIR + rm -rf /usr/src/tmp/helpdeco-buildroot/usr/share/doc/helpdeco-2.1.3 + /usr/bin/mkdir -p /usr/src/tmp/helpdeco-buildroot/usr/share/doc/helpdeco-2.1.3 + cp -prL ChangeLog NEWS README README.de helpfile.txt /usr/src/tmp/helpdeco-buildroot/usr/share/doc/helpdeco-2.1.3 + chmod -R go-w /usr/src/tmp/helpdeco-buildroot/usr/share/doc/helpdeco-2.1.3 + chmod -R a+rX /usr/src/tmp/helpdeco-buildroot/usr/share/doc/helpdeco-2.1.3 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PjJvDn 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.XE94gn find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.U4GEmY Creating helpdeco-debuginfo package Processing files: helpdeco-debuginfo-2.1.3-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MYMQow find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TDlC8T find-requires: running scripts (debuginfo) Requires: helpdeco = 2.1.3-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/helpdeco-2.1.3-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/helpdeco-debuginfo-2.1.3-alt2.i586.rpm (w2.lzdio) 3.57user 2.04system 0:08.00elapsed 70%CPU (0avgtext+0avgdata 54324maxresident)k 0inputs+0outputs (0major+272366minor)pagefaults 0swaps 0.57user 2.06system 0:13.90elapsed 18%CPU (0avgtext+0avgdata 12472maxresident)k 0inputs+0outputs (0major+96303minor)pagefaults 0swaps --- helpdeco-2.1.3-alt2.i586.rpm.repo 2012-10-29 22:16:47.000000000 +0000 +++ helpdeco-2.1.3-alt2.i586.rpm.hasher 2024-06-01 06:55:23.105913178 +0000 @@ -12,4 +12,6 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -19,5 +21,5 @@ Provides: helpdeco = 2.1.3-alt2 -File: /usr/bin/helpdeco 100755 root:root c217a544637a3ff9e31d44cf9b50e76c -File: /usr/bin/splitmrb 100755 root:root 8ce057877768b655aa1359c96b15fd8f -File: /usr/bin/zapres 100755 root:root 31a0b25c6a63a20f13f0767240748318 +File: /usr/bin/helpdeco 100755 root:root 43727a6d906fc254a6a068f883e31238 +File: /usr/bin/splitmrb 100755 root:root 900dd95cf0f6c3688a102550f9232544 +File: /usr/bin/zapres 100755 root:root dddd81e76d563e0092c89162c116c17b File: /usr/share/doc/helpdeco-2.1.3 40755 root:root @@ -28,2 +30,2 @@ File: /usr/share/doc/helpdeco-2.1.3/helpfile.txt 100644 root:root b0dc98f130c7d25c0d4f4c77e19f72e2 -RPMIdentity: 62c641de31324d0ffb2a1f837e18f8afebd9e143022d1d3bfea551fddc8e99150a762215cf3df48539441c7c4fa08523c43bd8a09fe6b351d45caa4d8911716b +RPMIdentity: 65740a1a6f5bdffef86f3ee00ba4015d5656b12ee2207ca056e4805d4ddd43cb801a2479648686705d9fc2a77bf3f8929920ceab717a3d67c9e60f0233dc6a90 --- helpdeco-debuginfo-2.1.3-alt2.i586.rpm.repo 2012-10-29 22:16:47.000000000 +0000 +++ helpdeco-debuginfo-2.1.3-alt2.i586.rpm.hasher 2024-06-01 06:55:23.188914251 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/49 40755 root:root -/usr/lib/debug/.build-id/49/cdfd834e7bc0aedb6cc958a07e111db62e013b 120777 root:root ../../../../bin/zapres -/usr/lib/debug/.build-id/49/cdfd834e7bc0aedb6cc958a07e111db62e013b.debug 120777 root:root ../../usr/bin/zapres.debug -/usr/lib/debug/.build-id/a8 40755 root:root -/usr/lib/debug/.build-id/a8/ec00a8f3bf154a2b9efa5450937af27d99f189 120777 root:root ../../../../bin/helpdeco -/usr/lib/debug/.build-id/a8/ec00a8f3bf154a2b9efa5450937af27d99f189.debug 120777 root:root ../../usr/bin/helpdeco.debug -/usr/lib/debug/.build-id/b2 40755 root:root -/usr/lib/debug/.build-id/b2/2a09e6f634227d0259a44dd466e1d7d00a76a5 120777 root:root ../../../../bin/splitmrb -/usr/lib/debug/.build-id/b2/2a09e6f634227d0259a44dd466e1d7d00a76a5.debug 120777 root:root ../../usr/bin/splitmrb.debug +/usr/lib/debug/.build-id/7a 40755 root:root +/usr/lib/debug/.build-id/7a/7bbe787a8d4a1ca45ca428a49e129158d30fb3 120777 root:root ../../../../bin/helpdeco +/usr/lib/debug/.build-id/7a/7bbe787a8d4a1ca45ca428a49e129158d30fb3.debug 120777 root:root ../../usr/bin/helpdeco.debug +/usr/lib/debug/.build-id/88 40755 root:root +/usr/lib/debug/.build-id/88/5051ac4928d84581768eb16938dcdee172bca7 120777 root:root ../../../../bin/splitmrb +/usr/lib/debug/.build-id/88/5051ac4928d84581768eb16938dcdee172bca7.debug 120777 root:root ../../usr/bin/splitmrb.debug +/usr/lib/debug/.build-id/9b 40755 root:root +/usr/lib/debug/.build-id/9b/46302e2b295e19483270d0f763ddb2f16e84b5 120777 root:root ../../../../bin/zapres +/usr/lib/debug/.build-id/9b/46302e2b295e19483270d0f763ddb2f16e84b5.debug 120777 root:root ../../usr/bin/zapres.debug /usr/lib/debug/usr/bin/helpdeco.debug 100644 root:root @@ -25,14 +25,14 @@ Provides: helpdeco-debuginfo = 2.1.3-alt2 -File: /usr/lib/debug/.build-id/49 40755 root:root -File: /usr/lib/debug/.build-id/49/cdfd834e7bc0aedb6cc958a07e111db62e013b 120777 root:root ../../../../bin/zapres -File: /usr/lib/debug/.build-id/49/cdfd834e7bc0aedb6cc958a07e111db62e013b.debug 120777 root:root ../../usr/bin/zapres.debug -File: /usr/lib/debug/.build-id/a8 40755 root:root -File: /usr/lib/debug/.build-id/a8/ec00a8f3bf154a2b9efa5450937af27d99f189 120777 root:root ../../../../bin/helpdeco -File: /usr/lib/debug/.build-id/a8/ec00a8f3bf154a2b9efa5450937af27d99f189.debug 120777 root:root ../../usr/bin/helpdeco.debug -File: /usr/lib/debug/.build-id/b2 40755 root:root -File: /usr/lib/debug/.build-id/b2/2a09e6f634227d0259a44dd466e1d7d00a76a5 120777 root:root ../../../../bin/splitmrb -File: /usr/lib/debug/.build-id/b2/2a09e6f634227d0259a44dd466e1d7d00a76a5.debug 120777 root:root ../../usr/bin/splitmrb.debug -File: /usr/lib/debug/usr/bin/helpdeco.debug 100644 root:root f107af654bc3a70e92b4d8c8d11e76d9 -File: /usr/lib/debug/usr/bin/splitmrb.debug 100644 root:root f89d6f0e9be15aaf47141a22c13015bb -File: /usr/lib/debug/usr/bin/zapres.debug 100644 root:root 96693e5c759f0708e1f9e001e6ab1cef +File: /usr/lib/debug/.build-id/7a 40755 root:root +File: /usr/lib/debug/.build-id/7a/7bbe787a8d4a1ca45ca428a49e129158d30fb3 120777 root:root ../../../../bin/helpdeco +File: /usr/lib/debug/.build-id/7a/7bbe787a8d4a1ca45ca428a49e129158d30fb3.debug 120777 root:root ../../usr/bin/helpdeco.debug +File: /usr/lib/debug/.build-id/88 40755 root:root +File: /usr/lib/debug/.build-id/88/5051ac4928d84581768eb16938dcdee172bca7 120777 root:root ../../../../bin/splitmrb +File: /usr/lib/debug/.build-id/88/5051ac4928d84581768eb16938dcdee172bca7.debug 120777 root:root ../../usr/bin/splitmrb.debug +File: /usr/lib/debug/.build-id/9b 40755 root:root +File: /usr/lib/debug/.build-id/9b/46302e2b295e19483270d0f763ddb2f16e84b5 120777 root:root ../../../../bin/zapres +File: /usr/lib/debug/.build-id/9b/46302e2b295e19483270d0f763ddb2f16e84b5.debug 120777 root:root ../../usr/bin/zapres.debug +File: /usr/lib/debug/usr/bin/helpdeco.debug 100644 root:root c2a15b178631c5ef809e1f61c280c348 +File: /usr/lib/debug/usr/bin/splitmrb.debug 100644 root:root 1840dd6fee263006cbe7d958e645605f +File: /usr/lib/debug/usr/bin/zapres.debug 100644 root:root 241877bb6eabe2fc28ec88d10813367a File: /usr/src/debug/helpdeco-2.1.3 40755 root:root @@ -45,2 +45,2 @@ File: /usr/src/debug/helpdeco-2.1.3/zapres.c 100644 root:root 3e68d2c293e600f5c2cd3bb606737e47 -RPMIdentity: 0f9d1cb71840153c1f4fb383b74a17ee694c9aeda52f161baf2ebba60b59df457879278a0e27bf064b1bcf0294f9dcc74e0c74f65228ca3088e09aec875d769e +RPMIdentity: dc4153c58f003e46f1b9ddbae925b2e2d071cbe7028002fb9f27be2b6861be0654497cf4252e546cc4cb7870c9d729596da596b79f162540f3f2fb2b05c21866