<86>May 16 00:31:35 userdel[1756572]: delete user 'rooter'
<86>May 16 00:31:35 userdel[1756572]: removed group 'rooter' owned by 'rooter'
<86>May 16 00:31:35 userdel[1756572]: removed shadow group 'rooter' owned by 'rooter'
<86>May 16 00:31:35 groupadd[1756577]: group added to /etc/group: name=rooter, GID=987
<86>May 16 00:31:35 groupadd[1756577]: group added to /etc/gshadow: name=rooter
<86>May 16 00:31:35 groupadd[1756577]: new group: name=rooter, GID=987
<86>May 16 00:31:35 useradd[1756583]: new user: name=rooter, UID=987, GID=987, home=/root, shell=/bin/bash
<86>May 16 00:31:35 userdel[1756595]: delete user 'builder'
<86>May 16 00:31:35 userdel[1756595]: removed group 'builder' owned by 'builder'
<86>May 16 00:31:35 userdel[1756595]: removed shadow group 'builder' owned by 'builder'
<86>May 16 00:31:35 groupadd[1756600]: group added to /etc/group: name=builder, GID=988
<86>May 16 00:31:35 groupadd[1756600]: group added to /etc/gshadow: name=builder
<86>May 16 00:31:35 groupadd[1756600]: new group: name=builder, GID=988
<86>May 16 00:31:35 useradd[1756604]: new user: name=builder, UID=988, GID=988, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/ha-0.999-alt2.qa1.src.rpm: The use of such a license name is ambiguous: GPL
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/ha-0.999-alt2.qa1.nosrc.rpm (w1.gzdio)
Installing ha-0.999-alt2.qa1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.11779
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ha0999p-linux
+ echo 'Source #0 (ha0999p-linux.tar):'
Source #0 (ha0999p-linux.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ha0999p-linux.tar
+ cd ha0999p-linux
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.11779
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ha0999p-linux
+ rm -f makefile machine.h
+ mv grr/Makefile Makefile
+ mv grr/machine.h machine.h
+ make ha 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_UNIX'
make: Entering directory '/usr/src/RPM/BUILD/ha0999p-linux'
gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_UNIX acoder.c
gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_UNIX archive.c
archive.c: In function 'arc_addspecial':
archive.c:368:29: warning: implicit declaration of function 'md_special'; did you mean 'md_mkspecial'? [-Wimplicit-function-declaration]
  368 |     newhdr.olen=newhdr.clen=md_special(fullname, &sdata);
      |                             ^~~~~~~~~~
      |                             md_mkspecial
gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_UNIX asc.c
gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_UNIX cpy.c
gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_UNIX error.c
gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_UNIX ha.c
ha.c: In function 'makeinfo':
ha.c:130:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  130 |     write(arcfile,ds,strlen(ds));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
ha.c:133:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  133 |     write(arcfile,ds,strlen(ds));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
ha.c: In function 'infoout':
ha.c:111:19: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  111 |         if (ilen) write(arcfile,",",1);
      |                   ^~~~~~~~~~~~~~~~~~~~
ha.c:112:28: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  112 |         if (!(ilen++&0xf)) write(arcfile,"\n\t",2);
      |                            ^~~~~~~~~~~~~~~~~~~~~~~
ha.c:114:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  114 |         write(arcfile,ds,strlen(ds));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_UNIX haio.c
gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_UNIX hsc.c
gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_UNIX info.c
gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_UNIX machine.c
machine.c: In function 'md_filetype':
machine.c:218:10: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  218 |     if (!strcmp(name,".") || !strcmp(name,"..")) return T_SKIP;
      |          ^~~~~~
machine.c:31:1: note: include '<string.h>' or provide a declaration of 'strcmp'
   30 | #include "archive.h"
  +++ |+#include <string.h>
   31 | 
machine.c: In function 'md_arcname':
machine.c:350:9: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  350 |     pos=strlen(name_req);
      |         ^~~~~~
machine.c:350:9: note: include '<string.h>' or provide a declaration of 'strlen'
machine.c:350:9: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
machine.c:350:9: note: include '<string.h>' or provide a declaration of 'strlen'
machine.c:356:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration]
  356 |     strcpy(newname,name_req);
      |     ^~~~~~
machine.c:356:5: note: include '<string.h>' or provide a declaration of 'strcpy'
machine.c:356:5: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
machine.c:356:5: note: include '<string.h>' or provide a declaration of 'strcpy'
machine.c: In function 'md_tohapath':
machine.c:372:7: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  372 |     j=strlen(mdpath);
      |       ^~~~~~
machine.c:372:7: note: include '<string.h>' or provide a declaration of 'strlen'
machine.c:378:5: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
  378 |     strcpy(hapath,mdpath+i);
      |     ^~~~~~
