<86>Oct 2 11:58:57 userdel[2209277]: delete user 'rooter' <86>Oct 2 11:58:57 userdel[2209277]: removed group 'rooter' owned by 'rooter' <86>Oct 2 11:58:57 userdel[2209277]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 2 11:58:57 groupadd[2209293]: group added to /etc/group: name=rooter, GID=690 <86>Oct 2 11:58:57 groupadd[2209293]: group added to /etc/gshadow: name=rooter <86>Oct 2 11:58:57 groupadd[2209293]: new group: name=rooter, GID=690 <86>Oct 2 11:58:57 useradd[2209308]: new user: name=rooter, UID=690, GID=690, home=/root, shell=/bin/bash <86>Oct 2 11:58:57 userdel[2209322]: delete user 'builder' <86>Oct 2 11:58:57 userdel[2209322]: removed group 'builder' owned by 'builder' <86>Oct 2 11:58:57 userdel[2209322]: removed shadow group 'builder' owned by 'builder' <86>Oct 2 11:58:57 groupadd[2209339]: group added to /etc/group: name=builder, GID=691 <86>Oct 2 11:58:57 groupadd[2209339]: group added to /etc/gshadow: name=builder <86>Oct 2 11:58:57 groupadd[2209339]: new group: name=builder, GID=691 <86>Oct 2 11:58:57 useradd[2209356]: new user: name=builder, UID=691, GID=691, home=/usr/src, shell=/bin/bash <13>Oct 2 11:58:58 rpmi: libsnappy-1.1.7-alt1 sisyphus+276400.100.1.2 1625016400 installed <13>Oct 2 11:58:58 rpmi: libpopt-devel-1:1.18-alt1 sisyphus+283609.300.5.1 1630003303 installed <13>Oct 2 11:58:59 rpmi: libp11-kit-0.23.15-alt2 sisyphus+278382.100.1.2 1626190687 installed <13>Oct 2 11:58:59 rpmi: libtasn1-4.17.0-alt2 sisyphus+285706.100.1.1 1632328570 installed <13>Oct 2 11:58:59 rpmi: rpm-macros-alternatives-0.5.1-alt1 sisyphus+278157.100.2.1 1626055790 installed <13>Oct 2 11:58:59 rpmi: alternatives-0.5.1-alt1 sisyphus+278157.100.2.1 1626055790 installed <13>Oct 2 11:58:59 rpmi: ca-certificates-2021.06.03-alt1 sisyphus+273509.400.1.1 1622736045 installed <13>Oct 2 11:58:59 rpmi: ca-trust-0.1.2-alt1 sisyphus+233348.100.1.1 1561653823 installed <13>Oct 2 11:58:59 rpmi: p11-kit-trust-0.23.15-alt2 sisyphus+278382.100.1.2 1626190687 installed <13>Oct 2 11:58:59 rpmi: libcrypto1.1-1.1.1l-alt1 sisyphus+283685.100.1.1 1629816097 installed <13>Oct 2 11:58:59 rpmi: libssl1.1-1.1.1l-alt1 sisyphus+283685.100.1.1 1629816097 installed <13>Oct 2 11:58:59 rpmi: libssl-devel-1.1.1l-alt1 sisyphus+283685.100.1.1 1629816097 installed <13>Oct 2 11:58:59 rpmi: librpm-devel-4.13.0.1-alt30 sisyphus+285247.300.3.1 1631677090 installed <13>Oct 2 11:58:59 rpmi: libsnappy-devel-1.1.7-alt1 sisyphus+276400.100.1.2 1625016400 installed <13>Oct 2 11:58:59 rpmi: libdb4.7-devel-4.7.25-alt12 sisyphus+283793.100.2.1 1629966884 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/rpmhdrcache-0.3.1-alt1.nosrc.rpm (w1.gzdio) Installing rpmhdrcache-0.3.1-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.63057 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf rpmhdrcache-0.3.1 + echo 'Source #0 (rpmhdrcache-0.3.1.tar):' Source #0 (rpmhdrcache-0.3.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/rpmhdrcache-0.3.1.tar + cd rpmhdrcache-0.3.1 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.63057 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd rpmhdrcache-0.3.1 + gcc -shared -fPIC -D_GNU_SOURCE -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o libqacache.so.0 -Wl,-soname,libqacache.so.0 cache.c -ldb -lcrypto -lsnappy -Wl,-z,defs cache.c: In function 'cache_get': cache.c:387:45: warning: passing argument 1 of 'snappy_uncompressed_length' from incompatible pointer type [-Wincompatible-pointer-types] 387 | if (snappy_uncompressed_length(vent + 1, csize, &usize)) { | ~~~~~^~~ | | | struct cache_ent * In file included from cache.c:261: /usr/include/snappy-c.h:120:54: note: expected 'const char *' but argument is of type 'struct cache_ent *' 120 | snappy_status snappy_uncompressed_length(const char* compressed, | ~~~~~~~~~~~~^~~~~~~~~~ cache.c:396:40: warning: passing argument 1 of 'snappy_uncompress' from incompatible pointer type [-Wincompatible-pointer-types] 396 | if (snappy_uncompress(vent + 1, csize, *valp, &usize)) { | ~~~~~^~~ | | | struct cache_ent * In file included from cache.c:261: /usr/include/snappy-c.h:103:45: note: expected 'const char *' but argument is of type 'struct cache_ent *' 103 | snappy_status snappy_uncompress(const char* compressed, | ~~~~~~~~~~~~^~~~~~~~~~ cache.c:405:56: warning: passing argument 1 of 'snappy_validate_compressed_buffer' from incompatible pointer type [-Wincompatible-pointer-types] 405 | if (snappy_validate_compressed_buffer(vent + 1, csize)) { | ~~~~~^~~ | | | struct cache_ent * In file included from cache.c:261: /usr/include/snappy-c.h:131:61: note: expected 'const char *' but argument is of type 'struct cache_ent *' 131 | snappy_status snappy_validate_compressed_buffer(const char* compressed, | ~~~~~~~~~~~~^~~~~~~~~~ cache.c: In function 'cache_put': cache.c:457:44: warning: passing argument 3 of 'snappy_compress' from incompatible pointer type [-Wincompatible-pointer-types] 457 | if (snappy_compress(val, valsize, vent + 1, &csize)) { | ~~~~~^~~ | | | struct cache_ent * In file included from cache.c:261: /usr/include/snappy-c.h:73:37: note: expected 'char *' but argument is of type 'struct cache_ent *' 73 | char* compressed, | ~~~~~~^~~~~~~~~~ + gcc -shared -fPIC -D_GNU_SOURCE -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o rpmhdrcache.so preload.c hdrcache.c -Wl,--no-as-needed -lrpmio -lrpm -Wl,--as-needed -ldl libqacache.so.0 -Wl,-z,defs + gcc -D_GNU_SOURCE -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o qacache-clean clean.c libqacache.so.0 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.63057 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/rpmhdrcache-buildroot + : + /bin/rm -rf -- /usr/src/tmp/rpmhdrcache-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd rpmhdrcache-0.3.1 + install -pD -m644 cache.h /usr/src/tmp/rpmhdrcache-buildroot/usr/include/qa/cache.h + install -pD -m644 libqacache.so.0 /usr/src/tmp/rpmhdrcache-buildroot/usr/lib/libqacache.so.0 + ln -s libqacache.so.0 /usr/src/tmp/rpmhdrcache-buildroot/usr/lib/libqacache.so + install -pD -m644 rpmhdrcache.so /usr/src/tmp/rpmhdrcache-buildroot/usr/lib/rpmhdrcache.so + install -pD -m755 qacache-clean /usr/src/tmp/rpmhdrcache-buildroot/usr/bin/qacache-clean + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/rpmhdrcache-buildroot (auto) Verifying and fixing files in /usr/src/tmp/rpmhdrcache-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/rpmhdrcache-buildroot/ (default) Compressing files in /usr/src/tmp/rpmhdrcache-buildroot (auto) Adjusting library links in /usr/src/tmp/rpmhdrcache-buildroot ./usr/lib: (from :0) libqacache.so.0 -> libqacache.so.0 Verifying ELF objects in /usr/src/tmp/rpmhdrcache-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib/rpmhdrcache.so: uses non-LFS functions: __xstat lseek verify-elf: WARNING: ./usr/lib/libqacache.so.0: uses non-LFS functions: __fxstat __fxstatat ftruncate mmap open openat readdir Processing files: rpmhdrcache-0.3.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.qmaKtv find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/rpmhdrcache-buildroot/usr/lib/rpmhdrcache.so: 4 symbols, 12 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ODCJBs find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: rpmhdrcache.so = set:fcK2F9DOf1 Requires: libqacache = 0.3.1-alt1, ld-linux.so.2 >= set:ihL26, ld-linux.so.2(GLIBC_2.3), libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libdl.so.2(GLIBC_2.0), libqacache.so.0 >= set:gdiBUeJnUn1, librpm.so.7 >= set:mjsAnlj8cN75rO0, librpmio.so.7 >= set:lkz1N, 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.G4sqRw Creating rpmhdrcache-debuginfo package Processing files: libqacache-0.3.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nprjJs find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/rpmhdrcache-buildroot/usr/lib/libqacache.so.0: 5 symbols, 13 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NjPTGu find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libqacache.so.0 = set:gdhSceKjX5Zl1 Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libcrypto.so.1.1 >= set:qpan4T, libcrypto.so.1.1(OPENSSL_1_1_0), libdb-4.7.so >= set:jhdaAZdUlE1, libsnappy.so.1 >= set:khljlrgnCCwMgsC0, 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.p19B6s Creating libqacache-debuginfo package Processing files: libqacache-devel-0.3.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.S6H4at 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.XSruNs find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: libqacache = 0.3.1-alt1, /usr/lib/libqacache.so.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Rt0oJv Processing files: rpmhdrcache-debuginfo-0.3.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EZUNXt find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WAE6yu find-requires: running scripts (debuginfo) Provides: debug(rpmhdrcache.so) Requires: rpmhdrcache = 0.3.1-alt1, debug(ld-linux.so.2), debug(libc.so.6), debug(libdl.so.2), debug(libqacache.so.0), debug(librpm.so.7), debug(librpmio.so.7) Processing files: libqacache-debuginfo-0.3.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rtSmlu find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EjKR1u find-requires: running scripts (debuginfo) Provides: debug(libqacache.so.0) Requires: libqacache = 0.3.1-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libcrypto.so.1.1), debug(libdb-4.7.so), debug(libsnappy.so.1) Adding to rpmhdrcache a strict dependency on libqacache Adding to rpmhdrcache-debuginfo a strict dependency on rpmhdrcache Adding to libqacache-devel a strict dependency on libqacache Adding to libqacache-debuginfo a strict dependency on libqacache Adding to rpmhdrcache-debuginfo a strict dependency on libqacache-debuginfo Removing from rpmhdrcache-debuginfo 1 sources provided by libqacache-debuginfo Removing 1 extra deps from rpmhdrcache due to dependency on libqacache Removing 1 extra deps from libqacache-devel due to dependency on libqacache Removing 1 extra deps from rpmhdrcache-debuginfo due to dependency on libqacache-debuginfo Removing 6 extra deps from rpmhdrcache due to repentancy on libqacache Removing 1 extra deps from rpmhdrcache-debuginfo due to repentancy on libqacache-debuginfo Wrote: /usr/src/RPM/RPMS/i586/rpmhdrcache-0.3.1-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libqacache-0.3.1-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libqacache-devel-0.3.1-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/rpmhdrcache-debuginfo-0.3.1-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libqacache-debuginfo-0.3.1-alt1.i586.rpm (w2.lzdio) 2.36user 1.42system 0:14.61elapsed 25%CPU (0avgtext+0avgdata 23008maxresident)k 0inputs+0outputs (0major+412002minor)pagefaults 0swaps 6.68user 5.19system 0:21.86elapsed 54%CPU (0avgtext+0avgdata 104076maxresident)k 0inputs+0outputs (30092major+734919minor)pagefaults 0swaps --- libqacache-0.3.1-alt1.i586.rpm.repo 2019-02-01 12:16:29.000000000 +0000 +++ libqacache-0.3.1-alt1.i586.rpm.hasher 2021-10-02 11:59:16.862766551 +0000 @@ -7,3 +7,3 @@ Requires: libc.so.6(GLIBC_2.4) -Requires: libcrypto.so.1.1 >= set:poan4n +Requires: libcrypto.so.1.1 >= set:qpan4T Requires: rpmlib(SetVersions) @@ -11,3 +11,3 @@ Requires: libdb-4.7.so >= set:jhdaAZdUlE1 -Requires: libsnappy.so.1 >= set:jgGC2Dfs8POQ446 +Requires: libsnappy.so.1 >= set:khljlrgnCCwMgsC0 Requires: rtld(GNU_HASH) @@ -16,4 +16,4 @@ Provides: libqacache = 0.3.1-alt1:sisyphus+220373.100.1.1 -File: /usr/bin/qacache-clean 100755 root:root 99f998d43dcb6b187bcacbc3014a3c2d -File: /usr/lib/libqacache.so.0 100644 root:root ec1aced1b5bf2f96be314fbf29615cc8 -RPMIdentity: c7d091e71c6a092f4e04e4f2d0680fc93b62466cb583323101f989e5a03673fc7d47e3a1ee6c9d0fc518b89acccaaa2500b55949b973682dc03e37e58d390db4 +File: /usr/bin/qacache-clean 100755 root:root 97f58d619260545052a33b0b30aa1e73 +File: /usr/lib/libqacache.so.0 100644 root:root 9a12fbcd19abcd07a8c8a5cc65ad9ae4 +RPMIdentity: 27531b87aaddd5dd67251f91b741aa1593449dbaf14c368474386a7b8f61fa10c02233ab8dc4d34a1623a55c906c988f4a9a48ca7c11e0ea158f40bdecebd935 --- libqacache-debuginfo-0.3.1-alt1.i586.rpm.repo 2019-02-01 12:16:29.000000000 +0000 +++ libqacache-debuginfo-0.3.1-alt1.i586.rpm.hasher 2021-10-02 11:59:16.951766612 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/3b 40755 root:root -/usr/lib/debug/.build-id/3b/8c4219262bb390295fdb4a46d1bf40cc1ecebf 120777 root:root ../../../../bin/qacache-clean -/usr/lib/debug/.build-id/3b/8c4219262bb390295fdb4a46d1bf40cc1ecebf.debug 120777 root:root ../../usr/bin/qacache-clean.debug -/usr/lib/debug/.build-id/9c 40755 root:root -/usr/lib/debug/.build-id/9c/da281a0df5dea774393ff980506cfd6b31cb22 120777 root:root ../../../libqacache.so.0 -/usr/lib/debug/.build-id/9c/da281a0df5dea774393ff980506cfd6b31cb22.debug 120777 root:root ../../usr/lib/libqacache.so.0.debug +/usr/lib/debug/.build-id/3d 40755 root:root +/usr/lib/debug/.build-id/3d/0961d6b610c46fead977c8054541d3b305df7b 120777 root:root ../../../libqacache.so.0 +/usr/lib/debug/.build-id/3d/0961d6b610c46fead977c8054541d3b305df7b.debug 120777 root:root ../../usr/lib/libqacache.so.0.debug +/usr/lib/debug/.build-id/ea 40755 root:root +/usr/lib/debug/.build-id/ea/2421e39315c56eda3081da158f988c00512c2b 120777 root:root ../../../../bin/qacache-clean +/usr/lib/debug/.build-id/ea/2421e39315c56eda3081da158f988c00512c2b.debug 120777 root:root ../../usr/bin/qacache-clean.debug /usr/lib/debug/usr/bin/qacache-clean.debug 100644 root:root @@ -21,10 +21,10 @@ Provides: libqacache-debuginfo = 0.3.1-alt1:sisyphus+220373.100.1.1 -File: /usr/lib/debug/.build-id/3b 40755 root:root -File: /usr/lib/debug/.build-id/3b/8c4219262bb390295fdb4a46d1bf40cc1ecebf 120777 root:root ../../../../bin/qacache-clean -File: /usr/lib/debug/.build-id/3b/8c4219262bb390295fdb4a46d1bf40cc1ecebf.debug 120777 root:root ../../usr/bin/qacache-clean.debug -File: /usr/lib/debug/.build-id/9c 40755 root:root -File: /usr/lib/debug/.build-id/9c/da281a0df5dea774393ff980506cfd6b31cb22 120777 root:root ../../../libqacache.so.0 -File: /usr/lib/debug/.build-id/9c/da281a0df5dea774393ff980506cfd6b31cb22.debug 120777 root:root ../../usr/lib/libqacache.so.0.debug -File: /usr/lib/debug/usr/bin/qacache-clean.debug 100644 root:root 1081a5ddd239f542656ed32777c6091e -File: /usr/lib/debug/usr/lib/libqacache.so.0.debug 100644 root:root 4531a29d6658eb05517599a1f96c0e72 +File: /usr/lib/debug/.build-id/3d 40755 root:root +File: /usr/lib/debug/.build-id/3d/0961d6b610c46fead977c8054541d3b305df7b 120777 root:root ../../../libqacache.so.0 +File: /usr/lib/debug/.build-id/3d/0961d6b610c46fead977c8054541d3b305df7b.debug 120777 root:root ../../usr/lib/libqacache.so.0.debug +File: /usr/lib/debug/.build-id/ea 40755 root:root +File: /usr/lib/debug/.build-id/ea/2421e39315c56eda3081da158f988c00512c2b 120777 root:root ../../../../bin/qacache-clean +File: /usr/lib/debug/.build-id/ea/2421e39315c56eda3081da158f988c00512c2b.debug 120777 root:root ../../usr/bin/qacache-clean.debug +File: /usr/lib/debug/usr/bin/qacache-clean.debug 100644 root:root b58828e21ea214023642a2ab77bb6b0e +File: /usr/lib/debug/usr/lib/libqacache.so.0.debug 100644 root:root 66e9f058001e7a6706fbe15477fa0d91 File: /usr/src/debug/rpmhdrcache-0.3.1 40755 root:root @@ -33,2 +33,2 @@ File: /usr/src/debug/rpmhdrcache-0.3.1/clean.c 100644 root:root 9910c5fb6007baafa7eeda4649de4e07 -RPMIdentity: c59f12b6cfbbca520d08c69962e0f08abbd8d118c700bbc96ec28ace92be726fa62a7f3cbda9349e769b1d1a24570a464966c1e3457a0adcc52ddb7d1ec8d2e2 +RPMIdentity: e9c16f49fa44134506312a355f36025c220ff681cdf0123599082e78393260da94395cfbce8989a95d7eb85197e1863f21fc09c2fb6b06f5d86be3dff2edd658 --- rpmhdrcache-0.3.1-alt1.i586.rpm.repo 2019-02-01 12:16:29.000000000 +0000 +++ rpmhdrcache-0.3.1-alt1.i586.rpm.hasher 2021-10-02 11:59:17.142766743 +0000 @@ -10,3 +10,3 @@ Provides: rpmhdrcache = 0.3.1-alt1:sisyphus+220373.100.1.1 -File: /usr/lib/rpmhdrcache.so 100644 root:root 6c8329941dfe8829e1ebbedec6c80c9a -RPMIdentity: bda5d49dd195717867f33719d04c0189303590d977f88b9c7a88cbc7244d277f933b717b34b0dc6c1a92bbd6104377aab41f2681b3a324ffca1ab761673ae023 +File: /usr/lib/rpmhdrcache.so 100644 root:root b18da8b66497cf84f8afb962bf4e26bb +RPMIdentity: ffb5afc128481acdbd1bec620c4a809c9d607fb43296285d700385225a9fe6973dc0576f4e9ca722744510240710558cd06bdc07a6c0429aa2633e3beefd2e74 --- rpmhdrcache-debuginfo-0.3.1-alt1.i586.rpm.repo 2019-02-01 12:16:29.000000000 +0000 +++ rpmhdrcache-debuginfo-0.3.1-alt1.i586.rpm.hasher 2021-10-02 11:59:17.232766804 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/06 40755 root:root -/usr/lib/debug/.build-id/06/c2c75d8433fe19e2ae9b9679ca92c049389017 120777 root:root ../../../rpmhdrcache.so -/usr/lib/debug/.build-id/06/c2c75d8433fe19e2ae9b9679ca92c049389017.debug 120777 root:root ../../usr/lib/rpmhdrcache.so.debug +/usr/lib/debug/.build-id/b1 40755 root:root +/usr/lib/debug/.build-id/b1/df58b6125cfd318dad6c2fbbb18f1f0ae14515 120777 root:root ../../../rpmhdrcache.so +/usr/lib/debug/.build-id/b1/df58b6125cfd318dad6c2fbbb18f1f0ae14515.debug 120777 root:root ../../usr/lib/rpmhdrcache.so.debug /usr/lib/debug/usr/lib/rpmhdrcache.so.debug 100644 root:root @@ -17,6 +17,6 @@ Provides: rpmhdrcache-debuginfo = 0.3.1-alt1:sisyphus+220373.100.1.1 -File: /usr/lib/debug/.build-id/06 40755 root:root -File: /usr/lib/debug/.build-id/06/c2c75d8433fe19e2ae9b9679ca92c049389017 120777 root:root ../../../rpmhdrcache.so -File: /usr/lib/debug/.build-id/06/c2c75d8433fe19e2ae9b9679ca92c049389017.debug 120777 root:root ../../usr/lib/rpmhdrcache.so.debug -File: /usr/lib/debug/usr/lib/rpmhdrcache.so.debug 100644 root:root a9627b5178ae14186aafa35fcd91851c +File: /usr/lib/debug/.build-id/b1 40755 root:root +File: /usr/lib/debug/.build-id/b1/df58b6125cfd318dad6c2fbbb18f1f0ae14515 120777 root:root ../../../rpmhdrcache.so +File: /usr/lib/debug/.build-id/b1/df58b6125cfd318dad6c2fbbb18f1f0ae14515.debug 120777 root:root ../../usr/lib/rpmhdrcache.so.debug +File: /usr/lib/debug/usr/lib/rpmhdrcache.so.debug 100644 root:root 2acaa4df10af4f59c6059baa7d473524 File: /usr/src/debug/rpmhdrcache-0.3.1 40755 root:root @@ -25,2 +25,2 @@ File: /usr/src/debug/rpmhdrcache-0.3.1/preload.c 100644 root:root 8c2039524208f49d98e21797a4723c1e -RPMIdentity: 1e1c035765829d92da38dc0ad857def4d91117b7dd5187b96c1aff35657362126f7cc8c7e5c6eef85ecdc7636e18b613e67fa866d44e939769f20cdb9096d7a5 +RPMIdentity: 01ecf0d9a34c1cb1f1d75667ef2ef7c6ee81b07220e156c4aa2614d50d565adf7f95fd24042dac193e43868d5c45413788ae35fcd72517e62b86d811907b616b