<86>May 25 06:29:28 userdel[2951136]: delete user 'rooter'
<86>May 25 06:29:28 userdel[2951136]: removed group 'rooter' owned by 'rooter'
<86>May 25 06:29:28 groupadd[2951268]: group added to /etc/group: name=rooter, GID=1820
<86>May 25 06:29:28 groupadd[2951268]: group added to /etc/gshadow: name=rooter
<86>May 25 06:29:28 groupadd[2951268]: new group: name=rooter, GID=1820
<86>May 25 06:29:28 useradd[2951415]: new user: name=rooter, UID=1820, GID=1820, home=/root, shell=/bin/bash, from=none
<86>May 25 06:29:28 userdel[2951638]: delete user 'builder'
<86>May 25 06:29:28 userdel[2951638]: removed group 'builder' owned by 'builder'
<86>May 25 06:29:28 userdel[2951638]: removed shadow group 'builder' owned by 'builder'
<86>May 25 06:29:28 groupadd[2951727]: group added to /etc/group: name=builder, GID=1821
<86>May 25 06:29:28 groupadd[2951727]: group added to /etc/gshadow: name=builder
<86>May 25 06:29:28 groupadd[2951727]: new group: name=builder, GID=1821
<86>May 25 06:29:28 useradd[2951868]: new user: name=builder, UID=1821, GID=1821, home=/usr/src, shell=/bin/bash, from=none
<13>May 25 06:29:34 rpmi: libsnappy-1.1.7-alt1 sisyphus+276400.100.1.2 1625016400 installed
<13>May 25 06:29:34 rpmi: libpopt-devel-1:1.18-alt1 sisyphus+283609.300.5.1 1630003303 installed
<13>May 25 06:29:34 rpmi: libp11-kit-1:0.25.3-alt2 sisyphus+336533.100.1.1 1702645575 installed
<13>May 25 06:29:34 rpmi: libtasn1-4.19.0-alt3 sisyphus+327816.100.1.1 1692802618 installed
<13>May 25 06:29:34 rpmi: rpm-macros-alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed
<13>May 25 06:29:34 rpmi: alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed
<13>May 25 06:29:34 rpmi: ca-certificates-2024.02.24-alt1 sisyphus+341362.100.1.1 1708791001 installed
<13>May 25 06:29:34 rpmi: ca-trust-0.2.0-alt1 sisyphus+344843.100.1.1 1712743326 installed
<13>May 25 06:29:34 rpmi: p11-kit-trust-1:0.25.3-alt2 sisyphus+336533.100.1.1 1702645575 installed
<13>May 25 06:29:35 rpmi: libcrypto3-3.1.5-alt2 sisyphus+343320.140.3.1 1711982452 installed
<13>May 25 06:29:35 rpmi: libssl3-3.1.5-alt2 sisyphus+343320.140.3.1 1711982452 installed
<13>May 25 06:29:35 rpmi: libssl-devel-3.1.5-alt2 sisyphus+343320.140.3.1 1711982452 installed
<13>May 25 06:29:35 rpmi: librpm-devel-4.13.0.1-alt40 sisyphus+327286.4100.14.1 1711485383 installed
<13>May 25 06:29:35 rpmi: libsnappy-devel-1.1.7-alt1 sisyphus+276400.100.1.2 1625016400 installed
<13>May 25 06:29:35 rpmi: libdb4.7-devel-4.7.25-alt13 sisyphus+341099.200.4.1 1709732039 installed
Building target platforms: i586
Building for target i586
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: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.10687
+ umask 022
+ /usr/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.10687
+ umask 022
+ /usr/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 -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: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 -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.59811
+ umask 022
+ /usr/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:/usr/bin:/bin:/usr/local/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/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 <cmdline>: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
Splitting links to aliased files under /{,s}bin in /usr/src/tmp/rpmhdrcache-buildroot
Processing files: rpmhdrcache-0.3.2-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0tBdUV
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.G2F3kd
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.2-alt1, ld-linux.so.2 >= set:jiL26, 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.YMjwsk
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.NgtEjh
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.bKWoTL
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.38), libc.so.6(GLIBC_2.4), libcrypto.so.3 >= set:qpan4T, libcrypto.so.3(OPENSSL_3.0.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.ozIFJ7
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.TS0uLC
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.Q0ixdE
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/lib/libqacache.so.0
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.a5TTC2
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.ShbcCU
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kgecDR
find-requires: running scripts (debuginfo)
Provides: debug(rpmhdrcache.so)
Requires: rpmhdrcache = 0.3.2-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.2-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.A8xmTx
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9E4ESh
find-requires: running scripts (debuginfo)
Provides: debug(libqacache.so.0)
Requires: libqacache = 0.3.2-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libcrypto.so.3), 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.2-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libqacache-0.3.2-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libqacache-devel-0.3.2-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/rpmhdrcache-debuginfo-0.3.2-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libqacache-debuginfo-0.3.2-alt1.i586.rpm (w2.lzdio)
2.05user 3.71system 0:16.73elapsed 34%CPU (0avgtext+0avgdata 27700maxresident)k
0inputs+0outputs (0major+407463minor)pagefaults 0swaps
5.76user 4.32system 0:36.85elapsed 27%CPU (0avgtext+0avgdata 127884maxresident)k
472inputs+0outputs (0major+213403minor)pagefaults 0swaps
--- libqacache-0.3.2-alt1.i586.rpm.repo	2023-07-29 18:29:10.000000000 +0000
+++ libqacache-0.3.2-alt1.i586.rpm.hasher	2024-05-25 06:29:57.952079221 +0000
@@ -8,2 +8,3 @@
 Requires: libc.so.6(GLIBC_2.34)  
