<86>Aug 20 04:31:30 userdel[2655183]: delete user 'rooter' <86>Aug 20 04:31:30 userdel[2655183]: removed group 'rooter' owned by 'rooter' <86>Aug 20 04:31:30 userdel[2655183]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 20 04:31:30 groupadd[2655222]: group added to /etc/group: name=rooter, GID=984 <86>Aug 20 04:31:30 groupadd[2655222]: group added to /etc/gshadow: name=rooter <86>Aug 20 04:31:30 groupadd[2655222]: new group: name=rooter, GID=984 <86>Aug 20 04:31:30 useradd[2655264]: new user: name=rooter, UID=984, GID=984, home=/root, shell=/bin/bash <86>Aug 20 04:31:30 userdel[2655330]: delete user 'builder' <86>Aug 20 04:31:30 userdel[2655330]: removed group 'builder' owned by 'builder' <86>Aug 20 04:31:30 userdel[2655330]: removed shadow group 'builder' owned by 'builder' <86>Aug 20 04:31:30 groupadd[2655391]: group added to /etc/group: name=builder, GID=985 <86>Aug 20 04:31:30 groupadd[2655391]: group added to /etc/gshadow: name=builder <86>Aug 20 04:31:30 groupadd[2655391]: new group: name=builder, GID=985 <86>Aug 20 04:31:30 useradd[2655434]: new user: name=builder, UID=985, GID=985, home=/usr/src, shell=/bin/bash <13>Aug 20 04:31:32 rpmi: libsnappy-1.1.7-alt1 sisyphus+276400.100.1.2 1625016400 installed <13>Aug 20 04:31:32 rpmi: libpopt-devel-1:1.18-alt1 sisyphus+283609.300.5.1 1630003303 installed <13>Aug 20 04:31:32 rpmi: libp11-kit-0.24.1-alt1 sisyphus+293720.100.1.1 1642535281 installed <13>Aug 20 04:31:32 rpmi: libtasn1-4.18.0-alt2 sisyphus+301112.100.1.1 1654185769 installed <13>Aug 20 04:31:32 rpmi: rpm-macros-alternatives-0.5.2-alt1 sisyphus+300869.100.1.1 1653844113 installed <13>Aug 20 04:31:32 rpmi: alternatives-0.5.2-alt1 sisyphus+300869.100.1.1 1653844113 installed <13>Aug 20 04:31:32 rpmi: ca-certificates-2022.07.22-alt1 sisyphus+304126.100.1.2 1658509204 installed <13>Aug 20 04:31:32 rpmi: ca-trust-0.1.3-alt1 sisyphus+299449.100.1.1 1651660001 installed <13>Aug 20 04:31:32 rpmi: p11-kit-trust-0.24.1-alt1 sisyphus+293720.100.1.1 1642535281 installed <13>Aug 20 04:31:32 rpmi: libcrypto1.1-1.1.1q-alt1 sisyphus+303203.100.1.1 1657027052 installed <13>Aug 20 04:31:32 rpmi: libssl1.1-1.1.1q-alt1 sisyphus+303203.100.1.1 1657027052 installed <13>Aug 20 04:31:32 rpmi: libssl-devel-1.1.1q-alt1 sisyphus+303203.100.1.1 1657027052 installed <13>Aug 20 04:31:32 rpmi: librpm-devel-4.13.0.1-alt34 sisyphus+303395.200.2.1 1657552006 installed <13>Aug 20 04:31:32 rpmi: libsnappy-devel-1.1.7-alt1 sisyphus+276400.100.1.2 1625016400 installed <13>Aug 20 04:31:32 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.2-alt1.nosrc.rpm (w1.gzdio) Installing rpmhdrcache-0.3.2-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.16741 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf rpmhdrcache-0.3.2 + echo 'Source #0 (rpmhdrcache-0.3.2.tar):' Source #0 (rpmhdrcache-0.3.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/rpmhdrcache-0.3.2.tar + cd rpmhdrcache-0.3.2 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.16741 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd rpmhdrcache-0.3.2 + 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:388:45: warning: passing argument 1 of 'snappy_uncompressed_length' from incompatible pointer type [-Wincompatible-pointer-types] 388 | if (snappy_uncompressed_length(vent + 1, csize, &usize)) { | ~~~~~^~~ | | | struct cache_ent * In file included from cache.c:262: /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:397:40: warning: passing argument 1 of 'snappy_uncompress' from incompatible pointer type [-Wincompatible-pointer-types] 397 | if (snappy_uncompress(vent + 1, csize, *valp, &usize)) { | ~~~~~^~~ | | | struct cache_ent * /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:406:56: warning: passing argument 1 of 'snappy_validate_compressed_buffer' from incompatible pointer type [-Wincompatible-pointer-types] 406 | if (snappy_validate_compressed_buffer(vent + 1, csize)) { | ~~~~~^~~ | | | struct cache_ent * /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:458:44: warning: passing argument 3 of 'snappy_compress' from incompatible pointer type [-Wincompatible-pointer-types] 458 | if (snappy_compress(val, valsize, vent + 1, &csize)) { | ~~~~~^~~ | | | struct cache_ent * /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.22590 + 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.2 + 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: lseek stat verify-elf: WARNING: ./usr/lib/libqacache.so.0: uses non-LFS functions: fstat fstatat ftruncate mmap open openat readdir Processing files: rpmhdrcache-0.3.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aOLZgc 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.n2ai3L 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.2-alt1, ld-linux.so.2 >= set:jiL26, 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.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), 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.cf0fMa Creating rpmhdrcache-debuginfo package Processing files: libqacache-0.3.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YU0EDU 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.r4g0xV 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.33), libc.so.6(GLIBC_2.34), 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.gJ4I60 Creating libqacache-debuginfo package Processing files: libqacache-devel-0.3.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7hyFuK 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.azm026 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.2-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.foxegd Processing files: rpmhdrcache-debuginfo-0.3.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AzZ7tg find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5qxc8p find-requires: running scripts (debuginfo) Provides: debug(rpmhdrcache.so) Requires: rpmhdrcache = 0.3.2-alt1, debug(ld-linux.so.2), debug(libc.so.6), debug(libqacache.so.0), debug(librpm.so.7), debug(librpmio.so.7) Processing files: libqacache-debuginfo-0.3.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RHjscN find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dck8ff find-requires: running scripts (debuginfo) Provides: debug(libqacache.so.0) Requires: libqacache = 0.3.2-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 8 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.2-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libqacache-0.3.2-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libqacache-devel-0.3.2-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/rpmhdrcache-debuginfo-0.3.2-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libqacache-debuginfo-0.3.2-alt1.i586.rpm (w2.lzdio) 1.69user 1.47system 0:14.47elapsed 21%CPU (0avgtext+0avgdata 27932maxresident)k 0inputs+0outputs (0major+407570minor)pagefaults 0swaps 4.74user 5.08system 0:20.13elapsed 48%CPU (0avgtext+0avgdata 104388maxresident)k 336inputs+0outputs (30841major+744843minor)pagefaults 0swaps --- libqacache-0.3.2-alt1.i586.rpm.repo 2021-12-27 11:39:24.000000000 +0000 +++ libqacache-0.3.2-alt1.i586.rpm.hasher 2022-08-20 04:31:48.861078296 +0000 @@ -18,4 +18,4 @@ Provides: libqacache = 0.3.2-alt1:sisyphus+292540.100.2.1 -File: /usr/bin/qacache-clean 100755 root:root ef008b3a5f110bf510e9ef013ca8d476 -File: /usr/lib/libqacache.so.0 100644 root:root f7454e3f069d50d4037290957dfd4b30 -RPMIdentity: f9b01187b39f6d7dcb2567363acd85c4e5614dddfef8a5508bf9504bb16436cf426f7d30263d755d5e4f2f537d225efad50c65fa9c4937fc82524bc36ecb39b1 +File: /usr/bin/qacache-clean 100755 root:root 667570c458fe57be1c0ea8bb1579b8b6 +File: /usr/lib/libqacache.so.0 100644 root:root d51313065dcde5ac8d50a8cc8ab31f4c +RPMIdentity: 564c7fe62eaa04955ab0f52b9ef423c1f7121176c19183db59bfdb008e5cf9bb841aa72edf44bd8e6f121ec38d10543c758b5d641e2da11f43787e99c48f8455 --- libqacache-debuginfo-0.3.2-alt1.i586.rpm.repo 2021-12-27 11:39:24.000000000 +0000 +++ libqacache-debuginfo-0.3.2-alt1.i586.rpm.hasher 2022-08-20 04:31:48.926079188 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/60 40755 root:root -/usr/lib/debug/.build-id/60/a018de4f9b2d0801b7163a2f79a98760e7d437 120777 root:root ../../../../bin/qacache-clean -/usr/lib/debug/.build-id/60/a018de4f9b2d0801b7163a2f79a98760e7d437.debug 120777 root:root ../../usr/bin/qacache-clean.debug -/usr/lib/debug/.build-id/f5 40755 root:root -/usr/lib/debug/.build-id/f5/ecf89e53051562f01b66cf23c9bd943724546d 120777 root:root ../../../libqacache.so.0 -/usr/lib/debug/.build-id/f5/ecf89e53051562f01b66cf23c9bd943724546d.debug 120777 root:root ../../usr/lib/libqacache.so.0.debug +/usr/lib/debug/.build-id/07 40755 root:root +/usr/lib/debug/.build-id/07/7faf3433a9dbfd19f2a95c452885a9057ff1af 120777 root:root ../../../libqacache.so.0 +/usr/lib/debug/.build-id/07/7faf3433a9dbfd19f2a95c452885a9057ff1af.debug 120777 root:root ../../usr/lib/libqacache.so.0.debug +/usr/lib/debug/.build-id/41 40755 root:root +/usr/lib/debug/.build-id/41/1d5478e2be4072c97404f642f92cacfa26eeba 120777 root:root ../../../../bin/qacache-clean +/usr/lib/debug/.build-id/41/1d5478e2be4072c97404f642f92cacfa26eeba.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.2-alt1:sisyphus+292540.100.2.1 -File: /usr/lib/debug/.build-id/60 40755 root:root -File: /usr/lib/debug/.build-id/60/a018de4f9b2d0801b7163a2f79a98760e7d437 120777 root:root ../../../../bin/qacache-clean -File: /usr/lib/debug/.build-id/60/a018de4f9b2d0801b7163a2f79a98760e7d437.debug 120777 root:root ../../usr/bin/qacache-clean.debug -File: /usr/lib/debug/.build-id/f5 40755 root:root -File: /usr/lib/debug/.build-id/f5/ecf89e53051562f01b66cf23c9bd943724546d 120777 root:root ../../../libqacache.so.0 -File: /usr/lib/debug/.build-id/f5/ecf89e53051562f01b66cf23c9bd943724546d.debug 120777 root:root ../../usr/lib/libqacache.so.0.debug -File: /usr/lib/debug/usr/bin/qacache-clean.debug 100644 root:root 525d9e9f269a168634275b64bc1557ab -File: /usr/lib/debug/usr/lib/libqacache.so.0.debug 100644 root:root ae2bb6df6b5f3446884671fc7eb3fae9 +File: /usr/lib/debug/.build-id/07 40755 root:root +File: /usr/lib/debug/.build-id/07/7faf3433a9dbfd19f2a95c452885a9057ff1af 120777 root:root ../../../libqacache.so.0 +File: /usr/lib/debug/.build-id/07/7faf3433a9dbfd19f2a95c452885a9057ff1af.debug 120777 root:root ../../usr/lib/libqacache.so.0.debug +File: /usr/lib/debug/.build-id/41 40755 root:root +File: /usr/lib/debug/.build-id/41/1d5478e2be4072c97404f642f92cacfa26eeba 120777 root:root ../../../../bin/qacache-clean +File: /usr/lib/debug/.build-id/41/1d5478e2be4072c97404f642f92cacfa26eeba.debug 120777 root:root ../../usr/bin/qacache-clean.debug +File: /usr/lib/debug/usr/bin/qacache-clean.debug 100644 root:root e611f55d0f977114cb43655619e8add4 +File: /usr/lib/debug/usr/lib/libqacache.so.0.debug 100644 root:root 0dc3ee95dd2dec7e043ba92efbc41796 File: /usr/src/debug/rpmhdrcache-0.3.2 40755 root:root @@ -33,2 +33,2 @@ File: /usr/src/debug/rpmhdrcache-0.3.2/clean.c 100644 root:root 9910c5fb6007baafa7eeda4649de4e07 -RPMIdentity: 9835d1a7552abb76b3747aacc8286faf238ad865980ef0eaeba884e0ee64f88d9c9ae6bfca7123445ff3da480363a4a211e77880c834c178f4afd6de641f403e +RPMIdentity: d2b31236c36151b2bfa23cfb86f38e435c60a298cf7b44a10e9e1900b304262656de081b11bad4bf41a45095caacb29e2916082271a6874492c1bf8d10a07b04 --- rpmhdrcache-0.3.2-alt1.i586.rpm.repo 2021-12-27 11:39:24.000000000 +0000 +++ rpmhdrcache-0.3.2-alt1.i586.rpm.hasher 2022-08-20 04:31:49.032080643 +0000 @@ -1,3 +1,3 @@ /usr/lib/rpmhdrcache.so 100644 root:root -Requires: ld-linux.so.2 >= set:ihL26 +Requires: ld-linux.so.2 >= set:jiL26 Requires: ld-linux.so.2(GLIBC_2.3) @@ -9,3 +9,3 @@ Provides: rpmhdrcache = 0.3.2-alt1:sisyphus+292540.100.2.1 -File: /usr/lib/rpmhdrcache.so 100644 root:root 89a93a91ce16548d0c4495a2cf9a5003 -RPMIdentity: d415c7214a5616a96a8297963f7e22ba54be9a36abc82fefbe4a94346fd697c257d73a57b1dfb25540d1317d89d77e7b8120b68e6b1c42ebb09c879f7cb860b7 +File: /usr/lib/rpmhdrcache.so 100644 root:root 1195cbeef45119b5ee3fe8f8f2f82899 +RPMIdentity: 207793d375c890031d97ee836b2551becd1d2f3a5bbc8b1f0f6312dbd04c067579808c8c8b0b06834ecdf024780dae33039ad44946eafe110571ac274c194c9e --- rpmhdrcache-debuginfo-0.3.2-alt1.i586.rpm.repo 2021-12-27 11:39:24.000000000 +0000 +++ rpmhdrcache-debuginfo-0.3.2-alt1.i586.rpm.hasher 2022-08-20 04:31:49.097081536 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/d3 40755 root:root -/usr/lib/debug/.build-id/d3/c0101b84cb22ec51b3c8f1cf756c3e6c31eeba 120777 root:root ../../../rpmhdrcache.so -/usr/lib/debug/.build-id/d3/c0101b84cb22ec51b3c8f1cf756c3e6c31eeba.debug 120777 root:root ../../usr/lib/rpmhdrcache.so.debug +/usr/lib/debug/.build-id/eb 40755 root:root +/usr/lib/debug/.build-id/eb/fd86d7130dcf028764d5b686b98c27f1a185f7 120777 root:root ../../../rpmhdrcache.so +/usr/lib/debug/.build-id/eb/fd86d7130dcf028764d5b686b98c27f1a185f7.debug 120777 root:root ../../usr/lib/rpmhdrcache.so.debug /usr/lib/debug/usr/lib/rpmhdrcache.so.debug 100644 root:root @@ -16,6 +16,6 @@ Provides: rpmhdrcache-debuginfo = 0.3.2-alt1:sisyphus+292540.100.2.1 -File: /usr/lib/debug/.build-id/d3 40755 root:root -File: /usr/lib/debug/.build-id/d3/c0101b84cb22ec51b3c8f1cf756c3e6c31eeba 120777 root:root ../../../rpmhdrcache.so -File: /usr/lib/debug/.build-id/d3/c0101b84cb22ec51b3c8f1cf756c3e6c31eeba.debug 120777 root:root ../../usr/lib/rpmhdrcache.so.debug -File: /usr/lib/debug/usr/lib/rpmhdrcache.so.debug 100644 root:root e7cdca2732baa9c2b5705b2b8f52bb66 +File: /usr/lib/debug/.build-id/eb 40755 root:root +File: /usr/lib/debug/.build-id/eb/fd86d7130dcf028764d5b686b98c27f1a185f7 120777 root:root ../../../rpmhdrcache.so +File: /usr/lib/debug/.build-id/eb/fd86d7130dcf028764d5b686b98c27f1a185f7.debug 120777 root:root ../../usr/lib/rpmhdrcache.so.debug +File: /usr/lib/debug/usr/lib/rpmhdrcache.so.debug 100644 root:root 91b718191e4eff3f71e633adf0f47d01 File: /usr/src/debug/rpmhdrcache-0.3.2 40755 root:root @@ -24,2 +24,2 @@ File: /usr/src/debug/rpmhdrcache-0.3.2/preload.c 100644 root:root 8c2039524208f49d98e21797a4723c1e -RPMIdentity: 1943695b77d679268b41f648344695515f7b1ae1214929eed7bb6add3a53946935e94f746a65732080d3e4472846a0e03d83dac6069cb7a2cf0ca8720e7a2e13 +RPMIdentity: 9c781ddcb2c88eefde0c833108f755cf97d3c5549337dc1979ae1dbe3d382b76d01ea8804517a0c05c6b1e53304a8d4906bd47f4c2044bebfa53d831edfacc8b