<86>Jul 16 05:02:09 userdel[736194]: delete user 'rooter' <86>Jul 16 05:02:09 userdel[736194]: removed group 'rooter' owned by 'rooter' <86>Jul 16 05:02:09 userdel[736194]: removed shadow group 'rooter' owned by 'rooter' <86>Jul 16 05:02:09 groupadd[736260]: group added to /etc/group: name=rooter, GID=1847 <86>Jul 16 05:02:09 groupadd[736260]: group added to /etc/gshadow: name=rooter <86>Jul 16 05:02:09 groupadd[736260]: new group: name=rooter, GID=1847 <86>Jul 16 05:02:09 useradd[736289]: new user: name=rooter, UID=1847, GID=1847, home=/root, shell=/bin/bash, from=none <86>Jul 16 05:02:09 userdel[736345]: delete user 'builder' <86>Jul 16 05:02:09 userdel[736345]: removed group 'builder' owned by 'builder' <86>Jul 16 05:02:09 userdel[736345]: removed shadow group 'builder' owned by 'builder' <86>Jul 16 05:02:09 groupadd[736395]: group added to /etc/group: name=builder, GID=1848 <86>Jul 16 05:02:09 groupadd[736395]: group added to /etc/gshadow: name=builder <86>Jul 16 05:02:09 groupadd[736395]: new group: name=builder, GID=1848 <86>Jul 16 05:02:09 useradd[736426]: new user: name=builder, UID=1848, GID=1848, home=/usr/src, shell=/bin/bash, from=none <13>Jul 16 05:02:11 rpmi: libsnappy-1.1.7-alt1 sisyphus+276400.100.1.2 1625016393 installed <13>Jul 16 05:02:11 rpmi: libpopt-devel-1:1.18-alt1 sisyphus+283609.300.5.1 1630003299 installed <13>Jul 16 05:02:12 rpmi: libp11-kit-1:0.24.1-alt2 sisyphus+324666.100.1.1 1689083439 installed <13>Jul 16 05:02:12 rpmi: libtasn1-4.19.0-alt2 sisyphus+323514.100.1.1 1687445894 installed <13>Jul 16 05:02:12 rpmi: rpm-macros-alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Jul 16 05:02:12 rpmi: alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Jul 16 05:02:12 rpmi: ca-certificates-2022.12.14-alt1 sisyphus+311754.200.1.1 1671046143 installed <13>Jul 16 05:02:12 rpmi: ca-trust-0.1.4-alt1 sisyphus+308690.100.1.1 1666182992 installed <13>Jul 16 05:02:12 rpmi: p11-kit-trust-1:0.24.1-alt2 sisyphus+324666.100.1.1 1689083439 installed <13>Jul 16 05:02:12 rpmi: libcrypto3-3.1.1-alt1 sisyphus+324359.340.3.1 1689253037 installed <13>Jul 16 05:02:12 rpmi: libssl3-3.1.1-alt1 sisyphus+324359.340.3.1 1689253037 installed <13>Jul 16 05:02:12 rpmi: libssl-devel-3.1.1-alt1 sisyphus+324359.340.3.1 1689253037 installed <13>Jul 16 05:02:12 rpmi: librpm-devel-4.13.0.1-alt38 sisyphus+324286.100.3.1 1688750993 installed <13>Jul 16 05:02:12 rpmi: libsnappy-devel-1.1.7-alt1 sisyphus+276400.100.1.2 1625016393 installed <13>Jul 16 05:02:12 rpmi: libdb4.7-devel-4.7.25-alt12 sisyphus+283793.100.2.1 1629966936 installed Building target platforms: x86_64 Building for target x86_64 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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.25052 + 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.25052 + 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 -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 -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 -o qacache-clean clean.c libqacache.so.0 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.25052 + 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/lib64/libqacache.so.0 + ln -s libqacache.so.0 /usr/src/tmp/rpmhdrcache-buildroot/usr/lib64/libqacache.so + install -pD -m644 rpmhdrcache.so /usr/src/tmp/rpmhdrcache-buildroot/usr/lib64/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/lib64: (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) Processing files: rpmhdrcache-0.3.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.p7qD60 find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/rpmhdrcache-buildroot/usr/lib64/rpmhdrcache.so: 4 symbols, 12 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nDdRoa find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: rpmhdrcache.so()(64bit) = set:fcK2F9DOf1 Requires: libqacache = 0.3.2-alt1, ld-linux-x86-64.so.2()(64bit) >= set:jiids, ld-linux-x86-64.so.2(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libqacache.so.0()(64bit) >= set:gdiBUeJnUn1, librpm.so.7()(64bit) >= set:mjsAnlj8cN75rO0, librpmio.so.7()(64bit) >= 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.xW1nwi 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.kAcdJu find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/rpmhdrcache-buildroot/usr/lib64/libqacache.so.0: 5 symbols, 13 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HoWT45 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()(64bit) = set:gdhSceKjX5Zl1 Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libcrypto.so.3()(64bit) >= set:qpan4T, libcrypto.so.3(OPENSSL_3.0.0)(64bit), libdb-4.7.so()(64bit) >= set:jhdaAZdUlE1, libsnappy.so.1()(64bit) >= 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.eG04pn 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.1oWOII 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.4HPs8v 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/lib64/libqacache.so.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DkVNcn 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.dXxNQD find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9rAmfJ find-requires: running scripts (debuginfo) Provides: debug64(rpmhdrcache.so) Requires: rpmhdrcache = 0.3.2-alt1, debug64(ld-linux-x86-64.so.2), debug64(libc.so.6), debug64(libqacache.so.0), debug64(librpm.so.7), debug64(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.LSlrFu find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.L8rxLm find-requires: running scripts (debuginfo) Provides: debug64(libqacache.so.0) Requires: libqacache = 0.3.2-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libcrypto.so.3), debug64(libdb-4.7.so), debug64(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 7 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/x86_64/rpmhdrcache-0.3.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libqacache-0.3.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libqacache-devel-0.3.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/rpmhdrcache-debuginfo-0.3.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libqacache-debuginfo-0.3.2-alt1.x86_64.rpm (w2.lzdio) 0.98user 1.32system 0:13.95elapsed 16%CPU (0avgtext+0avgdata 31812maxresident)k 0inputs+0outputs (0major+435059minor)pagefaults 0swaps 3.03user 1.39system 0:20.95elapsed 21%CPU (0avgtext+0avgdata 126004maxresident)k 0inputs+0outputs (0major+198990minor)pagefaults 0swaps --- libqacache-0.3.2-alt1.x86_64.rpm.repo 2021-12-27 11:39:24.000000000 +0000 +++ libqacache-0.3.2-alt1.x86_64.rpm.hasher 2023-07-16 05:02:28.171433041 +0000 @@ -9,5 +9,5 @@ Requires: libc.so.6(GLIBC_2.4)(64bit) -Requires: libcrypto.so.1.1()(64bit) >= set:qpan4T +Requires: libcrypto.so.3()(64bit) >= set:qpan4T Requires: rpmlib(SetVersions) -Requires: libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) +Requires: libcrypto.so.3(OPENSSL_3.0.0)(64bit) Requires: libdb-4.7.so()(64bit) >= set:jhdaAZdUlE1 @@ -18,4 +18,4 @@ Provides: libqacache = 0.3.2-alt1:sisyphus+292540.100.2.1 -File: /usr/bin/qacache-clean 100755 root:root a83d1dcda625f0a1a93c1515623fcba8 -File: /usr/lib64/libqacache.so.0 100644 root:root e4c4ded2ed1b8c9edeb8da31a7ee71fa -RPMIdentity: 51f7980b5d64e3f0256f81c8123aa9631b7d7a23b75efd894c1d1134da6f17228bc70d46bbdb4e8d615f92e7ddccb750b9d6af5d72ddf2e79ab47047c577e9eb +File: /usr/bin/qacache-clean 100755 root:root 915018bd192685cf034601c966ce6939 +File: /usr/lib64/libqacache.so.0 100644 root:root 6c4f303a8ddbdab2d23e31211ce3b80f +RPMIdentity: 77e932bfd7eb43621de24ce4cf9603934f72fbef88d9cc45427c5fc0a88eee4e83ebf8268af9ef9d54ff0fa534ffa192f7dfcb8fed5d511c9642394babf099ae --- libqacache-debuginfo-0.3.2-alt1.x86_64.rpm.repo 2021-12-27 11:39:24.000000000 +0000 +++ libqacache-debuginfo-0.3.2-alt1.x86_64.rpm.hasher 2023-07-16 05:02:28.225433962 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/02 40755 root:root -/usr/lib/debug/.build-id/02/09b477a4f558138d0dd8b1318b6fe3be1a8dd6 120777 root:root ../../../../bin/qacache-clean -/usr/lib/debug/.build-id/02/09b477a4f558138d0dd8b1318b6fe3be1a8dd6.debug 120777 root:root ../../usr/bin/qacache-clean.debug -/usr/lib/debug/.build-id/df 40755 root:root -/usr/lib/debug/.build-id/df/a3aea131db190dbbaffa6313a33241db3d9e59 120777 root:root ../../../../lib64/libqacache.so.0 -/usr/lib/debug/.build-id/df/a3aea131db190dbbaffa6313a33241db3d9e59.debug 120777 root:root ../../usr/lib64/libqacache.so.0.debug +/usr/lib/debug/.build-id/75 40755 root:root +/usr/lib/debug/.build-id/75/6f9e56fb8a41601c8000a6333cad0e5c0f9585 120777 root:root ../../../../bin/qacache-clean +/usr/lib/debug/.build-id/75/6f9e56fb8a41601c8000a6333cad0e5c0f9585.debug 120777 root:root ../../usr/bin/qacache-clean.debug +/usr/lib/debug/.build-id/9c 40755 root:root +/usr/lib/debug/.build-id/9c/9d0b83f49d9edf04cd661749b1f95b08cc000b 120777 root:root ../../../../lib64/libqacache.so.0 +/usr/lib/debug/.build-id/9c/9d0b83f49d9edf04cd661749b1f95b08cc000b.debug 120777 root:root ../../usr/lib64/libqacache.so.0.debug /usr/lib/debug/usr/bin/qacache-clean.debug 100644 root:root @@ -14,3 +14,3 @@ Requires: debug64(libc.so.6) -Requires: debug64(libcrypto.so.1.1) +Requires: debug64(libcrypto.so.3) Requires: debug64(libdb-4.7.so) @@ -21,10 +21,10 @@ Provides: libqacache-debuginfo = 0.3.2-alt1:sisyphus+292540.100.2.1 -File: /usr/lib/debug/.build-id/02 40755 root:root -File: /usr/lib/debug/.build-id/02/09b477a4f558138d0dd8b1318b6fe3be1a8dd6 120777 root:root ../../../../bin/qacache-clean -File: /usr/lib/debug/.build-id/02/09b477a4f558138d0dd8b1318b6fe3be1a8dd6.debug 120777 root:root ../../usr/bin/qacache-clean.debug -File: /usr/lib/debug/.build-id/df 40755 root:root -File: /usr/lib/debug/.build-id/df/a3aea131db190dbbaffa6313a33241db3d9e59 120777 root:root ../../../../lib64/libqacache.so.0 -File: /usr/lib/debug/.build-id/df/a3aea131db190dbbaffa6313a33241db3d9e59.debug 120777 root:root ../../usr/lib64/libqacache.so.0.debug -File: /usr/lib/debug/usr/bin/qacache-clean.debug 100644 root:root 8e41cd827543dbaa8403c896a608d6fc -File: /usr/lib/debug/usr/lib64/libqacache.so.0.debug 100644 root:root eafd90afdd727db4599ebc6d25a4963f +File: /usr/lib/debug/.build-id/75 40755 root:root +File: /usr/lib/debug/.build-id/75/6f9e56fb8a41601c8000a6333cad0e5c0f9585 120777 root:root ../../../../bin/qacache-clean +File: /usr/lib/debug/.build-id/75/6f9e56fb8a41601c8000a6333cad0e5c0f9585.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/9d0b83f49d9edf04cd661749b1f95b08cc000b 120777 root:root ../../../../lib64/libqacache.so.0 +File: /usr/lib/debug/.build-id/9c/9d0b83f49d9edf04cd661749b1f95b08cc000b.debug 120777 root:root ../../usr/lib64/libqacache.so.0.debug +File: /usr/lib/debug/usr/bin/qacache-clean.debug 100644 root:root 42b0be659644d867d87d9c2cbc5015c1 +File: /usr/lib/debug/usr/lib64/libqacache.so.0.debug 100644 root:root c30acd37fa9bb2d2c2e83ecfb056df6a 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: aabbc4adcc27f7964f320175f11e203b2f6b7114e1e79ab6d2e190f51cabd2087e2f20803b932e2a28568d55fdef42c4f7d9439178dfcbf896b85217a8863b76 +RPMIdentity: 605a67d6adb836e1e79d4a9123ddf88a0ecbd160171f8b027dbc79c996cba7a7218f5d73229f35cc1f46779525abaee475de31ca5805660de2a8749937f38194 --- rpmhdrcache-0.3.2-alt1.x86_64.rpm.repo 2021-12-27 11:39:24.000000000 +0000 +++ rpmhdrcache-0.3.2-alt1.x86_64.rpm.hasher 2023-07-16 05:02:28.369436418 +0000 @@ -1,3 +1,3 @@ /usr/lib64/rpmhdrcache.so 100644 root:root -Requires: ld-linux-x86-64.so.2()(64bit) >= set:ihidc +Requires: ld-linux-x86-64.so.2()(64bit) >= set:jiids Requires: ld-linux-x86-64.so.2(GLIBC_2.3)(64bit) @@ -9,3 +9,3 @@ Provides: rpmhdrcache = 0.3.2-alt1:sisyphus+292540.100.2.1 -File: /usr/lib64/rpmhdrcache.so 100644 root:root b8d5c05c113725c7f64b71d128b8e0f5 -RPMIdentity: a3afae4309b6fb83f927b87893aecee54dbe2cfc6cb6b0a4216cc9afbf1460914585de9667617667df3e37409f39d39402ce43dfeefd52f80cad2bf38e550007 +File: /usr/lib64/rpmhdrcache.so 100644 root:root 9af8b837c662a5d2c3ce2733c1921e3e +RPMIdentity: a1b45d108889fb8ca9115b6f6d552a0d2e2e4d6e5a96c36cf78134ca0dce28b37e95224641fcb24e603326b6c86ab8227c2df83ff006fe4ae038c1d4e0e98106 --- rpmhdrcache-debuginfo-0.3.2-alt1.x86_64.rpm.repo 2021-12-27 11:39:24.000000000 +0000 +++ rpmhdrcache-debuginfo-0.3.2-alt1.x86_64.rpm.hasher 2023-07-16 05:02:28.441437646 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/11 40755 root:root -/usr/lib/debug/.build-id/11/2d20b199b18b3e68d149b6c700d182ea68c620 120777 root:root ../../../../lib64/rpmhdrcache.so -/usr/lib/debug/.build-id/11/2d20b199b18b3e68d149b6c700d182ea68c620.debug 120777 root:root ../../usr/lib64/rpmhdrcache.so.debug +/usr/lib/debug/.build-id/16 40755 root:root +/usr/lib/debug/.build-id/16/817812619818fa193790f5a6e1c6a05ba83308 120777 root:root ../../../../lib64/rpmhdrcache.so +/usr/lib/debug/.build-id/16/817812619818fa193790f5a6e1c6a05ba83308.debug 120777 root:root ../../usr/lib64/rpmhdrcache.so.debug /usr/lib/debug/usr/lib64/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/11 40755 root:root -File: /usr/lib/debug/.build-id/11/2d20b199b18b3e68d149b6c700d182ea68c620 120777 root:root ../../../../lib64/rpmhdrcache.so -File: /usr/lib/debug/.build-id/11/2d20b199b18b3e68d149b6c700d182ea68c620.debug 120777 root:root ../../usr/lib64/rpmhdrcache.so.debug -File: /usr/lib/debug/usr/lib64/rpmhdrcache.so.debug 100644 root:root cc9a5d61512c7f9f5c874d20d70626f4 +File: /usr/lib/debug/.build-id/16 40755 root:root +File: /usr/lib/debug/.build-id/16/817812619818fa193790f5a6e1c6a05ba83308 120777 root:root ../../../../lib64/rpmhdrcache.so +File: /usr/lib/debug/.build-id/16/817812619818fa193790f5a6e1c6a05ba83308.debug 120777 root:root ../../usr/lib64/rpmhdrcache.so.debug +File: /usr/lib/debug/usr/lib64/rpmhdrcache.so.debug 100644 root:root ba17834b02ebae9f6b206797d0cfc45e 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: 963b088df9880dedffc3524c174f441c98c14f73145516168177dddbfeae7fb3b57d354fee8fef5610b3abf2f1f81611bf3edf3a006a7e31e41f27d4d258496f +RPMIdentity: 220f3dad456d9953f14645cba996e0b3e6ca1f2b80b54bb59fdc2d36bbbd0cc67ce3d895832516c89810b0a27be97026a563c0f6cb5e0611f8578f2dc80d4497