<86>Aug  4 10:38:46 userdel[453157]: delete user 'rooter'
<86>Aug  4 10:38:46 userdel[453157]: removed group 'rooter' owned by 'rooter'
<86>Aug  4 10:38:46 userdel[453157]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug  4 10:38:46 groupadd[453181]: group added to /etc/group: name=rooter, GID=1829
<86>Aug  4 10:38:46 groupadd[453181]: group added to /etc/gshadow: name=rooter
<86>Aug  4 10:38:46 groupadd[453181]: new group: name=rooter, GID=1829
<86>Aug  4 10:38:46 useradd[453199]: new user: name=rooter, UID=1829, GID=1829, home=/root, shell=/bin/bash
<86>Aug  4 10:38:46 userdel[453241]: delete user 'builder'
<86>Aug  4 10:38:46 userdel[453241]: removed group 'builder' owned by 'builder'
<86>Aug  4 10:38:46 userdel[453241]: removed shadow group 'builder' owned by 'builder'
<86>Aug  4 10:38:46 groupadd[453282]: group added to /etc/group: name=builder, GID=1830
<86>Aug  4 10:38:46 groupadd[453282]: group added to /etc/gshadow: name=builder
<86>Aug  4 10:38:46 groupadd[453282]: new group: name=builder, GID=1830
<86>Aug  4 10:38:46 useradd[453310]: new user: name=builder, UID=1830, GID=1830, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
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: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.69153
+ 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.69153
+ 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'
make: Entering directory '/usr/src/RPM/BUILD/prc'
gcc -pipe -frecord-gcc-switches -Wall -g -O2   -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   -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   -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   -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   -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   -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   -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   -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   -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]
     strncpy(&fbuf.name[0], prc->name, 32);
             ^~~~~~~~~~~~~
In file included from /usr/include/features.h:428,
                 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:103:1: note: expected 'char * restrict' but argument is of type 'prc_byte_t *' {aka 'unsigned char *'}
 __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]
     strncpy(&fbuf.name[0], prc->name, 32);
                            ~~~^~~~~~
In file included from /usr/include/features.h:428,
                 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:103:1: note: expected 'const char * restrict' but argument is of type 'prc_byte_t *' {aka 'unsigned char *'}
 __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   -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   -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]
     strncpy(&prc->name[0], fbuf.name, 32);
             ^~~~~~~~~~~~~
In file included from /usr/include/features.h:428,
                 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:103:1: note: expected 'char * restrict' but argument is of type 'prc_byte_t *' {aka 'unsigned char *'}
 __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]
     strncpy(&prc->name[0], fbuf.name, 32);
                            ~~~~^~~~~
In file included from /usr/include/features.h:428,
                 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:103:1: note: expected 'const char * restrict' but argument is of type 'prc_byte_t *' {aka 'unsigned char *'}
 __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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -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   -c -o strerror.o strerror.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   -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]
     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   -c -o strmwrit.o strmwrit.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   -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.93777
+ 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)
Hardlinking identical .pyc and .pyo files
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.9uMfah
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.10Rfbq
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), 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.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.VvbJGC
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.1qc5GS
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.n23xcc
find-requires: running scripts (debuginfo)
Requires: parc = 00.05.01-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/parc-00.05.01-alt1.qa1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/parc-debuginfo-00.05.01-alt1.qa1.x86_64.rpm (w2.lzdio)
2.68user 2.91system 0:07.47elapsed 74%CPU (0avgtext+0avgdata 37712maxresident)k
0inputs+0outputs (0major+391035minor)pagefaults 0swaps
0.45user 1.72system 0:12.41elapsed 17%CPU (0avgtext+0avgdata 12040maxresident)k
0inputs+0outputs (0major+98783minor)pagefaults 0swaps
--- parc-00.05.01-alt1.qa1.x86_64.rpm.repo	2013-04-15 12:19:33.000000000 +0000
+++ parc-00.05.01-alt1.qa1.x86_64.rpm.hasher	2024-08-04 10:38:56.089411787 +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: /lib64/ld-linux-x86-64.so.2  
@@ -12,4 +12,4 @@
 Provides: parc = 00.05.01-alt1.qa1
