<86>Jul  9 03:51:55 userdel[3247437]: delete user 'rooter'
<86>Jul  9 03:51:55 userdel[3247437]: removed group 'rooter' owned by 'rooter'
<86>Jul  9 03:51:55 userdel[3247437]: removed shadow group 'rooter' owned by 'rooter'
<86>Jul  9 03:51:55 groupadd[3247470]: group added to /etc/group: name=rooter, GID=918
<86>Jul  9 03:51:55 groupadd[3247470]: group added to /etc/gshadow: name=rooter
<86>Jul  9 03:51:55 groupadd[3247470]: new group: name=rooter, GID=918
<86>Jul  9 03:51:55 useradd[3247491]: new user: name=rooter, UID=918, GID=918, home=/root, shell=/bin/bash
<86>Jul  9 03:51:55 userdel[3247527]: delete user 'builder'
<86>Jul  9 03:51:55 userdel[3247527]: removed group 'builder' owned by 'builder'
<86>Jul  9 03:51:55 userdel[3247527]: removed shadow group 'builder' owned by 'builder'
<86>Jul  9 03:51:55 groupadd[3247556]: group added to /etc/group: name=builder, GID=919
<86>Jul  9 03:51:55 groupadd[3247556]: group added to /etc/gshadow: name=builder
<86>Jul  9 03:51:55 groupadd[3247556]: new group: name=builder, GID=919
<86>Jul  9 03:51:55 useradd[3247578]: new user: name=builder, UID=919, GID=919, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/gkermit-1.00-alt1.qa1.src.rpm: The use of such a license name is ambiguous: GPL
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/gkermit-1.00-alt1.qa1.nosrc.rpm (w1.gzdio)
Installing gkermit-1.00-alt1.qa1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.17969
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf gkermit-1.00
+ echo 'Source #0 (gku100.tar.bz2):'
Source #0 (gku100.tar.bz2):
+ /bin/bzip2 -dc /usr/src/RPM/SOURCES/gku100.tar.bz2
+ /bin/tar -xf -
+ cd gkermit-1.00
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (gkermit-missing-errno-include.patch.bz2):'
Patch #0 (gkermit-missing-errno-include.patch.bz2):
+ /bin/bzip2 -dc /usr/src/RPM/SOURCES/gkermit-missing-errno-include.patch.bz2
+ /usr/bin/patch -p1
patching file gkermit.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.17969
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd gkermit-1.00
+ make -j16
make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00'
cc -DPOSIX -O  -c gproto.c
make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00'
make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00'
cc -DPOSIX -O  -c gcmdline.c
gcmdline.c: In function 'cmdlin':
gcmdline.c:80:9: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration]
   80 |         strncpy(gbuf,p,GBUFSIZ-1);      /* Make a pokeable copy */
      |         ^~~~~~~
gcmdline.c:33:1: note: include '<string.h>' or provide a declaration of 'strncpy'
   32 | #include "gkermit.h"
  +++ |+#include <string.h>
   33 | 
gcmdline.c:80:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
   80 |         strncpy(gbuf,p,GBUFSIZ-1);      /* Make a pokeable copy */
      |         ^~~~~~~
gcmdline.c:80:9: note: include '<string.h>' or provide a declaration of 'strncpy'
gcmdline.c: In function 'doarg':
gcmdline.c:258:17: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration]
  258 |             z = atoi(*xargv);           /* Convert to number. */
      |                 ^~~~
make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00'
make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00'
cc -DPOSIX -O  -c gwart.c
gwart.c: In function 'initial':
gwart.c:206:17: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  206 |             if (strcmp(wordbuf,"states") == 0)
      |                 ^~~~~~
gwart.c:44:1: note: include '<string.h>' or provide a declaration of 'strcmp'
   43 | #include "gkermit.h"
  +++ |+#include <string.h>
   44 | 
gwart.c: In function 'newtrans':
gwart.c:271:19: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
  271 |     new = (trans) malloc(sizeof (struct transx));
      |                   ^~~~~~
gwart.c:44:1: note: include '<stdlib.h>' or provide a declaration of 'malloc'
   43 | #include "gkermit.h"
  +++ |+#include <stdlib.h>
   44 | 
gwart.c:271:19: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch]
  271 |     new = (trans) malloc(sizeof (struct transx));
      |                   ^~~~~~
gwart.c:271:19: note: include '<stdlib.h>' or provide a declaration of 'malloc'
gwart.c: In function 'rdrules':
gwart.c:301:20: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  301 |           if ((int)strlen(tokval) != 1)
      |                    ^~~~~~
