<86>Jun 3 05:28:46 userdel[2815327]: delete user 'rooter' <86>Jun 3 05:28:46 userdel[2815327]: removed group 'rooter' owned by 'rooter' <86>Jun 3 05:28:46 userdel[2815327]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 3 05:28:46 groupadd[2815388]: group added to /etc/group: name=rooter, GID=1838 <86>Jun 3 05:28:46 groupadd[2815388]: group added to /etc/gshadow: name=rooter <86>Jun 3 05:28:46 groupadd[2815388]: new group: name=rooter, GID=1838 <86>Jun 3 05:28:46 useradd[2815422]: new user: name=rooter, UID=1838, GID=1838, home=/root, shell=/bin/bash, from=none <86>Jun 3 05:28:46 userdel[2815484]: delete user 'builder' <86>Jun 3 05:28:46 userdel[2815484]: removed group 'builder' owned by 'builder' <86>Jun 3 05:28:46 userdel[2815484]: removed shadow group 'builder' owned by 'builder' <86>Jun 3 05:28:46 groupadd[2815552]: group added to /etc/group: name=builder, GID=1839 <86>Jun 3 05:28:46 groupadd[2815552]: group added to /etc/gshadow: name=builder <86>Jun 3 05:28:46 groupadd[2815552]: new group: name=builder, GID=1839 <86>Jun 3 05:28:46 useradd[2815589]: new user: name=builder, UID=1839, GID=1839, home=/usr/src, shell=/bin/bash, from=none <13>Jun 3 05:28:47 rpmi: libsnappy-1.1.7-alt1 sisyphus+276400.100.1.2 1625016400 installed <13>Jun 3 05:28:47 rpmi: libpopt-devel-1:1.18-alt1 sisyphus+283609.300.5.1 1630003303 installed <13>Jun 3 05:28:47 rpmi: libp11-kit-0.24.1-alt1 sisyphus+293720.100.1.1 1642535281 installed <13>Jun 3 05:28:47 rpmi: libtasn1-4.19.0-alt1 sisyphus+305700.100.1.1 1661359628 installed <13>Jun 3 05:28:47 rpmi: rpm-macros-alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Jun 3 05:28:47 rpmi: alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Jun 3 05:28:47 rpmi: ca-certificates-2022.12.14-alt1 sisyphus+311754.200.1.1 1671046143 installed <13>Jun 3 05:28:47 rpmi: ca-trust-0.1.4-alt1 sisyphus+308690.100.1.1 1666182992 installed <13>Jun 3 05:28:47 rpmi: p11-kit-trust-0.24.1-alt1 sisyphus+293720.100.1.1 1642535281 installed <13>Jun 3 05:28:47 rpmi: libcrypto1.1-1.1.1u-alt1 sisyphus+322200.100.1.1 1685474790 installed <13>Jun 3 05:28:47 rpmi: libssl1.1-1.1.1u-alt1 sisyphus+322200.100.1.1 1685474790 installed <13>Jun 3 05:28:47 rpmi: libssl-devel-1.1.1u-alt1 sisyphus+322200.100.1.1 1685474790 installed <13>Jun 3 05:28:47 rpmi: librpm-devel-4.13.0.1-alt37 sisyphus+321632.100.1.1 1684768085 installed <13>Jun 3 05:28:47 rpmi: libsnappy-devel-1.1.7-alt1 sisyphus+276400.100.1.2 1625016400 installed <13>Jun 3 05:28:47 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.86732 + 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.86732 + 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.20120 + 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.qWX2Bv 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.NMKEkF 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.59tX4m 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.uaBhSU 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.m5PXW0 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.WbOkQg 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.p285Bv 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.u83JGn 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.B39om0 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.dB8w5U find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Zbgk57 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.BRuHSg find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mBsxob 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.30user 1.57system 0:14.29elapsed 20%CPU (0avgtext+0avgdata 27440maxresident)k 0inputs+0outputs (0major+407277minor)pagefaults 0swaps 1.87user 1.27system 0:19.99elapsed 15%CPU (0avgtext+0avgdata 109656maxresident)k 0inputs+0outputs (0major+195086minor)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 2023-06-03 05:29:04.075749488 +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 1059c7a7217a566e5a9ff7d5267d0095 +File: /usr/lib/libqacache.so.0 100644 root:root bf01df64b95413c508c0a15f63911501 +RPMIdentity: f18c5c3d8bcf31ea6bfceee45364e9fb6ef631f57be842772a49310a96b99b74b37dacf03e81dd4cba452e275481160e734a0fcf766d9193683e1fbbe5a2f76f --- 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 2023-06-03 05:29:04.162750478 +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/2a 40755 root:root +/usr/lib/debug/.build-id/2a/d4bd9dfb4cdc7e1b56d990fc892260245142c5 120777 root:root ../../../../bin/qacache-clean +/usr/lib/debug/.build-id/2a/d4bd9dfb4cdc7e1b56d990fc892260245142c5.debug 120777 root:root ../../usr/bin/qacache-clean.debug +/usr/lib/debug/.build-id/c7 40755 root:root +/usr/lib/debug/.build-id/c7/6fc30b7e2cfcfeb7c9fc45474b2a4445b0f2d0 120777 root:root ../../../libqacache.so.0 +/usr/lib/debug/.build-id/c7/6fc30b7e2cfcfeb7c9fc45474b2a4445b0f2d0.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.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/2a 40755 root:root +File: /usr/lib/debug/.build-id/2a/d4bd9dfb4cdc7e1b56d990fc892260245142c5 120777 root:root ../../../../bin/qacache-clean +File: /usr/lib/debug/.build-id/2a/d4bd9dfb4cdc7e1b56d990fc892260245142c5.debug 120777 root:root ../../usr/bin/qacache-clean.debug +File: /usr/lib/debug/.build-id/c7 40755 root:root +File: /usr/lib/debug/.build-id/c7/6fc30b7e2cfcfeb7c9fc45474b2a4445b0f2d0 120777 root:root ../../../libqacache.so.0 +File: /usr/lib/debug/.build-id/c7/6fc30b7e2cfcfeb7c9fc45474b2a4445b0f2d0.debug 120777 root:root ../../usr/lib/libqacache.so.0.debug +File: /usr/lib/debug/usr/bin/qacache-clean.debug 100644 root:root 8b9af2eee09c18da540adb5226cfd457 +File: /usr/lib/debug/usr/lib/libqacache.so.0.debug 100644 root:root 7738e675d982b8d84269a3b3a567fd42 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: 8867e1e7fd9e31f4af6c77c879d4fa6238282368d7d5e4ae79f8e308c302858d61161b9c5eb2b79937c4d9865b066d4e03250a62d2ab89f7d3757c5bf9fb9e6a --- rpmhdrcache-0.3.2-alt1.i586.rpm.repo 2021-12-27 11:39:24.000000000 +0000 +++ rpmhdrcache-0.3.2-alt1.i586.rpm.hasher 2023-06-03 05:29:04.293751968 +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 7d6f8e303671fd78f27e5a03f213be7b +RPMIdentity: 2896477e0f8ea3b480b2aa5aa068b38b59da1fd9c9a98f114425edad27320f41ac6eb885e90f34112f6cb990979396407bd497d14746bc25edb228501914e21c --- 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 2023-06-03 05:29:04.406753254 +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/9e 40755 root:root +/usr/lib/debug/.build-id/9e/7c86df755ed2b11a88021b0ce5c367e9372a5e 120777 root:root ../../../rpmhdrcache.so +/usr/lib/debug/.build-id/9e/7c86df755ed2b11a88021b0ce5c367e9372a5e.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/9e 40755 root:root +File: /usr/lib/debug/.build-id/9e/7c86df755ed2b11a88021b0ce5c367e9372a5e 120777 root:root ../../../rpmhdrcache.so +File: /usr/lib/debug/.build-id/9e/7c86df755ed2b11a88021b0ce5c367e9372a5e.debug 120777 root:root ../../usr/lib/rpmhdrcache.so.debug +File: /usr/lib/debug/usr/lib/rpmhdrcache.so.debug 100644 root:root 05cfa705dd2f078409f062a63df57c77 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: ab056c2d2488e33c071afdc5f390f9b3365ecc78d40dee920465183ad4257e4e4fecf0f8b679c9d5ed836129b6ceb71e286af80795554526d7492552b91dbaac