<86>Oct  1 08:28:53 userdel[471214]: delete user 'rooter'
<86>Oct  1 08:28:53 userdel[471214]: removed group 'rooter' owned by 'rooter'
<86>Oct  1 08:28:53 userdel[471214]: removed shadow group 'rooter' owned by 'rooter'
<86>Oct  1 08:28:53 groupadd[471236]: group added to /etc/group: name=rooter, GID=1268
<86>Oct  1 08:28:53 groupadd[471236]: group added to /etc/gshadow: name=rooter
<86>Oct  1 08:28:53 groupadd[471236]: new group: name=rooter, GID=1268
<86>Oct  1 08:28:53 useradd[471297]: new user: name=rooter, UID=1268, GID=1268, home=/root, shell=/bin/bash
<86>Oct  1 08:28:53 userdel[471317]: delete user 'builder'
<86>Oct  1 08:28:53 userdel[471317]: removed group 'builder' owned by 'builder'
<86>Oct  1 08:28:53 userdel[471317]: removed shadow group 'builder' owned by 'builder'
<86>Oct  1 08:28:53 groupadd[471363]: group added to /etc/group: name=builder, GID=1269
<86>Oct  1 08:28:53 groupadd[471363]: group added to /etc/gshadow: name=builder
<86>Oct  1 08:28:53 groupadd[471363]: new group: name=builder, GID=1269
<86>Oct  1 08:28:53 useradd[471380]: new user: name=builder, UID=1269, GID=1269, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/ettcp-1.0-alt5.qa1.nosrc.rpm (w1.gzdio)
Installing ettcp-1.0-alt5.qa1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.96324
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ettcp-1.0
+ echo 'Source #0 (ettcp-1.0.tar.bz2):'
Source #0 (ettcp-1.0.tar.bz2):
+ /bin/tar -xf -
+ /bin/bzip2 -dc /usr/src/RPM/SOURCES/ettcp-1.0.tar.bz2
+ cd ettcp-1.0
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #1 (ettcp-1.0-alt-path.patch):'
Patch #1 (ettcp-1.0-alt-path.patch):
+ /usr/bin/patch -p1
patching file xinetd.d/blow
patching file xinetd.d/suck
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.12951
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ettcp-1.0
+ make -j8
make: Entering directory '/usr/src/RPM/BUILD/ettcp-1.0'
gcc -o suck suck.c
suck.c: In function 'main':
suck.c:10:24: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
  char *buffer = (char*)malloc(buffer_size);
                        ^~~~~~
suck.c:10:24: warning: incompatible implicit declaration of built-in function 'malloc'
suck.c:10:24: note: include '<stdlib.h>' or provide a declaration of 'malloc'
suck.c:5:1:
+#include <stdlib.h>
 
suck.c:10:24:
  char *buffer = (char*)malloc(buffer_size);
                        ^~~~~~
suck.c:12:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   exit(1);
   ^~~~
suck.c:12:3: warning: incompatible implicit declaration of built-in function 'exit'
suck.c:12:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
make: Leaving directory '/usr/src/RPM/BUILD/ettcp-1.0'
make: Entering directory '/usr/src/RPM/BUILD/ettcp-1.0'
gcc -o blow blow.c
blow.c: In function 'main':
blow.c:18:24: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
  char *buffer = (char*)malloc(buffer_size);
                        ^~~~~~
blow.c:18:24: warning: incompatible implicit declaration of built-in function 'malloc'
blow.c:18:24: note: include '<stdlib.h>' or provide a declaration of 'malloc'
blow.c:5:1:
+#include <stdlib.h>
 
blow.c:18:24:
  char *buffer = (char*)malloc(buffer_size);
                        ^~~~~~
blow.c:20:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
   exit(1);
   ^~~~
blow.c:20:3: warning: incompatible implicit declaration of built-in function 'exit'
blow.c:20:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
make: Leaving directory '/usr/src/RPM/BUILD/ettcp-1.0'
make: Entering directory '/usr/src/RPM/BUILD/ettcp-1.0'
gcc -o ettcp ettcp.c
ettcp.c:162:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(argc,argv)
 ^~~~
