<86>Dec 4 03:45:37 userdel[3561948]: delete user 'rooter' <86>Dec 4 03:45:37 userdel[3561948]: removed group 'rooter' owned by 'rooter' <86>Dec 4 03:45:37 userdel[3561948]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 4 03:45:37 groupadd[3561979]: group added to /etc/group: name=rooter, GID=930 <86>Dec 4 03:45:37 groupadd[3561979]: group added to /etc/gshadow: name=rooter <86>Dec 4 03:45:37 groupadd[3561979]: new group: name=rooter, GID=930 <86>Dec 4 03:45:37 useradd[3561992]: new user: name=rooter, UID=930, GID=930, home=/root, shell=/bin/bash <86>Dec 4 03:45:37 userdel[3562012]: delete user 'builder' <86>Dec 4 03:45:37 userdel[3562012]: removed group 'builder' owned by 'builder' <86>Dec 4 03:45:37 userdel[3562012]: removed shadow group 'builder' owned by 'builder' <86>Dec 4 03:45:37 groupadd[3562046]: group added to /etc/group: name=builder, GID=931 <86>Dec 4 03:45:37 groupadd[3562046]: group added to /etc/gshadow: name=builder <86>Dec 4 03:45:37 groupadd[3562046]: new group: name=builder, GID=931 <86>Dec 4 03:45:37 useradd[3562069]: new user: name=builder, UID=931, GID=931, home=/usr/src, shell=/bin/bash <13>Dec 4 03:45:39 rpmi: libsnappy-1.1.7-alt1 sisyphus+276400.100.1.2 1625016400 installed <13>Dec 4 03:45:39 rpmi: libpopt-devel-1:1.18-alt1 sisyphus+283609.300.5.1 1630003303 installed <13>Dec 4 03:45:39 rpmi: libp11-kit-0.23.15-alt2 sisyphus+287552.300.2.1 1634541487 installed <13>Dec 4 03:45:39 rpmi: libtasn1-4.17.0-alt2 sisyphus+285706.100.1.1 1632328570 installed <13>Dec 4 03:45:39 rpmi: rpm-macros-alternatives-0.5.1-alt1 sisyphus+278157.100.2.1 1626055790 installed <13>Dec 4 03:45:39 rpmi: alternatives-0.5.1-alt1 sisyphus+278157.100.2.1 1626055790 installed <13>Dec 4 03:45:39 rpmi: ca-certificates-2021.10.06-alt1 sisyphus+286526.200.1.1 1633528578 installed <13>Dec 4 03:45:39 rpmi: ca-trust-0.1.2-alt1 sisyphus+233348.100.1.1 1561653823 installed <13>Dec 4 03:45:39 rpmi: p11-kit-trust-0.23.15-alt2 sisyphus+287552.300.2.1 1634541487 installed <13>Dec 4 03:45:39 rpmi: libcrypto1.1-1.1.1l-alt2 sisyphus+287339.100.1.1 1634383658 installed <13>Dec 4 03:45:39 rpmi: libssl1.1-1.1.1l-alt2 sisyphus+287339.100.1.1 1634383658 installed <13>Dec 4 03:45:39 rpmi: libssl-devel-1.1.1l-alt2 sisyphus+287339.100.1.1 1634383658 installed <13>Dec 4 03:45:39 rpmi: librpm-devel-4.13.0.1-alt30 sisyphus+285247.300.3.1 1631677090 installed <13>Dec 4 03:45:39 rpmi: libsnappy-devel-1.1.7-alt1 sisyphus+276400.100.1.2 1625016400 installed <13>Dec 4 03:45:39 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.79708 + 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.79708 + 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.4418 + 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: 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.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7ukKz4 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.QLqSFY 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.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.UcmCWb 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.zqXmEE 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.h2apLI 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.MoV8RT 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.MMDujQ 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.LN7o6J 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.aQUY4S 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.4gQzYy find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vBwgmu 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(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.YU2omS find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5a3x9O 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 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.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) 1.79user 1.25system 0:14.17elapsed 21%CPU (0avgtext+0avgdata 23212maxresident)k 0inputs+0outputs (0major+415754minor)pagefaults 0swaps 4.64user 4.20system 0:19.17elapsed 46%CPU (0avgtext+0avgdata 103248maxresident)k 336inputs+0outputs (30096major+748848minor)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-12-04 03:45:55.662805832 +0000 @@ -6,4 +6,6 @@ Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) 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 +13,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 +18,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 a8902b758c776b0d9aea882f2cdc5139 +File: /usr/lib/libqacache.so.0 100644 root:root 9a9d97ee172a45e9f2c50cde4c8c44e8 +RPMIdentity: c0be0f2a78bc8ff82930c4493191277704169f4866fddacee5f3a9a21f4ee8be2a01af7e3e7cf3a64060c16975c3ebec9047d6500e202791485110b9e86ee36c --- 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-12-04 03:45:55.722806612 +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/9a 40755 root:root +/usr/lib/debug/.build-id/9a/3bf5ece375ba2814130c022925ddbd89a0e038 120777 root:root ../../../libqacache.so.0 +/usr/lib/debug/.build-id/9a/3bf5ece375ba2814130c022925ddbd89a0e038.debug 120777 root:root ../../usr/lib/libqacache.so.0.debug +/usr/lib/debug/.build-id/f4 40755 root:root +/usr/lib/debug/.build-id/f4/e63495ff2ca587b315d0947c7ef2048fa096f0 120777 root:root ../../../../bin/qacache-clean +/usr/lib/debug/.build-id/f4/e63495ff2ca587b315d0947c7ef2048fa096f0.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/9a 40755 root:root +File: /usr/lib/debug/.build-id/9a/3bf5ece375ba2814130c022925ddbd89a0e038 120777 root:root ../../../libqacache.so.0 +File: /usr/lib/debug/.build-id/9a/3bf5ece375ba2814130c022925ddbd89a0e038.debug 120777 root:root ../../usr/lib/libqacache.so.0.debug +File: /usr/lib/debug/.build-id/f4 40755 root:root +File: /usr/lib/debug/.build-id/f4/e63495ff2ca587b315d0947c7ef2048fa096f0 120777 root:root ../../../../bin/qacache-clean +File: /usr/lib/debug/.build-id/f4/e63495ff2ca587b315d0947c7ef2048fa096f0.debug 120777 root:root ../../usr/bin/qacache-clean.debug +File: /usr/lib/debug/usr/bin/qacache-clean.debug 100644 root:root ea9eb857ae47197ec2243a08fb5ff3d4 +File: /usr/lib/debug/usr/lib/libqacache.so.0.debug 100644 root:root 042ee5508e180f319b9b87f143d673ed 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: 932e6b4e0b519c508567d09711cc645ccabae088f931606e75337665396ff0a6df26fff98004c090c3184d712b5c34acab0b41ffb997ae8ad11733279152f2e8 --- 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-12-04 03:45:55.827807977 +0000 @@ -3,3 +3,2 @@ Requires: ld-linux.so.2(GLIBC_2.3) -Requires: libdl.so.2(GLIBC_2.0) Requires: librpm.so.7 >= set:mjsAnlj8cN75rO0 @@ -10,3 +9,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 1c719bfe5ec420573ea410911e671fcb +RPMIdentity: 99dddba9a2e1d7e1372e7fde4c6a63ef874d5249cefc54635930074fa97ca02b0339f7cbc6a4917fe265a3c6165de53aab065d559d23acd68fdf9df5e08b4ebd --- 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-12-04 03:45:55.893808836 +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/ae 40755 root:root +/usr/lib/debug/.build-id/ae/0d20c14d62ba24da98c257c393d5ab25c379dc 120777 root:root ../../../rpmhdrcache.so +/usr/lib/debug/.build-id/ae/0d20c14d62ba24da98c257c393d5ab25c379dc.debug 120777 root:root ../../usr/lib/rpmhdrcache.so.debug /usr/lib/debug/usr/lib/rpmhdrcache.so.debug 100644 root:root @@ -9,3 +9,2 @@ Requires: debug(ld-linux.so.2) -Requires: debug(libdl.so.2) Requires: debug(librpm.so.7) @@ -17,6 +16,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/ae 40755 root:root +File: /usr/lib/debug/.build-id/ae/0d20c14d62ba24da98c257c393d5ab25c379dc 120777 root:root ../../../rpmhdrcache.so +File: /usr/lib/debug/.build-id/ae/0d20c14d62ba24da98c257c393d5ab25c379dc.debug 120777 root:root ../../usr/lib/rpmhdrcache.so.debug +File: /usr/lib/debug/usr/lib/rpmhdrcache.so.debug 100644 root:root 4e5c32b6d1803d9804d0cacf55720d2d File: /usr/src/debug/rpmhdrcache-0.3.1 40755 root:root @@ -25,2 +24,2 @@ File: /usr/src/debug/rpmhdrcache-0.3.1/preload.c 100644 root:root 8c2039524208f49d98e21797a4723c1e -RPMIdentity: 1e1c035765829d92da38dc0ad857def4d91117b7dd5187b96c1aff35657362126f7cc8c7e5c6eef85ecdc7636e18b613e67fa866d44e939769f20cdb9096d7a5 +RPMIdentity: f89f8c13ca6f271c8505bc26bec260650af0c8e4a5b2eebc46c85e8f134b5668d5b435a9b626dff8852ef47d525894511c316aaa22cda381a34bffe57df7ef75