<86>Jan 21 01:28:23 userdel[390785]: delete user 'rooter' <86>Jan 21 01:28:23 userdel[390785]: removed group 'rooter' owned by 'rooter' <86>Jan 21 01:28:23 userdel[390785]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 21 01:28:23 groupadd[390796]: group added to /etc/group: name=rooter, GID=1817 <86>Jan 21 01:28:23 groupadd[390796]: group added to /etc/gshadow: name=rooter <86>Jan 21 01:28:23 groupadd[390796]: new group: name=rooter, GID=1817 <86>Jan 21 01:28:23 useradd[390803]: new user: name=rooter, UID=1817, GID=1817, home=/root, shell=/bin/bash <86>Jan 21 01:28:23 userdel[390813]: delete user 'builder' <86>Jan 21 01:28:23 userdel[390813]: removed group 'builder' owned by 'builder' <86>Jan 21 01:28:23 userdel[390813]: removed shadow group 'builder' owned by 'builder' <86>Jan 21 01:28:23 groupadd[390819]: group added to /etc/group: name=builder, GID=1818 <86>Jan 21 01:28:23 groupadd[390819]: group added to /etc/gshadow: name=builder <86>Jan 21 01:28:23 groupadd[390819]: new group: name=builder, GID=1818 <86>Jan 21 01:28:23 useradd[390824]: new user: name=builder, UID=1818, GID=1818, home=/usr/src, shell=/bin/bash <13>Jan 21 01:28:26 rpmi: libsnappy-1.1.7-alt1 sisyphus+276400.100.1.2 1625016393 installed <13>Jan 21 01:28:26 rpmi: libpopt-devel-1:1.16-alt1 sisyphus+278099.2300.1.1 1626029585 installed <13>Jan 21 01:28:26 rpmi: libp11-kit-0.24.1-alt1 p10+305061.100.3.1 1660573397 installed <13>Jan 21 01:28:26 rpmi: libtasn1-4.19.0-alt1 p10+309071.100.2.1 1668522760 installed <13>Jan 21 01:28:26 rpmi: rpm-macros-alternatives-0.5.2-alt1 p10+309129.100.2.1 1668066636 installed <13>Jan 21 01:28:26 rpmi: alternatives-0.5.2-alt1 p10+309129.100.2.1 1668066636 installed <13>Jan 21 01:28:26 rpmi: ca-certificates-2022.09.15-alt1 p10+308004.100.2.1 1665748370 installed <13>Jan 21 01:28:26 rpmi: ca-trust-0.1.4-alt1 p10+308691.100.3.1 1667496283 installed <13>Jan 21 01:28:26 rpmi: p11-kit-trust-0.24.1-alt1 p10+305061.100.3.1 1660573397 installed <13>Jan 21 01:28:26 rpmi: libcrypto1.1-1.1.1w-alt0.p10.1 p10+330586.100.4.1 1697560982 installed <13>Jan 21 01:28:26 rpmi: libssl1.1-1.1.1w-alt0.p10.1 p10+330586.100.4.1 1697560982 installed <13>Jan 21 01:28:26 rpmi: libssl-devel-1.1.1w-alt0.p10.1 p10+330586.100.4.1 1697560982 installed <13>Jan 21 01:28:26 rpmi: librpm-devel-4.13.0.1-alt34 p10+308150.100.4.1 1668010392 installed <13>Jan 21 01:28:26 rpmi: libsnappy-devel-1.1.7-alt1 sisyphus+276400.100.1.2 1625016393 installed <13>Jan 21 01:28:26 rpmi: libdb4.7-devel-4.7.25-alt11 sisyphus+279812.100.2.1 1626734823 installed Building target platforms: x86_64 Building for target x86_64 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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.96274 + 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.96274 + 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 -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 -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 -o qacache-clean clean.c libqacache.so.0 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.7844 + 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/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.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YMYE5h 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.VazyUf 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.1-alt1, ld-linux-x86-64.so.2()(64bit) >= set:ihidc, ld-linux-x86-64.so.2(GLIBC_2.3)(64bit), 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.4)(64bit), libdl.so.2(GLIBC_2.2.5)(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.gGYqDh 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.cc3VJg 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.zgGRci 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.4)(64bit), libcrypto.so.1.1()(64bit) >= set:qpan4T, libcrypto.so.1.1(OPENSSL_1_1_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.G28fMf 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.YbsPBh 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.n7tI3i 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/lib64/libqacache.so.0 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.L3M4Qh 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.yqqBMh find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RACm1j find-requires: running scripts (debuginfo) Provides: debug64(rpmhdrcache.so) Requires: rpmhdrcache = 0.3.1-alt1, debug64(ld-linux-x86-64.so.2), debug64(libc.so.6), debug64(libdl.so.2), debug64(libqacache.so.0), debug64(librpm.so.7), debug64(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.8zevRh find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.J8TD9h find-requires: running scripts (debuginfo) Provides: debug64(libqacache.so.0) Requires: libqacache = 0.3.1-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libcrypto.so.1.1), 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 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/x86_64/rpmhdrcache-0.3.1-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libqacache-0.3.1-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libqacache-devel-0.3.1-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/rpmhdrcache-debuginfo-0.3.1-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libqacache-debuginfo-0.3.1-alt1.x86_64.rpm (w2.lzdio) 0.95user 1.62system 0:14.03elapsed 18%CPU (0avgtext+0avgdata 35848maxresident)k 0inputs+0outputs (0major+425875minor)pagefaults 0swaps 3.01user 1.41system 0:21.05elapsed 21%CPU (0avgtext+0avgdata 129488maxresident)k 32inputs+0outputs (0major+213186minor)pagefaults 0swaps --- libqacache-0.3.1-alt1.x86_64.rpm.repo 2019-02-01 12:16:29.000000000 +0000 +++ libqacache-0.3.1-alt1.x86_64.rpm.hasher 2024-01-21 01:28:43.000445400 +0000 @@ -7,3 +7,3 @@ Requires: libc.so.6(GLIBC_2.4)(64bit) -Requires: libcrypto.so.1.1()(64bit) >= set:poan4n +Requires: libcrypto.so.1.1()(64bit) >= set:qpan4T Requires: rpmlib(SetVersions) @@ -11,3 +11,3 @@ Requires: libdb-4.7.so()(64bit) >= set:jhdaAZdUlE1 -Requires: libsnappy.so.1()(64bit) >= set:jgGC2Dfs8POQ446 +Requires: libsnappy.so.1()(64bit) >= 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 571216b54e9a760158344659c9d0d99a -File: /usr/lib64/libqacache.so.0 100644 root:root eac839feecb5f13fa5b9bdcbf4bcf197 -RPMIdentity: 77de8f7b283fe5ad1623691b6ae0f22b4d8e29ea802ad67f8124134add00e73cdf13a1b5a897197374a9b4aa0c7fc08096983d9190fdfea82391cea63e94b268 +File: /usr/bin/qacache-clean 100755 root:root 7dedfc53ccb367ce150f04ea917bb616 +File: /usr/lib64/libqacache.so.0 100644 root:root 8f44059e3bdb942f4e4edffe1df4a3c7 +RPMIdentity: 183c5944a90c4dc5cb8f7351fe19279599d486e9d47a9df190d5cc7c62ba867cd9f4b16cc47fcf69def6404644c48b3969ab2a7e2e887cc9dc8bb226a37d0512 --- libqacache-debuginfo-0.3.1-alt1.x86_64.rpm.repo 2019-02-01 12:16:29.000000000 +0000 +++ libqacache-debuginfo-0.3.1-alt1.x86_64.rpm.hasher 2024-01-21 01:28:43.055446329 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/84 40755 root:root -/usr/lib/debug/.build-id/84/745a9c29a0c2a60ed69268eae8a934293c8113 120777 root:root ../../../../lib64/libqacache.so.0 -/usr/lib/debug/.build-id/84/745a9c29a0c2a60ed69268eae8a934293c8113.debug 120777 root:root ../../usr/lib64/libqacache.so.0.debug -/usr/lib/debug/.build-id/b6 40755 root:root -/usr/lib/debug/.build-id/b6/924f657671cc60e7f5a6c977a9a2e0dee2e0dc 120777 root:root ../../../../bin/qacache-clean -/usr/lib/debug/.build-id/b6/924f657671cc60e7f5a6c977a9a2e0dee2e0dc.debug 120777 root:root ../../usr/bin/qacache-clean.debug +/usr/lib/debug/.build-id/1a 40755 root:root +/usr/lib/debug/.build-id/1a/587b0f19323bcc9ab13e75e97e4d71cc4b7958 120777 root:root ../../../../lib64/libqacache.so.0 +/usr/lib/debug/.build-id/1a/587b0f19323bcc9ab13e75e97e4d71cc4b7958.debug 120777 root:root ../../usr/lib64/libqacache.so.0.debug +/usr/lib/debug/.build-id/f6 40755 root:root +/usr/lib/debug/.build-id/f6/1f167935c2f0a38dd4f2b7100d978dcd5a9e6a 120777 root:root ../../../../bin/qacache-clean +/usr/lib/debug/.build-id/f6/1f167935c2f0a38dd4f2b7100d978dcd5a9e6a.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/84 40755 root:root -File: /usr/lib/debug/.build-id/84/745a9c29a0c2a60ed69268eae8a934293c8113 120777 root:root ../../../../lib64/libqacache.so.0 -File: /usr/lib/debug/.build-id/84/745a9c29a0c2a60ed69268eae8a934293c8113.debug 120777 root:root ../../usr/lib64/libqacache.so.0.debug -File: /usr/lib/debug/.build-id/b6 40755 root:root -File: /usr/lib/debug/.build-id/b6/924f657671cc60e7f5a6c977a9a2e0dee2e0dc 120777 root:root ../../../../bin/qacache-clean -File: /usr/lib/debug/.build-id/b6/924f657671cc60e7f5a6c977a9a2e0dee2e0dc.debug 120777 root:root ../../usr/bin/qacache-clean.debug -File: /usr/lib/debug/usr/bin/qacache-clean.debug 100644 root:root 86d7749d3dd82b4286d22c6bde846280 -File: /usr/lib/debug/usr/lib64/libqacache.so.0.debug 100644 root:root 6ec6d145f74bcbff9908c3a9a64d124b +File: /usr/lib/debug/.build-id/1a 40755 root:root +File: /usr/lib/debug/.build-id/1a/587b0f19323bcc9ab13e75e97e4d71cc4b7958 120777 root:root ../../../../lib64/libqacache.so.0 +File: /usr/lib/debug/.build-id/1a/587b0f19323bcc9ab13e75e97e4d71cc4b7958.debug 120777 root:root ../../usr/lib64/libqacache.so.0.debug +File: /usr/lib/debug/.build-id/f6 40755 root:root +File: /usr/lib/debug/.build-id/f6/1f167935c2f0a38dd4f2b7100d978dcd5a9e6a 120777 root:root ../../../../bin/qacache-clean +File: /usr/lib/debug/.build-id/f6/1f167935c2f0a38dd4f2b7100d978dcd5a9e6a.debug 120777 root:root ../../usr/bin/qacache-clean.debug +File: /usr/lib/debug/usr/bin/qacache-clean.debug 100644 root:root 777e5cb5e3f34b2cc35f9f5bdfc71840 +File: /usr/lib/debug/usr/lib64/libqacache.so.0.debug 100644 root:root ab3fad30ebf318a97c44a710c6fbdace 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: ce77a34f1555452f79a47b4a1246ee838134a36b7e35d0d25000369fd7637106ebce771e9a034dc2f39c8fab666caf721397fc1d8f2aa04e31499fd0fe538933 +RPMIdentity: 9f193f52fec1997aa3959db2ee2634ad79ca7ffa277b6a463906b6935cec3bd7baa5115ece926b0886a90e2fcaf53c08261f42840af83bb98c0d35146a2cd117 --- rpmhdrcache-0.3.1-alt1.x86_64.rpm.repo 2019-02-01 12:16:29.000000000 +0000 +++ rpmhdrcache-0.3.1-alt1.x86_64.rpm.hasher 2024-01-21 01:28:43.173448323 +0000 @@ -10,3 +10,3 @@ Provides: rpmhdrcache = 0.3.1-alt1:sisyphus+220373.100.1.1 -File: /usr/lib64/rpmhdrcache.so 100644 root:root 4211273a6dfd898bb07865c37886f85b -RPMIdentity: 3b96dde499230a280debb283d4ff93ecdf57de3e2429bede2b31d2d948b33064774bb81c14b4788a7cb240bf0e4722ffdeb27baaa1f1c87471ef5bdd733a54ca +File: /usr/lib64/rpmhdrcache.so 100644 root:root fb577e1a0ddd57f3979a1ad6598f4b5d +RPMIdentity: 459a7a7c13e03c2db7c2baa7ad91f678ce36fa4affd015bf9fc393b4e2e709ba0ea8e27c5dafaa95f82c975dbe5f6278a5b0ab48fb1f6a636432a3137d9b1f15 --- rpmhdrcache-debuginfo-0.3.1-alt1.x86_64.rpm.repo 2019-02-01 12:16:29.000000000 +0000 +++ rpmhdrcache-debuginfo-0.3.1-alt1.x86_64.rpm.hasher 2024-01-21 01:28:43.233449337 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/7b 40755 root:root -/usr/lib/debug/.build-id/7b/2476db5f455d615b572484d6b71f0573de1ae0 120777 root:root ../../../../lib64/rpmhdrcache.so -/usr/lib/debug/.build-id/7b/2476db5f455d615b572484d6b71f0573de1ae0.debug 120777 root:root ../../usr/lib64/rpmhdrcache.so.debug +/usr/lib/debug/.build-id/b6 40755 root:root +/usr/lib/debug/.build-id/b6/55f1620d1c05c4553e1bd09e22e9044e8934bd 120777 root:root ../../../../lib64/rpmhdrcache.so +/usr/lib/debug/.build-id/b6/55f1620d1c05c4553e1bd09e22e9044e8934bd.debug 120777 root:root ../../usr/lib64/rpmhdrcache.so.debug /usr/lib/debug/usr/lib64/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/7b 40755 root:root -File: /usr/lib/debug/.build-id/7b/2476db5f455d615b572484d6b71f0573de1ae0 120777 root:root ../../../../lib64/rpmhdrcache.so -File: /usr/lib/debug/.build-id/7b/2476db5f455d615b572484d6b71f0573de1ae0.debug 120777 root:root ../../usr/lib64/rpmhdrcache.so.debug -File: /usr/lib/debug/usr/lib64/rpmhdrcache.so.debug 100644 root:root 6b592557d5d971fe7ccb8386d1dbb188 +File: /usr/lib/debug/.build-id/b6 40755 root:root +File: /usr/lib/debug/.build-id/b6/55f1620d1c05c4553e1bd09e22e9044e8934bd 120777 root:root ../../../../lib64/rpmhdrcache.so +File: /usr/lib/debug/.build-id/b6/55f1620d1c05c4553e1bd09e22e9044e8934bd.debug 120777 root:root ../../usr/lib64/rpmhdrcache.so.debug +File: /usr/lib/debug/usr/lib64/rpmhdrcache.so.debug 100644 root:root 39bda483eb611ae679df5d1fc5fd8719 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: ce399672a97b26ceb73d3e0ea5c8e0ea6d3619d27b32929f4e182392b491aab740b4181df4cb085f3fc8278164858eef26669ffbeb9be3cf15da4e6ab9189f2e +RPMIdentity: c9799ce0d39bea59be4bc50b5073b595e05563f26a895122fbf79e4ef5dab755fbfa4be5f31741faa6527cd3ae71ed6948f13222e9eb065611338ca6b270382b