<86>May  4 00:05:06 userdel[6407]: delete user 'rooter'
<86>May  4 00:05:06 userdel[6407]: removed group 'rooter' owned by 'rooter'
<86>May  4 00:05:06 userdel[6407]: removed shadow group 'rooter' owned by 'rooter'
<86>May  4 00:05:06 groupadd[6505]: group added to /etc/group: name=rooter, GID=591
<86>May  4 00:05:06 groupadd[6505]: group added to /etc/gshadow: name=rooter
<86>May  4 00:05:06 groupadd[6505]: new group: name=rooter, GID=591
<86>May  4 00:05:06 useradd[6537]: new user: name=rooter, UID=591, GID=591, home=/root, shell=/bin/bash
<86>May  4 00:05:06 userdel[6551]: delete user 'builder'
<86>May  4 00:05:06 userdel[6551]: removed group 'builder' owned by 'builder'
<86>May  4 00:05:06 userdel[6551]: removed shadow group 'builder' owned by 'builder'
<86>May  4 00:05:06 groupadd[6590]: group added to /etc/group: name=builder, GID=592
<86>May  4 00:05:06 groupadd[6590]: group added to /etc/gshadow: name=builder
<86>May  4 00:05:06 groupadd[6590]: new group: name=builder, GID=592
<86>May  4 00:05:06 useradd[6611]: new user: name=builder, UID=592, GID=592, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/unzoo-4.4-alt1.nosrc.rpm
Installing unzoo-4.4-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.95850
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf unzoo-4.4
+ /bin/mkdir -p unzoo-4.4
+ cd unzoo-4.4
+ /bin/chmod -c -Rf u+rwX,go-w .
+ /bin/gzip -dc /usr/src/RPM/SOURCES/unzoo.c.gz
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.86703
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd unzoo-4.4
+ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -DSYS_IS_UNIX unzoo.c -o unzoo
unzoo.c: In function 'ConvDire':
unzoo.c:508:33: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
 #define CONV_NAME(naml,namu)    strcpy( (naml), (namu) )
                                 ^~~~~~
unzoo.c:786:9: note: in expansion of macro 'CONV_NAME'
         CONV_NAME( naml, namu );
         ^~~~~~~~~
unzoo.c:508:33: warning: incompatible implicit declaration of built-in function 'strcpy'
 #define CONV_NAME(naml,namu)    strcpy( (naml), (namu) )
                                 ^~~~~~
unzoo.c:786:9: note: in expansion of macro 'CONV_NAME'
         CONV_NAME( naml, namu );
         ^~~~~~~~~
unzoo.c:508:33: note: include '<string.h>' or provide a declaration of 'strcpy'
unzoo.c:247:1:
+#include <string.h>
 
unzoo.c:508:33:
 #define CONV_NAME(naml,namu)    strcpy( (naml), (namu) )
                                 ^~~~~~
unzoo.c:786:9: note: in expansion of macro 'CONV_NAME'
         CONV_NAME( naml, namu );
         ^~~~~~~~~
unzoo.c: At top level:
unzoo.c:945:39: warning: trigraph ??' ignored, use -trigraphs to enable [-Wtrigraphs]
  fndrInfo.ioFlFndrInfo.fdCreator = '????';
                                        
unzoo.c: In function 'MakeDirs':
unzoo.c:508:33: warning: incompatible implicit declaration of built-in function 'strcpy'
 #define CONV_NAME(naml,namu)    strcpy( (naml), (namu) )
                                 ^~~~~~
unzoo.c:1223:9: note: in expansion of macro 'CONV_NAME'
         CONV_NAME( naml, namu );
         ^~~~~~~~~
unzoo.c:508:33: note: include '<string.h>' or provide a declaration of 'strcpy'
 #define CONV_NAME(naml,namu)    strcpy( (naml), (namu) )
                                 ^~~~~~
unzoo.c:1223:9: note: in expansion of macro 'CONV_NAME'
         CONV_NAME( naml, namu );
         ^~~~~~~~~
unzoo.c:1225:9: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration]
         strcat( patl, dirl );
         ^~~~~~