gwart.c:301:20: note: include '<string.h>' or provide a declaration of 'strlen'
gwart.c:301:20: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
gwart.c:301:20: note: include '<string.h>' or provide a declaration of 'strlen'
gwart.c: In function 'main':
gwart.c:458:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  458 |     exit(0);
      |     ^~~~
gwart.c:458:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gwart.c:458:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
gwart.c:458:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gwart.c: In function 'fatal':
gwart.c:470:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  470 |     exit(1);
      |     ^~~~
gwart.c:470:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gwart.c: In function 'copy':
gwart.c:607:20: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch]
  607 |     new = (char *) malloc((int)strlen(s) + 1);
      |                    ^~~~~~
gwart.c:607:20: note: include '<stdlib.h>' or provide a declaration of 'malloc'
gwart.c:607:32: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  607 |     new = (char *) malloc((int)strlen(s) + 1);
      |                                ^~~~~~
gwart.c:607:32: note: include '<string.h>' or provide a declaration of 'strlen'
gwart.c:608:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
  608 |     strcpy(new,s);
      |     ^~~~~~
gwart.c:608:5: note: include '<string.h>' or provide a declaration of 'strcpy'
gwart.c:608:5: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
gwart.c:608:5: note: include '<string.h>' or provide a declaration of 'strcpy'
gwart.c: In function 'enter':
gwart.c:622:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  622 |         exit(1);
      |         ^~~~
gwart.c:622:9: note: include '<stdlib.h>' or provide a declaration of 'exit'
gwart.c:625:25: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch]
  625 |     cur = (struct sym *)malloc(sizeof (struct sym));
      |                         ^~~~~~
gwart.c:625:25: note: include '<stdlib.h>' or provide a declaration of 'malloc'
make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00'
make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00'
cc -o gwart gwart.o
make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00'
make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00'
cc -DPOSIX -O  -c gunixio.c
gunixio.c: In function 'doexit':
gunixio.c:230:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  230 |     exit(x);
      |     ^~~~
gunixio.c:119:1: note: include '<stdlib.h>' or provide a declaration of 'exit'
  118 | #include <fcntl.h>
  +++ |+#include <stdlib.h>
  119 | #ifndef O_NDELAY
gunixio.c:230:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch]
  230 |     exit(x);
      |     ^~~~
gunixio.c:230:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
gunixio.c: In function 'ttres':
gunixio.c:510:5: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration]
  510 |     write(1,"\015\012",2);
      |     ^~~~~
      |     fwrite
gunixio.c: In function 'ttchk':
gunixio.c:520:13: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration]
  520 |         x = read(0,&tinbuf[tlast],TINBUFSIZ-tlast);
      |             ^~~~
      |             fread
gunixio.c: In function 'ttinl':
gunixio.c:602:9: warning: implicit declaration of function 'alarm' [-Wimplicit-function-declaration]
  602 |         alarm(timo);                    /* Set it. */
      |         ^~~~~
gunixio.c: In function 'zchki':
gunixio.c:861:9: warning: implicit declaration of function 'access' [-Wimplicit-function-declaration]
  861 |     if (access(fn,R_OK) < 0) {
      |         ^~~~~~
gunixio.c: In function 'zchko':
gunixio.c:883:10: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  883 |     if (!strcmp(fn,"/dev/null"))        /* Null device is OK. */
      |          ^~~~~~
gunixio.c:119:1: note: include '<string.h>' or provide a declaration of 'strcmp'
  118 | #include <fcntl.h>
  +++ |+#include <string.h>
  119 | #ifndef O_NDELAY
gunixio.c:889:9: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration]
  889 |         strncpy(work,fn,MAXPATHLEN);
      |         ^~~~~~~