+Requires: libc.so.6(GLIBC_2.38)  
 Requires: libc.so.6(GLIBC_2.4)  
@@ -18,4 +19,4 @@
 Provides: libqacache = 0.3.2-alt1:sisyphus+325995.2000.1.1
-File: /usr/bin/qacache-clean	100755	root:root	af42483656a4b3710bf95ef9ef8d47de	
-File: /usr/lib/libqacache.so.0	100644	root:root	8a990f71ad21f7adb0d72a6b546af5ee	
-RPMIdentity: 28fff1aa3e61fb77f20ef692fab93dce6b4769c9860dff8806fea733a6c057b3e13a7c1d67482f5fb272810cff7e74aa7cafa089f999347dc9fb424ca5a4bafa
+File: /usr/bin/qacache-clean	100755	root:root	9b2a3605503ed55519046f04a4447873	
+File: /usr/lib/libqacache.so.0	100644	root:root	38d357e784dded382a71d459cdbbcc6f	
+RPMIdentity: 891da78d2cf3077fc533ce39dbd99aec1d66cbd653f5611589fe6215604f07482956a8f3d760171a373380a6f0be3b3718dc7db7d71838cd218992cb58ad9ea0
--- libqacache-debuginfo-0.3.2-alt1.i586.rpm.repo	2023-07-29 18:29:10.000000000 +0000
+++ libqacache-debuginfo-0.3.2-alt1.i586.rpm.hasher	2024-05-25 06:29:58.124081921 +0000
@@ -1,7 +1,7 @@
-/usr/lib/debug/.build-id/66	40755	root:root	
-/usr/lib/debug/.build-id/66/dbd69567c7404a08db572205d47bba9694aa0f	120777	root:root	../../../../bin/qacache-clean
-/usr/lib/debug/.build-id/66/dbd69567c7404a08db572205d47bba9694aa0f.debug	120777	root:root	../../usr/bin/qacache-clean.debug
-/usr/lib/debug/.build-id/8c	40755	root:root	
-/usr/lib/debug/.build-id/8c/14955ec8f053f820b48d8325c4773b58d41e6b	120777	root:root	../../../libqacache.so.0
-/usr/lib/debug/.build-id/8c/14955ec8f053f820b48d8325c4773b58d41e6b.debug	120777	root:root	../../usr/lib/libqacache.so.0.debug
+/usr/lib/debug/.build-id/3a	40755	root:root	
+/usr/lib/debug/.build-id/3a/aab46de46718dfaf3dfef8e309ad1156245e02	120777	root:root	../../../libqacache.so.0
+/usr/lib/debug/.build-id/3a/aab46de46718dfaf3dfef8e309ad1156245e02.debug	120777	root:root	../../usr/lib/libqacache.so.0.debug
+/usr/lib/debug/.build-id/4e	40755	root:root	
+/usr/lib/debug/.build-id/4e/d04a86dc03691056642f0c0ae81db6575a2caa	120777	root:root	../../../../bin/qacache-clean
+/usr/lib/debug/.build-id/4e/d04a86dc03691056642f0c0ae81db6575a2caa.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.2-alt1:sisyphus+325995.2000.1.1
-File: /usr/lib/debug/.build-id/66	40755	root:root		
-File: /usr/lib/debug/.build-id/66/dbd69567c7404a08db572205d47bba9694aa0f	120777	root:root		../../../../bin/qacache-clean
-File: /usr/lib/debug/.build-id/66/dbd69567c7404a08db572205d47bba9694aa0f.debug	120777	root:root		../../usr/bin/qacache-clean.debug
-File: /usr/lib/debug/.build-id/8c	40755	root:root		
-File: /usr/lib/debug/.build-id/8c/14955ec8f053f820b48d8325c4773b58d41e6b	120777	root:root		../../../libqacache.so.0
-File: /usr/lib/debug/.build-id/8c/14955ec8f053f820b48d8325c4773b58d41e6b.debug	120777	root:root		../../usr/lib/libqacache.so.0.debug
-File: /usr/lib/debug/usr/bin/qacache-clean.debug	100644	root:root	ed0a574521010b322d6630222fdced78	
-File: /usr/lib/debug/usr/lib/libqacache.so.0.debug	100644	root:root	e11eddf6302192045eef27562b8d5b31	
+File: /usr/lib/debug/.build-id/3a	40755	root:root		
+File: /usr/lib/debug/.build-id/3a/aab46de46718dfaf3dfef8e309ad1156245e02	120777	root:root		../../../libqacache.so.0
+File: /usr/lib/debug/.build-id/3a/aab46de46718dfaf3dfef8e309ad1156245e02.debug	120777	root:root		../../usr/lib/libqacache.so.0.debug
+File: /usr/lib/debug/.build-id/4e	40755	root:root		
+File: /usr/lib/debug/.build-id/4e/d04a86dc03691056642f0c0ae81db6575a2caa	120777	root:root		../../../../bin/qacache-clean
+File: /usr/lib/debug/.build-id/4e/d04a86dc03691056642f0c0ae81db6575a2caa.debug	120777	root:root		../../usr/bin/qacache-clean.debug
+File: /usr/lib/debug/usr/bin/qacache-clean.debug	100644	root:root	1d2fb5442b3462929a2a2dee24bdb37a	
+File: /usr/lib/debug/usr/lib/libqacache.so.0.debug	100644	root:root	3fb5aa7887f16bc40ab40b6be74af0d2	
 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: a4b15f337270058f6e9e26c313017c2cac3beeab21c6d0bbc6420ed6ad15fa64b3c9b168ea15d64278968b8f8522875c6e21511b1239606dd6d3c1cce4580d6d
