<86>Jun 16 00:50:56 userdel[2504841]: delete user 'rooter' <86>Jun 16 00:50:56 groupadd[2504975]: group added to /etc/group: name=rooter, GID=1820 <86>Jun 16 00:50:56 groupadd[2504975]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:50:56 groupadd[2504975]: new group: name=rooter, GID=1820 <86>Jun 16 00:50:56 useradd[2505027]: new user: name=rooter, UID=1820, GID=1820, home=/root, shell=/bin/bash <86>Jun 16 00:50:56 userdel[2505170]: delete user 'builder' <86>Jun 16 00:50:56 userdel[2505170]: removed group 'builder' owned by 'builder' <86>Jun 16 00:50:56 userdel[2505170]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:50:56 groupadd[2505367]: group added to /etc/group: name=builder, GID=1821 <86>Jun 16 00:50:56 groupadd[2505367]: group added to /etc/gshadow: name=builder <86>Jun 16 00:50:56 groupadd[2505367]: new group: name=builder, GID=1821 <86>Jun 16 00:50:56 useradd[2505496]: new user: name=builder, UID=1821, GID=1821, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/getxbook-1.2-alt3.src.rpm: license not found in '/usr/share/license' directory: License <13>Jun 16 00:51:03 rpmi: libp11-kit-0.24.1-alt1 p10+305061.100.3.1 1660573397 installed <13>Jun 16 00:51:03 rpmi: libtasn1-4.19.0-alt1 p10+309071.100.2.1 1668522760 installed <13>Jun 16 00:51:03 rpmi: rpm-macros-alternatives-0.5.2-alt1 p10+309129.100.2.1 1668066636 installed <13>Jun 16 00:51:03 rpmi: alternatives-0.5.2-alt1 p10+309129.100.2.1 1668066636 installed <13>Jun 16 00:51:03 rpmi: ca-certificates-2022.09.15-alt1 p10+308004.100.2.1 1665748370 installed <13>Jun 16 00:51:03 rpmi: ca-trust-0.1.6-alt1 p10+344774.100.1.1 1712685728 installed <13>Jun 16 00:51:03 rpmi: p11-kit-trust-0.24.1-alt1 p10+305061.100.3.1 1660573397 installed <13>Jun 16 00:51:03 rpmi: libcrypto1.1-1.1.1w-alt0.p10.1 p10+330586.100.4.1 1697560982 installed <13>Jun 16 00:51:03 rpmi: libssl1.1-1.1.1w-alt0.p10.1 p10+330586.100.4.1 1697560982 installed <13>Jun 16 00:51:03 rpmi: libssl-devel-1.1.1w-alt0.p10.1 p10+330586.100.4.1 1697560982 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/getxbook-1.2-alt3.nosrc.rpm (w1.gzdio) Installing getxbook-1.2-alt3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.48365 + 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 -Wno-error=format-truncation \\|' config.mk + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.48365 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd getxbook-1.2 + make -j16 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=] 76 | snprintf(url, URLMAX, "/gp/search-inside/service-data?method=getBookData&asin=%s", bookid); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from getabook.c:2: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 56 and 1079 bytes into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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=] 134 | snprintf(query, URLMAX, "method=goToPage&asin=%s&page=%d", bookid, pagenum); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from getabook.c:2: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 29 and 1062 bytes into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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 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=] 40 | snprintf(url, URLMAX, "/DigBooks/viewer/bookviewmanager.aspx?op=getbookinfo&ean=%s", bookid); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from getbnbook.c:2: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 58 and 1081 bytes into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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 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=] 46 | snprintf(url, URLMAX, "/books?id=%s&printsec=frontcover&redir_esc=y", bookid); | ^~ ~~~~~~ In file included from /usr/include/stdio.h:866, from getgbook.c:2: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output between 43 and 1066 bytes into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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=] 85 | 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:866, from getgbook.c:2: /usr/include/bits/stdio2.h:70:10: note: '__builtin___snprintf_chk' output 52 or more bytes (assuming 1075) into a destination of size 1024 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __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 util.c In file included from /usr/include/string.h:532, from util.c:4: In function 'strncpy', inlined from 'renameifjpg' at util.c:244:3: /usr/include/bits/string_fortified.h:91:10: warning: '__builtin_strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ util.c: In function 'renameifjpg': util.c:244:26: note: length computed here 244 | strncpy(newpath, path, strlen(path)+1); | ^~~~~~~~~~~~ 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' 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.77236 + 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) Processing files: getxbook-1.2-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.93277 + 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.ZK8NSA find-provides: running scripts (alternatives,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.HbYTaA 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.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libcrypto.so.1.1()(64bit) >= set:qpa523, libcrypto.so.1.1(OPENSSL_1_1_0)(64bit), libssl.so.1.1()(64bit) >= set:miElnSi9rUTODllw9z7LsIIlkbhg8G0, libssl.so.1.1(OPENSSL_1_1_0)(64bit), 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.vm1CeA 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.AcaRUA find-provides: running scripts (alternatives,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.trQNIC find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.qscTuA Processing files: getxbook-debuginfo-1.2-alt3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1ZLyCz find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bb6Egz find-requires: running scripts (debuginfo) Requires: getxbook = 1.2-alt3, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libcrypto.so.1.1), debug64(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/x86_64/getxbook-1.2-alt3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/getxbook-gui-1.2-alt3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/getxbook-debuginfo-1.2-alt3.x86_64.rpm (w2.lzdio) 1.77user 3.39system 0:13.53elapsed 38%CPU (0avgtext+0avgdata 40628maxresident)k 0inputs+0outputs (0major+351665minor)pagefaults 0swaps /.out/getxbook-1.2-alt3.x86_64.rpm: license not found in '/usr/share/license' directory: License /.out/getxbook-gui-1.2-alt3.x86_64.rpm: license not found in '/usr/share/license' directory: License /.out/getxbook-debuginfo-1.2-alt3.x86_64.rpm: license not found in '/usr/share/license' directory: License 5.38user 4.56system 0:36.30elapsed 27%CPU (0avgtext+0avgdata 128884maxresident)k 0inputs+0outputs (0major+217047minor)pagefaults 0swaps --- getxbook-1.2-alt3.x86_64.rpm.repo 2019-03-31 08:52:50.000000000 +0000 +++ getxbook-1.2-alt3.x86_64.rpm.hasher 2024-06-16 00:51:24.100192336 +0000 @@ -26,5 +26,5 @@ Provides: getxbook = 1.2-alt3:sisyphus+225953.100.1.1 -File: /usr/bin/getabook 100755 root:root 5a39bdca4b9800bc604b23891ebd50f9 -File: /usr/bin/getbnbook 100755 root:root 83ee0e4079199e90879ee6c6263407d2 -File: /usr/bin/getgbook 100755 root:root 2c4c353777e88206da27dd287622c7e8 +File: /usr/bin/getabook 100755 root:root 3d977f3f1bdd983370e04ab48bcf0cf2 +File: /usr/bin/getbnbook 100755 root:root f9b98d6ad8504e9bf090872b1e677fe7 +File: /usr/bin/getgbook 100755 root:root ba028e0e8d5cfb6d408075fe8636d1bc 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: c1e857849d3ef53ae902f7303d0ec514b90165c6c1194dfac6dd25a90c5b754213c5c2f9213c76320b85318bf65dc638c6d092133c0e1694a60c51faeed6e5f0 +RPMIdentity: b03b47d433725060d000d04e6923c8f5766f52912c1f1b71e54e576950ded9b64a73de5275b5066510d4c08e56259f92c1562578c08f56b46759ff65c4f7e97f --- getxbook-debuginfo-1.2-alt3.x86_64.rpm.repo 2019-03-31 08:52:50.000000000 +0000 +++ getxbook-debuginfo-1.2-alt3.x86_64.rpm.hasher 2024-06-16 00:51:24.315195995 +0000 @@ -1,10 +1,10 @@ -/usr/lib/debug/.build-id/10 40755 root:root -/usr/lib/debug/.build-id/10/a6b94aa745735f20c18be465a4dde72dffadf5 120777 root:root ../../../../bin/getbnbook -/usr/lib/debug/.build-id/10/a6b94aa745735f20c18be465a4dde72dffadf5.debug 120777 root:root ../../usr/bin/getbnbook.debug -/usr/lib/debug/.build-id/9a 40755 root:root -/usr/lib/debug/.build-id/9a/cc2ce24eb7e90a6e935f7dfb9b8ddeac482351 120777 root:root ../../../../bin/getgbook -/usr/lib/debug/.build-id/9a/cc2ce24eb7e90a6e935f7dfb9b8ddeac482351.debug 120777 root:root ../../usr/bin/getgbook.debug -/usr/lib/debug/.build-id/a3 40755 root:root -/usr/lib/debug/.build-id/a3/b1ffa260922a138da4e0535ced5a6d05985c31 120777 root:root ../../../../bin/getabook -/usr/lib/debug/.build-id/a3/b1ffa260922a138da4e0535ced5a6d05985c31.debug 120777 root:root ../../usr/bin/getabook.debug +/usr/lib/debug/.build-id/44 40755 root:root +/usr/lib/debug/.build-id/44/0c9147ed1c5e01b351fbfef4a28dfd1fcd3d8d 120777 root:root ../../../../bin/getabook +/usr/lib/debug/.build-id/44/0c9147ed1c5e01b351fbfef4a28dfd1fcd3d8d.debug 120777 root:root ../../usr/bin/getabook.debug +/usr/lib/debug/.build-id/96 40755 root:root +/usr/lib/debug/.build-id/96/8429f8919eb42f1e46662594d4d78d00255599 120777 root:root ../../../../bin/getgbook +/usr/lib/debug/.build-id/96/8429f8919eb42f1e46662594d4d78d00255599.debug 120777 root:root ../../usr/bin/getgbook.debug +/usr/lib/debug/.build-id/bf 40755 root:root +/usr/lib/debug/.build-id/bf/a13b1f18c59ce1e49af54c709cbe5531dfe604 120777 root:root ../../../../bin/getbnbook +/usr/lib/debug/.build-id/bf/a13b1f18c59ce1e49af54c709cbe5531dfe604.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/10 40755 root:root -File: /usr/lib/debug/.build-id/10/a6b94aa745735f20c18be465a4dde72dffadf5 120777 root:root ../../../../bin/getbnbook -File: /usr/lib/debug/.build-id/10/a6b94aa745735f20c18be465a4dde72dffadf5.debug 120777 root:root ../../usr/bin/getbnbook.debug -File: /usr/lib/debug/.build-id/9a 40755 root:root -File: /usr/lib/debug/.build-id/9a/cc2ce24eb7e90a6e935f7dfb9b8ddeac482351 120777 root:root ../../../../bin/getgbook -File: /usr/lib/debug/.build-id/9a/cc2ce24eb7e90a6e935f7dfb9b8ddeac482351.debug 120777 root:root ../../usr/bin/getgbook.debug -File: /usr/lib/debug/.build-id/a3 40755 root:root -File: /usr/lib/debug/.build-id/a3/b1ffa260922a138da4e0535ced5a6d05985c31 120777 root:root ../../../../bin/getabook -File: /usr/lib/debug/.build-id/a3/b1ffa260922a138da4e0535ced5a6d05985c31.debug 120777 root:root ../../usr/bin/getabook.debug -File: /usr/lib/debug/usr/bin/getabook.debug 100644 root:root fa4d4803b23ffd314985cc28153a8dc9 -File: /usr/lib/debug/usr/bin/getbnbook.debug 100644 root:root cfe9402cd54280b400ab17dda685a718 -File: /usr/lib/debug/usr/bin/getgbook.debug 100644 root:root a9a28e120c09a36755e2e3ccd45bba86 +File: /usr/lib/debug/.build-id/44 40755 root:root +File: /usr/lib/debug/.build-id/44/0c9147ed1c5e01b351fbfef4a28dfd1fcd3d8d 120777 root:root ../../../../bin/getabook +File: /usr/lib/debug/.build-id/44/0c9147ed1c5e01b351fbfef4a28dfd1fcd3d8d.debug 120777 root:root ../../usr/bin/getabook.debug +File: /usr/lib/debug/.build-id/96 40755 root:root +File: /usr/lib/debug/.build-id/96/8429f8919eb42f1e46662594d4d78d00255599 120777 root:root ../../../../bin/getgbook +File: /usr/lib/debug/.build-id/96/8429f8919eb42f1e46662594d4d78d00255599.debug 120777 root:root ../../usr/bin/getgbook.debug +File: /usr/lib/debug/.build-id/bf 40755 root:root +File: /usr/lib/debug/.build-id/bf/a13b1f18c59ce1e49af54c709cbe5531dfe604 120777 root:root ../../../../bin/getbnbook +File: /usr/lib/debug/.build-id/bf/a13b1f18c59ce1e49af54c709cbe5531dfe604.debug 120777 root:root ../../usr/bin/getbnbook.debug +File: /usr/lib/debug/usr/bin/getabook.debug 100644 root:root 3f7dbb75358d024d4218fe294090c3e1 +File: /usr/lib/debug/usr/bin/getbnbook.debug 100644 root:root a288798d15c35f9825d001b92da717e8 +File: /usr/lib/debug/usr/bin/getgbook.debug 100644 root:root d82283fbcd407d96945378a071c53c8d 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: 414766432056fb44bd6071de381425645b0291e6fac281676127f1a6a64507607e22216c76169d3a940daa9f8cc2dede72cda891c5a27305c5e89a81a12ae690 +RPMIdentity: d500016b43af193a5551df877b5b5f06f6f8d03b7bfc699d4d3ca634ca864a2fe22402d7df3a1fba61dd1554c6eace99b20e6d3e5497a70bd95933314ef80752