gunixio.c:889:9: note: include '<string.h>' or provide a declaration of 'strncpy'
gunixio.c:889:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
gunixio.c:889:9: note: include '<string.h>' or provide a declaration of 'strncpy'
gunixio.c:892:23: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  892 |         for (i = (int)strlen(s); i > 0; i--) { /* Strip filename from right */
      |                       ^~~~~~
gunixio.c:892:23: note: include '<string.h>' or provide a declaration of 'strlen'
gunixio.c:892:23: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
gunixio.c:892:23: note: include '<string.h>' or provide a declaration of 'strlen'
gunixio.c: In function 'zopeno':
gunixio.c:925:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
  925 |         strncpy(ofile,name,MAXPATHLEN);
      |         ^~~~~~~
gunixio.c:925:9: note: include '<string.h>' or provide a declaration of 'strncpy'
gunixio.c: In function 'zltor':
gunixio.c:949:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
  949 |         strncpy(pktnam,dirp,maxlen);
      |         ^~~~~~~
gunixio.c:949:9: note: include '<string.h>' or provide a declaration of 'strncpy'
gunixio.c:992:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
  992 |         strncpy(cp,work,maxlen);
      |         ^~~~~~~
gunixio.c:992:9: note: include '<string.h>' or provide a declaration of 'strncpy'
gunixio.c: In function 'zbackup':
gunixio.c:1012:9: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
 1012 |     i = strlen(fn);                     /* Get length */
      |         ^~~~~~
gunixio.c:1012:9: note: include '<string.h>' or provide a declaration of 'strlen'
gunixio.c:1018:5: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
 1018 |     strncpy(work,fn,MAXPATHLEN);        /* Make pokeable copy of name */
      |     ^~~~~~~
gunixio.c:1018:5: note: include '<string.h>' or provide a declaration of 'strncpy'
gunixio.c:1062:17: warning: implicit declaration of function 'link' [-Wimplicit-function-declaration]
 1062 |             if (link(fn,newname) <  0) { /* Rename old file to backup name */
      |                 ^~~~
gunixio.c:1066:24: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration]
 1066 |             } else if (unlink(fn) < 0) {
      |                        ^~~~~~
gunixio.c: In function 'zrtol':
gunixio.c:1088:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
 1088 |         strncpy(lclnam,pktnam,maxlen);
      |         ^~~~~~~
gunixio.c:1088:9: note: include '<string.h>' or provide a declaration of 'strncpy'
gunixio.c:1106:13: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
 1106 |             strncpy(lclnam,"NONAME",maxlen); /* do this... */
      |             ^~~~~~~
gunixio.c:1106:13: note: include '<string.h>' or provide a declaration of 'strncpy'
make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00'
make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00'
cc -DPOSIX -O  -c gkermit.c
gkermit.c: In function 'main':
gkermit.c:188:5: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration]
  188 |     strncpy(ttname,dftty,DEVNAMLEN);    /* Default device name. */
      |     ^~~~~~~
gkermit.c:61:1: note: include '<string.h>' or provide a declaration of 'strncpy'
   60 | #include "gkermit.h"
  +++ |+#include <string.h>
   61 | 
gkermit.c:188:5: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
  188 |     strncpy(ttname,dftty,DEVNAMLEN);    /* Default device name. */
      |     ^~~~~~~
gkermit.c:188:5: note: include '<string.h>' or provide a declaration of 'strncpy'
gkermit.c: In function 'ack1':
gkermit.c:281:25: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  281 |     x = spacket('Y',seq,strlen(s),s);   /* Send the packet */
      |                         ^~~~~~
gkermit.c:281:25: note: include '<string.h>' or provide a declaration of 'strlen'
gkermit.c:281:25: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
gkermit.c:281:25: note: include '<string.h>' or provide a declaration of 'strlen'
gkermit.c: In function 'errpkt':
gkermit.c:315:7: warning: implicit declaration of function 'sleep' [-Wimplicit-function-declaration]
  315 |       sleep(1);                         /* Time to soak up incoming junk. */
      |       ^~~~~
gkermit.c:316:26: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  316 |     spacket('E',seq,(int)strlen(s),s);  /* Send Error packet. */
      |                          ^~~~~~
gkermit.c:316:26: note: include '<string.h>' or provide a declaration of 'strlen'
gkermit.c: In function 'sinit':
gkermit.c:336:26: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  336 |     return(spacket(c,seq,strlen(s),s)); /* Send S or I packet */
      |                          ^~~~~~
gkermit.c:336:26: note: include '<string.h>' or provide a declaration of 'strlen'
gkermit.c: In function 'sfile':
gkermit.c:351:7: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
  351 |       strncpy(pktnam,cmarg2,MAXPATHLEN);
      |       ^~~~~~~
gkermit.c:351:7: note: include '<string.h>' or provide a declaration of 'strncpy'
gkermit.c: In function 'sattr':
gkermit.c:395:20: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  395 |         aln = (int)strlen((char *)(xdata+i+2));
      |                    ^~~~~~
gkermit.c:395:20: note: include '<string.h>' or provide a declaration of 'strlen'
gkermit.c:400:16: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  400 |     aln = (int)strlen((char *)xdata);   /* Get overall length of attributes */
      |                ^~~~~~
