<86>Nov 25 04:35:39 userdel[218784]: delete user 'rooter'
<86>Nov 25 04:35:39 userdel[218784]: removed group 'rooter' owned by 'rooter'
<86>Nov 25 04:35:39 userdel[218784]: removed shadow group 'rooter' owned by 'rooter'
<86>Nov 25 04:35:39 groupadd[218881]: group added to /etc/group: name=rooter, GID=1805
<86>Nov 25 04:35:39 groupadd[218881]: group added to /etc/gshadow: name=rooter
<86>Nov 25 04:35:39 groupadd[218881]: new group: name=rooter, GID=1805
<86>Nov 25 04:35:39 useradd[218930]: new user: name=rooter, UID=1805, GID=1805, home=/root, shell=/bin/bash, from=none
<86>Nov 25 04:35:39 userdel[219017]: delete user 'builder'
<86>Nov 25 04:35:39 userdel[219017]: removed group 'builder' owned by 'builder'
<86>Nov 25 04:35:39 userdel[219017]: removed shadow group 'builder' owned by 'builder'
<86>Nov 25 04:35:39 groupadd[219118]: group added to /etc/group: name=builder, GID=1806
<86>Nov 25 04:35:39 groupadd[219118]: group added to /etc/gshadow: name=builder
<86>Nov 25 04:35:39 groupadd[219118]: new group: name=builder, GID=1806
<86>Nov 25 04:35:39 useradd[219208]: new user: name=builder, UID=1806, GID=1806, home=/usr/src, shell=/bin/bash, from=none
/usr/src/in/srpm/parc-00.05.01-alt1.qa1.src.rpm: The use of such a license name is ambiguous: MPL
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/parc-00.05.01-alt1.qa1.nosrc.rpm (w1.gzdio)
Installing parc-00.05.01-alt1.qa1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.40051
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf prc
+ echo 'Source #0 (prc.tgz):'
Source #0 (prc.tgz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/prc.tgz
+ /bin/tar -xf -
+ cd prc
+ /bin/chmod -c -Rf u+rwX,go-w .
+ /usr/bin/subst 's,\<par\>,parc,g' par.man
+ /usr/bin/subst 's,\<PAR\>,PARC,g' par.man
+ /usr/bin/subst 's,\<par\>,parc,g' par.c
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.40051
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd prc
+ make -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o create.o create.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o open.o open.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o close.o close.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o destroy.o destroy.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o ihead.o ihead.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o flush.o flush.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o fpopen.o fpopen.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o frhead.o frhead.c
frhead.c: In function 'prcfreadheader':
frhead.c:42:13: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign]
   42 |     strncpy(&prc->name[0], fbuf.name, 32);
      |             ^~~~~~~~~~~~~
      |             |
      |             prc_byte_t * {aka unsigned char *}
In file included from /usr/include/features.h:503,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from prcsys.h:39,
                 from prcp.h:33,
                 from frhead.c:26:
/usr/include/bits/string_fortified.h:92:1: note: expected 'char * restrict' but argument is of type 'prc_byte_t *' {aka 'unsigned char *'}
   92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
frhead.c:42:32: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign]
   42 |     strncpy(&prc->name[0], fbuf.name, 32);
      |                            ~~~~^~~~~
      |                                |
      |                                prc_byte_t * {aka unsigned char *}
/usr/include/bits/string_fortified.h:92:1: note: expected 'const char * restrict' but argument is of type 'prc_byte_t *' {aka 'unsigned char *'}
   92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o fwhead.o fwhead.c
fwhead.c: In function 'prcfwriteheader':
fwhead.c:48:13: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign]
   48 |     strncpy(&fbuf.name[0], prc->name, 32);
      |             ^~~~~~~~~~~~~
      |             |
      |             prc_byte_t * {aka unsigned char *}
In file included from /usr/include/features.h:503,
                 from /usr/include/bits/libc-header-start.h:33,
                 from /usr/include/stdio.h:27,
                 from prcsys.h:39,
                 from prcp.h:33,
                 from fwhead.c:26:
/usr/include/bits/string_fortified.h:92:1: note: expected 'char * restrict' but argument is of type 'prc_byte_t *' {aka 'unsigned char *'}
   92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
fwhead.c:48:31: warning: pointer targets in passing argument 2 of 'strncpy' differ in signedness [-Wpointer-sign]
   48 |     strncpy(&fbuf.name[0], prc->name, 32);
      |                            ~~~^~~~~~
      |                               |
      |                               prc_byte_t * {aka unsigned char *}
