<86>Jun 16 00:33:08 userdel[3021789]: delete user 'rooter' <86>Jun 16 00:33:08 userdel[3021789]: removed group 'rooter' owned by 'rooter' <86>Jun 16 00:33:08 userdel[3021789]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 00:33:08 groupadd[3021815]: group added to /etc/group: name=rooter, GID=1238 <86>Jun 16 00:33:08 groupadd[3021815]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:33:08 groupadd[3021815]: new group: name=rooter, GID=1238 <86>Jun 16 00:33:08 useradd[3021839]: new user: name=rooter, UID=1238, GID=1238, home=/root, shell=/bin/bash <86>Jun 16 00:33:08 userdel[3021867]: delete user 'builder' <86>Jun 16 00:33:08 userdel[3021867]: removed group 'builder' owned by 'builder' <86>Jun 16 00:33:08 userdel[3021867]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:33:08 groupadd[3021888]: group added to /etc/group: name=builder, GID=1239 <86>Jun 16 00:33:08 groupadd[3021888]: group added to /etc/gshadow: name=builder <86>Jun 16 00:33:08 groupadd[3021888]: new group: name=builder, GID=1239 <86>Jun 16 00:33:08 useradd[3021908]: new user: name=builder, UID=1239, GID=1239, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/gkermit-1.00-alt1.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/gkermit-1.00-alt1.qa1.nosrc.rpm (w1.gzdio) Installing gkermit-1.00-alt1.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.32700 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf gkermit-1.00 + echo 'Source #0 (gku100.tar.bz2):' Source #0 (gku100.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/gku100.tar.bz2 + /bin/tar -xf - + cd gkermit-1.00 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (gkermit-missing-errno-include.patch.bz2):' Patch #0 (gkermit-missing-errno-include.patch.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/gkermit-missing-errno-include.patch.bz2 + /usr/bin/patch -p1 patching file gkermit.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.32700 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gkermit-1.00 + make -j8 make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00' cc -DPOSIX -O -c gproto.c make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00' make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00' cc -DPOSIX -O -c gcmdline.c gcmdline.c: In function 'cmdlin': gcmdline.c:80:2: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] 80 | strncpy(gbuf,p,GBUFSIZ-1); /* Make a pokeable copy */ | ^~~~~~~ gcmdline.c:80:2: warning: incompatible implicit declaration of built-in function 'strncpy' gcmdline.c:33:1: note: include '' or provide a declaration of 'strncpy' 32 | #include "gkermit.h" +++ |+#include 33 | gcmdline.c: In function 'doarg': gcmdline.c:258:10: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] 258 | z = atoi(*xargv); /* Convert to number. */ | ^~~~ make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00' make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00' cc -DPOSIX -O -c gwart.c gwart.c: In function 'initial': gwart.c:206:10: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 206 | if (strcmp(wordbuf,"states") == 0) | ^~~~~~ gwart.c: In function 'newtrans': gwart.c:271:19: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 271 | new = (trans) malloc(sizeof (struct transx)); | ^~~~~~ gwart.c:271:19: warning: incompatible implicit declaration of built-in function 'malloc' gwart.c:44:1: note: include '' or provide a declaration of 'malloc' 43 | #include "gkermit.h" +++ |+#include 44 | gwart.c: In function 'rdrules': gwart.c:301:13: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 301 | if ((int)strlen(tokval) != 1) | ^~~~~~ gwart.c:301:13: warning: incompatible implicit declaration of built-in function 'strlen' gwart.c:44:1: note: include '' or provide a declaration of 'strlen' 43 | #include "gkermit.h" +++ |+#include 44 | gwart.c: In function 'main': gwart.c:458:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 458 | exit(0); | ^~~~ gwart.c:458:5: warning: incompatible implicit declaration of built-in function 'exit' gwart.c:458:5: note: include '' or provide a declaration of 'exit' gwart.c: In function 'fatal': gwart.c:470:5: warning: incompatible implicit declaration of built-in function 'exit' 470 | exit(1); | ^~~~ gwart.c:470:5: note: include '' or provide a declaration of 'exit' gwart.c: In function 'copy': gwart.c:607:20: warning: incompatible implicit declaration of built-in function 'malloc' 607 | new = (char *) malloc((int)strlen(s) + 1); | ^~~~~~ gwart.c:607:20: note: include '' or provide a declaration of 'malloc' gwart.c:607:32: warning: incompatible implicit declaration of built-in function 'strlen' 607 | new = (char *) malloc((int)strlen(s) + 1); | ^~~~~~ gwart.c:607:32: note: include '' or provide a declaration of 'strlen' gwart.c:608:5: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] 608 | strcpy(new,s); | ^~~~~~ gwart.c:608:5: warning: incompatible implicit declaration of built-in function 'strcpy' gwart.c:608:5: note: include '' or provide a declaration of 'strcpy' gwart.c: In function 'enter': gwart.c:622:2: warning: incompatible implicit declaration of built-in function 'exit' 622 | exit(1); | ^~~~ gwart.c:622:2: note: include '' or provide a declaration of 'exit' gwart.c:625:25: warning: incompatible implicit declaration of built-in function 'malloc' 625 | cur = (struct sym *)malloc(sizeof (struct sym)); | ^~~~~~ gwart.c:625:25: note: include '' or provide a declaration of 'malloc' make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00' make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00' cc -o gwart gwart.o make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00' make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00' cc -DPOSIX -O -c gunixio.c gunixio.c: In function 'doexit': gunixio.c:230:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 230 | exit(x); | ^~~~ gunixio.c:230:5: warning: incompatible implicit declaration of built-in function 'exit' gunixio.c:119:1: note: include '' or provide a declaration of 'exit' 118 | #include +++ |+#include 119 | #ifndef O_NDELAY gunixio.c: In function 'ttres': gunixio.c:510:5: warning: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] 510 | write(1,"\015\012",2); | ^~~~~ | fwrite gunixio.c: In function 'ttchk': gunixio.c:520:6: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] 520 | x = read(0,&tinbuf[tlast],TINBUFSIZ-tlast); | ^~~~ | fread gunixio.c: In function 'ttinl': gunixio.c:602:2: warning: implicit declaration of function 'alarm' [-Wimplicit-function-declaration] 602 | alarm(timo); /* Set it. */ | ^~~~~ gunixio.c: In function 'zchki': gunixio.c:861:9: warning: implicit declaration of function 'access' [-Wimplicit-function-declaration] 861 | if (access(fn,R_OK) < 0) { | ^~~~~~ gunixio.c: In function 'zchko': gunixio.c:883:10: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 883 | if (!strcmp(fn,"/dev/null")) /* Null device is OK. */ | ^~~~~~ gunixio.c:889:2: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] 889 | strncpy(work,fn,MAXPATHLEN); | ^~~~~~~ gunixio.c:889:2: warning: incompatible implicit declaration of built-in function 'strncpy' gunixio.c:119:1: note: include '' or provide a declaration of 'strncpy' 118 | #include +++ |+#include 119 | #ifndef O_NDELAY gunixio.c:892:16: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 892 | for (i = (int)strlen(s); i > 0; i--) { /* Strip filename from right */ | ^~~~~~ gunixio.c:892:16: warning: incompatible implicit declaration of built-in function 'strlen' gunixio.c:892:16: note: include '' or provide a declaration of 'strlen' gunixio.c: In function 'zopeno': gunixio.c:925:2: warning: incompatible implicit declaration of built-in function 'strncpy' 925 | strncpy(ofile,name,MAXPATHLEN); | ^~~~~~~ gunixio.c:925:2: note: include '' or provide a declaration of 'strncpy' gunixio.c: In function 'zltor': gunixio.c:949:2: warning: incompatible implicit declaration of built-in function 'strncpy' 949 | strncpy(pktnam,dirp,maxlen); | ^~~~~~~ gunixio.c:949:2: note: include '' or provide a declaration of 'strncpy' gunixio.c:992:2: warning: incompatible implicit declaration of built-in function 'strncpy' 992 | strncpy(cp,work,maxlen); | ^~~~~~~ gunixio.c:992:2: note: include '' or provide a declaration of 'strncpy' gunixio.c: In function 'zbackup': gunixio.c:1012:9: warning: incompatible implicit declaration of built-in function 'strlen' 1012 | i = strlen(fn); /* Get length */ | ^~~~~~ gunixio.c:1012:9: note: include '' or provide a declaration of 'strlen' gunixio.c:1018:5: warning: incompatible implicit declaration of built-in function 'strncpy' 1018 | strncpy(work,fn,MAXPATHLEN); /* Make pokeable copy of name */ | ^~~~~~~ gunixio.c:1018:5: note: include '' or provide a declaration of 'strncpy' gunixio.c:1062:10: warning: implicit declaration of function 'link' [-Wimplicit-function-declaration] 1062 | if (link(fn,newname) < 0) { /* Rename old file to backup name */ | ^~~~ gunixio.c:1066:17: warning: implicit declaration of function 'unlink' [-Wimplicit-function-declaration] 1066 | } else if (unlink(fn) < 0) { | ^~~~~~ gunixio.c: In function 'zrtol': gunixio.c:1088:2: warning: incompatible implicit declaration of built-in function 'strncpy' 1088 | strncpy(lclnam,pktnam,maxlen); | ^~~~~~~ gunixio.c:1088:2: note: include '' or provide a declaration of 'strncpy' gunixio.c:1106:6: warning: incompatible implicit declaration of built-in function 'strncpy' 1106 | strncpy(lclnam,"NONAME",maxlen); /* do this... */ | ^~~~~~~ gunixio.c:1106:6: note: include '' or provide a declaration of 'strncpy' make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00' make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00' cc -DPOSIX -O -c gkermit.c gkermit.c: In function 'main': gkermit.c:188:5: warning: implicit declaration of function 'strncpy' [-Wimplicit-function-declaration] 188 | strncpy(ttname,dftty,DEVNAMLEN); /* Default device name. */ | ^~~~~~~ gkermit.c:188:5: warning: incompatible implicit declaration of built-in function 'strncpy' gkermit.c:61:1: note: include '' or provide a declaration of 'strncpy' 60 | #include "gkermit.h" +++ |+#include 61 | gkermit.c: In function 'ack1': gkermit.c:281:25: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 281 | x = spacket('Y',seq,strlen(s),s); /* Send the packet */ | ^~~~~~ gkermit.c:281:25: warning: incompatible implicit declaration of built-in function 'strlen' gkermit.c:281:25: note: include '' or provide a declaration of 'strlen' gkermit.c: In function 'errpkt': gkermit.c:315:7: warning: implicit declaration of function 'sleep' [-Wimplicit-function-declaration] 315 | sleep(1); /* Time to soak up incoming junk. */ | ^~~~~ gkermit.c:316:26: warning: incompatible implicit declaration of built-in function 'strlen' 316 | spacket('E',seq,(int)strlen(s),s); /* Send Error packet. */ | ^~~~~~ gkermit.c:316:26: note: include '' or provide a declaration of 'strlen' gkermit.c: In function 'sinit': gkermit.c:336:26: warning: incompatible implicit declaration of built-in function 'strlen' 336 | return(spacket(c,seq,strlen(s),s)); /* Send S or I packet */ | ^~~~~~ gkermit.c:336:26: note: include '' or provide a declaration of 'strlen' gkermit.c: In function 'sfile': gkermit.c:351:7: warning: incompatible implicit declaration of built-in function 'strncpy' 351 | strncpy(pktnam,cmarg2,MAXPATHLEN); | ^~~~~~~ gkermit.c:351:7: note: include '' or provide a declaration of 'strncpy' gkermit.c: In function 'sattr': gkermit.c:395:13: warning: incompatible implicit declaration of built-in function 'strlen' 395 | aln = (int)strlen((char *)(xdata+i+2)); | ^~~~~~ gkermit.c:395:13: note: include '' or provide a declaration of 'strlen' gkermit.c:400:16: warning: incompatible implicit declaration of built-in function 'strlen' 400 | aln = (int)strlen((char *)xdata); /* Get overall length of attributes */ | ^~~~~~ gkermit.c:400:16: note: include '' or provide a declaration of 'strlen' gkermit.c: In function 'seof': gkermit.c:471:22: warning: incompatible implicit declaration of built-in function 'strlen' 471 | x = spacket('Z',seq,strlen(s),s); /* Send EOF packet */ | ^~~~~~ gkermit.c:471:22: note: include '' or provide a declaration of 'strlen' gkermit.c: In function 'spar': gkermit.c:956:6: warning: incompatible implicit declaration of built-in function 'strncpy' 956 | strncpy(buf,(char *)s+z+10,x); | ^~~~~~~ gkermit.c:956:6: note: include '' or provide a declaration of 'strncpy' gkermit.c:960:8: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 960 | if (!strcmp(buf,"U1")) { /* If UNIX, same as me... */ | ^~~~~~ gkermit.c: In function 'gnfile': gkermit.c:1048:2: warning: incompatible implicit declaration of built-in function 'strncpy' 1048 | strncpy(filnam,*cmlist++,MAXPATHLEN); | ^~~~~~~ gkermit.c:1048:2: note: include '' or provide a declaration of 'strncpy' gkermit.c: In function 'rcvfil': gkermit.c:1062:2: warning: incompatible implicit declaration of built-in function 'strncpy' 1062 | strncpy(myname,cmarg2,MAXPATHLEN); /* Use it */ | ^~~~~~~ gkermit.c:1062:2: note: include '' or provide a declaration of 'strncpy' gkermit.c:1070:2: warning: incompatible implicit declaration of built-in function 'strncpy' 1070 | strncpy(filnam,myname,MAXPATHLEN); | ^~~~~~~ gkermit.c:1070:2: note: include '' or provide a declaration of 'strncpy' make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00' make: Entering directory '/usr/src/RPM/BUILD/gkermit-1.00' cc -o gkermit gproto.o gkermit.o gunixio.o gcmdline.o make: Leaving directory '/usr/src/RPM/BUILD/gkermit-1.00' + bzip2 -f gkermit.nr + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.14088 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/gkermit-buildroot + : + /bin/rm -rf -- /usr/src/tmp/gkermit-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd gkermit-1.00 + mkdir -p /usr/src/tmp/gkermit-buildroot/usr/bin /usr/src/tmp/gkermit-buildroot/usr/share/man/man1 + cp gkermit /usr/src/tmp/gkermit-buildroot/usr/bin/ + cp gkermit.nr.bz2 /usr/src/tmp/gkermit-buildroot/usr/share/man/man1/gkermit.1.bz2 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/gkermit-buildroot (auto) Verifying and fixing files in /usr/src/tmp/gkermit-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/gkermit-buildroot/ (default) Compressing files in /usr/src/tmp/gkermit-buildroot (auto) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/gkermit-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: gkermit-1.00-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.14088 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gkermit-1.00 + DOCDIR=/usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00 + export DOCDIR + rm -rf /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00 + /bin/mkdir -p /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00 + cp -prL ANNOUNCE COPYING README /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00 + chmod -R go-w /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00 + chmod -R a+rX /usr/src/tmp/gkermit-buildroot/usr/share/doc/gkermit-1.00 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BPSubd 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.7uEzpf 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.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fnA1Xe Creating gkermit-debuginfo package Processing files: gkermit-debuginfo-1.00-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Sfz0jd find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.x37iJc find-requires: running scripts (debuginfo) Requires: gkermit = 1.00-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/gkermit-1.00-alt1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/gkermit-debuginfo-1.00-alt1.qa1.x86_64.rpm (w2.lzdio) 0.76user 0.72system 0:05.64elapsed 26%CPU (0avgtext+0avgdata 26624maxresident)k 0inputs+0outputs (0major+156783minor)pagefaults 0swaps /.out/gkermit-1.00-alt1.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/gkermit-debuginfo-1.00-alt1.qa1.x86_64.rpm: The use of such a license name is ambiguous: GPL 0.72user 1.32system 0:09.83elapsed 20%CPU (0avgtext+0avgdata 11920maxresident)k 0inputs+0outputs (0major+96575minor)pagefaults 0swaps --- gkermit-1.00-alt1.qa1.x86_64.rpm.repo 2013-04-17 08:25:04.000000000 +0000 +++ gkermit-1.00-alt1.qa1.x86_64.rpm.hasher 2024-06-16 00:33:15.388347438 +0000 @@ -5,3 +5,3 @@ /usr/share/doc/gkermit-1.00/README 100644 root:root -/usr/share/man/man1/gkermit.1.bz2 100644 root:root +/usr/share/man/man1/gkermit.1.xz 100644 root:root Requires: /lib64/ld-linux-x86-64.so.2 @@ -13,3 +13,3 @@ Provides: gkermit = 1.00-alt1.qa1 -File: /usr/bin/gkermit 100755 root:root 2917c01ac8074297b09e73108e79a528 +File: /usr/bin/gkermit 100755 root:root 5e7f30838c2a4886e1afebba75838b2a File: /usr/share/doc/gkermit-1.00 40755 root:root @@ -18,3 +18,3 @@ File: /usr/share/doc/gkermit-1.00/README 100644 root:root b547ad89f9ab68febc860a5a250f5699 -File: /usr/share/man/man1/gkermit.1.bz2 100644 root:root 82b8c7188125c12320c016faedfabed2 -RPMIdentity: 75b92b734173de598f33ee03668b8de3dc8aff7b57b0d77093278ce392197d8bc1eba780bb7a031e3013beff277a554c13b96b9a13e9af9209765c67530face6 +File: /usr/share/man/man1/gkermit.1.xz 100644 root:root d58cba3f441400281f5551196677e007 +RPMIdentity: b619e2eaa120641ab719d67476cfcde7152ee4f01ceb7c051d5ec9e304a35e75efcb5f0e5ebbf313e2245564aee1aa77c49cd0d0dd653a967e8fd51b94142673 --- gkermit-debuginfo-1.00-alt1.qa1.x86_64.rpm.repo 2013-04-17 08:25:04.000000000 +0000 +++ gkermit-debuginfo-1.00-alt1.qa1.x86_64.rpm.hasher 2024-06-16 00:33:15.464347798 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/93 40755 root:root -/usr/lib/debug/.build-id/93/621390ddc20d9497ab1535bf435aa617a436b0 120777 root:root ../../../../bin/gkermit -/usr/lib/debug/.build-id/93/621390ddc20d9497ab1535bf435aa617a436b0.debug 120777 root:root ../../usr/bin/gkermit.debug +/usr/lib/debug/.build-id/0e 40755 root:root +/usr/lib/debug/.build-id/0e/c431e5a109232936b08c457f02beddb6993ce2 120777 root:root ../../../../bin/gkermit +/usr/lib/debug/.build-id/0e/c431e5a109232936b08c457f02beddb6993ce2.debug 120777 root:root ../../usr/bin/gkermit.debug /usr/lib/debug/usr/bin/gkermit.debug 100644 root:root @@ -9,6 +9,6 @@ Provides: gkermit-debuginfo = 1.00-alt1.qa1 -File: /usr/lib/debug/.build-id/93 40755 root:root -File: /usr/lib/debug/.build-id/93/621390ddc20d9497ab1535bf435aa617a436b0 120777 root:root ../../../../bin/gkermit -File: /usr/lib/debug/.build-id/93/621390ddc20d9497ab1535bf435aa617a436b0.debug 120777 root:root ../../usr/bin/gkermit.debug -File: /usr/lib/debug/usr/bin/gkermit.debug 100644 root:root 9487b586e1a41da09b5b68215f5e8eb0 -RPMIdentity: c3eccd25d3a4d4fe339c0d9c814e7da083f1d222eb3c759a6a809845d1077da6be359a7aade747d82da9bf9c656ae15316bb74d534f7f1c1326c10ffbe59381c +File: /usr/lib/debug/.build-id/0e 40755 root:root +File: /usr/lib/debug/.build-id/0e/c431e5a109232936b08c457f02beddb6993ce2 120777 root:root ../../../../bin/gkermit +File: /usr/lib/debug/.build-id/0e/c431e5a109232936b08c457f02beddb6993ce2.debug 120777 root:root ../../usr/bin/gkermit.debug +File: /usr/lib/debug/usr/bin/gkermit.debug 100644 root:root 9a4cb99bb06e9097490e08f25ff82db2 +RPMIdentity: 8895aff4cfb409196c30d0086c15993ed28abe57c9ccb03469ed6928e9909813608a3419c559424bd2516bdc3bcc52e9e4fe8031cc59b98e44ce5f3a10dcc5eb