-File: /usr/bin/parc	100755	root:root	50bdde325e261abe8de7f4267f9e8dbc	
-File: /usr/share/man/man1/parc.1.gz	100644	root:root	b816c95fc7ed5f47aa00c135e1e478f2	
-RPMIdentity: ce5d7a27c56c8de3925ac0dccff1f68e9106706afc2f2553fdcb337fe766be1d5848a63628644f205a491246559445dd9c1a4b672f8daccf8617101d22de7701
+File: /usr/bin/parc	100755	root:root	2080630cef69fa3460014426c8f2a1dc	
+File: /usr/share/man/man1/parc.1.xz	100644	root:root	5f88b53e1b81825f15c5bb6c3440d2b0	
+RPMIdentity: 7fb58a3e5ec609ecc58e120888f8af3895c2961cd0a715e08cd13565b67c8e582da3f7d6abe779394b41673080adfff62506e4dac539d25663734ebe0c9555c3
--- parc-debuginfo-00.05.01-alt1.qa1.x86_64.rpm.repo	2013-04-15 12:19:33.000000000 +0000
+++ parc-debuginfo-00.05.01-alt1.qa1.x86_64.rpm.hasher	2024-08-04 10:38:56.237414104 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/65	40755	root:root	
-/usr/lib/debug/.build-id/65/bb5f63cbbc3e4261e822c43feac1254b6b3ef8	120777	root:root	../../../../bin/parc
-/usr/lib/debug/.build-id/65/bb5f63cbbc3e4261e822c43feac1254b6b3ef8.debug	120777	root:root	../../usr/bin/parc.debug
+/usr/lib/debug/.build-id/76	40755	root:root	
+/usr/lib/debug/.build-id/76/3832e556f37b9c38a32243da7d9e772fd41bab	120777	root:root	../../../../bin/parc
+/usr/lib/debug/.build-id/76/3832e556f37b9c38a32243da7d9e772fd41bab.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/65	40755	root:root		
-File: /usr/lib/debug/.build-id/65/bb5f63cbbc3e4261e822c43feac1254b6b3ef8	120777	root:root		../../../../bin/parc
-File: /usr/lib/debug/.build-id/65/bb5f63cbbc3e4261e822c43feac1254b6b3ef8.debug	120777	root:root		../../usr/bin/parc.debug
-File: /usr/lib/debug/usr/bin/parc.debug	100644	root:root	6877410a586fc67fb6dfc75dd3f37ad5	
+File: /usr/lib/debug/.build-id/76	40755	root:root		
+File: /usr/lib/debug/.build-id/76/3832e556f37b9c38a32243da7d9e772fd41bab	120777	root:root		../../../../bin/parc
+File: /usr/lib/debug/.build-id/76/3832e556f37b9c38a32243da7d9e772fd41bab.debug	120777	root:root		../../usr/bin/parc.debug
+File: /usr/lib/debug/usr/bin/parc.debug	100644	root:root	56d3359577cefdac9ad7feb49cbfeecb	
 File: /usr/src/debug/prc	40755	root:root		
@@ -111,2 +111,2 @@
 File: /usr/src/debug/prc/typetos.c	100644	root:root	e67ff20dace21dd0e49c544e2420a394	
-RPMIdentity: c805144135bbbf645cef0c12496b40b84ec2f3aca1e08a8a4a2baee241441d8fa4074dff98085e823281dee2260e13a85cd8dc292b28eb2dea8be6b517f11e8c
+RPMIdentity: 1128225379071981c0556a4ddf275d447fe002e34e23d8135b9a303b18df195d423e7a00afc0f074b08462201b7b488949744a5cb3e951dfa0aa19a662c4a245