gkermit.c:400:16: note: include '<string.h>' or provide a declaration of 'strlen'
gkermit.c: In function 'seof':
gkermit.c:471:29: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  471 |         x = spacket('Z',seq,strlen(s),s); /* Send EOF packet */
      |                             ^~~~~~
gkermit.c:471:29: note: include '<string.h>' or provide a declaration of 'strlen'
gkermit.c: In function 'spar':
gkermit.c:956:13: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
  956 |             strncpy(buf,(char *)s+z+10,x);
      |             ^~~~~~~
gkermit.c:956:13: note: include '<string.h>' or provide a declaration of 'strncpy'
gkermit.c:960:22: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  960 |                 if (!strcmp(buf,"U1")) { /* If UNIX, same as me... */
      |                      ^~~~~~
gkermit.c:960:22: note: include '<string.h>' or provide a declaration of 'strcmp'
gkermit.c: In function 'gnfile':
gkermit.c:1048:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
 1048 |         strncpy(filnam,*cmlist++,MAXPATHLEN);
      |         ^~~~~~~
gkermit.c:1048:9: note: include '<string.h>' or provide a declaration of 'strncpy'
gkermit.c: In function 'rcvfil':
gkermit.c:1062:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
 1062 |         strncpy(myname,cmarg2,MAXPATHLEN); /* Use it */
      |         ^~~~~~~
gkermit.c:1062:9: note: include '<string.h>' or provide a declaration of 'strncpy'
gkermit.c:1070:9: warning: incompatible implicit declaration of built-in function 'strncpy' [-Wbuiltin-declaration-mismatch]
 1070 |         strncpy(filnam,myname,MAXPATHLEN);
      |         ^~~~~~~
gkermit.c:1070:9: note: include '<string.h>' or provide a declaration of 'strncpy'
make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00'
make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00'
cc -o gkermit gproto.o gkermit.o gunixio.o gcmdline.o
make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00'
+ bzip2 -f gkermit.nr
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.17969
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/gkermit-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/gkermit-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd gkermit-1.00
+ mkdir -p /usr/src/tmp/gkermit-buildroot/usr/bin /usr/src/tmp/gkermit-buildroot/usr/share/man/man1
+ cp gkermit /usr/src/tmp/gkermit-buildroot/usr/bin/
+ cp gkermit.nr.bz2 /usr/src/tmp/gkermit-buildroot/usr/share/man/man1/gkermit.1.bz2
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/gkermit-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/gkermit-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/gkermit-buildroot/ (default)
Compressing files in /usr/src/tmp/gkermit-buildroot (auto)
056-debuginfo.brp: WARNING: debuginfo without debug sources.
Verifying ELF objects in /usr/src/tmp/gkermit-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/gkermit: uses non-LFS functions: fcntl fopen stat
Processing files: gkermit-1.00-alt1.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.17969
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd gkermit-1.00
+ DOCDIR=/usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00
+ export DOCDIR
+ rm -rf /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00
+ /bin/mkdir -p /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00
+ cp -prL ANNOUNCE COPYING README /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00
+ chmod -R go-w /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00
+ chmod -R a+rX /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rIVOXz
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.kfscDL
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.28), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rYYxxw
Creating gkermit-debuginfo package
Processing files: gkermit-debuginfo-1.00-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JljUwL
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bZHpHR
find-requires: running scripts (debuginfo)
Requires: gkermit = 1.00-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6)
Wrote: /usr/src/RPM/RPMS/i586/gkermit-1.00-alt1.qa1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/gkermit-debuginfo-1.00-alt1.qa1.i586.rpm (w2.lzdio)
0.73user 0.44system 0:05.49elapsed 21%CPU (0avgtext+0avgdata 25324maxresident)k
0inputs+0outputs (0major+141273minor)pagefaults 0swaps
/.out/gkermit-1.00-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL
/.out/gkermit-debuginfo-1.00-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: GPL
1.69user 2.65system 0:07.95elapsed 54%CPU (0avgtext+0avgdata 25324maxresident)k
0inputs+0outputs (0major+310183minor)pagefaults 0swaps
--- gkermit-1.00-alt1.qa1.i586.rpm.repo	2013-04-17 08:25:05.000000000 +0000
+++ gkermit-1.00-alt1.qa1.i586.rpm.hasher	2022-07-09 03:52:01.552325261 +0000
@@ -5,3 +5,3 @@
 /usr/share/doc/gkermit-1.00/README	100644	root:root	
-/usr/share/man/man1/gkermit.1.bz2	100644	root:root	
+/usr/share/man/man1/gkermit.1.xz	100644	root:root	
 Requires: /lib/ld-linux.so.2  
