<86>Jan 29 08:04:18 userdel[607829]: delete user 'rooter'
<86>Jan 29 08:04:18 userdel[607829]: removed group 'rooter' owned by 'rooter'
<86>Jan 29 08:04:18 userdel[607829]: removed shadow group 'rooter' owned by 'rooter'
<86>Jan 29 08:04:18 groupadd[607879]: group added to /etc/group: name=rooter, GID=1368
<86>Jan 29 08:04:18 groupadd[607879]: group added to /etc/gshadow: name=rooter
<86>Jan 29 08:04:18 groupadd[607879]: new group: name=rooter, GID=1368
<86>Jan 29 08:04:18 useradd[607919]: new user: name=rooter, UID=1368, GID=1368, home=/root, shell=/bin/bash
<86>Jan 29 08:04:18 userdel[607967]: delete user 'builder'
<86>Jan 29 08:04:18 userdel[607967]: removed group 'builder' owned by 'builder'
<86>Jan 29 08:04:18 userdel[607967]: removed shadow group 'builder' owned by 'builder'
<86>Jan 29 08:04:18 groupadd[607999]: group added to /etc/group: name=builder, GID=1369
<86>Jan 29 08:04:18 groupadd[607999]: group added to /etc/gshadow: name=builder
<86>Jan 29 08:04:18 groupadd[607999]: new group: name=builder, GID=1369
<86>Jan 29 08:04:18 useradd[608021]: new user: name=builder, UID=1369, GID=1369, home=/usr/src, shell=/bin/bash
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.24913
+ 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.24913
+ 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'
make: Entering directory '/usr/src/RPM/BUILD/helpdeco-2.1.3'
gcc -pipe -frecord-gcc-switches -Wall -g -O2    -c -o compat.o compat.c
compat.c: In function 'strupr':
compat.c:132:9: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  while (*p != '\000') *p = toupper(*p), ++p;
         ^~
compat.c: In function 'strlwr':
compat.c:139:9: warning: 'p' is used uninitialized in this function [-Wuninitialized]
  while (*p != '\000') *p = tolower(*p), ++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    -c -o zapres.o zapres.c
zapres.c: In function 'main':
zapres.c:132:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
   fread(&w,sizeof(long),1,f);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
zapres.c:133:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
   fread(&h,sizeof(long),1,f);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
zapres.c:154:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
       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   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     splitmrb.c   -o splitmrb
splitmrb.c: In function 'copy':
splitmrb.c:123:2: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
  fread(buffer,1,size,f);
  ^~~~~~~~~~~~~~~~~~~~~~
splitmrb.c: In function 'PrintHotspotInfo':
splitmrb.c:269:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
   fread(hotspot,sizeof(HOTSPOT),n,f);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
splitmrb.c: In function 'main':
splitmrb.c:358:7: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
       fread(&offset,sizeof(offset),1,f);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
splitmrb.c: In function 'decompress':
splitmrb.c:185:6: warning: 'bits' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(bits&mask)
      ^~~~
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    -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]
     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]
         *ptr = ((unsigned short *)*ptr)+1;
              ^
helpdec1.c:621:13: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign]
         *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]
         *ptr=((unsigned short *)*ptr)+1;
             ^
helpdec1.c:634:13: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign]
         *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]
         *ptr=((unsigned long *)*ptr)+1;
             ^
helpdec1.c:647:13: warning: assignment to 'char *' from incompatible pointer type 'short unsigned int *' [-Wincompatible-pointer-types]
         *ptr=((unsigned short *)*ptr)+1;
             ^
helpdec1.c: In function 'GetBit':
helpdec1.c:581:6: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
      fread(&value,4,1,f);
      ^~~~~~~~~~~~~~~~~~~
helpdec1.c: In function 'strlcpy':
helpdec1.c:44:20: warning: nonnull argument 'src' compared to NULL [-Wnonnull-compare]
     for(i=0;i<len-1&&src&&src[i];i++) dest[i]=src[i];
             ~~~~~~~^~~~~
helpdec1.c: In function 'my_fread':
helpdec1.c:89:12: warning: 'result' may be used uninitialized in this function [-Wmaybe-uninitialized]
     size_t result;
            ^~~~~~
helpdec1.c: In function 'decompress':
helpdec1.c:464:6: warning: 'bits' may be used uninitialized in this function [-Wmaybe-uninitialized]
   if(bits&mask)
      ^~~~