ettcp.c: In function 'main':
ettcp.c:171:14: warning: implicit declaration of function 'getopt'; did you mean 'getw'? [-Wimplicit-function-declaration]
  while ((c = getopt(argc, argv, "cdrstuvBDTqb:f:l:n:p:A:O:i:")) != -1) {
              ^~~~~~
              getw
ettcp.c:195:11: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration]
    nbuf = atoi(optarg);
           ^~~~
ettcp.c:250:3: warning: implicit declaration of function 'bzero' [-Wimplicit-function-declaration]
   bzero((char *)&sinhim, sizeof(sinhim));
   ^~~~~
ettcp.c:250:3: warning: incompatible implicit declaration of built-in function 'bzero'
ettcp.c:265:4: warning: implicit declaration of function 'bcopy' [-Wimplicit-function-declaration]
    bcopy(addr->h_addr,(char*)&addr_tmp, addr->h_length);
    ^~~~~
ettcp.c:265:4: warning: incompatible implicit declaration of built-in function 'bcopy'
ettcp.c:284:22: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
  if ( (buf = (char *)malloc(buflen+bufalign)) == (char *)NULL)
                      ^~~~~~
ettcp.c:284:22: warning: incompatible implicit declaration of built-in function 'malloc'
ettcp.c:284:22: note: include '<stdlib.h>' or provide a declaration of 'malloc'
ettcp.c:71:1:
+#include <stdlib.h>
 #endif
ettcp.c:284:22:
  if ( (buf = (char *)malloc(buflen+bufalign)) == (char *)NULL)
                      ^~~~~~
ettcp.c:287:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   buf +=(bufalign - ((int)buf % bufalign) + bufoffset) % bufalign;
                      ^
ettcp.c:440:15: warning: implicit declaration of function 'read'; did you mean 'mread'? [-Wimplicit-function-declaration]
    while((cnt=read(0,buf,buflen)) > 0 &&
               ^~~~
               mread
ettcp.c:445:8: warning: implicit declaration of function 'write'; did you mean 'Nwrite'? [-Wimplicit-function-declaration]
        write(1,buf,cnt) == cnt)
        ^~~~~
        Nwrite
ettcp.c:476:14: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long unsigned int' [-Wformat=]
   "nttcp%s: %d I/O calls, msec/call = %.2f, calls/sec = %.2f\n",
             ~^
             %ld
ettcp.c:478:3:
   numCalls,
   ~~~~~~~~    
ettcp.c:484:30: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'char *' [-Wformat=]
   "nttcp%s: buffer address %#x\n",
                            ~~^
                            %#s
ettcp.c:486:3:
   buf);
   ~~~                         
ettcp.c:489:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  exit(0);
  ^~~~
ettcp.c:489:2: warning: incompatible implicit declaration of built-in function 'exit'
ettcp.c:489:2: note: include '<stdlib.h>' or provide a declaration of 'exit'
ettcp.c:492:17: warning: format not a string literal and no format arguments [-Wformat-security]
  fprintf(stderr,Usage);
                 ^~~~~
ettcp.c: In function 'err':
ettcp.c:503:2: warning: incompatible implicit declaration of built-in function 'exit'
  exit(1);
  ^~~~
ettcp.c:503:2: note: include '<stdlib.h>' or provide a declaration of 'exit'
ettcp.c: At top level:
ettcp.c:513:1: warning: return type defaults to 'int' [-Wimplicit-int]
 pattern( cp, cnt )
 ^~~~~~~
ettcp.c: In function 'read_timer':
ettcp.c:618:1: warning: type of 'len' defaults to 'int' [-Wimplicit-int]
 read_timer(str,len)
 ^~~~~~~~~~
ettcp.c:630:8: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration]
  (void)strncpy( str, line, len );
        ^~~~~~~
