<86>Feb 13 00:37:07 userdel[411776]: delete user 'rooter'
<86>Feb 13 00:37:07 userdel[411776]: removed group 'rooter' owned by 'rooter'
<86>Feb 13 00:37:07 userdel[411776]: removed shadow group 'rooter' owned by 'rooter'
<86>Feb 13 00:37:07 groupadd[411818]: group added to /etc/group: name=rooter, GID=1868
<86>Feb 13 00:37:07 groupadd[411818]: group added to /etc/gshadow: name=rooter
<86>Feb 13 00:37:07 groupadd[411818]: new group: name=rooter, GID=1868
<86>Feb 13 00:37:07 useradd[411871]: new user: name=rooter, UID=1868, GID=1868, home=/root, shell=/bin/bash, from=none
<86>Feb 13 00:37:07 userdel[411931]: delete user 'builder'
<86>Feb 13 00:37:07 userdel[411931]: removed group 'builder' owned by 'builder'
<86>Feb 13 00:37:07 userdel[411931]: removed shadow group 'builder' owned by 'builder'
<86>Feb 13 00:37:07 groupadd[411985]: group added to /etc/group: name=builder, GID=1869
<86>Feb 13 00:37:07 groupadd[411985]: group added to /etc/gshadow: name=builder
<86>Feb 13 00:37:07 groupadd[411985]: new group: name=builder, GID=1869
<86>Feb 13 00:37:07 useradd[412023]: new user: name=builder, UID=1869, GID=1869, home=/usr/src, shell=/bin/bash, from=none
Building target platforms: x86_64
Building for target x86_64
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: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.28048
+ umask 022
+ /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.28048
+ umask 022
+ /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'
make: Entering directory '/usr/src/RPM/BUILD/helpdeco-2.1.3'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto    -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    -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    -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<len-1&&src&&src[i];i++) dest[i]=src[i];
      |             ~~~~~~~^~~~~
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   zapres.o compat.o   -o zapres
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     splitmrb.c   -o splitmrb
splitmrb.c: In function 'copy':
splitmrb.c:123:9: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  123 |         fread(buffer,1,size,f);
      |         ^~~~~~~~~~~~~~~~~~~~~~
splitmrb.c: In function 'PrintHotspotInfo':
splitmrb.c:269:17: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  269 |                 fread(hotspot,sizeof(HOTSPOT),n,f);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
splitmrb.c: In function 'main':
splitmrb.c:358:21: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]
  358 |                     fread(&offset,sizeof(offset),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    -c -o helpdeco.o helpdeco.c
helpdeco.c: In function 'Derive':
helpdeco.c:341:14: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
  341 |     s=strlen(str);
      |              ^~~
      |              |
      |              unsigned char *
In file included from helpdeco.h:30,
                 from helpdeco.c:22:
/usr/include/string.h:407:35: note: expected 'const char *' but argument is of type 'unsigned char *'
  407 | extern size_t strlen (const char *__s)
      |                       ~~~~~~~~~~~~^~~
helpdeco.c:392:56: warning: pointer targets in passing argument 3 of 'FindString' differ in signedness [-Wpointer-sign]
  392 |                             if(h==0&&(FindString(str,s,ptr,p)||p<3))
      |                                                        ^~~
      |                                                        |
      |                                                        char *
helpdeco.c:303:61: note: expected 'unsigned char *' but argument is of type 'char *'
  303 | int FindString(unsigned char *buf,int buflen,unsigned char *str,int len)
      |                                              ~~~~~~~~~~~~~~~^~~
helpdeco.c: In function 'Guess':
helpdeco.c:444:32: warning: pointer targets in passing argument 1 of 'Derive' differ in signedness [-Wpointer-sign]
  444 |             if(j>=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;
      |                            ^
helpdeco.c: In function 'main':
helpdeco.c:5787:87: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
 5787 |         fprintf(stderr,"HELPDECO - decompile *.HLP/*.MVB files of Windows 3.x / 95 - %d bit Version 2.1.3\n"
      |                                                                                      ~^
      |                                                                                       |
      |                                                                                       int
      |                                                                                      %ld
......
 5811 |                        ,sizeof(int)*8);
      |                         ~~~~~~~~~~~~~                                                  
      |                         |
      |                         long unsigned int
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   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.79537
+ umask 022
+ /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:/bin:/usr/bin:/usr/X11R6/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)
Processing files: helpdeco-2.1.3-alt2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.79537
+ umask 022
+ /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
+ /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.TJ6KBC
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.SecMbL
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)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GyG3pE
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.RS9vNl
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sJYNwj
find-requires: running scripts (debuginfo)
Requires: helpdeco = 2.1.3-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/helpdeco-2.1.3-alt2.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/helpdeco-debuginfo-2.1.3-alt2.x86_64.rpm (w2.lzdio)
3.16user 1.19system 0:07.49elapsed 58%CPU (0avgtext+0avgdata 70884maxresident)k
0inputs+0outputs (0major+294443minor)pagefaults 0swaps
0.54user 1.02system 0:10.83elapsed 14%CPU (0avgtext+0avgdata 11944maxresident)k
0inputs+0outputs (0major+98314minor)pagefaults 0swaps
--- helpdeco-2.1.3-alt2.x86_64.rpm.repo	2012-10-29 22:16:45.000000000 +0000
+++ helpdeco-2.1.3-alt2.x86_64.rpm.hasher	2024-02-13 00:37:16.505682922 +0000
@@ -14,2 +14,3 @@
 Requires: libc.so.6(GLIBC_2.3.4)(64bit)  