machine.c:378:5: note: include '<string.h>' or provide a declaration of 'strcpy'
machine.c: In function 'md_tomdpath':
machine.c:389:24: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  389 |     if ((mdpath=malloc(strlen(hapath)+1))==NULL)
      |                        ^~~~~~
machine.c:389:24: note: include '<string.h>' or provide a declaration of 'strlen'
machine.c:391:5: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
  391 |     strcpy(mdpath,hapath);
      |     ^~~~~~
machine.c:391:5: note: include '<string.h>' or provide a declaration of 'strcpy'
machine.c: In function 'md_strippath':
machine.c:402:27: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  402 |     if ((plainpath=malloc(strlen(mdfullpath)+1))==NULL)
      |                           ^~~~~~
machine.c:402:27: note: include '<string.h>' or provide a declaration of 'strlen'
machine.c:404:5: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
  404 |     strcpy(plainpath,mdfullpath);
      |     ^~~~~~
machine.c:404:5: note: include '<string.h>' or provide a declaration of 'strcpy'
machine.c:405:12: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  405 |     for (i=strlen(plainpath)-1;i>=0;i--) {
      |            ^~~~~~
machine.c:405:12: note: include '<string.h>' or provide a declaration of 'strlen'
machine.c: In function 'md_stripname':
machine.c:418:27: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  418 |     if ((plainname=malloc(strlen(mdfullpath)+1))==NULL)
      |                           ^~~~~~
machine.c:418:27: note: include '<string.h>' or provide a declaration of 'strlen'
machine.c:420:12: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  420 |     for (i=strlen(mdfullpath)-1;i>0;i--) {
      |            ^~~~~~
machine.c:420:12: note: include '<string.h>' or provide a declaration of 'strlen'
machine.c:426:5: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
  426 |     strcpy(plainname,mdfullpath+i);
      |     ^~~~~~
machine.c:426:5: note: include '<string.h>' or provide a declaration of 'strcpy'
machine.c: In function 'md_pconcat':
machine.c:436:18: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  436 |     if ((headlen=strlen(head))!=0)  {
      |                  ^~~~~~
machine.c:436:18: note: include '<string.h>' or provide a declaration of 'strlen'
machine.c:439:33: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  439 |     if ((newpath=malloc(headlen+strlen(tail)+delim2+delim1+1))==NULL)
      |                                 ^~~~~~
machine.c:439:33: note: include '<string.h>' or provide a declaration of 'strlen'
machine.c:441:21: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
  441 |     if (headlen!=0) strcpy(newpath,head);
      |                     ^~~~~~
machine.c:441:21: note: include '<string.h>' or provide a declaration of 'strcpy'
machine.c:443:5: warning: incompatible implicit declaration of built-in function 'strcpy' [-Wbuiltin-declaration-mismatch]
  443 |     strcpy(newpath+headlen+delim1,tail);
      |     ^~~~~~
machine.c:443:5: note: include '<string.h>' or provide a declaration of 'strcpy'
machine.c:444:32: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch]
  444 |     if (delim2) strcpy(newpath+strlen(newpath),"/");
      |                                ^~~~~~
machine.c:444:32: note: include '<string.h>' or provide a declaration of 'strlen'
machine.c: In function 'md_gethdr':
machine.c:180:5: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result]
  180 |     read(arcfile,buf,len);
      |     ^~~~~~~~~~~~~~~~~~~~~
machine.c: In function 'md_puthdr':
machine.c:211:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  211 |     write(arcfile,buf,MDHDLEN);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
machine.c: In function 'md_mkspecial':
machine.c:277:22: warning: ignoring return value of 'chown' declared with attribute 'warn_unused_result' [-Wunused-result]
  277 |         if (useattr) chown(ofname,mdhd.user,mdhd.group);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
machine.c:282:22: warning: ignoring return value of 'chown' declared with attribute 'warn_unused_result' [-Wunused-result]
  282 |         if (useattr) chown(ofname,mdhd.user,mdhd.group);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
machine.c:290:13: warning: ignoring return value of 'chown' declared with attribute 'warn_unused_result' [-Wunused-result]
  290 |             chown(ofname,mdhd.user,mdhd.group);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
machine.c:299:22: warning: ignoring return value of 'chown' declared with attribute 'warn_unused_result' [-Wunused-result]
  299 |         if (useattr) chown(ofname,mdhd.user,mdhd.group);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
machine.c: In function 'md_setfattrs':
machine.c:311:9: warning: ignoring return value of 'chown' declared with attribute 'warn_unused_result' [-Wunused-result]
  311 |         chown(file,mdhd.user,mdhd.group);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
machine.c: In function 'md_truncfile':
machine.c:363:5: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result]
  363 |     ftruncate(fh,len);
      |     ^~~~~~~~~~~~~~~~~
gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_UNIX misc.c
gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -D_UNIX swdict.c
gcc -O2 -o ha acoder.o archive.o asc.o cpy.o error.o ha.o haio.o hsc.o info.o machine.o misc.o swdict.o
make: Leaving directory '/usr/src/RPM/BUILD/ha0999p-linux'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.2306
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ha-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ha-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd ha0999p-linux
+ install -p -m755 -D ha /usr/src/tmp/ha-buildroot/usr/bin/ha
+ install -p -m644 -D ha.1 /usr/src/tmp/ha-buildroot/usr/share/man/man1/ha.1
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ha-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/ha-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/ha-buildroot/ (default)
Compressing files in /usr/src/tmp/ha-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/ha-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: ha-0.999-alt2.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.37771
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ha0999p-linux
+ DOCDIR=/usr/src/tmp/ha-buildroot/usr/share/doc/ha-0.999
+ export DOCDIR
+ rm -rf /usr/src/tmp/ha-buildroot/usr/share/doc/ha-0.999
+ /bin/mkdir -p /usr/src/tmp/ha-buildroot/usr/share/doc/ha-0.999
+ cp -prL info.txt md_funcs.txt /usr/src/tmp/ha-buildroot/usr/share/doc/ha-0.999
+ chmod -R go-w /usr/src/tmp/ha-buildroot/usr/share/doc/ha-0.999
+ chmod -R a+rX /usr/src/tmp/ha-buildroot/usr/share/doc/ha-0.999
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.O53F7Y
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.LYGjKs
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.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.33)(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.6RH7xN
Creating ha-debuginfo package
Processing files: ha-debuginfo-0.999-alt2.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5mezNp
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.alSyEa
find-requires: running scripts (debuginfo)
Requires: ha = 0.999-alt2.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Adding to ha-debuginfo a strict dependency on ha
Wrote: /usr/src/RPM/RPMS/x86_64/ha-0.999-alt2.qa1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/ha-debuginfo-0.999-alt2.qa1.x86_64.rpm (w2.lzdio)
1.49user 0.37system 0:06.54elapsed 28%CPU (0avgtext+0avgdata 48676maxresident)k
0inputs+0outputs (0major+208727minor)pagefaults 0swaps
/.out/ha-0.999-alt2.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL
/.out/ha-debuginfo-0.999-alt2.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL
2.46user 2.44system 0:08.87elapsed 55%CPU (0avgtext+0avgdata 48676maxresident)k
0inputs+0outputs (0major+388438minor)pagefaults 0swaps
--- ha-0.999-alt2.qa1.x86_64.rpm.repo	2021-06-27 17:31:08.000000000 +0000
+++ ha-0.999-alt2.qa1.x86_64.rpm.hasher	2022-05-16 00:31:42.596581064 +0000
@@ -9,2 +9,4 @@
 Requires: libc.so.6(GLIBC_2.3.4)(64bit)  
+Requires: libc.so.6(GLIBC_2.33)(64bit)  
+Requires: libc.so.6(GLIBC_2.34)(64bit)  
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
@@ -14,3 +16,3 @@
 Provides: ha = 0.999-alt2.qa1:sisyphus+276064.100.1.1
-File: /usr/bin/ha	100755	root:root	188b5b7d787e65dd9c3ce12ecd717730	
+File: /usr/bin/ha	100755	root:root	d63085de71e13de9bdad2404695996ac	
 File: /usr/share/doc/ha-0.999	40755	root:root		
@@ -19,2 +21,2 @@
 File: /usr/share/man/man1/ha.1.xz	100644	root:root	fa4f122b7178a66eca10c325df30d8fb	
-RPMIdentity: 99f39dfaf516e5771f2523d3e1a3f32b2a0357abfd6caed6a15969c599184935475fb4b005f888fd6c013be0683768ad726e579bc3fa892caed56bf469073674
+RPMIdentity: 725407f2192f197bc952f6465f3c804ad83d96a0f09f1a25c09d3a5601c07c8c1c760e4e1c877a22349fcae9ce5ff2d8cdf2d86349918dc7d798b14c4397b5d4
--- ha-debuginfo-0.999-alt2.qa1.x86_64.rpm.repo	2021-06-27 17:31:08.000000000 +0000
+++ ha-debuginfo-0.999-alt2.qa1.x86_64.rpm.hasher	2022-05-16 00:31:42.656581981 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/66	40755	root:root	
-/usr/lib/debug/.build-id/66/b4c79dffd63e96e63c0b9c043a6e09e66efda0	120777	root:root	../../../../bin/ha
-/usr/lib/debug/.build-id/66/b4c79dffd63e96e63c0b9c043a6e09e66efda0.debug	120777	root:root	../../usr/bin/ha.debug
+/usr/lib/debug/.build-id/b8	40755	root:root	
+/usr/lib/debug/.build-id/b8/7ab1dd66b428d937909e27a1bff2dab9cecf49	120777	root:root	../../../../bin/ha
+/usr/lib/debug/.build-id/b8/7ab1dd66b428d937909e27a1bff2dab9cecf49.debug	120777	root:root	../../usr/bin/ha.debug
 /usr/lib/debug/usr/bin/ha.debug	100644	root:root	
@@ -10,3 +10,5 @@
 /usr/src/debug/ha0999p-linux/asc.c	100644	root:root	
+/usr/src/debug/ha0999p-linux/asc.h	100644	root:root	
 /usr/src/debug/ha0999p-linux/cpy.c	100644	root:root	
+/usr/src/debug/ha0999p-linux/cpy.h	100644	root:root	
 /usr/src/debug/ha0999p-linux/error.c	100644	root:root	
@@ -18,2 +20,3 @@
 /usr/src/debug/ha0999p-linux/hsc.c	100644	root:root	
+/usr/src/debug/ha0999p-linux/hsc.h	100644	root:root	
 /usr/src/debug/ha0999p-linux/info.c	100644	root:root	
@@ -29,6 +32,6 @@
 Provides: ha-debuginfo = 0.999-alt2.qa1:sisyphus+276064.100.1.1
-File: /usr/lib/debug/.build-id/66	40755	root:root		
-File: /usr/lib/debug/.build-id/66/b4c79dffd63e96e63c0b9c043a6e09e66efda0	120777	root:root		../../../../bin/ha
-File: /usr/lib/debug/.build-id/66/b4c79dffd63e96e63c0b9c043a6e09e66efda0.debug	120777	root:root		../../usr/bin/ha.debug
-File: /usr/lib/debug/usr/bin/ha.debug	100644	root:root	9eaf799c7e30a923e9f6a6371ead449b	
+File: /usr/lib/debug/.build-id/b8	40755	root:root		
+File: /usr/lib/debug/.build-id/b8/7ab1dd66b428d937909e27a1bff2dab9cecf49	120777	root:root		../../../../bin/ha
+File: /usr/lib/debug/.build-id/b8/7ab1dd66b428d937909e27a1bff2dab9cecf49.debug	120777	root:root		../../usr/bin/ha.debug
+File: /usr/lib/debug/usr/bin/ha.debug	100644	root:root	1e9513194f9859635e6fc69c5322eabe	
 File: /usr/src/debug/ha0999p-linux	40755	root:root		
@@ -39,3 +42,5 @@
 File: /usr/src/debug/ha0999p-linux/asc.c	100644	root:root	b009f1499b83ca868b2df9963fbe26d4	
+File: /usr/src/debug/ha0999p-linux/asc.h	100644	root:root	be78ff09d33deca4b4cd295b4b76d05f	
 File: /usr/src/debug/ha0999p-linux/cpy.c	100644	root:root	6a1bc6d47bdb5ddb01c7008c4be69e66	
+File: /usr/src/debug/ha0999p-linux/cpy.h	100644	root:root	6cd93ca70d464b456b76d4dd5222d493	
 File: /usr/src/debug/ha0999p-linux/error.c	100644	root:root	6beb01611640ae3017c397a72656d5df	
@@ -47,2 +52,3 @@
 File: /usr/src/debug/ha0999p-linux/hsc.c	100644	root:root	1d9390a42c7426e98b43dca9b31fa7ee	
+File: /usr/src/debug/ha0999p-linux/hsc.h	100644	root:root	a9a670c27b56afb7d308fef026218eae	
 File: /usr/src/debug/ha0999p-linux/info.c	100644	root:root	474f9b0bdafd1db98bec99a4716e1e8f	
@@ -53,2 +59,2 @@
 File: /usr/src/debug/ha0999p-linux/swdict.h	100644	root:root	3791d46ee3e4139c6885eb1786bc33ae	
-RPMIdentity: 9b1318dfa08156e2c58692d4c6e2c085f76510273ef9c478a305e25e6d99b6617b86583ed6d757acd1fff603e44236167433ac59234af78c0b781774408db0cc
+RPMIdentity: 8a14403c8b37bb7a77dbe295788604632d34a4f99fe2be5efdbdff636b1c62b7dea316b9702cec7da562af23926bf591080ac795a594fb6666037a294a72a2f4