ettcp.c:630:8: warning: incompatible implicit declaration of built-in function 'strncpy'
ettcp.c:630:8: note: include '<string.h>' or provide a declaration of 'strncpy'
ettcp.c:71:1:
+#include <string.h>
 #endif
ettcp.c:630:8:
  (void)strncpy( str, line, len );
        ^~~~~~~
ettcp.c: In function 'prusage':
ettcp.c:694:19: warning: format '%d' expects argument of type 'int', but argument 3 has type '__time_t' {aka 'long int'} [-Wformat=]
    sprintf(outp,"%d.%01d", tdiff.tv_sec, tdiff.tv_usec/100000);
                  ~^        ~~~~~~~~~~~~
                  %ld
ettcp.c:694:24: warning: format '%d' expects argument of type 'int', but argument 4 has type '__suseconds_t' {aka 'long int'} [-Wformat=]
    sprintf(outp,"%d.%01d", tdiff.tv_sec, tdiff.tv_usec/100000);
                     ~~~^                 ~~~~~~~~~~~~~~~~~~~~
                     %01ld
ettcp.c:700:19: warning: format '%d' expects argument of type 'int', but argument 3 has type '__time_t' {aka 'long int'} [-Wformat=]
    sprintf(outp,"%d.%01d", tdiff.tv_sec, tdiff.tv_usec/100000);
                  ~^        ~~~~~~~~~~~~
                  %ld
ettcp.c:700:24: warning: format '%d' expects argument of type 'int', but argument 4 has type '__suseconds_t' {aka 'long int'} [-Wformat=]
    sprintf(outp,"%d.%01d", tdiff.tv_sec, tdiff.tv_usec/100000);
                     ~~~^                 ~~~~~~~~~~~~~~~~~~~~
                     %01ld
ettcp.c:722:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
    sprintf(outp,"%d", t == 0 ? 0 : (r1->ru_ixrss-r0->ru_ixrss)/t);
                  ~^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  %ld
ettcp.c:727:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
    sprintf(outp,"%d", t == 0 ? 0 :
                  ~^   ~~~~~~~~~~~~
                  %ld
        (r1->ru_idrss+r1->ru_isrss-(r0->ru_idrss+r0->ru_isrss))/t);
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ettcp.c:733:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
    sprintf(outp,"%d", t == 0 ? 0 :
                  ~^   ~~~~~~~~~~~~
                  %ld
        ((r1->ru_ixrss+r1->ru_isrss+r1->ru_idrss) -
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        (r0->ru_ixrss+r0->ru_idrss+r0->ru_isrss))/t);
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ettcp.c:740:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
    sprintf(outp,"%d", r1->ru_maxrss/2);
                  ~^   ~~~~~~~~~~~~~~~
                  %ld
ettcp.c:745:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
    sprintf(outp,"%d", r1->ru_majflt-r0->ru_majflt);
                  ~^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  %ld
ettcp.c:750:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
    sprintf(outp,"%d", r1->ru_minflt-r0->ru_minflt);
                  ~^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  %ld
ettcp.c:755:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
    sprintf(outp,"%d", r1->ru_inblock-r0->ru_inblock);
                  ~^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  %ld
ettcp.c:760:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
    sprintf(outp,"%d", r1->ru_oublock-r0->ru_oublock);
                  ~^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  %ld
ettcp.c:764:19: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
    sprintf(outp,"%d+%d", r1->ru_nvcsw-r0->ru_nvcsw,
                  ~^      ~~~~~~~~~~~~~~~~~~~~~~~~~
                  %ld
ettcp.c:764:22: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=]
    sprintf(outp,"%d+%d", r1->ru_nvcsw-r0->ru_nvcsw,
                     ~^
                     %ld
     r1->ru_nivcsw-r0->ru_nivcsw );
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~
ettcp.c: At top level:
ettcp.c:823:1: warning: return type defaults to 'int' [-Wimplicit-int]
 Nread( fd, buf, count )
 ^~~~~