+Requires: libc.so.6(GLIBC_2.34)(64bit)  
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
@@ -19,5 +20,5 @@
 Provides: helpdeco = 2.1.3-alt2
-File: /usr/bin/helpdeco	100755	root:root	f8ed9c7d0e5fd3101e3714932476b3ed	
-File: /usr/bin/splitmrb	100755	root:root	8667a578719669c8e8d651152d02ec12	
-File: /usr/bin/zapres	100755	root:root	98626d917ed87b511dcff4db7724981b	
+File: /usr/bin/helpdeco	100755	root:root	e1a53d9737152fd0297be41eb4b9c45b	
+File: /usr/bin/splitmrb	100755	root:root	f911b8a6b9512889086be854e7def6f8	
+File: /usr/bin/zapres	100755	root:root	5cb60877c4ef00e0778470d443e50d69	
 File: /usr/share/doc/helpdeco-2.1.3	40755	root:root		
@@ -28,2 +29,2 @@
 File: /usr/share/doc/helpdeco-2.1.3/helpfile.txt	100644	root:root	b0dc98f130c7d25c0d4f4c77e19f72e2	
-RPMIdentity: 9d90cc2278567fef50df60092207c1400225997bdc467755ab77648d690e9fc2d9c6a014b0e56c45d3ae999b95ef82c213d8e0b2829f52a513bfdab57c5f8631
+RPMIdentity: a03d430ea0c8438e1ed8c332c79bb00f7a6f0a6dd735683eaca49e4423d07e52c03dc5f90ba71f727ef465b9769eb3da88aa0ff679327f08a9d414fad9aff1f3
--- helpdeco-debuginfo-2.1.3-alt2.x86_64.rpm.repo	2012-10-29 22:16:45.000000000 +0000
+++ helpdeco-debuginfo-2.1.3-alt2.x86_64.rpm.hasher	2024-02-13 00:37:16.565683883 +0000
@@ -1,10 +1,10 @@
-/usr/lib/debug/.build-id/86	40755	root:root	
-/usr/lib/debug/.build-id/86/0adaedd75257cbefe94b6cae92b8d258d0d54b	120777	root:root	../../../../bin/splitmrb
-/usr/lib/debug/.build-id/86/0adaedd75257cbefe94b6cae92b8d258d0d54b.debug	120777	root:root	../../usr/bin/splitmrb.debug
-/usr/lib/debug/.build-id/b3	40755	root:root	
-/usr/lib/debug/.build-id/b3/4bcbbfb2908cd97a13383545ef528e87ba9bd7	120777	root:root	../../../../bin/zapres
-/usr/lib/debug/.build-id/b3/4bcbbfb2908cd97a13383545ef528e87ba9bd7.debug	120777	root:root	../../usr/bin/zapres.debug
-/usr/lib/debug/.build-id/ed	40755	root:root	
-/usr/lib/debug/.build-id/ed/ea75830ce373090de81c16e27282c3ed76ec45	120777	root:root	../../../../bin/helpdeco
-/usr/lib/debug/.build-id/ed/ea75830ce373090de81c16e27282c3ed76ec45.debug	120777	root:root	../../usr/bin/helpdeco.debug
+/usr/lib/debug/.build-id/67	40755	root:root	
+/usr/lib/debug/.build-id/67/58eabcb16a864e1eac7d705dc0c2671cdb56b8	120777	root:root	../../../../bin/zapres
+/usr/lib/debug/.build-id/67/58eabcb16a864e1eac7d705dc0c2671cdb56b8.debug	120777	root:root	../../usr/bin/zapres.debug
+/usr/lib/debug/.build-id/73	40755	root:root	
+/usr/lib/debug/.build-id/73/759f9b4b366618d726fe4e46c008101666a721	120777	root:root	../../../../bin/splitmrb
+/usr/lib/debug/.build-id/73/759f9b4b366618d726fe4e46c008101666a721.debug	120777	root:root	../../usr/bin/splitmrb.debug
+/usr/lib/debug/.build-id/d6	40755	root:root	
+/usr/lib/debug/.build-id/d6/956147550273d76a0f8e44a257fcbabcacbcb0	120777	root:root	../../../../bin/helpdeco
+/usr/lib/debug/.build-id/d6/956147550273d76a0f8e44a257fcbabcacbcb0.debug	120777	root:root	../../usr/bin/helpdeco.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/86	40755	root:root		
-File: /usr/lib/debug/.build-id/86/0adaedd75257cbefe94b6cae92b8d258d0d54b	120777	root:root		../../../../bin/splitmrb
-File: /usr/lib/debug/.build-id/86/0adaedd75257cbefe94b6cae92b8d258d0d54b.debug	120777	root:root		../../usr/bin/splitmrb.debug
-File: /usr/lib/debug/.build-id/b3	40755	root:root		
-File: /usr/lib/debug/.build-id/b3/4bcbbfb2908cd97a13383545ef528e87ba9bd7	120777	root:root		../../../../bin/zapres
-File: /usr/lib/debug/.build-id/b3/4bcbbfb2908cd97a13383545ef528e87ba9bd7.debug	120777	root:root		../../usr/bin/zapres.debug
-File: /usr/lib/debug/.build-id/ed	40755	root:root		
-File: /usr/lib/debug/.build-id/ed/ea75830ce373090de81c16e27282c3ed76ec45	120777	root:root		../../../../bin/helpdeco
-File: /usr/lib/debug/.build-id/ed/ea75830ce373090de81c16e27282c3ed76ec45.debug	120777	root:root		../../usr/bin/helpdeco.debug
-File: /usr/lib/debug/usr/bin/helpdeco.debug	100644	root:root	ea9d9f41a76faea75ebbc0f0fbe36451	
-File: /usr/lib/debug/usr/bin/splitmrb.debug	100644	root:root	2ba98176ba0c3374ae63106d81071fb0	
-File: /usr/lib/debug/usr/bin/zapres.debug	100644	root:root	0c853ed30d3c9f157775d030216dcab5	
+File: /usr/lib/debug/.build-id/67	40755	root:root		
+File: /usr/lib/debug/.build-id/67/58eabcb16a864e1eac7d705dc0c2671cdb56b8	120777	root:root		../../../../bin/zapres
+File: /usr/lib/debug/.build-id/67/58eabcb16a864e1eac7d705dc0c2671cdb56b8.debug	120777	root:root		../../usr/bin/zapres.debug
+File: /usr/lib/debug/.build-id/73	40755	root:root		
+File: /usr/lib/debug/.build-id/73/759f9b4b366618d726fe4e46c008101666a721	120777	root:root		../../../../bin/splitmrb
+File: /usr/lib/debug/.build-id/73/759f9b4b366618d726fe4e46c008101666a721.debug	120777	root:root		../../usr/bin/splitmrb.debug
+File: /usr/lib/debug/.build-id/d6	40755	root:root		
+File: /usr/lib/debug/.build-id/d6/956147550273d76a0f8e44a257fcbabcacbcb0	120777	root:root		../../../../bin/helpdeco
+File: /usr/lib/debug/.build-id/d6/956147550273d76a0f8e44a257fcbabcacbcb0.debug	120777	root:root		../../usr/bin/helpdeco.debug
+File: /usr/lib/debug/usr/bin/helpdeco.debug	100644	root:root	aeedee67edc562d29ae86f99e30c696c	
+File: /usr/lib/debug/usr/bin/splitmrb.debug	100644	root:root	ed678b4775a3780c91c6dcd324fe042f	
+File: /usr/lib/debug/usr/bin/zapres.debug	100644	root:root	caed9a9495940da3d697592e9280df34	
 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: b5d75c7457398c93b57b9d3c7b2800271f0a6037fefe5c4ea52076db7850b662fac195f951643de534f237636e737a77510c8978a56a9e37587be98bdf436c5d
+RPMIdentity: f0f47a909a7ac1682eb099b5f82de0bcc671d753f98d49ff1db0b1802bf25edba34360910c1397d8312793f8a7e54052e512e387846f5d0c9f8e5582bdf04252