<86>Jul 27 10:59:58 userdel[2565886]: delete user 'rooter' <86>Jul 27 10:59:58 userdel[2565886]: removed group 'rooter' owned by 'rooter' <86>Jul 27 10:59:58 userdel[2565886]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 27 10:59:58 groupadd[2565893]: group added to /etc/group: name=rooter, GID=699 <86>Jul 27 10:59:58 groupadd[2565893]: group added to /etc/gshadow: name=rooter <86>Jul 27 10:59:58 groupadd[2565893]: new group: name=rooter, GID=699 <86>Jul 27 10:59:58 useradd[2565899]: new user: name=rooter, UID=699, GID=699, home=/root, shell=/bin/bash <86>Jul 27 10:59:58 userdel[2565909]: delete user 'builder' <86>Jul 27 10:59:58 userdel[2565909]: removed group 'builder' owned by 'builder' <86>Jul 27 10:59:58 userdel[2565909]: removed shadow group 'builder' owned by 'builder' <86>Jul 27 10:59:58 groupadd[2565916]: group added to /etc/group: name=builder, GID=700 <86>Jul 27 10:59:58 groupadd[2565916]: group added to /etc/gshadow: name=builder <86>Jul 27 10:59:58 groupadd[2565916]: new group: name=builder, GID=700 <86>Jul 27 10:59:58 useradd[2565926]: new user: name=builder, UID=700, GID=700, home=/usr/src, shell=/bin/bash <13>Jul 27 11:00:00 rpmi: libsnappy-1.1.7-alt1 sisyphus+276400.100.1.2 1625016400 installed <13>Jul 27 11:00:00 rpmi: libpopt-devel-1:1.16-alt1 sisyphus+278099.2300.1.1 1626030418 installed <13>Jul 27 11:00:00 rpmi: libp11-kit-0.23.15-alt2 sisyphus+278382.100.1.2 1626190687 installed <13>Jul 27 11:00:00 rpmi: libtasn1-4.17.0-alt1 sisyphus+276722.100.1.1 1625211286 installed <13>Jul 27 11:00:00 rpmi: rpm-macros-alternatives-0.5.1-alt1 sisyphus+278157.100.2.1 1626055790 installed <13>Jul 27 11:00:00 rpmi: alternatives-0.5.1-alt1 sisyphus+278157.100.2.1 1626055790 installed <13>Jul 27 11:00:00 rpmi: ca-certificates-2021.06.03-alt1 sisyphus+273509.400.1.1 1622736045 installed <13>Jul 27 11:00:00 rpmi: ca-trust-0.1.2-alt1 sisyphus+233348.100.1.1 1561653823 installed <13>Jul 27 11:00:00 rpmi: p11-kit-trust-0.23.15-alt2 sisyphus+278382.100.1.2 1626190687 installed <13>Jul 27 11:00:00 rpmi: libcrypto1.1-1.1.1k-alt1 sisyphus+279286.100.1.1 1626469643 installed <13>Jul 27 11:00:00 rpmi: libssl1.1-1.1.1k-alt1 sisyphus+279286.100.1.1 1626469643 installed <13>Jul 27 11:00:00 rpmi: libssl-devel-1.1.1k-alt1 sisyphus+279286.100.1.1 1626469643 installed <13>Jul 27 11:00:00 rpmi: librpm-devel-4.13.0.1-alt24 sisyphus+279616.100.1.1 1626620540 installed <13>Jul 27 11:00:00 rpmi: libsnappy-devel-1.1.7-alt1 sisyphus+276400.100.1.2 1625016400 installed <13>Jul 27 11:00:00 rpmi: libdb4.7-devel-4.7.25-alt11 sisyphus+279812.100.2.1 1626734860 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.97060 + 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.97060 + 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] 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:33: 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:49: 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 -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.55769 + 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.SA9QwD 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.QQ0E9B 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.8dPOyF 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.xQ6ugE 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.LDIXxE 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.sj4jzE 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.IIKSOC 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.x0IyPF 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.JCON8E 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.GJR6uE find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sqwl2E 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.xBhszD find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4elFsD 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) 4.15user 2.69system 0:16.03elapsed 42%CPU (0avgtext+0avgdata 29824maxresident)k 0inputs+0outputs (0major+391890minor)pagefaults 0swaps 9.64user 6.61system 0:25.30elapsed 64%CPU (0avgtext+0avgdata 105100maxresident)k 0inputs+0outputs (0major+751793minor)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-07-27 11:00:21.574381876 +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: 63a4f8f80f93af17d6c33f1309fd2b93 +File: /usr/bin/qacache-clean 100755 root:root 4ec021f1989828c13fe629f95d5a307d +File: /usr/lib/libqacache.so.0 100644 root:root 511383744670206c6a15772bd7809a07 +RPMIdentity: b1a9ef3672e4175bf36c966b76c2e5f2 --- 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-07-27 11:00:21.686381131 +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/7a 40755 root:root +/usr/lib/debug/.build-id/7a/66228e7eb4e59193d359db4d9b9e36ff4ea7df 120777 root:root ../../../../bin/qacache-clean +/usr/lib/debug/.build-id/7a/66228e7eb4e59193d359db4d9b9e36ff4ea7df.debug 120777 root:root ../../usr/bin/qacache-clean.debug +/usr/lib/debug/.build-id/f0 40755 root:root +/usr/lib/debug/.build-id/f0/18f6eb50141bce3d73a69ae9d932255b2be997 120777 root:root ../../../libqacache.so.0 +/usr/lib/debug/.build-id/f0/18f6eb50141bce3d73a69ae9d932255b2be997.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/7a 40755 root:root +File: /usr/lib/debug/.build-id/7a/66228e7eb4e59193d359db4d9b9e36ff4ea7df 120777 root:root ../../../../bin/qacache-clean +File: /usr/lib/debug/.build-id/7a/66228e7eb4e59193d359db4d9b9e36ff4ea7df.debug 120777 root:root ../../usr/bin/qacache-clean.debug +File: /usr/lib/debug/.build-id/f0 40755 root:root +File: /usr/lib/debug/.build-id/f0/18f6eb50141bce3d73a69ae9d932255b2be997 120777 root:root ../../../libqacache.so.0 +File: /usr/lib/debug/.build-id/f0/18f6eb50141bce3d73a69ae9d932255b2be997.debug 120777 root:root ../../usr/lib/libqacache.so.0.debug +File: /usr/lib/debug/usr/bin/qacache-clean.debug 100644 root:root e358603a6d9d9a17a7fc59c05546f4c9 +File: /usr/lib/debug/usr/lib/libqacache.so.0.debug 100644 root:root 4a69a0d426ff7419c4076dc7ee5233b9 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: d5c103cd994d2e320a8b5fbd7fac9352 +RPMIdentity: 0efe0aa03efa730d17b2ef84031c6211 --- 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-07-27 11:00:21.914379614 +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: 306e6240208f1c58f25ca0642c90f262 +File: /usr/lib/rpmhdrcache.so 100644 root:root 553df165c9fd3ceb8ca38f7d896012ef +RPMIdentity: c96d0254f73edb646fe75e74b22a3ed2 --- 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-07-27 11:00:22.036378803 +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/91 40755 root:root +/usr/lib/debug/.build-id/91/22a0a1c4d993ba97fb64a58c97c3d90d84f72c 120777 root:root ../../../rpmhdrcache.so +/usr/lib/debug/.build-id/91/22a0a1c4d993ba97fb64a58c97c3d90d84f72c.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/91 40755 root:root +File: /usr/lib/debug/.build-id/91/22a0a1c4d993ba97fb64a58c97c3d90d84f72c 120777 root:root ../../../rpmhdrcache.so +File: /usr/lib/debug/.build-id/91/22a0a1c4d993ba97fb64a58c97c3d90d84f72c.debug 120777 root:root ../../usr/lib/rpmhdrcache.so.debug +File: /usr/lib/debug/usr/lib/rpmhdrcache.so.debug 100644 root:root c869dd807f8ed3a79256d93eb6bcc859 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: 02a1bbbb9a594b4596c92b2524e11e2c +RPMIdentity: c0eebee5133dd01cfd5a520e20f950e7