ettcp.c:854:1: warning: return type defaults to 'int' [-Wimplicit-int]
 Nwrite( fd, buf, count )
 ^~~~~~
ettcp.c: In function 'delay':
ettcp.c:877:1: warning: type of 'us' defaults to 'int' [-Wimplicit-int]
 delay(us)
 ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/ettcp-1.0'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.12951
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ettcp-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ettcp-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd ettcp-1.0
+ mkdir -p /usr/src/tmp/ettcp-buildroot/usr/share/man/man1 /usr/src/tmp/ettcp-buildroot/usr/bin /usr/src/tmp/ettcp-buildroot/etc/xinetd.d
+ /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/ettcp-buildroot/usr exec_prefix=/usr/src/tmp/ettcp-buildroot/usr bindir=/usr/src/tmp/ettcp-buildroot/usr/bin sbindir=/usr/src/tmp/ettcp-buildroot/usr/sbin sysconfdir=/usr/src/tmp/ettcp-buildroot/etc datadir=/usr/src/tmp/ettcp-buildroot/usr/share includedir=/usr/src/tmp/ettcp-buildroot/usr/include libdir=/usr/src/tmp/ettcp-buildroot/usr/lib64 libexecdir=/usr/src/tmp/ettcp-buildroot/usr/lib localstatedir=/usr/src/tmp/ettcp-buildroot/var/lib sharedstatedir=/usr/src/tmp/ettcp-buildroot/var/lib mandir=/usr/src/tmp/ettcp-buildroot/usr/share/man infodir=/usr/src/tmp/ettcp-buildroot/usr/share/info install RPM_INSTALL_DIR=/usr/src/tmp/ettcp-buildroot/usr/bin RPM_MAN_DIR=/usr/src/tmp/ettcp-buildroot/usr/share/man RPM_ETC_DIR=/usr/src/tmp/ettcp-buildroot/etc
make: Entering directory '/usr/src/RPM/BUILD/ettcp-1.0'
install -m755 ettcp /usr/src/tmp/ettcp-buildroot/usr/bin
install -m755 speedfrom /usr/src/tmp/ettcp-buildroot/usr/bin
install -m755 speedto /usr/src/tmp/ettcp-buildroot/usr/bin
install -m755 suck /usr/src/tmp/ettcp-buildroot/usr/bin
install -m755 blow /usr/src/tmp/ettcp-buildroot/usr/bin
install -m644 blow.1 /usr/src/tmp/ettcp-buildroot/usr/share/man/man1
install -m644 suck.1 /usr/src/tmp/ettcp-buildroot/usr/share/man/man1
install -m644 speedfrom.1 /usr/src/tmp/ettcp-buildroot/usr/share/man/man1
install -m644 speedto.1 /usr/src/tmp/ettcp-buildroot/usr/share/man/man1
install -m644 ettcp.1 /usr/src/tmp/ettcp-buildroot/usr/share/man/man1
install -m644 xinetd.d/suck /usr/src/tmp/ettcp-buildroot/etc/xinetd.d
install -m644 xinetd.d/blow /usr/src/tmp/ettcp-buildroot/etc/xinetd.d
make: Leaving directory '/usr/src/RPM/BUILD/ettcp-1.0'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ettcp-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/ettcp-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/ettcp-buildroot/ (default)
Compressing files in /usr/src/tmp/ettcp-buildroot (auto)
056-debuginfo.brp: WARNING: debuginfo without debug sources.
Verifying ELF objects in /usr/src/tmp/ettcp-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: ettcp-1.0-alt5.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.77299
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ettcp-1.0
+ DOCDIR=/usr/src/tmp/ettcp-buildroot/usr/share/doc/ettcp-1.0
+ export DOCDIR
+ rm -rf /usr/src/tmp/ettcp-buildroot/usr/share/doc/ettcp-1.0
+ /bin/mkdir -p /usr/src/tmp/ettcp-buildroot/usr/share/doc/ettcp-1.0
+ cp -prL README TODO /usr/src/tmp/ettcp-buildroot/usr/share/doc/ettcp-1.0
+ chmod -R go-w /usr/src/tmp/ettcp-buildroot/usr/share/doc/ettcp-1.0
+ chmod -R a+rX /usr/src/tmp/ettcp-buildroot/usr/share/doc/ettcp-1.0
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Xi4YS9
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.J1U0zD
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /bin/sh, /etc/xinetd.d, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH)
Conflicts: suck
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FXJWdd
Creating ettcp-debuginfo package
Processing files: ettcp-debuginfo-1.0-alt5.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pPhE9P
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bIvMpw
find-requires: running scripts (debuginfo)
Requires: ettcp = 1.0-alt5.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/ettcp-1.0-alt5.qa1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/ettcp-debuginfo-1.0-alt5.qa1.x86_64.rpm (w2.lzdio)
2.37user 1.03system 0:09.84elapsed 34%CPU (0avgtext+0avgdata 25400maxresident)k
0inputs+0outputs (0major+313476minor)pagefaults 0swaps
0.82user 1.29system 0:17.59elapsed 12%CPU (0avgtext+0avgdata 11720maxresident)k
0inputs+0outputs (0major+94198minor)pagefaults 0swaps
--- ettcp-1.0-alt5.qa1.x86_64.rpm.repo	2013-04-17 07:44:50.000000000 +0000
+++ ettcp-1.0-alt5.qa1.x86_64.rpm.hasher	2023-10-01 08:29:06.497530813 +0000
@@ -10,7 +10,7 @@
 /usr/share/doc/ettcp-1.0/TODO	100644	root:root	
