<86>Nov 13 03:55:06 userdel[405801]: delete user 'rooter' <86>Nov 13 03:55:06 userdel[405801]: removed group 'rooter' owned by 'rooter' <86>Nov 13 03:55:06 userdel[405801]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 13 03:55:06 groupadd[405821]: group added to /etc/group: name=rooter, GID=648 <86>Nov 13 03:55:06 groupadd[405821]: group added to /etc/gshadow: name=rooter <86>Nov 13 03:55:06 groupadd[405821]: new group: name=rooter, GID=648 <86>Nov 13 03:55:06 useradd[405842]: new user: name=rooter, UID=648, GID=648, home=/root, shell=/bin/bash <86>Nov 13 03:55:06 userdel[405868]: delete user 'builder' <86>Nov 13 03:55:06 userdel[405868]: removed group 'builder' owned by 'builder' <86>Nov 13 03:55:06 userdel[405868]: removed shadow group 'builder' owned by 'builder' <86>Nov 13 03:55:06 groupadd[405887]: group added to /etc/group: name=builder, GID=649 <86>Nov 13 03:55:06 groupadd[405887]: group added to /etc/gshadow: name=builder <86>Nov 13 03:55:06 groupadd[405887]: new group: name=builder, GID=649 <86>Nov 13 03:55:06 useradd[405911]: new user: name=builder, UID=649, GID=649, home=/usr/src, shell=/bin/bash <13>Nov 13 03:55:08 rpmi: libsnappy-1.1.7-alt1 sisyphus+276400.100.1.2 1625016400 installed <13>Nov 13 03:55:08 rpmi: libpopt-devel-1:1.18-alt1 sisyphus+283609.300.5.1 1630003303 installed <13>Nov 13 03:55:08 rpmi: libp11-kit-0.23.15-alt2 sisyphus+287552.300.2.1 1634541487 installed <13>Nov 13 03:55:08 rpmi: libtasn1-4.17.0-alt2 sisyphus+285706.100.1.1 1632328570 installed <13>Nov 13 03:55:08 rpmi: rpm-macros-alternatives-0.5.1-alt1 sisyphus+278157.100.2.1 1626055790 installed <13>Nov 13 03:55:08 rpmi: alternatives-0.5.1-alt1 sisyphus+278157.100.2.1 1626055790 installed <13>Nov 13 03:55:08 rpmi: ca-certificates-2021.10.06-alt1 sisyphus+286526.200.1.1 1633528578 installed <13>Nov 13 03:55:08 rpmi: ca-trust-0.1.2-alt1 sisyphus+233348.100.1.1 1561653823 installed <13>Nov 13 03:55:08 rpmi: p11-kit-trust-0.23.15-alt2 sisyphus+287552.300.2.1 1634541487 installed <13>Nov 13 03:55:08 rpmi: libcrypto1.1-1.1.1l-alt2 sisyphus+287339.100.1.1 1634383658 installed <13>Nov 13 03:55:09 rpmi: libssl1.1-1.1.1l-alt2 sisyphus+287339.100.1.1 1634383658 installed <13>Nov 13 03:55:09 rpmi: libssl-devel-1.1.1l-alt2 sisyphus+287339.100.1.1 1634383658 installed <13>Nov 13 03:55:09 rpmi: librpm-devel-4.13.0.1-alt30 sisyphus+285247.300.3.1 1631677090 installed <13>Nov 13 03:55:09 rpmi: libsnappy-devel-1.1.7-alt1 sisyphus+276400.100.1.2 1625016400 installed <13>Nov 13 03:55:09 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.30363 + 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.30363 + 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.6714 + 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.ahWVGz 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.Qzh8Wi 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.cgM6gb 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.Sl7ONK 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.anI8PD 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.Uf4poI 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.krZ1Ia 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.Igg9oq 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.EKHNdX 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.iUoYRt find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wsoJzE 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.hUgctj find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rEPJww 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) 2.76user 1.66system 0:14.99elapsed 29%CPU (0avgtext+0avgdata 23120maxresident)k 0inputs+0outputs (0major+413101minor)pagefaults 0swaps 7.86user 5.80system 0:23.05elapsed 59%CPU (0avgtext+0avgdata 103416maxresident)k 336inputs+0outputs (29986major+746305minor)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-11-13 03:55:27.414220594 +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 d838f020346db330d61cf60b491fcc55 +File: /usr/lib/libqacache.so.0 100644 root:root b94b80adcdef61d3187c1c1624e0262e +RPMIdentity: 021172c40dee39976e1955df1e60726eb39e10fc59acb1e4776ab61cec8bcd1a48d5dcc39afc921a61004aaa61ceff0c2a79129e709ef3b4017e4266e64c9aac --- 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-11-13 03:55:27.508220939 +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/2a 40755 root:root +/usr/lib/debug/.build-id/2a/5d6018f64064e36ab9b3ae1e23d689b33b9f47 120777 root:root ../../../../bin/qacache-clean +/usr/lib/debug/.build-id/2a/5d6018f64064e36ab9b3ae1e23d689b33b9f47.debug 120777 root:root ../../usr/bin/qacache-clean.debug +/usr/lib/debug/.build-id/c0 40755 root:root +/usr/lib/debug/.build-id/c0/894c7ed4093aba50ad895e44d9b3bf79fe3a20 120777 root:root ../../../libqacache.so.0 +/usr/lib/debug/.build-id/c0/894c7ed4093aba50ad895e44d9b3bf79fe3a20.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/2a 40755 root:root +File: /usr/lib/debug/.build-id/2a/5d6018f64064e36ab9b3ae1e23d689b33b9f47 120777 root:root ../../../../bin/qacache-clean +File: /usr/lib/debug/.build-id/2a/5d6018f64064e36ab9b3ae1e23d689b33b9f47.debug 120777 root:root ../../usr/bin/qacache-clean.debug +File: /usr/lib/debug/.build-id/c0 40755 root:root +File: /usr/lib/debug/.build-id/c0/894c7ed4093aba50ad895e44d9b3bf79fe3a20 120777 root:root ../../../libqacache.so.0 +File: /usr/lib/debug/.build-id/c0/894c7ed4093aba50ad895e44d9b3bf79fe3a20.debug 120777 root:root ../../usr/lib/libqacache.so.0.debug +File: /usr/lib/debug/usr/bin/qacache-clean.debug 100644 root:root 0ae056b411abbc14bdc0ac78fdcd7168 +File: /usr/lib/debug/usr/lib/libqacache.so.0.debug 100644 root:root 8485ae59b8ae9a964e4f8571672f2988 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: 111e0fffdf217c9a80394a09b6da3c853e363304c49559c0c3999172812e513458a848d3317e555a6fdae768421c5c44d0f1c457eb76c51e0bf14d98a4c394b5 --- 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-11-13 03:55:27.674221548 +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 5dd495451e9d81bdfe6a562447d874ef +RPMIdentity: 533cad06149d796717daa3ce6cdaf29dd9642e596da0ddcea1081f60d02ebb09de4e065a19b3b07cac68f64d1caee821847251ed63b60545840204fe95b33185 --- 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-11-13 03:55:27.764221879 +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/1d 40755 root:root +/usr/lib/debug/.build-id/1d/f9002af8ec72d85379410bc738e11c0008b0ba 120777 root:root ../../../rpmhdrcache.so +/usr/lib/debug/.build-id/1d/f9002af8ec72d85379410bc738e11c0008b0ba.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/1d 40755 root:root +File: /usr/lib/debug/.build-id/1d/f9002af8ec72d85379410bc738e11c0008b0ba 120777 root:root ../../../rpmhdrcache.so +File: /usr/lib/debug/.build-id/1d/f9002af8ec72d85379410bc738e11c0008b0ba.debug 120777 root:root ../../usr/lib/rpmhdrcache.so.debug +File: /usr/lib/debug/usr/lib/rpmhdrcache.so.debug 100644 root:root 4ee52ea21330b9916bc7a519e0fc44d8 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: 1df2df4f8e28215977bde2f52a5c9575a7d91e38cd75ef6eb616bfecce7d9073b481e777358c372b42bb8ba4c614ddc4df589b57b93cadfb3663709b48a0935f