helpdec1.c: In function 'GroupDump':
helpdec1.c:979:38: warning: 'ptr' may be used uninitialized in this function [-Wmaybe-uninitialized]
      if(GroupHeader.GroupType==1||ptr[i>>3]&(1<<(i&7))) printf("TopicNumber: %lu\n",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    -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]
     s=strlen(str);
              ^~~
In file included from helpdeco.h:30,
                 from helpdeco.c:22:
/usr/include/string.h:385:15: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern size_t strlen (const char *__s)
               ^~~~~~
helpdeco.c:392:35: warning: pointer targets in passing argument 3 of 'FindString' differ in signedness [-Wpointer-sign]
        if(h==0&&(FindString(str,s,ptr,p)||p<3))
                                   ^~~
helpdeco.c:303:5: note: expected 'unsigned char *' but argument is of type 'char *'
 int FindString(unsigned char *buf,int buflen,unsigned char *str,int len)
     ^~~~~~~~~~
helpdeco.c: In function 'Guess':
helpdeco.c:444:25: warning: pointer targets in passing argument 1 of 'Derive' differ in signedness [-Wpointer-sign]
      if(j>=k) if(Derive(str,hash,buffer))
                         ^~~
helpdeco.c:333:6: note: expected 'unsigned char *' but argument is of type 'char *'
 BOOL Derive(unsigned char *str,unsigned long desiredhash,char *buffer)
      ^~~~~~
helpdeco.c: In function 'TopicRead':
helpdeco.c:2415:51: warning: pointer targets in passing argument 4 of 'DecompressIntoBuffer' differ in signedness [-Wpointer-sign]
      DecompSize=DecompressIntoBuffer(2,HelpFile,n,TopicBuffer,sizeof(TopicBuffer));
                                                   ^~~~~~~~~~~
In file included from helpdeco.c:22:
helpdeco.h:651:13: note: expected 'char *' but argument is of type 'unsigned char *'
 extern long DecompressIntoBuffer(int method,FILE *HelpFile,long bytes,char *ptr,long size);
             ^~~~~~~~~~~~~~~~~~~~
helpdeco.c: In function 'TopicPhraseRead':
helpdeco.c:2529:25: warning: pointer targets in passing argument 1 of 'PhraseReplace' differ in signedness [-Wpointer-sign]
  NumBytes=PhraseReplace(buffer,NumBytes,dest)-dest;
                         ^~~~~~
helpdeco.c:2435:7: note: expected 'unsigned char *' but argument is of type 'char *'
 char *PhraseReplace(unsigned char *str,long len,char *out)
       ^~~~~~~~~~~~~
helpdeco.c: In function 'PhrImageDump':
helpdeco.c:4099:52: warning: pointer targets in passing argument 4 of 'DecompressIntoBuffer' differ in signedness [-Wpointer-sign]
   bytes=DecompressIntoBuffer(2,HelpFile,FileLength,ptr,PhrIndexHdr.phrimagesize);
                                                    ^~~
In file included from helpdeco.c:22:
helpdeco.h:651:13: note: expected 'char *' but argument is of type 'unsigned char *'
 extern long DecompressIntoBuffer(int method,FILE *HelpFile,long bytes,char *ptr,long size);
             ^~~~~~~~~~~~~~~~~~~~
helpdeco.c: In function 'SysDump':
helpdeco.c:4254:23: warning: pointer targets in passing argument 1 of 'HexDumpMemory' differ in signedness [-Wpointer-sign]
   HexDumpMemory(SysRec->Data,SysRec->DataSize);
                 ~~~~~~^~~~~~
In file included from helpdeco.c:22:
helpdeco.h:654:13: note: expected 'unsigned char *' but argument is of type 'char *'
 extern void HexDumpMemory(unsigned char *bypMem,unsigned int FileLength);
             ^~~~~~~~~~~~~
helpdeco.c:4308:26: warning: pointer targets in passing argument 1 of 'HexDumpMemory' differ in signedness [-Wpointer-sign]
      HexDumpMemory(SysRec->Data,SysRec->DataSize);
                    ~~~~~~^~~~~~
In file included from helpdeco.c:22:
helpdeco.h:654:13: note: expected 'unsigned char *' but argument is of type 'char *'
 extern void HexDumpMemory(unsigned char *bypMem,unsigned int FileLength);
             ^~~~~~~~~~~~~
helpdeco.c: In function 'DumpTopic':
helpdeco.c:4353:30: warning: pointer targets in passing argument 1 of 'HexDumpMemory' differ in signedness [-Wpointer-sign]
  if(LinkData1) HexDumpMemory(LinkData1,TopicLink.DataLen1-sizeof(TOPICLINK));
                              ^~~~~~~~~
