<86>Sep 7 07:22:09 userdel[1400434]: delete user 'rooter' <86>Sep 7 07:22:09 userdel[1400434]: removed group 'rooter' owned by 'rooter' <86>Sep 7 07:22:09 userdel[1400434]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 7 07:22:09 groupadd[1400455]: group added to /etc/group: name=rooter, GID=1823 <86>Sep 7 07:22:09 groupadd[1400455]: group added to /etc/gshadow: name=rooter <86>Sep 7 07:22:09 groupadd[1400455]: new group: name=rooter, GID=1823 <86>Sep 7 07:22:09 useradd[1400468]: new user: name=rooter, UID=1823, GID=1823, home=/root, shell=/bin/bash, from=none <86>Sep 7 07:22:09 userdel[1400483]: delete user 'builder' <86>Sep 7 07:22:09 userdel[1400483]: removed group 'builder' owned by 'builder' <86>Sep 7 07:22:09 userdel[1400483]: removed shadow group 'builder' owned by 'builder' <86>Sep 7 07:22:09 groupadd[1400507]: group added to /etc/group: name=builder, GID=1824 <86>Sep 7 07:22:09 groupadd[1400507]: group added to /etc/gshadow: name=builder <86>Sep 7 07:22:09 groupadd[1400507]: new group: name=builder, GID=1824 <86>Sep 7 07:22:09 useradd[1400536]: new user: name=builder, UID=1824, GID=1824, home=/usr/src, shell=/bin/bash, from=none <13>Sep 7 07:22:11 rpmi: libsnappy-1.1.7-alt1 sisyphus+276400.100.1.2 1625016393 installed <13>Sep 7 07:22:11 rpmi: libpopt-devel-1:1.18-alt1 sisyphus+283609.300.5.1 1630003299 installed <13>Sep 7 07:22:11 rpmi: libp11-kit-1:0.24.1-alt2 sisyphus+324666.100.1.1 1689083439 installed <13>Sep 7 07:22:11 rpmi: libtasn1-4.19.0-alt3 sisyphus+327816.100.1.1 1692802615 installed <13>Sep 7 07:22:11 rpmi: rpm-macros-alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Sep 7 07:22:11 rpmi: alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Sep 7 07:22:11 rpmi: ca-certificates-2023.07.31-alt1 sisyphus+326137.200.1.1 1690809798 installed <13>Sep 7 07:22:11 rpmi: ca-trust-0.1.4-alt1 sisyphus+308690.100.1.1 1666182992 installed <13>Sep 7 07:22:11 rpmi: p11-kit-trust-1:0.24.1-alt2 sisyphus+324666.100.1.1 1689083439 installed <13>Sep 7 07:22:11 rpmi: libcrypto3-3.1.2-alt1 sisyphus+326244.100.1.1 1690906741 installed <13>Sep 7 07:22:11 rpmi: libssl3-3.1.2-alt1 sisyphus+326244.100.1.1 1690906741 installed <13>Sep 7 07:22:12 rpmi: libssl-devel-3.1.2-alt1 sisyphus+326244.100.1.1 1690906741 installed <13>Sep 7 07:22:12 rpmi: librpm-devel-4.13.0.1-alt38 sisyphus+324286.100.3.1 1688750993 installed <13>Sep 7 07:22:12 rpmi: libsnappy-devel-1.1.7-alt1 sisyphus+276400.100.1.2 1625016393 installed <13>Sep 7 07:22: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.59375 + 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.59375 + 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.59375 + 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.ctxsJI 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.fzR7xB 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.wX6s3A 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.ifA6IM 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.5KK17R 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.38)(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.6Kgrk8 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.QDKgG2 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.0FIPMH 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.lxU1eQ 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.89BQSW find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DjTry9 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.6OkRWe find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eP4JTq 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) 1.20user 1.12system 0:14.08elapsed 16%CPU (0avgtext+0avgdata 31936maxresident)k 0inputs+0outputs (0major+445931minor)pagefaults 0swaps 3.14user 1.08system 0:20.61elapsed 20%CPU (0avgtext+0avgdata 125900maxresident)k 384inputs+0outputs (0major+200632minor)pagefaults 0swaps --- libqacache-0.3.2-alt1.x86_64.rpm.repo 2023-07-29 18:28:57.381799822 +0000 +++ libqacache-0.3.2-alt1.x86_64.rpm.hasher 2023-09-07 07:22:28.108064597 +0000 @@ -8,2 +8,3 @@ Requires: libc.so.6(GLIBC_2.34)(64bit) +Requires: libc.so.6(GLIBC_2.38)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -18,4 +19,4 @@ Provides: libqacache = 0.3.2-alt1:sisyphus+325995.2000.1.1 -File: /usr/bin/qacache-clean 100755 root:root abcd6f88a14b6fbbc6eacdd56ad61473 -File: /usr/lib64/libqacache.so.0 100644 root:root 5d965e8092b484934afa05b82882c536 -RPMIdentity: 289857e4c6bad1281b2fcbe49d912a583fcb5f89d1c995d1cda912e6b420138d8a3b5514347926bddd33005abc9fb4439d5c7f9057a1c9483f910a7174fcbc2c +File: /usr/bin/qacache-clean 100755 root:root 389576202bda993d1c5186cafe4f1573 +File: /usr/lib64/libqacache.so.0 100644 root:root 32576c40c1d8c431670a71a0d6d072ac +RPMIdentity: 3b98a30893273fe6aff23e9fe35fa649dd73d5f42c5c44e30f9896d265693808ad26d4eca6656b2ff449248cb736d55c630cf0fdd954a4d800906ab5ee4ecd3a --- libqacache-debuginfo-0.3.2-alt1.x86_64.rpm.repo 2023-07-29 18:28:57.229798366 +0000 +++ libqacache-debuginfo-0.3.2-alt1.x86_64.rpm.hasher 2023-09-07 07:22:28.158065091 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/3b 40755 root:root -/usr/lib/debug/.build-id/3b/5df08c408c25f902dbd3955a8db69ed5cca5d8 120777 root:root ../../../../lib64/libqacache.so.0 -/usr/lib/debug/.build-id/3b/5df08c408c25f902dbd3955a8db69ed5cca5d8.debug 120777 root:root ../../usr/lib64/libqacache.so.0.debug -/usr/lib/debug/.build-id/48 40755 root:root -/usr/lib/debug/.build-id/48/67edc3609eb49d4d9c30a2a6ca81edb79d23d2 120777 root:root ../../../../bin/qacache-clean -/usr/lib/debug/.build-id/48/67edc3609eb49d4d9c30a2a6ca81edb79d23d2.debug 120777 root:root ../../usr/bin/qacache-clean.debug +/usr/lib/debug/.build-id/4b 40755 root:root +/usr/lib/debug/.build-id/4b/13b6bf12676a92caea15351bd155a998ca3a24 120777 root:root ../../../../lib64/libqacache.so.0 +/usr/lib/debug/.build-id/4b/13b6bf12676a92caea15351bd155a998ca3a24.debug 120777 root:root ../../usr/lib64/libqacache.so.0.debug +/usr/lib/debug/.build-id/59 40755 root:root +/usr/lib/debug/.build-id/59/57507a48bf0b3a6c23be79ccd31967dfca352c 120777 root:root ../../../../bin/qacache-clean +/usr/lib/debug/.build-id/59/57507a48bf0b3a6c23be79ccd31967dfca352c.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/3b 40755 root:root -File: /usr/lib/debug/.build-id/3b/5df08c408c25f902dbd3955a8db69ed5cca5d8 120777 root:root ../../../../lib64/libqacache.so.0 -File: /usr/lib/debug/.build-id/3b/5df08c408c25f902dbd3955a8db69ed5cca5d8.debug 120777 root:root ../../usr/lib64/libqacache.so.0.debug -File: /usr/lib/debug/.build-id/48 40755 root:root -File: /usr/lib/debug/.build-id/48/67edc3609eb49d4d9c30a2a6ca81edb79d23d2 120777 root:root ../../../../bin/qacache-clean -File: /usr/lib/debug/.build-id/48/67edc3609eb49d4d9c30a2a6ca81edb79d23d2.debug 120777 root:root ../../usr/bin/qacache-clean.debug -File: /usr/lib/debug/usr/bin/qacache-clean.debug 100644 root:root 73704466bed72c744addc2034f48a0ac -File: /usr/lib/debug/usr/lib64/libqacache.so.0.debug 100644 root:root 437ad169b8af1f3294c170c761f2d6e0 +File: /usr/lib/debug/.build-id/4b 40755 root:root +File: /usr/lib/debug/.build-id/4b/13b6bf12676a92caea15351bd155a998ca3a24 120777 root:root ../../../../lib64/libqacache.so.0 +File: /usr/lib/debug/.build-id/4b/13b6bf12676a92caea15351bd155a998ca3a24.debug 120777 root:root ../../usr/lib64/libqacache.so.0.debug +File: /usr/lib/debug/.build-id/59 40755 root:root +File: /usr/lib/debug/.build-id/59/57507a48bf0b3a6c23be79ccd31967dfca352c 120777 root:root ../../../../bin/qacache-clean +File: /usr/lib/debug/.build-id/59/57507a48bf0b3a6c23be79ccd31967dfca352c.debug 120777 root:root ../../usr/bin/qacache-clean.debug +File: /usr/lib/debug/usr/bin/qacache-clean.debug 100644 root:root 9f6c1cb13992a202a020096327e4e449 +File: /usr/lib/debug/usr/lib64/libqacache.so.0.debug 100644 root:root 9b4fc1741bcfef0c4bc8e4d41ab51dd7 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: 985313038c1c39c951e57c6b4fd490c78d8a377639279ccdd0516adda0a590869b465116b31b790219499659462b3f488acb07558491a619ddc2a1b35d679f6d +RPMIdentity: a1de8883962d583e9fff0e23b27b6fb0a437322723cbfe8a45169a3d43bebd1fd9cf7b13a0e24f103df79a0f3d9d83fcd298726720d13b7e84f13e5758004210 --- rpmhdrcache-0.3.2-alt1.x86_64.rpm.repo 2023-07-29 18:28:57.532801268 +0000 +++ rpmhdrcache-0.3.2-alt1.x86_64.rpm.hasher 2023-09-07 07:22:28.264066139 +0000 @@ -9,3 +9,3 @@ Provides: rpmhdrcache = 0.3.2-alt1:sisyphus+325995.2000.1.1 -File: /usr/lib64/rpmhdrcache.so 100644 root:root ed638b5c9661ff1d2be9e8c384d5143b -RPMIdentity: 809f883d11b61bb9d21c944bf4c180ff396c0aa579d78672bda318084167344cd35ba1c9408aee6b7e120435a27a1c61351acd61d16d7ea7a54269daeb50dda4 +File: /usr/lib64/rpmhdrcache.so 100644 root:root 05374672b7dd72ef21c9c55e07848442 +RPMIdentity: 30a729cd0cf45fef3ef7bcbf1eba53104302174013ae7e7bb65ef0c63db2f3624b49308717319d21792002e45157f4d269e7e88c62c20cbc399b5ba02a0f6c79 --- rpmhdrcache-debuginfo-0.3.2-alt1.x86_64.rpm.repo 2023-07-29 18:28:57.692802801 +0000 +++ rpmhdrcache-debuginfo-0.3.2-alt1.x86_64.rpm.hasher 2023-09-07 07:22:28.310066593 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/f4 40755 root:root -/usr/lib/debug/.build-id/f4/308afd07bb9586f93059e1c167cd42e031583f 120777 root:root ../../../../lib64/rpmhdrcache.so -/usr/lib/debug/.build-id/f4/308afd07bb9586f93059e1c167cd42e031583f.debug 120777 root:root ../../usr/lib64/rpmhdrcache.so.debug +/usr/lib/debug/.build-id/0d 40755 root:root +/usr/lib/debug/.build-id/0d/570fc47a75ed3a94758a6a6f2bb81a88bf5c6d 120777 root:root ../../../../lib64/rpmhdrcache.so +/usr/lib/debug/.build-id/0d/570fc47a75ed3a94758a6a6f2bb81a88bf5c6d.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+325995.2000.1.1 -File: /usr/lib/debug/.build-id/f4 40755 root:root -File: /usr/lib/debug/.build-id/f4/308afd07bb9586f93059e1c167cd42e031583f 120777 root:root ../../../../lib64/rpmhdrcache.so -File: /usr/lib/debug/.build-id/f4/308afd07bb9586f93059e1c167cd42e031583f.debug 120777 root:root ../../usr/lib64/rpmhdrcache.so.debug -File: /usr/lib/debug/usr/lib64/rpmhdrcache.so.debug 100644 root:root 8cedee9185ce0cc838e49c13329cb4fd +File: /usr/lib/debug/.build-id/0d 40755 root:root +File: /usr/lib/debug/.build-id/0d/570fc47a75ed3a94758a6a6f2bb81a88bf5c6d 120777 root:root ../../../../lib64/rpmhdrcache.so +File: /usr/lib/debug/.build-id/0d/570fc47a75ed3a94758a6a6f2bb81a88bf5c6d.debug 120777 root:root ../../usr/lib64/rpmhdrcache.so.debug +File: /usr/lib/debug/usr/lib64/rpmhdrcache.so.debug 100644 root:root dac715c9d59873d5696c0f168a7880d2 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: 660fd248f395cb1f0f4e034295c0e5f82180bef663227d2e72120e6e937e41f5ea222c73513cd6fca992bafe1ed9daca62eb53cbb4a3dd315cf7e194da9a4ec3 +RPMIdentity: 80401e7eb9ef4239b93b12e4ae37c9b910b0fcecb33f003e3519420a5780a7095882a264b5cf22b04fd685a0e2f00a068836a23103c1158ab5033dcdcb0d60b5