/usr/include/bits/string_fortified.h:92:1: note: expected 'const char * restrict' but argument is of type 'prc_byte_t *' {aka 'unsigned char *'}
   92 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src,
      | ^~~~~
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o frrec.o frrec.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o fwrec.o fwrec.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o fwrsrc.o fwrsrc.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o recapp.o recapp.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o frrsrc.o frrsrc.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o recset.o recset.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o recget.o recget.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o recrem.o recrem.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o recdes.o recdes.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o rsrcapp.o rsrcapp.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o rsrcget.o rsrcget.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o rsrcnext.o rsrcnext.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o recnext.o recnext.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o rsrcset.o rsrcset.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o rsrcrem.o rsrcrem.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o rsrcdes.o rsrcdes.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o typetos.o typetos.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o stotype.o stotype.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o timetos.o timetos.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o stotime.o stotime.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o attrtos.o attrtos.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o time.o time.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o recnew.o recnew.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o rsrcnew.o rsrcnew.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o appiset.o appiset.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o setname.o setname.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o tobuf.o tobuf.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o rsrcmap.o rsrcmap.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o bufto.o bufto.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o recmap.o recmap.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o sortiset.o sortiset.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o nrecord.o nrecord.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o strmread.o strmread.c
strmread.c: In function 'prcstreamread':
strmread.c:34:28: warning: variable 'prev' set but not used [-Wunused-but-set-variable]
   34 |     prc_internal_record_t* prev;
      |                            ^~~~
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o misc.o misc.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o strmwrit.o strmwrit.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o errno.o errno.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o strerror.o strerror.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
ar rc libprc.a create.o open.o close.o destroy.o ihead.o flush.o fpopen.o frhead.o fwhead.o frrec.o fwrec.o frrsrc.o fwrsrc.o recapp.o recget.o recset.o recrem.o recdes.o rsrcapp.o rsrcget.o rsrcnext.o recnext.o rsrcset.o rsrcrem.o rsrcdes.o typetos.o stotype.o timetos.o stotime.o attrtos.o time.o recnew.o rsrcnew.o appiset.o sortiset.o rsrcmap.o recmap.o setname.o tobuf.o bufto.o nrecord.o strmwrit.o strmread.o errno.o strerror.o misc.o
ranlib libprc.a
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic   -c -o par.o par.c
make: Leaving directory '/usr/src/RPM/BUILD/prc'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -g -o par par.o -L. -lprc
make: Leaving directory '/usr/src/RPM/BUILD/prc'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.3592
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/parc-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/parc-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd prc
+ /bin/install -m755 -p -D par /usr/src/tmp/parc-buildroot/usr/bin/parc
+ /bin/install -m644 -p -D par.man /usr/src/tmp/parc-buildroot/usr/share/man/man1/parc.1
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/parc-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/parc-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/parc-buildroot/ (default)
Compressing files in /usr/src/tmp/parc-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/parc-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/parc: uses non-LFS functions: fopen fstat
Processing files: parc-00.05.01-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4C6x99
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.tWX4Rr
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.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.70FCMy
Creating parc-debuginfo package
Processing files: parc-debuginfo-00.05.01-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ho5Ruy
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SZF6ZI
find-requires: running scripts (debuginfo)
Requires: parc = 00.05.01-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6)
Wrote: /usr/src/RPM/RPMS/i586/parc-00.05.01-alt1.qa1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/parc-debuginfo-00.05.01-alt1.qa1.i586.rpm (w2.lzdio)
2.13user 1.58system 0:06.61elapsed 56%CPU (0avgtext+0avgdata 35944maxresident)k
0inputs+0outputs (0major+279960minor)pagefaults 0swaps
/.out/parc-00.05.01-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: MPL
/.out/parc-debuginfo-00.05.01-alt1.qa1.i586.rpm: The use of such a license name is ambiguous: MPL
0.56user 1.01system 0:09.89elapsed 16%CPU (0avgtext+0avgdata 12264maxresident)k
0inputs+0outputs (0major+97804minor)pagefaults 0swaps
--- parc-00.05.01-alt1.qa1.i586.rpm.repo	2013-04-15 12:19:34.000000000 +0000
+++ parc-00.05.01-alt1.qa1.i586.rpm.hasher	2023-11-25 04:35:47.559367182 +0000
@@ -1,3 +1,3 @@
 /usr/bin/parc	100755	root:root	
-/usr/share/man/man1/parc.1.gz	100644	root:root	
+/usr/share/man/man1/parc.1.xz	100644	root:root	
 Requires: /lib/ld-linux.so.2  