@@ -9,3 +9,7 @@
 Requires: libc.so.6(GLIBC_2.1)  
+Requires: libc.so.6(GLIBC_2.1.3)  
+Requires: libc.so.6(GLIBC_2.28)  
 Requires: libc.so.6(GLIBC_2.3)  
+Requires: libc.so.6(GLIBC_2.33)  
+Requires: libc.so.6(GLIBC_2.34)  
 Requires: libc.so.6(GLIBC_2.4)  
@@ -14,3 +18,3 @@
 Provides: gkermit = 1.00-alt1.qa1
-File: /usr/bin/gkermit	100755	root:root	82eaedc4475ce1f888a7d4349880bb78	
+File: /usr/bin/gkermit	100755	root:root	f6ead19fd032049859ece54b2a7ef365	
 File: /usr/share/doc/gkermit-1.00	40755	root:root		
@@ -19,3 +23,3 @@
 File: /usr/share/doc/gkermit-1.00/README	100644	root:root	b547ad89f9ab68febc860a5a250f5699	
-File: /usr/share/man/man1/gkermit.1.bz2	100644	root:root	82b8c7188125c12320c016faedfabed2	
-RPMIdentity: 2147c7aa60116595d0fc9fa600efc69dec4ccb17ca9279e652dd72bbc0bb8288710bf1006b3ad554c1a436fca23494891ba5d0368aa531726fae95340ca8d0f9
+File: /usr/share/man/man1/gkermit.1.xz	100644	root:root	d58cba3f441400281f5551196677e007	
+RPMIdentity: 6c94faeabdb3f518d89e542a81c220701e56a8b3e487f6b45315347e148e01d71469725db19fbaa68f4512313385aed0af6b7b477e466c0dc637546491aad5d3
--- gkermit-debuginfo-1.00-alt1.qa1.i586.rpm.repo	2013-04-17 08:25:05.000000000 +0000
+++ gkermit-debuginfo-1.00-alt1.qa1.i586.rpm.hasher	2022-07-09 03:52:01.608325895 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/20	40755	root:root	
-/usr/lib/debug/.build-id/20/042df7901fcd0ee1a5076f92bef338930fe5cd	120777	root:root	../../../../bin/gkermit
-/usr/lib/debug/.build-id/20/042df7901fcd0ee1a5076f92bef338930fe5cd.debug	120777	root:root	../../usr/bin/gkermit.debug
+/usr/lib/debug/.build-id/92	40755	root:root	
+/usr/lib/debug/.build-id/92/d562bd83381f18197e39691c0c8d2e63d79df7	120777	root:root	../../../../bin/gkermit
+/usr/lib/debug/.build-id/92/d562bd83381f18197e39691c0c8d2e63d79df7.debug	120777	root:root	../../usr/bin/gkermit.debug
 /usr/lib/debug/usr/bin/gkermit.debug	100644	root:root	
@@ -9,6 +9,6 @@
 Provides: gkermit-debuginfo = 1.00-alt1.qa1
-File: /usr/lib/debug/.build-id/20	40755	root:root		
-File: /usr/lib/debug/.build-id/20/042df7901fcd0ee1a5076f92bef338930fe5cd	120777	root:root		../../../../bin/gkermit
-File: /usr/lib/debug/.build-id/20/042df7901fcd0ee1a5076f92bef338930fe5cd.debug	120777	root:root		../../usr/bin/gkermit.debug
-File: /usr/lib/debug/usr/bin/gkermit.debug	100644	root:root	254ad8d7d60a690dd7b42834ebeb7bc1	
-RPMIdentity: 6937cae1e1d39c9117095772b53d325e36bc6fe9c8b008fec3c834be9f390ba5cb15a96fc67f289263d30dd8022f9597a602a4c89e336d310ee9934c9e697909
+File: /usr/lib/debug/.build-id/92	40755	root:root		
+File: /usr/lib/debug/.build-id/92/d562bd83381f18197e39691c0c8d2e63d79df7	120777	root:root		../../../../bin/gkermit
+File: /usr/lib/debug/.build-id/92/d562bd83381f18197e39691c0c8d2e63d79df7.debug	120777	root:root		../../usr/bin/gkermit.debug
+File: /usr/lib/debug/usr/bin/gkermit.debug	100644	root:root	b4bf22e62a591dd2ea6a28b31a0797cb	
+RPMIdentity: d097d0b16c001f1cc773b924814d0d3a2c506915392e881e250440f65d504dc56f99a74d81348af5a3f14c45fcfb3025c808d0d2af6851d2d302a6d021e57ad5