<86>Aug 1 09:48:18 userdel[2591228]: delete user 'rooter' <86>Aug 1 09:48:18 userdel[2591228]: removed group 'rooter' owned by 'rooter' <86>Aug 1 09:48:18 groupadd[2591359]: group added to /etc/group: name=rooter, GID=705 <86>Aug 1 09:48:18 groupadd[2591359]: group added to /etc/gshadow: name=rooter <86>Aug 1 09:48:18 groupadd[2591359]: new group: name=rooter, GID=705 <86>Aug 1 09:48:18 useradd[2591396]: new user: name=rooter, UID=705, GID=705, home=/root, shell=/bin/bash <86>Aug 1 09:48:18 userdel[2591493]: delete user 'builder' <86>Aug 1 09:48:18 userdel[2591493]: removed group 'builder' owned by 'builder' <86>Aug 1 09:48:18 userdel[2591493]: removed shadow group 'builder' owned by 'builder' <86>Aug 1 09:48:18 groupadd[2591529]: group added to /etc/group: name=builder, GID=706 <86>Aug 1 09:48:18 groupadd[2591529]: group added to /etc/gshadow: name=builder <86>Aug 1 09:48:18 groupadd[2591529]: new group: name=builder, GID=706 <86>Aug 1 09:48:18 useradd[2591537]: new user: name=builder, UID=706, GID=706, home=/usr/src, shell=/bin/bash <13>Aug 1 09:48:21 rpmi: libsnappy-1.1.7-alt1 sisyphus+227320.100.1.3 1555618694 installed <13>Aug 1 09:48:21 rpmi: libpopt-devel-1:1.16-alt1 1500322986 installed <13>Aug 1 09:48:21 rpmi: libp11-kit-0.23.15-alt2 p9+254920.2400.19.1 1601385903 installed <13>Aug 1 09:48:21 rpmi: libtasn1-4.14-alt1 p9+235792.100.2.1 1565425233 installed <13>Aug 1 09:48:21 rpmi: rpm-macros-alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed <13>Aug 1 09:48:21 rpmi: alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed <13>Aug 1 09:48:21 rpmi: ca-certificates-2020.06.29-alt1 p9+258899.100.3.1 1601998604 installed <13>Aug 1 09:48:21 rpmi: ca-trust-0.1.2-alt1 p9+233349.100.1.1 1561655062 installed <13>Aug 1 09:48:21 rpmi: p11-kit-trust-0.23.15-alt2 p9+254920.2400.19.1 1601385903 installed <13>Aug 1 09:48:21 rpmi: libcrypto1.1-1.1.1k-alt1 p9+268376.100.3.1 1616721011 installed <13>Aug 1 09:48:21 rpmi: libssl1.1-1.1.1k-alt1 p9+268376.100.3.1 1616721011 installed <13>Aug 1 09:48:21 rpmi: libssl-devel-1.1.1k-alt1 p9+268376.100.3.1 1616721011 installed <13>Aug 1 09:48:21 rpmi: librpm-devel-4.13.0.1-alt24 p9+254187.340.9.1 1598671565 installed <13>Aug 1 09:48:21 rpmi: libsnappy-devel-1.1.7-alt1 sisyphus+227320.100.1.3 1555618694 installed <13>Aug 1 09:48:21 rpmi: libdb4.7-devel-4.7.25-alt9 1490438479 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.29683 + 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.29683 + 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 -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:38: warning: passing argument 1 of 'snappy_uncompressed_length' from incompatible pointer type [-Wincompatible-pointer-types] if (snappy_uncompressed_length(vent + 1, csize, &usize)) { ~~~~~^~~ 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 *' snappy_status snappy_uncompressed_length(const char* compressed, ~~~~~~~~~~~~^~~~~~~~~~ cache.c:396:33: warning: passing argument 1 of 'snappy_uncompress' from incompatible pointer type [-Wincompatible-pointer-types] if (snappy_uncompress(vent + 1, csize, *valp, &usize)) { ~~~~~^~~ 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 *' snappy_status snappy_uncompress(const char* compressed, ~~~~~~~~~~~~^~~~~~~~~~ cache.c:405:49: warning: passing argument 1 of 'snappy_validate_compressed_buffer' from incompatible pointer type [-Wincompatible-pointer-types] if (snappy_validate_compressed_buffer(vent + 1, csize)) { ~~~~~^~~ 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 *' 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] if (snappy_compress(val, valsize, vent + 1, &csize)) { ~~~~~^~~ 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 *' char* compressed, ~~~~~~^~~~~~~~~~ + gcc -shared -fPIC -D_GNU_SOURCE -pipe -frecord-gcc-switches -Wall -g -O2 -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 -march=i586 -mtune=generic -o qacache-clean clean.c libqacache.so.0 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.4200 + 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: 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 Hardlinking identical .pyc and .pyo files Processing files: rpmhdrcache-0.3.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dqRkfF find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,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.7PXCht find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,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.09R0SA 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.3JofFS find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,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.JUvWOq find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,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:jgGC2Dfs8POQ446, 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.jppFqh 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.6sOUmq 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.5dzUbM find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,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.pKgN2t 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.C9cipu find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NIhpfC 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.F8f9S4 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AgvgkQ 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) 5.43user 0.97system 0:19.99elapsed 32%CPU (0avgtext+0avgdata 29968maxresident)k 0inputs+0outputs (0major+449639minor)pagefaults 0swaps 10.05user 3.13system 0:29.13elapsed 45%CPU (0avgtext+0avgdata 117968maxresident)k 296inputs+0outputs (0major+805193minor)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-08-01 09:48:45.713609367 +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) @@ -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 4557f25aa5a02ef537def910e3b0206b +File: /usr/lib/libqacache.so.0 100644 root:root 6a0e736821cf4906d48bc1824ec1a7a4 +RPMIdentity: c0382fdf330fd33482f7b090762055075a1257a247253cc1eb735ec6fb8f4d889080dd138ff86d6a9d428e34ccd7b10b85c65420ef5789aae3e4ca70479e5bbc --- 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-08-01 09:48:45.849608416 +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/12 40755 root:root +/usr/lib/debug/.build-id/12/bdb706a52e4ebcad8e156e4aad6498564a23f6 120777 root:root ../../../../bin/qacache-clean +/usr/lib/debug/.build-id/12/bdb706a52e4ebcad8e156e4aad6498564a23f6.debug 120777 root:root ../../usr/bin/qacache-clean.debug +/usr/lib/debug/.build-id/23 40755 root:root +/usr/lib/debug/.build-id/23/644631681585238c70d06be965b17558957d83 120777 root:root ../../../libqacache.so.0 +/usr/lib/debug/.build-id/23/644631681585238c70d06be965b17558957d83.debug 120777 root:root ../../usr/lib/libqacache.so.0.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/12 40755 root:root +File: /usr/lib/debug/.build-id/12/bdb706a52e4ebcad8e156e4aad6498564a23f6 120777 root:root ../../../../bin/qacache-clean +File: /usr/lib/debug/.build-id/12/bdb706a52e4ebcad8e156e4aad6498564a23f6.debug 120777 root:root ../../usr/bin/qacache-clean.debug +File: /usr/lib/debug/.build-id/23 40755 root:root +File: /usr/lib/debug/.build-id/23/644631681585238c70d06be965b17558957d83 120777 root:root ../../../libqacache.so.0 +File: /usr/lib/debug/.build-id/23/644631681585238c70d06be965b17558957d83.debug 120777 root:root ../../usr/lib/libqacache.so.0.debug +File: /usr/lib/debug/usr/bin/qacache-clean.debug 100644 root:root b05ba714ef424e6b67bb66f4a911def3 +File: /usr/lib/debug/usr/lib/libqacache.so.0.debug 100644 root:root ee8262e89d3d3c784f229329bc22a9fa 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: 7cbb2b48939b17524b22e793c18deb868e1a4b752c028f320cdbdcb4c967c181b81d5e8325f646d7bb87df3c142cad4e9b75b632c7b247e739198887b5ab5629 --- 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-08-01 09:48:46.052606997 +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 c83a7ef3a0a3b06109b9de830c61e9ed +RPMIdentity: 9ea2ca2de2e56a4faa8a0e146123494776364d5f4be92d833a4208b1561051bad03db42f5c52f812debb62c635917f64a7484e0d9bb34542799dae4e5f9e02c9 --- 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-08-01 09:48:46.164606214 +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/c1 40755 root:root +/usr/lib/debug/.build-id/c1/395bdd807240a154f5d4763bbac2c9427cbef1 120777 root:root ../../../rpmhdrcache.so +/usr/lib/debug/.build-id/c1/395bdd807240a154f5d4763bbac2c9427cbef1.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/c1 40755 root:root +File: /usr/lib/debug/.build-id/c1/395bdd807240a154f5d4763bbac2c9427cbef1 120777 root:root ../../../rpmhdrcache.so +File: /usr/lib/debug/.build-id/c1/395bdd807240a154f5d4763bbac2c9427cbef1.debug 120777 root:root ../../usr/lib/rpmhdrcache.so.debug +File: /usr/lib/debug/usr/lib/rpmhdrcache.so.debug 100644 root:root 934c4a86b91a3c0fce03341682602a50 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: 1c186ffefb4af0ccae9e09b626157754d560582099f30ef654536430ac9e72f044b5df44ed51445be2621958523e018c3df488d00b6cbfa6fb6189b9b7219806