-/usr/share/man/man1/blow.1.gz	100644	root:root	
-/usr/share/man/man1/ettcp.1.gz	100644	root:root	
-/usr/share/man/man1/speedfrom.1.gz	100644	root:root	
-/usr/share/man/man1/speedto.1.gz	100644	root:root	
-/usr/share/man/man1/suck.1.gz	100644	root:root	
+/usr/share/man/man1/blow.1.xz	100644	root:root	
+/usr/share/man/man1/ettcp.1.xz	100644	root:root	
+/usr/share/man/man1/speedfrom.1.xz	100644	root:root	
+/usr/share/man/man1/speedto.1.xz	100644	root:root	
+/usr/share/man/man1/suck.1.xz	100644	root:root	
 Requires: /bin/sh  
@@ -27,7 +27,7 @@
 File: /etc/xinetd.d/suck	100644	root:root	c2604ca9057b4ae8cde9da254b1ff299	
-File: /usr/bin/blow	100755	root:root	cdaec6caa117c69baffa68ac2d8b561e	
-File: /usr/bin/ettcp	100755	root:root	1a6ef6cda96d208027a51de6532efb11	
+File: /usr/bin/blow	100755	root:root	76ae5da34a787723df3aedc245954661	
+File: /usr/bin/ettcp	100755	root:root	044ec91ab58cead9e8595b7b857e388b	
 File: /usr/bin/speedfrom	100755	root:root	7f5f4c3996c00b0d0f48327dc6755cc9	
 File: /usr/bin/speedto	100755	root:root	4d8cceb50a9cf21353e12dfb3940137b	
-File: /usr/bin/suck	100755	root:root	5db77879a22a4e1ab985d9deeb7b18c3	
+File: /usr/bin/suck	100755	root:root	46588f910c7d425939559cd0552271b0	
 File: /usr/share/doc/ettcp-1.0	40755	root:root		
@@ -35,7 +35,7 @@
 File: /usr/share/doc/ettcp-1.0/TODO	100644	root:root	a952b09c148832708b54fef68a402af3	