@@ -5,4 +5,7 @@
 Requires: libc.so.6(GLIBC_2.1)  
+Requires: libc.so.6(GLIBC_2.1.3)  
 Requires: libc.so.6(GLIBC_2.3)  
 Requires: libc.so.6(GLIBC_2.3.4)  
+Requires: libc.so.6(GLIBC_2.33)  
+Requires: libc.so.6(GLIBC_2.34)  
 Requires: libc.so.6(GLIBC_2.4)  
@@ -12,4 +15,4 @@
 Provides: parc = 00.05.01-alt1.qa1
-File: /usr/bin/parc	100755	root:root	dc44809c4d9785d75ebb60dc1bc5d8c7	
-File: /usr/share/man/man1/parc.1.gz	100644	root:root	b816c95fc7ed5f47aa00c135e1e478f2	
-RPMIdentity: 5fb1fefcd8918e53002aaf74d0a1e715ab7dea3e38bede4b4ba01d7131de7e861001ceb40408095c3a74568e45bc15b55012f6f8e86929d56f43332eb9fd1ffa
+File: /usr/bin/parc	100755	root:root	85521d670704168cfcca8ba8d3a02eb4	
+File: /usr/share/man/man1/parc.1.xz	100644	root:root	5f88b53e1b81825f15c5bb6c3440d2b0	
+RPMIdentity: 4eae52dc6c0a2d0a60baf8aef4870dab1fea5fe526fd9daff2737c76ba7b76e30561996aeab9a3923b8c61addffc2a36b58fe73292f7936f5c1f33bfa2abdd4a
--- parc-debuginfo-00.05.01-alt1.qa1.i586.rpm.repo	2013-04-15 12:19:34.000000000 +0000
+++ parc-debuginfo-00.05.01-alt1.qa1.i586.rpm.hasher	2023-11-25 04:35:47.622368049 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/b0	40755	root:root	
-/usr/lib/debug/.build-id/b0/82f5a09e6c61d69ad963198204e3f8018752c6	120777	root:root	../../../../bin/parc
-/usr/lib/debug/.build-id/b0/82f5a09e6c61d69ad963198204e3f8018752c6.debug	120777	root:root	../../usr/bin/parc.debug
+/usr/lib/debug/.build-id/57	40755	root:root	
+/usr/lib/debug/.build-id/57/8290ed979ac94f65c0f8a6d7c8e7781d04d130	120777	root:root	../../../../bin/parc
+/usr/lib/debug/.build-id/57/8290ed979ac94f65c0f8a6d7c8e7781d04d130.debug	120777	root:root	../../usr/bin/parc.debug
 /usr/lib/debug/usr/bin/parc.debug	100644	root:root	
@@ -58,6 +58,6 @@
 Provides: parc-debuginfo = 00.05.01-alt1.qa1
-File: /usr/lib/debug/.build-id/b0	40755	root:root		
-File: /usr/lib/debug/.build-id/b0/82f5a09e6c61d69ad963198204e3f8018752c6	120777	root:root		../../../../bin/parc
-File: /usr/lib/debug/.build-id/b0/82f5a09e6c61d69ad963198204e3f8018752c6.debug	120777	root:root		../../usr/bin/parc.debug
-File: /usr/lib/debug/usr/bin/parc.debug	100644	root:root	94a2b064719c3da95d24b643a53ed12b	
+File: /usr/lib/debug/.build-id/57	40755	root:root		
+File: /usr/lib/debug/.build-id/57/8290ed979ac94f65c0f8a6d7c8e7781d04d130	120777	root:root		../../../../bin/parc
+File: /usr/lib/debug/.build-id/57/8290ed979ac94f65c0f8a6d7c8e7781d04d130.debug	120777	root:root		../../usr/bin/parc.debug
+File: /usr/lib/debug/usr/bin/parc.debug	100644	root:root	497553370937e2fcf4d535a7adec5741	
 File: /usr/src/debug/prc	40755	root:root		
@@ -111,2 +111,2 @@
 File: /usr/src/debug/prc/typetos.c	100644	root:root	e67ff20dace21dd0e49c544e2420a394	
-RPMIdentity: 257498e83a2a4ad7208d0233f7704f5f7271b616dd9dac61218dda9f824fe1965393a51672faa5a5e2c34805f9ea3dd3cdc7e4b03569e56e0b3e4f02b52ae77c
+RPMIdentity: 1b2f5cdb9ded4acf92ba8532dc62d5592cc3644ed7525be6c54e87ad5b2718e8598c0db7cd913284c2d5db4e49a62f65a5e83a78e61e1fe5f19b123aa50c547c