unzoo.c:1225:9: warning: incompatible implicit declaration of built-in function 'strcat'
unzoo.c:1225:9: note: include '<string.h>' or provide a declaration of 'strcat'
unzoo.c:583:66: warning: implicit declaration of function 'system' [-Wimplicit-function-declaration]
 #define MAKE_DIRE(patl)    (sprintf(Cmd,"/bin/mkdir %s",(patl)),!system(Cmd))
                                                                  ^~~~~~
unzoo.c:1229:9: note: in expansion of macro 'MAKE_DIRE'
         MAKE_DIRE( patl );
         ^~~~~~~~~
unzoo.c: In function 'IsMatchName':
unzoo.c:1268:40: warning: array subscript has type 'char' [-Wchar-subscripts]
         else if ( *pat=='?' && ! IsSpec[*str] ) { pat++;       str++;       }
                                        ^
unzoo.c:1271:40: warning: array subscript has type 'char' [-Wchar-subscripts]
         else if ( tmp != 0  && ! IsSpec[*tmp] ) { pat =   pos; str = ++tmp; }
                                        ^
unzoo.c: In function 'EntrReadArch':
unzoo.c:508:33: warning: incompatible implicit declaration of built-in function 'strcpy'
 #define CONV_NAME(naml,namu)    strcpy( (naml), (namu) )
                                 ^~~~~~
unzoo.c:1580:9: note: in expansion of macro 'CONV_NAME'
         CONV_NAME( Entry.naml, (Entry.lnamu ? Entry.namu : Entry.nams) );
         ^~~~~~~~~
unzoo.c:508:33: note: include '<string.h>' or provide a declaration of 'strcpy'
 #define CONV_NAME(naml,namu)    strcpy( (naml), (namu) )
                                 ^~~~~~
unzoo.c:1580:9: note: in expansion of macro 'CONV_NAME'
         CONV_NAME( Entry.naml, (Entry.lnamu ? Entry.namu : Entry.nams) );
         ^~~~~~~~~
unzoo.c:1583:9: warning: incompatible implicit declaration of built-in function 'strcpy'
         strcpy( Entry.dirl, Entry.diru );
         ^~~~~~
unzoo.c:1583:9: note: include '<string.h>' or provide a declaration of 'strcpy'
unzoo.c:1586:5: warning: incompatible implicit declaration of built-in function 'strcpy'
     strcpy( Entry.patl, Entry.dirl );
     ^~~~~~
unzoo.c:1586:5: note: include '<string.h>' or provide a declaration of 'strcpy'
unzoo.c:1587:5: warning: incompatible implicit declaration of built-in function 'strcat'
     strcat( Entry.patl, Entry.naml );
     ^~~~~~
unzoo.c:1587:5: note: include '<string.h>' or provide a declaration of 'strcat'
unzoo.c: In function 'ListArch':
unzoo.c:2349:5: warning: incompatible implicit declaration of built-in function 'strcpy'
     strcpy(arczoo,arc);  strcat(arczoo,".zoo");
     ^~~~~~
unzoo.c:2349:5: note: include '<string.h>' or provide a declaration of 'strcpy'
unzoo.c:2349:26: warning: incompatible implicit declaration of built-in function 'strcat'
     strcpy(arczoo,arc);  strcat(arczoo,".zoo");
                          ^~~~~~
unzoo.c:2349:26: note: include '<string.h>' or provide a declaration of 'strcat'
unzoo.c: In function 'ExtrArch':
unzoo.c:2504:5: warning: incompatible implicit declaration of built-in function 'strcpy'
     strcpy(arczoo,arc);  strcat(arczoo,".zoo");
     ^~~~~~
unzoo.c:2504:5: note: include '<string.h>' or provide a declaration of 'strcpy'
unzoo.c:2504:26: warning: incompatible implicit declaration of built-in function 'strcat'
     strcpy(arczoo,arc);  strcat(arczoo,".zoo");
                          ^~~~~~