+RPMIdentity: 3bc594b608bf605cf5e39d0711ea9122e85037a5559247537e4eed7a6e7261fead3880575d7db2c68c530127e8a065f950bed7692edc7cc79b4945b78a8763db
--- rpmhdrcache-0.3.2-alt1.i586.rpm.repo	2023-07-29 18:29:09.000000000 +0000
+++ rpmhdrcache-0.3.2-alt1.i586.rpm.hasher	2024-05-25 06:29:58.432086756 +0000
@@ -9,3 +9,3 @@
 Provides: rpmhdrcache = 0.3.2-alt1:sisyphus+325995.2000.1.1
-File: /usr/lib/rpmhdrcache.so	100644	root:root	7de1daa3f71d35249821b725e7e379fa	
-RPMIdentity: 63c8e9ebf8aff95a32bfb90cd5953632864daecdd39e9f366de943963556406f66fcca68f76e73d976e3af92cd078ae674777a25c78bd0710142c385b1a844c8
+File: /usr/lib/rpmhdrcache.so	100644	root:root	633957e960b03b27eb40fa4d40c49d34	
+RPMIdentity: 611d9199ed66094c9c2a23304eb8fd44071b6919f40d98de334c111074172db6e016c01b4e1d6683f9da6f4921419f99b186d6f374828146715453f5c8c2f22d
--- rpmhdrcache-debuginfo-0.3.2-alt1.i586.rpm.repo	2023-07-29 18:29:09.000000000 +0000
+++ rpmhdrcache-debuginfo-0.3.2-alt1.i586.rpm.hasher	2024-05-25 06:29:58.605089471 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/33	40755	root:root	
-/usr/lib/debug/.build-id/33/69c7f110ac3baee89587a33768e5502e6a8e3b	120777	root:root	../../../rpmhdrcache.so
-/usr/lib/debug/.build-id/33/69c7f110ac3baee89587a33768e5502e6a8e3b.debug	120777	root:root	../../usr/lib/rpmhdrcache.so.debug
+/usr/lib/debug/.build-id/44	40755	root:root	
+/usr/lib/debug/.build-id/44/44a2f77c2ab90f09d8b870a0c2f978bcc1f27a	120777	root:root	../../../rpmhdrcache.so
+/usr/lib/debug/.build-id/44/44a2f77c2ab90f09d8b870a0c2f978bcc1f27a.debug	120777	root:root	../../usr/lib/rpmhdrcache.so.debug
 /usr/lib/debug/usr/lib/rpmhdrcache.so.debug	100644	root:root	