-File: /usr/share/man/man1/blow.1.gz	100644	root:root	674f23a9f12565ceb87d88d160c73529	
-File: /usr/share/man/man1/ettcp.1.gz	100644	root:root	2b440dbd73accc5d6ecc4e4e00bb0cbb	
-File: /usr/share/man/man1/speedfrom.1.gz	100644	root:root	bd775fee499303fd400ef7e9c902a259	
-File: /usr/share/man/man1/speedto.1.gz	100644	root:root	a5c38dcc232bd397edb096e0963b2d9f	
-File: /usr/share/man/man1/suck.1.gz	100644	root:root	172c94c4b95d0862576269db14fc0792	
-RPMIdentity: f36b4c690b7fe346ae600f95a19b69b89d0301ce478f365890ac8808dd242bd404faaba536a9c467e963bfcb25d0fe3f340ba05be7dfeee5e614af5ed25130d5
+File: /usr/share/man/man1/blow.1.xz	100644	root:root	51121ad98be9602a6e10199ca9d099fa	
+File: /usr/share/man/man1/ettcp.1.xz	100644	root:root	5b0b7a416669fadd1aed9289e1fd2aeb	
+File: /usr/share/man/man1/speedfrom.1.xz	100644	root:root	525f6553527274599a6f31341eb16014	
+File: /usr/share/man/man1/speedto.1.xz	100644	root:root	c41964939187086893a8d3df6a0d316b	
+File: /usr/share/man/man1/suck.1.xz	100644	root:root	a4cfaebf4e4d98cf9b22bdab6cdefadc	
+RPMIdentity: 1bc03c53239987bbc0de2afa1069f352f1b62dc5f906b7df41688ebacc00a99e396356e2f83ab64e77e6bb978763124b1355c221587eef1da16cc5fc95de7f49
--- ettcp-debuginfo-1.0-alt5.qa1.x86_64.rpm.repo	2013-04-17 07:44:50.000000000 +0000
+++ ettcp-debuginfo-1.0-alt5.qa1.x86_64.rpm.hasher	2023-10-01 08:29:06.655531234 +0000
@@ -1,10 +1,10 @@
-/usr/lib/debug/.build-id/33	40755	root:root	
-/usr/lib/debug/.build-id/33/ab98f7fa73d32eb578102d002607a2247b7bbf	120777	root:root	../../../../bin/ettcp
-/usr/lib/debug/.build-id/33/ab98f7fa73d32eb578102d002607a2247b7bbf.debug	120777	root:root	../../usr/bin/ettcp.debug
-/usr/lib/debug/.build-id/41	40755	root:root	
-/usr/lib/debug/.build-id/41/eb1ee5c31f264eb7737451fec4f26bfb224782	120777	root:root	../../../../bin/suck
-/usr/lib/debug/.build-id/41/eb1ee5c31f264eb7737451fec4f26bfb224782.debug	120777	root:root	../../usr/bin/suck.debug
-/usr/lib/debug/.build-id/87	40755	root:root	
-/usr/lib/debug/.build-id/87/790c024826b7ea24fab7b901cb07d60e89aea8	120777	root:root	../../../../bin/blow
-/usr/lib/debug/.build-id/87/790c024826b7ea24fab7b901cb07d60e89aea8.debug	120777	root:root	../../usr/bin/blow.debug
+/usr/lib/debug/.build-id/43	40755	root:root	
+/usr/lib/debug/.build-id/43/8cd3ebf49e88587734c97e09abf9f7c3460a5a	120777	root:root	../../../../bin/suck
+/usr/lib/debug/.build-id/43/8cd3ebf49e88587734c97e09abf9f7c3460a5a.debug	120777	root:root	../../usr/bin/suck.debug
+/usr/lib/debug/.build-id/78	40755	root:root	
+/usr/lib/debug/.build-id/78/cf9a98a131d1a932475904ebab6d1f1347122e	120777	root:root	../../../../bin/blow
+/usr/lib/debug/.build-id/78/cf9a98a131d1a932475904ebab6d1f1347122e.debug	120777	root:root	../../usr/bin/blow.debug
+/usr/lib/debug/.build-id/80	40755	root:root	
+/usr/lib/debug/.build-id/80/ff82799149d295a068849f8cb901417f2723f5	120777	root:root	../../../../bin/ettcp
+/usr/lib/debug/.build-id/80/ff82799149d295a068849f8cb901417f2723f5.debug	120777	root:root	../../usr/bin/ettcp.debug
 /usr/lib/debug/usr/bin/blow.debug	100644	root:root	
