<86>Mar 26 04:34:00 userdel[35675]: delete user 'rooter'
<86>Mar 26 04:34:00 userdel[35675]: removed group 'rooter' owned by 'rooter'
<86>Mar 26 04:34:00 userdel[35675]: removed shadow group 'rooter' owned by 'rooter'
<86>Mar 26 04:34:00 groupadd[35687]: group added to /etc/group: name=rooter, GID=942
<86>Mar 26 04:34:00 groupadd[35687]: group added to /etc/gshadow: name=rooter
<86>Mar 26 04:34:00 groupadd[35687]: new group: name=rooter, GID=942
<86>Mar 26 04:34:00 useradd[35701]: new user: name=rooter, UID=942, GID=942, home=/root, shell=/bin/bash
<86>Mar 26 04:34:00 userdel[35714]: delete user 'builder'
<86>Mar 26 04:34:00 userdel[35714]: removed group 'builder' owned by 'builder'
<86>Mar 26 04:34:00 userdel[35714]: removed shadow group 'builder' owned by 'builder'
<86>Mar 26 04:34:00 groupadd[35727]: group added to /etc/group: name=builder, GID=943
<86>Mar 26 04:34:00 groupadd[35727]: group added to /etc/gshadow: name=builder
<86>Mar 26 04:34:00 groupadd[35727]: new group: name=builder, GID=943
<86>Mar 26 04:34:00 useradd[35737]: new user: name=builder, UID=943, GID=943, home=/usr/src, shell=/bin/bash
<13>Mar 26 04:34:01 rpmi: libsnappy-1.1.7-alt1 sisyphus+276400.100.1.2 1625016400 installed
<13>Mar 26 04:34:01 rpmi: libpopt-devel-1:1.18-alt1 sisyphus+283609.300.5.1 1630003303 installed
<13>Mar 26 04:34:01 rpmi: libp11-kit-0.24.1-alt1 sisyphus+293720.100.1.1 1642535281 installed
<13>Mar 26 04:34:01 rpmi: libtasn1-4.18.0-alt1 sisyphus+294217.100.3.1 1643755527 installed
<13>Mar 26 04:34:01 rpmi: rpm-macros-alternatives-0.5.1-alt1 sisyphus+278157.100.2.1 1626055790 installed
<13>Mar 26 04:34:01 rpmi: alternatives-0.5.1-alt1 sisyphus+278157.100.2.1 1626055790 installed
<13>Mar 26 04:34:01 rpmi: ca-certificates-2021.10.06-alt1 sisyphus+286526.200.1.1 1633528578 installed
<13>Mar 26 04:34:01 rpmi: ca-trust-0.1.2-alt1 sisyphus+233348.100.1.1 1561653823 installed
<13>Mar 26 04:34:01 rpmi: p11-kit-trust-0.24.1-alt1 sisyphus+293720.100.1.1 1642535281 installed
<13>Mar 26 04:34:01 rpmi: libcrypto1.1-1.1.1n-alt1 sisyphus+296704.100.1.1 1647383884 installed
<13>Mar 26 04:34:01 rpmi: libssl1.1-1.1.1n-alt1 sisyphus+296704.100.1.1 1647383884 installed
<13>Mar 26 04:34:01 rpmi: libssl-devel-1.1.1n-alt1 sisyphus+296704.100.1.1 1647383884 installed
<13>Mar 26 04:34:01 rpmi: librpm-devel-4.13.0.1-alt31 sisyphus+291245.24240.54.1 1643305413 installed
<13>Mar 26 04:34:01 rpmi: libsnappy-devel-1.1.7-alt1 sisyphus+276400.100.1.2 1625016400 installed
<13>Mar 26 04:34:01 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.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.91613
+ 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.91613
+ 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 -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 *
In file included from cache.c:262:
/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 *
In file included from cache.c:262:
/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 *
In file included from cache.c:262:
/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.42985
+ 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/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
Processing files: rpmhdrcache-0.3.2-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3pIjnK
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.o7iEkx
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.gxY0Ky
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.nkotZ2
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.037TqO
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.MdeF69
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.v9NB2Q
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.110ch8
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.V0HFQ8
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.zLBdMW
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3DMiun
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.w4RyJD
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SiCp7Q
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.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.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)
1.53user 0.99system 0:14.03elapsed 18%CPU (0avgtext+0avgdata 23216maxresident)k
0inputs+0outputs (0major+413992minor)pagefaults 0swaps
4.24user 3.59system 0:18.54elapsed 42%CPU (0avgtext+0avgdata 104492maxresident)k
0inputs+0outputs (30240major+748647minor)pagefaults 0swaps
--- libqacache-0.3.2-alt1.i586.rpm.repo	2021-12-27 11:39:24.000000000 +0000
+++ libqacache-0.3.2-alt1.i586.rpm.hasher	2022-03-26 04:34:17.290473538 +0000
@@ -18,4 +18,4 @@
 Provides: libqacache = 0.3.2-alt1:sisyphus+292540.100.2.1