In file included from helpdeco.c:22:
helpdeco.h:654:13: note: expected 'unsigned char *' but argument is of type 'char *'
 extern void HexDumpMemory(unsigned char *bypMem,unsigned int FileLength);
             ^~~~~~~~~~~~~
helpdeco.c:4428:6: warning: assignment to 'char *' from incompatible pointer type 'short unsigned int *' [-Wincompatible-pointer-types]
   ptr=((unsigned short *)ptr)+1;
      ^
helpdeco.c:4449:7: warning: assignment to 'char *' from incompatible pointer type 'short unsigned int *' [-Wincompatible-pointer-types]
    ptr=(unsigned short*)ptr+1;
       ^
helpdeco.c: In function 'main':
helpdeco.c:5787:80: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=]
  fprintf(stderr,"HELPDECO - decompile *.HLP/*.MVB files of Windows 3.x / 95 - %d bit Version 2.1.3\n"
                                                                               ~^
                                                                               %ld
helpdeco.c:5811:11:
          ,sizeof(int)*8);
           ~~~~~~~~~~~~~                                                         
helpdeco.c: In function 'ExtractBitmap':
helpdeco.c:1214:3: warning: 'yPels' may be used uninitialized in this function [-Wmaybe-uninitialized]
   putcdw(yPels,fTarget);
   ^~~~~~~~~~~~~~~~~~~~~
helpdeco.c:1213:3: warning: 'xPels' may be used uninitialized in this function [-Wmaybe-uninitialized]
   putcdw(xPels,fTarget);
   ^~~~~~~~~~~~~~~~~~~~~
helpdeco.c:1209:3: warning: 'dwRawSize' may be used uninitialized in this function [-Wmaybe-uninitialized]
   putcdw(dwRawSize,fTarget);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
helpdeco.c:1227:20: warning: 'colors' may be used uninitialized in this function [-Wmaybe-uninitialized]
      if(byType==6) CopyBytes(f,colors*4L,fTarget);
                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
helpdeco.c:1206:3: warning: 'mapmode' may be used uninitialized in this function [-Wmaybe-uninitialized]
   putcw(mapmode,fTarget); /* mapping mode */
   ^~~~~~~~~~~~~~~~~~~~~~
helpdeco.c:1325:28: warning: 'offset' may be used uninitialized in this function [-Wmaybe-uninitialized]
      dwPictureOffset=offset-nextpict;
                      ~~~~~~^~~~~~~~~
helpdeco.c:1328:6: warning: 'pos' may be used uninitialized in this function [-Wmaybe-uninitialized]
      fseek(fTarget,pos,SEEK_SET);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
helpdeco.c: In function 'getbitmapname':
helpdeco.c:1348:20: warning: '.' directive writing 1 byte into a region of size between 0 and 9 [-Wformat-overflow=]
  sprintf(name,"bm%u.%s",n,bmpext[extension[n]&0x0F]);
                    ^
In file included from /usr/include/stdio.h:862,
                 from /usr/include/malloc.h:24,
                 from helpdeco.h:26,
                 from helpdeco.c:22:
/usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 5 or more bytes (assuming 14) into a destination of size 12
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
helpdeco.c: In function 'TopicDump':
helpdeco.c:3495:10: warning: 'MaxTopicOffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
        if(ActualTopicOffset<MaxTopicOffset) ActualTopicOffset++;
          ^
helpdeco.c:3495:10: warning: 'ActualTopicOffset' may be used uninitialized in this function [-Wmaybe-uninitialized]
helpdeco.c:3388:55: warning: 'l1' may be used uninitialized in this function [-Wmaybe-uninitialized]
        fprintf(rtf,"\\cellx%ld",((x1*scaling-rounderr)*l1)/32767);
                                 ~~~~~~~~~~~~~~~~~~~~~~^~~~
helpdeco.c: In function 'GenerateContent':
helpdeco.c:3854:15: warning: 'WindowRec' may be used uninitialized in this function [-Wmaybe-uninitialized]
     VIOLAREC *WindowRec;
               ^~~~~~~~~
