<86>Jul 31 10:34:30 userdel[2428360]: delete user 'rooter' <86>Jul 31 10:34:30 userdel[2428360]: removed group 'rooter' owned by 'rooter' <86>Jul 31 10:34:30 userdel[2428360]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 31 10:34:30 groupadd[2428377]: group added to /etc/group: name=rooter, GID=624 <86>Jul 31 10:34:30 groupadd[2428377]: group added to /etc/gshadow: name=rooter <86>Jul 31 10:34:30 groupadd[2428377]: new group: name=rooter, GID=624 <86>Jul 31 10:34:30 useradd[2428391]: new user: name=rooter, UID=624, GID=624, home=/root, shell=/bin/bash <86>Jul 31 10:34:30 userdel[2428414]: delete user 'builder' <86>Jul 31 10:34:30 userdel[2428414]: removed group 'builder' owned by 'builder' <86>Jul 31 10:34:30 userdel[2428414]: removed shadow group 'builder' owned by 'builder' <86>Jul 31 10:34:30 groupadd[2428439]: group added to /etc/group: name=builder, GID=625 <86>Jul 31 10:34:30 groupadd[2428439]: group added to /etc/gshadow: name=builder <86>Jul 31 10:34:30 groupadd[2428439]: new group: name=builder, GID=625 <86>Jul 31 10:34:30 useradd[2428451]: new user: name=builder, UID=625, GID=625, home=/usr/src, shell=/bin/bash /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.9163 + 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,\,parc,g' par.man + /usr/bin/subst 's,\,PARC,g' par.man + /usr/bin/subst 's,\,parc,g' par.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.9163 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd prc + make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' make: Entering directory '/usr/src/RPM/BUILD/prc' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -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 -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 -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 -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 -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 -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 -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 -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:465, 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:88:1: note: expected 'char * restrict' but argument is of type 'prc_byte_t *' {aka 'unsigned char *'} 88 | __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 *} In file included from /usr/include/features.h:465, 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:88:1: note: expected 'const char * restrict' but argument is of type 'prc_byte_t *' {aka 'unsigned char *'} 88 | __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 -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:465, 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:88:1: note: expected 'char * restrict' but argument is of type 'prc_byte_t *' {aka 'unsigned char *'} 88 | __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 *} In file included from /usr/include/features.h:465, 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:88:1: note: expected 'const char * restrict' but argument is of type 'prc_byte_t *' {aka 'unsigned char *'} 88 | __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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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 -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' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -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' 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 -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.27682 + 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: __fxstat fopen 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.Lx1Szw 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.oQDsJx 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.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.op1icx 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.MqVXnx find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ULMoDv 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) 6.14user 2.07system 0:08.08elapsed 101%CPU (0avgtext+0avgdata 30116maxresident)k 0inputs+0outputs (0major+296903minor)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 8.89user 7.35system 0:14.95elapsed 108%CPU (0avgtext+0avgdata 30116maxresident)k 0inputs+0outputs (0major+468003minor)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 2021-07-31 10:34:41.265320223 +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,2 +5,3 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3) @@ -12,4 +13,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 767592de0e48fae8bbc3f7026dfd11bf +File: /usr/share/man/man1/parc.1.xz 100644 root:root 5f88b53e1b81825f15c5bb6c3440d2b0 +RPMIdentity: 07e64bd1862382cac8526e8db97351bf06ebe4f533011b03d9ee6b7ae3d23a5507e7fbbc87ff4e638a21f30103e9b5acceaee9a84e3f19e942e8c144a62cfd86 --- 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 2021-07-31 10:34:41.402315432 +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/ce 40755 root:root +/usr/lib/debug/.build-id/ce/d086de0113511b4cbffcf3e5446a93b0101bf6 120777 root:root ../../../../bin/parc +/usr/lib/debug/.build-id/ce/d086de0113511b4cbffcf3e5446a93b0101bf6.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/ce 40755 root:root +File: /usr/lib/debug/.build-id/ce/d086de0113511b4cbffcf3e5446a93b0101bf6 120777 root:root ../../../../bin/parc +File: /usr/lib/debug/.build-id/ce/d086de0113511b4cbffcf3e5446a93b0101bf6.debug 120777 root:root ../../usr/bin/parc.debug +File: /usr/lib/debug/usr/bin/parc.debug 100644 root:root 7bf4d83a72371a0b4cbcca6e632b53ee 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: 4e82152966a3d053de7410363c104eadfdbf23b66679c42c242da5807be842fa7e6a88b650e28f18ccf4ab4b2a73327d09db03dda8333100a5343c16b9e1fb99