<86>Jan 21 00:08:43 userdel[1302957]: delete user 'rooter' <86>Jan 21 00:08:43 userdel[1302957]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 21 00:08:43 groupadd[1302985]: group added to /etc/group: name=rooter, GID=1838 <86>Jan 21 00:08:43 groupadd[1302985]: group added to /etc/gshadow: name=rooter <86>Jan 21 00:08:43 groupadd[1302985]: new group: name=rooter, GID=1838 <86>Jan 21 00:08:43 useradd[1303012]: new user: name=rooter, UID=1838, GID=1838, home=/root, shell=/bin/bash <86>Jan 21 00:08:43 userdel[1303044]: delete user 'builder' <86>Jan 21 00:08:43 userdel[1303044]: removed group 'builder' owned by 'builder' <86>Jan 21 00:08:43 userdel[1303044]: removed shadow group 'builder' owned by 'builder' <86>Jan 21 00:08:43 groupadd[1303073]: group added to /etc/group: name=builder, GID=1839 <86>Jan 21 00:08:43 groupadd[1303073]: group added to /etc/gshadow: name=builder <86>Jan 21 00:08:43 groupadd[1303073]: new group: name=builder, GID=1839 <86>Jan 21 00:08:43 useradd[1303093]: new user: name=builder, UID=1839, GID=1839, 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: 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.76054 + 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.76054 + 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 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 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 -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 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 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 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] 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 -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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 -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] 34 | prc_internal_record_t* prev; | ^~~~ 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.76054 + 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) 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.3nUojr 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.2z7PLr 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.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.Z960Br 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.9e0nap find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9Km0wr 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.05user 1.36system 0:06.15elapsed 55%CPU (0avgtext+0avgdata 35680maxresident)k 0inputs+0outputs (0major+335745minor)pagefaults 0swaps /.out/parc-00.05.01-alt1.qa1.x86_64.rpm: The use of such a license name is ambiguous: MPL /.out/parc-debuginfo-00.05.01-alt1.qa1.x86_64.rpm: The use of such a license name is ambiguous: MPL 0.58user 1.53system 0:10.29elapsed 20%CPU (0avgtext+0avgdata 12148maxresident)k 0inputs+0outputs (0major+93793minor)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-01-21 00:08:51.037641424 +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 495a3565f65639765c36143b7171a236 +File: /usr/share/man/man1/parc.1.xz 100644 root:root 5f88b53e1b81825f15c5bb6c3440d2b0 +RPMIdentity: 636432cf0dafba9b22204c404729cb8aa485b72857a1e202249c2c3c146f401ec900fbed0d15e58cbbafbc317b4d37535f62b470841389b1cd1b01d7b9675c11 --- 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-01-21 00:08:51.109642404 +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/99 40755 root:root +/usr/lib/debug/.build-id/99/8bdfc3acd394fbef2f76c6d6254da067f4a59b 120777 root:root ../../../../bin/parc +/usr/lib/debug/.build-id/99/8bdfc3acd394fbef2f76c6d6254da067f4a59b.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/99 40755 root:root +File: /usr/lib/debug/.build-id/99/8bdfc3acd394fbef2f76c6d6254da067f4a59b 120777 root:root ../../../../bin/parc +File: /usr/lib/debug/.build-id/99/8bdfc3acd394fbef2f76c6d6254da067f4a59b.debug 120777 root:root ../../usr/bin/parc.debug +File: /usr/lib/debug/usr/bin/parc.debug 100644 root:root 8da3b0ae38a178fceb686ba9c154175b 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: fb8d0de98f8841e982329c7ee589bb31bbc12228d0b741d5da1f80caa3f8e564dbe3e8a8f72676330d7b92dbf1e801893b41c6617554b3912345fdb3711785f8