unzoo.c:2504:26: note: include '<string.h>' or provide a declaration of 'strcat'
unzoo.c:617:58: warning: implicit declaration of function 'utime' [-Wimplicit-function-declaration]
 #define SETF_TIME(patl,secs)    (Secs[0]=Secs[1]=(secs),!utime((patl),Secs))
                                                          ^~~~~
unzoo.c:2693:20: note: in expansion of macro 'SETF_TIME'
             if ( ! SETF_TIME( patl, secs ) )
                    ^~~~~~~~~
unzoo.c:649:35: warning: implicit declaration of function 'chmod' [-Wimplicit-function-declaration]
 #define SETF_PERM(patl,mode)    (!chmod((patl),(int)(mode)))
                                   ^~~~~
unzoo.c:2699:20: note: in expansion of macro 'SETF_PERM'
             if ( ! SETF_PERM( patl, Entry.permis ) )
                    ^~~~~~~~~
unzoo.c: In function 'MakeDirs':
unzoo.c:583:41: warning: '%s' directive writing up to 1023 bytes into a region of size 245 [-Wformat-overflow=]
 #define MAKE_DIRE(patl)    (sprintf(Cmd,"/bin/mkdir %s",(patl)),!system(Cmd))
                                         ^~~~~~~~~~~~~~~ ~~~~~~
unzoo.c:1229:9: note: in expansion of macro 'MAKE_DIRE'
         MAKE_DIRE( patl );
         ^~~~~~~~~
In file included from /usr/include/stdio.h:862,
                 from unzoo.c:246:
/usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 12 and 1035 bytes into a destination of size 256
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
unzoo.c: In function 'DescReadArch':
unzoo.c:1464:52: warning: array subscript 20 is above array bounds of 'char[20]' [-Warray-bounds]
     BlckReadArch(Descript.text,20L);  Descript.text[20] = '\0';
                                       ~~~~~~~~~~~~~^~~~
In function 'EntrReadArch.part.2',
    inlined from 'EntrReadArch' at unzoo.c:1534:17:
unzoo.c:1587:5: warning: 'strcat' accessing 513 or more bytes at offsets 1140 and 628 may overlap 1 byte at offset 1140 [-Wrestrict]
     strcat( Entry.patl, Entry.naml );
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.78078
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/unzoo-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/unzoo-buildroot
+ cd unzoo-4.4
+ install -d /usr/src/tmp/unzoo-buildroot/usr/bin
+ install -s unzoo /usr/src/tmp/unzoo-buildroot/usr/bin
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/unzoo-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/unzoo-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/unzoo-buildroot/ (default)
Compressing files in /usr/src/tmp/unzoo-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/unzoo-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: unzoo-4.4-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0YXYCG
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.Y8gVmj
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EFcSDZ
Wrote: /usr/src/RPM/RPMS/x86_64/unzoo-4.4-alt1.x86_64.rpm
2.03user 0.19system 0:07.15elapsed 31%CPU (0avgtext+0avgdata 39620maxresident)k
0inputs+0outputs (0major+128046minor)pagefaults 0swaps
3.25user 1.73system 0:12.97elapsed 38%CPU (0avgtext+0avgdata 39620maxresident)k
0inputs+0outputs (0major+294094minor)pagefaults 0swaps
--- unzoo-4.4-alt1.x86_64.rpm.repo	2006-01-26 03:21:34.000000000 +0000
+++ unzoo-4.4-alt1.x86_64.rpm.hasher	2019-05-04 00:05:16.446439985 +0000
@@ -1,5 +1,8 @@
 /usr/bin/unzoo	100755	
-Requires: rpmlib(PayloadFilesHavePrefix) <= 4.0-1
-Requires: rpmlib(CompressedFileNames) <= 3.0.4-1
+Requires: /lib64/ld-linux-x86-64.so.2  
 Requires: libc.so.6(GLIBC_2.2.5)(64bit)  
+Requires: libc.so.6(GLIBC_2.3.4)(64bit)  
+Requires: libc.so.6(GLIBC_2.4)(64bit)  
+Requires: rtld(GNU_HASH)  
+Requires: rpmlib(PayloadIsLzma)  
 Provides: unzoo = 4.4-alt1