@@ -17,14 +17,14 @@
 Provides: ettcp-debuginfo = 1.0-alt5.qa1
-File: /usr/lib/debug/.build-id/33	40755	root:root		
-File: /usr/lib/debug/.build-id/33/ab98f7fa73d32eb578102d002607a2247b7bbf	120777	root:root		../../../../bin/ettcp
-File: /usr/lib/debug/.build-id/33/ab98f7fa73d32eb578102d002607a2247b7bbf.debug	120777	root:root		../../usr/bin/ettcp.debug
-File: /usr/lib/debug/.build-id/41	40755	root:root		
-File: /usr/lib/debug/.build-id/41/eb1ee5c31f264eb7737451fec4f26bfb224782	120777	root:root		../../../../bin/suck
-File: /usr/lib/debug/.build-id/41/eb1ee5c31f264eb7737451fec4f26bfb224782.debug	120777	root:root		../../usr/bin/suck.debug
-File: /usr/lib/debug/.build-id/87	40755	root:root		
-File: /usr/lib/debug/.build-id/87/790c024826b7ea24fab7b901cb07d60e89aea8	120777	root:root		../../../../bin/blow
-File: /usr/lib/debug/.build-id/87/790c024826b7ea24fab7b901cb07d60e89aea8.debug	120777	root:root		../../usr/bin/blow.debug
-File: /usr/lib/debug/usr/bin/blow.debug	100644	root:root	84171512ad993ed16648e6417f37c782	
-File: /usr/lib/debug/usr/bin/ettcp.debug	100644	root:root	070021ea271ace14707011763f9e451c	
-File: /usr/lib/debug/usr/bin/suck.debug	100644	root:root	0de589f42de5512fbe8ab94ddf07600c	
-RPMIdentity: d2942e44ca4f0d85a8dc640306191db657641f83775515c304ddb58539677ccf939fead05a1ec6e7b0d78eb63addfd6ec9c95557fb8360bb8457914df1405ad6
+File: /usr/lib/debug/.build-id/43	40755	root:root		
+File: /usr/lib/debug/.build-id/43/8cd3ebf49e88587734c97e09abf9f7c3460a5a	120777	root:root		../../../../bin/suck
+File: /usr/lib/debug/.build-id/43/8cd3ebf49e88587734c97e09abf9f7c3460a5a.debug	120777	root:root		../../usr/bin/suck.debug
+File: /usr/lib/debug/.build-id/78	40755	root:root		
+File: /usr/lib/debug/.build-id/78/cf9a98a131d1a932475904ebab6d1f1347122e	120777	root:root		../../../../bin/blow
+File: /usr/lib/debug/.build-id/78/cf9a98a131d1a932475904ebab6d1f1347122e.debug	120777	root:root		../../usr/bin/blow.debug
+File: /usr/lib/debug/.build-id/80	40755	root:root		
+File: /usr/lib/debug/.build-id/80/ff82799149d295a068849f8cb901417f2723f5	120777	root:root		../../../../bin/ettcp
+File: /usr/lib/debug/.build-id/80/ff82799149d295a068849f8cb901417f2723f5.debug	120777	root:root		../../usr/bin/ettcp.debug
+File: /usr/lib/debug/usr/bin/blow.debug	100644	root:root	c7678c0b0f5fcff49f9f85be6969f28a	
+File: /usr/lib/debug/usr/bin/ettcp.debug	100644	root:root	e1805d8395cd19da7779c639819072ad	
+File: /usr/lib/debug/usr/bin/suck.debug	100644	root:root	8dc17b7a6d39abba06ec679f793638bf	
+RPMIdentity: c2f30dd6001f0ae065e93f2b76bcf0b99b883b4bb358d06c75d54aced8559cca198657206df931d345f4ba517e67c97be780fc98720c6670f6d91c06daf85fb2