-File: /usr/bin/qacache-clean	100755	root:root	ef008b3a5f110bf510e9ef013ca8d476	
-File: /usr/lib/libqacache.so.0	100644	root:root	f7454e3f069d50d4037290957dfd4b30	
-RPMIdentity: f9b01187b39f6d7dcb2567363acd85c4e5614dddfef8a5508bf9504bb16436cf426f7d30263d755d5e4f2f537d225efad50c65fa9c4937fc82524bc36ecb39b1
+File: /usr/bin/qacache-clean	100755	root:root	f8c3dd80887286b6c07d84e57bafc831	
+File: /usr/lib/libqacache.so.0	100644	root:root	84e1e9b2931edc5fec9e50e86e76e547	
+RPMIdentity: 05292f359fcb330bd619c4b5de74e56f92b23d53c8457a7b388612776e1e857d00b78a40d0718b2d5b8083969bad464af2eaae51263f084b286cb239eae72418
--- libqacache-debuginfo-0.3.2-alt1.i586.rpm.repo	2021-12-27 11:39:24.000000000 +0000
+++ libqacache-debuginfo-0.3.2-alt1.i586.rpm.hasher	2022-03-26 04:34:17.353474608 +0000
@@ -1,7 +1,7 @@
-/usr/lib/debug/.build-id/60	40755	root:root	
-/usr/lib/debug/.build-id/60/a018de4f9b2d0801b7163a2f79a98760e7d437	120777	root:root	../../../../bin/qacache-clean
-/usr/lib/debug/.build-id/60/a018de4f9b2d0801b7163a2f79a98760e7d437.debug	120777	root:root	../../usr/bin/qacache-clean.debug
-/usr/lib/debug/.build-id/f5	40755	root:root	
-/usr/lib/debug/.build-id/f5/ecf89e53051562f01b66cf23c9bd943724546d	120777	root:root	../../../libqacache.so.0
-/usr/lib/debug/.build-id/f5/ecf89e53051562f01b66cf23c9bd943724546d.debug	120777	root:root	../../usr/lib/libqacache.so.0.debug
+/usr/lib/debug/.build-id/1c	40755	root:root	
+/usr/lib/debug/.build-id/1c/820616afc8af7f400a6b32ee88b18ba10f9dff	120777	root:root	../../../../bin/qacache-clean
+/usr/lib/debug/.build-id/1c/820616afc8af7f400a6b32ee88b18ba10f9dff.debug	120777	root:root	../../usr/bin/qacache-clean.debug
+/usr/lib/debug/.build-id/82	40755	root:root	
+/usr/lib/debug/.build-id/82/1ba6d914bcd8163a45103743822d6828ebe5d1	120777	root:root	../../../libqacache.so.0
+/usr/lib/debug/.build-id/82/1ba6d914bcd8163a45103743822d6828ebe5d1.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.2-alt1:sisyphus+292540.100.2.1
-File: /usr/lib/debug/.build-id/60	40755	root:root		
-File: /usr/lib/debug/.build-id/60/a018de4f9b2d0801b7163a2f79a98760e7d437	120777	root:root		../../../../bin/qacache-clean
-File: /usr/lib/debug/.build-id/60/a018de4f9b2d0801b7163a2f79a98760e7d437.debug	120777	root:root		../../usr/bin/qacache-clean.debug
-File: /usr/lib/debug/.build-id/f5	40755	root:root		
-File: /usr/lib/debug/.build-id/f5/ecf89e53051562f01b66cf23c9bd943724546d	120777	root:root		../../../libqacache.so.0
-File: /usr/lib/debug/.build-id/f5/ecf89e53051562f01b66cf23c9bd943724546d.debug	120777	root:root		../../usr/lib/libqacache.so.0.debug
-File: /usr/lib/debug/usr/bin/qacache-clean.debug	100644	root:root	525d9e9f269a168634275b64bc1557ab	
-File: /usr/lib/debug/usr/lib/libqacache.so.0.debug	100644	root:root	ae2bb6df6b5f3446884671fc7eb3fae9	
+File: /usr/lib/debug/.build-id/1c	40755	root:root		
+File: /usr/lib/debug/.build-id/1c/820616afc8af7f400a6b32ee88b18ba10f9dff	120777	root:root		../../../../bin/qacache-clean
+File: /usr/lib/debug/.build-id/1c/820616afc8af7f400a6b32ee88b18ba10f9dff.debug	120777	root:root		../../usr/bin/qacache-clean.debug
+File: /usr/lib/debug/.build-id/82	40755	root:root		
+File: /usr/lib/debug/.build-id/82/1ba6d914bcd8163a45103743822d6828ebe5d1	120777	root:root		../../../libqacache.so.0
+File: /usr/lib/debug/.build-id/82/1ba6d914bcd8163a45103743822d6828ebe5d1.debug	120777	root:root		../../usr/lib/libqacache.so.0.debug
+File: /usr/lib/debug/usr/bin/qacache-clean.debug	100644	root:root	96fc8bd5563bc32b47b8192c6ca3e7ed	
+File: /usr/lib/debug/usr/lib/libqacache.so.0.debug	100644	root:root	a3504dbc25516d98ac1c74923b3f7580	
 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: 9835d1a7552abb76b3747aacc8286faf238ad865980ef0eaeba884e0ee64f88d9c9ae6bfca7123445ff3da480363a4a211e77880c834c178f4afd6de641f403e