helpdeco.c: In function 'ContextList':
helpdeco.c:5173:26: warning: 'map' may be used uninitialized in this function [-Wmaybe-uninitialized]
      while(m<maprecs&&map[m].TopicOffset<TopicOffset)
                          ^
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   helpdeco.o helpdec1.o compat.o   -o helpdeco
make: Leaving directory '/usr/src/RPM/BUILD/helpdeco-2.1.3'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.67338
+ 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)
Hardlinking identical .pyc and .pyo files
Processing files: helpdeco-2.1.3-alt2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.67338
+ 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.NOtn7H
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yJAeAc
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(ALT_2.24)(64bit), 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.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.dDkBvK
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.WASaZl
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zNi5T0
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.18user 1.19system 0:08.12elapsed 53%CPU (0avgtext+0avgdata 78364maxresident)k
0inputs+0outputs (0major+316085minor)pagefaults 0swaps
0.49user 0.83system 0:11.32elapsed 11%CPU (0avgtext+0avgdata 11952maxresident)k
0inputs+0outputs (0major+97521minor)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	2023-01-29 08:04:27.729978157 +0000
@@ -10,2 +10,3 @@
 Requires: /lib64/ld-linux-x86-64.so.2  
+Requires: libc.so.6(ALT_2.24)(64bit)  
 Requires: libc.so.6(GLIBC_2.14)(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	3ea0fbf689df2b87d5c814f0b305e0da	
+File: /usr/bin/splitmrb	100755	root:root	76f20b87344a719e5e05625e2a7b6ad1	
+File: /usr/bin/zapres	100755	root:root	e32bab1edfbc5d1dd5540ec26881ae5b	
 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: 15efdde217e401582792cf91442e5596be78acfcdcf3d37222fedd983880a2370dbef61e878327607566d212f08781b4df76cc5b086b733a6c79e84f131fb19d
--- 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	2023-01-29 08:04:27.807979382 +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/08	40755	root:root	
+/usr/lib/debug/.build-id/08/ff9cd4bb932bfa451ba20dc615f86e5564b5bd	120777	root:root	../../../../bin/helpdeco
+/usr/lib/debug/.build-id/08/ff9cd4bb932bfa451ba20dc615f86e5564b5bd.debug	120777	root:root	../../usr/bin/helpdeco.debug
+/usr/lib/debug/.build-id/82	40755	root:root	
+/usr/lib/debug/.build-id/82/4f8ec346195086582404f186721cf49f56e215	120777	root:root	../../../../bin/zapres
+/usr/lib/debug/.build-id/82/4f8ec346195086582404f186721cf49f56e215.debug	120777	root:root	../../usr/bin/zapres.debug
+/usr/lib/debug/.build-id/e0	40755	root:root	
+/usr/lib/debug/.build-id/e0/3cfdb3d2e82170d262dc30fbae6dc8de2753df	120777	root:root	../../../../bin/splitmrb
+/usr/lib/debug/.build-id/e0/3cfdb3d2e82170d262dc30fbae6dc8de2753df.debug	120777	root:root	../../usr/bin/splitmrb.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/08	40755	root:root		
+File: /usr/lib/debug/.build-id/08/ff9cd4bb932bfa451ba20dc615f86e5564b5bd	120777	root:root		../../../../bin/helpdeco
+File: /usr/lib/debug/.build-id/08/ff9cd4bb932bfa451ba20dc615f86e5564b5bd.debug	120777	root:root		../../usr/bin/helpdeco.debug
+File: /usr/lib/debug/.build-id/82	40755	root:root		
+File: /usr/lib/debug/.build-id/82/4f8ec346195086582404f186721cf49f56e215	120777	root:root		../../../../bin/zapres
+File: /usr/lib/debug/.build-id/82/4f8ec346195086582404f186721cf49f56e215.debug	120777	root:root		../../usr/bin/zapres.debug
+File: /usr/lib/debug/.build-id/e0	40755	root:root		
+File: /usr/lib/debug/.build-id/e0/3cfdb3d2e82170d262dc30fbae6dc8de2753df	120777	root:root		../../../../bin/splitmrb
+File: /usr/lib/debug/.build-id/e0/3cfdb3d2e82170d262dc30fbae6dc8de2753df.debug	120777	root:root		../../usr/bin/splitmrb.debug
+File: /usr/lib/debug/usr/bin/helpdeco.debug	100644	root:root	42544f2af47d4fa28993ffdf8597a939	
+File: /usr/lib/debug/usr/bin/splitmrb.debug	100644	root:root	a83d8319c0cffe3ee2da48677f8b01c6	
+File: /usr/lib/debug/usr/bin/zapres.debug	100644	root:root	029d6806f1ad4e1abc4996434b823f8e	
 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: aa29be394c2dc6282acc52365fcd01ad33b09de03fc43152bc38052edc1e5fe0542228d9e550ec6a33bcb2203c747ec4fa5ea818f59b6c2a4be263bddecd96d7