<86>Jul 25 10:47:31 userdel[3257806]: delete user 'rooter' <86>Jul 25 10:47:31 userdel[3257806]: removed group 'rooter' owned by 'rooter' <86>Jul 25 10:47:31 userdel[3257806]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 25 10:47:31 groupadd[3257824]: group added to /etc/group: name=rooter, GID=630 <86>Jul 25 10:47:31 groupadd[3257824]: group added to /etc/gshadow: name=rooter <86>Jul 25 10:47:31 groupadd[3257824]: new group: name=rooter, GID=630 <86>Jul 25 10:47:31 useradd[3257834]: new user: name=rooter, UID=630, GID=630, home=/root, shell=/bin/bash <86>Jul 25 10:47:31 userdel[3257850]: delete user 'builder' <86>Jul 25 10:47:31 userdel[3257850]: removed group 'builder' owned by 'builder' <86>Jul 25 10:47:31 userdel[3257850]: removed shadow group 'builder' owned by 'builder' <86>Jul 25 10:47:31 groupadd[3257861]: group added to /etc/group: name=builder, GID=631 <86>Jul 25 10:47:31 groupadd[3257861]: group added to /etc/gshadow: name=builder <86>Jul 25 10:47:31 groupadd[3257861]: new group: name=builder, GID=631 <86>Jul 25 10:47:31 useradd[3257886]: new user: name=builder, UID=631, GID=631, home=/usr/src, shell=/bin/bash <13>Jul 25 10:47:33 rpmi: libp11-kit-0.23.15-alt2 p9+254920.2400.19.1 1601385903 installed <13>Jul 25 10:47:33 rpmi: libtasn1-4.14-alt1 p9+235792.100.2.1 1565425233 installed <13>Jul 25 10:47:33 rpmi: rpm-macros-alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed <13>Jul 25 10:47:33 rpmi: alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed <13>Jul 25 10:47:33 rpmi: ca-certificates-2020.06.29-alt1 p9+258899.100.3.1 1601998604 installed <13>Jul 25 10:47:33 rpmi: ca-trust-0.1.2-alt1 p9+233349.100.1.1 1561655062 installed <13>Jul 25 10:47:33 rpmi: p11-kit-trust-0.23.15-alt2 p9+254920.2400.19.1 1601385903 installed <13>Jul 25 10:47:34 rpmi: libcrypto1.1-1.1.1k-alt1 p9+268376.100.3.1 1616721011 installed <13>Jul 25 10:47:34 rpmi: libssl1.1-1.1.1k-alt1 p9+268376.100.3.1 1616721011 installed <13>Jul 25 10:47:34 rpmi: libssl-devel-1.1.1k-alt1 p9+268376.100.3.1 1616721011 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/getxbook-1.2-alt3.nosrc.rpm (w1.gzdio) Installing getxbook-1.2-alt3.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.82759 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf getxbook-1.2 + echo 'Source #0 (getxbook-1.2.tar):' Source #0 (getxbook-1.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/getxbook-1.2.tar + cd getxbook-1.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (getxbook-openssl.patch):' Patch #0 (getxbook-openssl.patch): + /usr/bin/patch -p1 patching file util.c + /usr/bin/subst 's|^CFLAGS =.*|CFLAGS = -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wno-error=format-truncation \\|' config.mk + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.82759 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd getxbook-1.2 + make -j8 make: Entering directory '/usr/src/RPM/BUILD/getxbook-1.2' CC util.c make: Leaving directory '/usr/src/RPM/BUILD/getxbook-1.2' make: Entering directory '/usr/src/RPM/BUILD/getxbook-1.2' CC getgbook.c getgbook.c: In function 'getpagelist': getgbook.c:46:35: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1014 [-Wformat-truncation=] snprintf(url, URLMAX, "/books?id=%s&printsec=frontcover&redir_esc=y", bookid); ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from getgbook.c:2: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 43 and 1066 bytes into a destination of size 1024 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ getgbook.c: In function 'getpageurls': getgbook.c:85:35: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1014 [-Wformat-truncation=] snprintf(url, URLMAX, "/books?id=%s&pg=%s&jscmd=click3&q=subject:a&redir_esc=y", bookid, pagecode); ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from getgbook.c:2: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output 52 or more bytes (assuming 1075) into a destination of size 1024 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/getxbook-1.2' make: Entering directory '/usr/src/RPM/BUILD/getxbook-1.2' AR util.a make: Leaving directory '/usr/src/RPM/BUILD/getxbook-1.2' make: Entering directory '/usr/src/RPM/BUILD/getxbook-1.2' LD getgbook make: Leaving directory '/usr/src/RPM/BUILD/getxbook-1.2' make: Entering directory '/usr/src/RPM/BUILD/getxbook-1.2' CC getbnbook.c getbnbook.c: In function 'getpagelist': getbnbook.c:40:82: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 967 [-Wformat-truncation=] snprintf(url, URLMAX, "/DigBooks/viewer/bookviewmanager.aspx?op=getbookinfo&ean=%s", bookid); ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from getbnbook.c:2: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 58 and 1081 bytes into a destination of size 1024 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/getxbook-1.2' make: Entering directory '/usr/src/RPM/BUILD/getxbook-1.2' CC getabook.c getabook.c: In function 'getpagelist': getabook.c:76:80: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 969 [-Wformat-truncation=] snprintf(url, URLMAX, "/gp/search-inside/service-data?method=getBookData&asin=%s", bookid); ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from getabook.c:2: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 56 and 1079 bytes into a destination of size 1024 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ getabook.c: In function 'getpageurls': getabook.c:134:48: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1003 [-Wformat-truncation=] snprintf(query, URLMAX, "method=goToPage&asin=%s&page=%d", bookid, pagenum); ^~ ~~~~~~ In file included from /usr/include/stdio.h:862, from getabook.c:2: /usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 29 and 1062 bytes into a destination of size 1024 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/getxbook-1.2' make: Entering directory '/usr/src/RPM/BUILD/getxbook-1.2' LD getbnbook make: Leaving directory '/usr/src/RPM/BUILD/getxbook-1.2' make: Entering directory '/usr/src/RPM/BUILD/getxbook-1.2' LD getabook make: Leaving directory '/usr/src/RPM/BUILD/getxbook-1.2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.54041 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/getxbook-buildroot + : + /bin/rm -rf -- /usr/src/tmp/getxbook-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd getxbook-1.2 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/getxbook-buildroot PREFIX=/usr make: Entering directory '/usr/src/RPM/BUILD/getxbook-1.2' mkdir -p /usr/src/tmp/getxbook-buildroot/usr/bin cp -f getgbook getabook getbnbook /usr/src/tmp/getxbook-buildroot/usr/bin sed "s:^set iconpath .*:set iconpath \"/usr/share/pixmaps\":" < getxbookgui.tcl \ > /usr/src/tmp/getxbook-buildroot/usr/bin/getxbookgui chmod +x /usr/src/tmp/getxbook-buildroot/usr/bin/getxbookgui mkdir -p /usr/src/tmp/getxbook-buildroot/usr/share/pixmaps cp icons/* /usr/src/tmp/getxbook-buildroot/usr/share/pixmaps/ mkdir -p /usr/src/tmp/getxbook-buildroot/usr/share/man/man1 for f in getgbook.1 getabook.1 getbnbook.1 getxbookgui.1 getxbook.1; do sed "s/VERSION/1.2/g" < $f > /usr/src/tmp/getxbook-buildroot/usr/share/man/man1/$f; done make: Leaving directory '/usr/src/RPM/BUILD/getxbook-1.2' + install -D /usr/src/RPM/SOURCES/getxbook.desktop /usr/src/tmp/getxbook-buildroot/usr/share/applications/getxbook.desktop + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/getxbook-buildroot (auto) Verifying and fixing files in /usr/src/tmp/getxbook-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) /usr/share/applications/getxbook.desktop: performed minor cleanup: 7c7 < Categories=Network --- > Categories=Network; Checking contents of files in /usr/src/tmp/getxbook-buildroot/ (default) Compressing files in /usr/src/tmp/getxbook-buildroot (auto) Verifying ELF objects in /usr/src/tmp/getxbook-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/getbnbook: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/getabook: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/getgbook: uses non-LFS functions: fopen Hardlinking identical .pyc and .pyo files Processing files: getxbook-1.2-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.54041 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd getxbook-1.2 + DOCDIR=/usr/src/tmp/getxbook-buildroot/usr/share/doc/getxbook-1.2 + export DOCDIR + rm -rf /usr/src/tmp/getxbook-buildroot/usr/share/doc/getxbook-1.2 + /bin/mkdir -p /usr/src/tmp/getxbook-buildroot/usr/share/doc/getxbook-1.2 + cp -prL README LEGAL COPYING /usr/src/tmp/getxbook-buildroot/usr/share/doc/getxbook-1.2 + chmod -R go-w /usr/src/tmp/getxbook-buildroot/usr/share/doc/getxbook-1.2 + chmod -R a+rX /usr/src/tmp/getxbook-buildroot/usr/share/doc/getxbook-1.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kbRkft find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZPm3va find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,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.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libcrypto.so.1.1 >= set:qpa523, libcrypto.so.1.1(OPENSSL_1_1_0), libssl.so.1.1 >= set:miElnSi9rUTODllw9z7LsIIlkbhg8G0, libssl.so.1.1(OPENSSL_1_1_0), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iYomYh Creating getxbook-debuginfo package Processing files: getxbook-gui-1.2-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xJ3oxD find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RiQnAp find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) shebang.req: /usr/src/tmp/getxbook-buildroot/usr/bin/getxbookgui: /usr/bin/tclsh -> /usr/bin/tclsh (raw, not installed) Requires: getxbook = 1.2-alt3, tk, /usr/bin/tclsh Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rTUxps Processing files: getxbook-debuginfo-1.2-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.S2drXT find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.c8ZXFI find-requires: running scripts (debuginfo) Requires: getxbook = 1.2-alt3, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libcrypto.so.1.1), debug(libssl.so.1.1) Adding to getxbook-gui a strict dependency on getxbook Adding to getxbook-debuginfo a strict dependency on getxbook Wrote: /usr/src/RPM/RPMS/i586/getxbook-1.2-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/getxbook-gui-1.2-alt3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/getxbook-debuginfo-1.2-alt3.i586.rpm (w2.lzdio) 5.24user 1.14system 0:13.70elapsed 46%CPU (0avgtext+0avgdata 32420maxresident)k 0inputs+0outputs (0major+361492minor)pagefaults 0swaps 9.75user 3.99system 0:21.10elapsed 65%CPU (0avgtext+0avgdata 117084maxresident)k 0inputs+0outputs (0major+685853minor)pagefaults 0swaps --- getxbook-1.2-alt3.i586.rpm.repo 2019-03-31 08:52:50.000000000 +0000 +++ getxbook-1.2-alt3.i586.rpm.hasher 2021-07-25 10:47:51.217149647 +0000 @@ -26,5 +26,5 @@ Provides: getxbook = 1.2-alt3:sisyphus+225953.100.1.1 -File: /usr/bin/getabook 100755 root:root 347b5dc0c6609335b44acc67daceff45 -File: /usr/bin/getbnbook 100755 root:root f13c20d267d55bc9a2460e48046faabb -File: /usr/bin/getgbook 100755 root:root 6be278bc46c12ad2b14d9dc54a86f832 +File: /usr/bin/getabook 100755 root:root 5ffdd23128d53449fcf09434d621e2e4 +File: /usr/bin/getbnbook 100755 root:root e76cfda7a1e273edf82a5c8c34e4e935 +File: /usr/bin/getgbook 100755 root:root 37dde4c598021f52ebc54b7bba6d7c80 File: /usr/share/doc/getxbook-1.2 40755 root:root @@ -38,2 +38,2 @@ File: /usr/share/man/man1/getxbookgui.1.xz 100644 root:root acf2982b12c9fbe57b67f6f58f6821bf -RPMIdentity: 1b915fc1c9ceb093d47b79a34dee0218 +RPMIdentity: 12327c51a75f3824e4fd99cfa5ef4d1a --- getxbook-debuginfo-1.2-alt3.i586.rpm.repo 2019-03-31 08:52:50.000000000 +0000 +++ getxbook-debuginfo-1.2-alt3.i586.rpm.hasher 2021-07-25 10:47:51.332150412 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/12 40755 root:root -/usr/lib/debug/.build-id/12/0966cacdd8888131fc6f618f1820c2e749aebe 120777 root:root ../../../../bin/getbnbook -/usr/lib/debug/.build-id/12/0966cacdd8888131fc6f618f1820c2e749aebe.debug 120777 root:root ../../usr/bin/getbnbook.debug -/usr/lib/debug/.build-id/51 40755 root:root -/usr/lib/debug/.build-id/51/761c55e8eeeee8ab2b006f2a2be0904d615e59 120777 root:root ../../../../bin/getgbook -/usr/lib/debug/.build-id/51/761c55e8eeeee8ab2b006f2a2be0904d615e59.debug 120777 root:root ../../usr/bin/getgbook.debug -/usr/lib/debug/.build-id/64 40755 root:root -/usr/lib/debug/.build-id/64/c7a1cc5f752859be7025b86337add6b3c1f0e0 120777 root:root ../../../../bin/getabook -/usr/lib/debug/.build-id/64/c7a1cc5f752859be7025b86337add6b3c1f0e0.debug 120777 root:root ../../usr/bin/getabook.debug +/usr/lib/debug/.build-id/33 40755 root:root +/usr/lib/debug/.build-id/33/da97cce99a60b41a560a15d28e8faed31c88af 120777 root:root ../../../../bin/getgbook +/usr/lib/debug/.build-id/33/da97cce99a60b41a560a15d28e8faed31c88af.debug 120777 root:root ../../usr/bin/getgbook.debug +/usr/lib/debug/.build-id/6f 40755 root:root +/usr/lib/debug/.build-id/6f/903dc04818c8fb80b64efcdde8131bb9407cdb 120777 root:root ../../../../bin/getabook +/usr/lib/debug/.build-id/6f/903dc04818c8fb80b64efcdde8131bb9407cdb.debug 120777 root:root ../../usr/bin/getabook.debug +/usr/lib/debug/.build-id/8a 40755 root:root +/usr/lib/debug/.build-id/8a/2af07dd3abd4ae4df0f69099d066cbcf6120e6 120777 root:root ../../../../bin/getbnbook +/usr/lib/debug/.build-id/8a/2af07dd3abd4ae4df0f69099d066cbcf6120e6.debug 120777 root:root ../../usr/bin/getbnbook.debug /usr/lib/debug/usr/bin/getabook.debug 100644 root:root @@ -25,14 +25,14 @@ Provides: getxbook-debuginfo = 1.2-alt3:sisyphus+225953.100.1.1 -File: /usr/lib/debug/.build-id/12 40755 root:root -File: /usr/lib/debug/.build-id/12/0966cacdd8888131fc6f618f1820c2e749aebe 120777 root:root ../../../../bin/getbnbook -File: /usr/lib/debug/.build-id/12/0966cacdd8888131fc6f618f1820c2e749aebe.debug 120777 root:root ../../usr/bin/getbnbook.debug -File: /usr/lib/debug/.build-id/51 40755 root:root -File: /usr/lib/debug/.build-id/51/761c55e8eeeee8ab2b006f2a2be0904d615e59 120777 root:root ../../../../bin/getgbook -File: /usr/lib/debug/.build-id/51/761c55e8eeeee8ab2b006f2a2be0904d615e59.debug 120777 root:root ../../usr/bin/getgbook.debug -File: /usr/lib/debug/.build-id/64 40755 root:root -File: /usr/lib/debug/.build-id/64/c7a1cc5f752859be7025b86337add6b3c1f0e0 120777 root:root ../../../../bin/getabook -File: /usr/lib/debug/.build-id/64/c7a1cc5f752859be7025b86337add6b3c1f0e0.debug 120777 root:root ../../usr/bin/getabook.debug -File: /usr/lib/debug/usr/bin/getabook.debug 100644 root:root a4493faaeac2f006a8cc3b9198bbe0a4 -File: /usr/lib/debug/usr/bin/getbnbook.debug 100644 root:root 7d18d1397e39bd6c5ea97a4b4372d043 -File: /usr/lib/debug/usr/bin/getgbook.debug 100644 root:root b6556cc5b03688a29d36b15d116ebfe2 +File: /usr/lib/debug/.build-id/33 40755 root:root +File: /usr/lib/debug/.build-id/33/da97cce99a60b41a560a15d28e8faed31c88af 120777 root:root ../../../../bin/getgbook +File: /usr/lib/debug/.build-id/33/da97cce99a60b41a560a15d28e8faed31c88af.debug 120777 root:root ../../usr/bin/getgbook.debug +File: /usr/lib/debug/.build-id/6f 40755 root:root +File: /usr/lib/debug/.build-id/6f/903dc04818c8fb80b64efcdde8131bb9407cdb 120777 root:root ../../../../bin/getabook +File: /usr/lib/debug/.build-id/6f/903dc04818c8fb80b64efcdde8131bb9407cdb.debug 120777 root:root ../../usr/bin/getabook.debug +File: /usr/lib/debug/.build-id/8a 40755 root:root +File: /usr/lib/debug/.build-id/8a/2af07dd3abd4ae4df0f69099d066cbcf6120e6 120777 root:root ../../../../bin/getbnbook +File: /usr/lib/debug/.build-id/8a/2af07dd3abd4ae4df0f69099d066cbcf6120e6.debug 120777 root:root ../../usr/bin/getbnbook.debug +File: /usr/lib/debug/usr/bin/getabook.debug 100644 root:root 2b32a4c692f88ea5b28cd5be0725ba3f +File: /usr/lib/debug/usr/bin/getbnbook.debug 100644 root:root 022dfc16a902f2fe328606c23144db97 +File: /usr/lib/debug/usr/bin/getgbook.debug 100644 root:root 25dfdf07733c96210d17f2bb032ee92e File: /usr/src/debug/getxbook-1.2 40755 root:root @@ -43,2 +43,2 @@ File: /usr/src/debug/getxbook-1.2/util.h 100644 root:root 360d94ae0b50af3ec9c48a1e872b65cb -RPMIdentity: c0b0590d075557ea6b7ae450156e783c +RPMIdentity: 5b6f8196da587c07b604967530726926