+RPMIdentity: 30bff2e35f2f251e9d6f16023599a4341de20f32318209a3fbd7d1e0de636b0ff86f99312d920227d2eb350faf0f0d05b5814ab62c67019d4f3aca3d5df82340
--- rpmhdrcache-0.3.2-alt1.i586.rpm.repo	2021-12-27 11:39:24.000000000 +0000
+++ rpmhdrcache-0.3.2-alt1.i586.rpm.hasher	2022-03-26 04:34:17.453476305 +0000
@@ -1,3 +1,3 @@
 /usr/lib/rpmhdrcache.so	100644	root:root	
-Requires: ld-linux.so.2 >= set:ihL26
+Requires: ld-linux.so.2 >= set:jiL26
 Requires: ld-linux.so.2(GLIBC_2.3)  
@@ -9,3 +9,3 @@
 Provides: rpmhdrcache = 0.3.2-alt1:sisyphus+292540.100.2.1
-File: /usr/lib/rpmhdrcache.so	100644	root:root	89a93a91ce16548d0c4495a2cf9a5003	
-RPMIdentity: d415c7214a5616a96a8297963f7e22ba54be9a36abc82fefbe4a94346fd697c257d73a57b1dfb25540d1317d89d77e7b8120b68e6b1c42ebb09c879f7cb860b7
+File: /usr/lib/rpmhdrcache.so	100644	root:root	1c5679f5dcf03a6a90005ed6408af836	
+RPMIdentity: 88014809e6662fa541dba2010e6bb3e0bfefada806a9b174ac67e4c14d8fff298238807cb63995b1c00cc99a81b2af3ecf63615622ab37136af5a99edfb54efc
--- rpmhdrcache-debuginfo-0.3.2-alt1.i586.rpm.repo	2021-12-27 11:39:24.000000000 +0000
+++ rpmhdrcache-debuginfo-0.3.2-alt1.i586.rpm.hasher	2022-03-26 04:34:17.510477272 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/d3	40755	root:root	
-/usr/lib/debug/.build-id/d3/c0101b84cb22ec51b3c8f1cf756c3e6c31eeba	120777	root:root	../../../rpmhdrcache.so
-/usr/lib/debug/.build-id/d3/c0101b84cb22ec51b3c8f1cf756c3e6c31eeba.debug	120777	root:root	../../usr/lib/rpmhdrcache.so.debug
+/usr/lib/debug/.build-id/2c	40755	root:root	
+/usr/lib/debug/.build-id/2c/32dc9bcfcac2c8d5525bb6d6948c22c5437a37	120777	root:root	../../../rpmhdrcache.so
+/usr/lib/debug/.build-id/2c/32dc9bcfcac2c8d5525bb6d6948c22c5437a37.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+292540.100.2.1
-File: /usr/lib/debug/.build-id/d3	40755	root:root		
-File: /usr/lib/debug/.build-id/d3/c0101b84cb22ec51b3c8f1cf756c3e6c31eeba	120777	root:root		../../../rpmhdrcache.so
-File: /usr/lib/debug/.build-id/d3/c0101b84cb22ec51b3c8f1cf756c3e6c31eeba.debug	120777	root:root		../../usr/lib/rpmhdrcache.so.debug
-File: /usr/lib/debug/usr/lib/rpmhdrcache.so.debug	100644	root:root	e7cdca2732baa9c2b5705b2b8f52bb66	
+File: /usr/lib/debug/.build-id/2c	40755	root:root		
+File: /usr/lib/debug/.build-id/2c/32dc9bcfcac2c8d5525bb6d6948c22c5437a37	120777	root:root		../../../rpmhdrcache.so
+File: /usr/lib/debug/.build-id/2c/32dc9bcfcac2c8d5525bb6d6948c22c5437a37.debug	120777	root:root		../../usr/lib/rpmhdrcache.so.debug
+File: /usr/lib/debug/usr/lib/rpmhdrcache.so.debug	100644	root:root	cfbc3a0a77bcf2d1e9a54b438612f838	
 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: 1943695b77d679268b41f648344695515f7b1ae1214929eed7bb6add3a53946935e94f746a65732080d3e4472846a0e03d83dac6069cb7a2cf0ca8720e7a2e13
+RPMIdentity: 68fc1aaa7ecec1ca7831805da01133ad150ec2e9fd9fb83197b96bc537707c6feac6f7a90d9ffa373cd67755c3a2e4ec8a7385181b5fbbd02317f2abf695fc8c