@@ -16,6 +16,6 @@
 Provides: rpmhdrcache-debuginfo = 0.3.2-alt1:sisyphus+325995.2000.1.1
-File: /usr/lib/debug/.build-id/33	40755	root:root		
-File: /usr/lib/debug/.build-id/33/69c7f110ac3baee89587a33768e5502e6a8e3b	120777	root:root		../../../rpmhdrcache.so
-File: /usr/lib/debug/.build-id/33/69c7f110ac3baee89587a33768e5502e6a8e3b.debug	120777	root:root		../../usr/lib/rpmhdrcache.so.debug
-File: /usr/lib/debug/usr/lib/rpmhdrcache.so.debug	100644	root:root	f7f3912730ce267e5db4acd68d8054f6	
+File: /usr/lib/debug/.build-id/44	40755	root:root		
+File: /usr/lib/debug/.build-id/44/44a2f77c2ab90f09d8b870a0c2f978bcc1f27a	120777	root:root		../../../rpmhdrcache.so
+File: /usr/lib/debug/.build-id/44/44a2f77c2ab90f09d8b870a0c2f978bcc1f27a.debug	120777	root:root		../../usr/lib/rpmhdrcache.so.debug
+File: /usr/lib/debug/usr/lib/rpmhdrcache.so.debug	100644	root:root	9e594d7c759b306a97bd271935f71a3f	
 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: ae4bb0a18b97480c3f6c769fa1d1a219a14efb1e027d1a96ee77782554ecf066296032e468c177deb3c8ffd4aa2d0a1531961a8c81fa4414486f5e0ffbb1e6de
+RPMIdentity: c17520127e3a415ca6724a679f61a2e91b9a4ab46dcaaf4dbe44b35b8b35e98799a06899b2320457f389985d6e1cd0db21ac12c0f68051ae992228d2dab294c1