<86>Oct 29 16:37:22 userdel[3940946]: delete user 'rooter' <86>Oct 29 16:37:22 userdel[3940946]: removed group 'rooter' owned by 'rooter' <86>Oct 29 16:37:22 groupadd[3940958]: group added to /etc/group: name=rooter, GID=1829 <86>Oct 29 16:37:22 groupadd[3940958]: group added to /etc/gshadow: name=rooter <86>Oct 29 16:37:22 groupadd[3940958]: new group: name=rooter, GID=1829 <86>Oct 29 16:37:22 useradd[3940970]: new user: name=rooter, UID=1829, GID=1829, home=/root, shell=/bin/bash, from=none <86>Oct 29 16:37:22 userdel[3940989]: delete user 'builder' <86>Oct 29 16:37:22 userdel[3940989]: removed group 'builder' owned by 'builder' <86>Oct 29 16:37:22 userdel[3940989]: removed shadow group 'builder' owned by 'builder' <86>Oct 29 16:37:22 groupadd[3941003]: group added to /etc/group: name=builder, GID=1830 <86>Oct 29 16:37:22 groupadd[3941003]: group added to /etc/gshadow: name=builder <86>Oct 29 16:37:22 groupadd[3941003]: new group: name=builder, GID=1830 <86>Oct 29 16:37:22 useradd[3941019]: new user: name=builder, UID=1830, GID=1830, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/libyrmcds-1.2.1-alt1_3.src.rpm: license not found in '/usr/share/license' directory: BSD-like <13>Oct 29 16:37:25 rpmi: liblz4-1:1.9.4-alt1 sisyphus+309416.100.1.1 1667412981 installed <13>Oct 29 16:37:25 rpmi: liblz4-devel-1:1.9.4-alt1 sisyphus+309416.100.1.1 1667412981 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/libyrmcds-1.2.1-alt1_3.nosrc.rpm (w1.gzdio) Installing libyrmcds-1.2.1-alt1_3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.39395 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf libyrmcds-1.2.1 + echo 'Source #0 (v1.2.1.tar.gz):' Source #0 (v1.2.1.tar.gz): + /usr/bin/gzip -dc /usr/src/RPM/SOURCES/v1.2.1.tar.gz + /bin/tar -xf - + cd libyrmcds-1.2.1 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (libyrmcds-1.2.1-shared.diff):' Patch #0 (libyrmcds-1.2.1-shared.diff): + /usr/bin/patch -p1 patching file Makefile Hunk #3 succeeded at 35 (offset -9 lines). + echo 'Patch #1 (libyrmcds-1.2.1-system_lz4.diff):' Patch #1 (libyrmcds-1.2.1-system_lz4.diff): + /usr/bin/patch -p1 patching file Makefile patching file recv.c patching file send.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.39395 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libyrmcds-1.2.1 + make -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC' 'LDFLAGS= -L.' make: Entering directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -D_GNU_SOURCE -DLIBYRMCDS_USE_LZ4 -c -o strerror.o strerror.c make: Leaving directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' make: Entering directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -D_GNU_SOURCE -DLIBYRMCDS_USE_LZ4 -c -o set_compression.o set_compression.c make: Leaving directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' make: Entering directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -D_GNU_SOURCE -DLIBYRMCDS_USE_LZ4 -c -o close.o close.c make: Leaving directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' make: Entering directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -D_GNU_SOURCE -DLIBYRMCDS_USE_LZ4 -c -o socket.o socket.c make: Leaving directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' make: Entering directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -D_GNU_SOURCE -DLIBYRMCDS_USE_LZ4 -c -o recv.o recv.c make: Leaving directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' make: Entering directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -D_GNU_SOURCE -DLIBYRMCDS_USE_LZ4 -c -o send.o send.c send.c: In function 'send_data': send.c:143:13: warning: 'LZ4_compress' is deprecated: use LZ4_compress_default() instead [-Wdeprecated-declarations] 143 | (uint32_t)LZ4_compress(data, new_data + sizeof(uint32_t), | ^ In file included from send.c:7: /usr/include/lz4.h:765:75: note: declared here 765 | LZ4_DEPRECATED("use LZ4_compress_default() instead") LZ4LIB_API int LZ4_compress (const char* src, char* dest, int srcSize); | ^~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' make: Entering directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -D_GNU_SOURCE -DLIBYRMCDS_USE_LZ4 -c -o connect.o connect.c make: Leaving directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' make: Entering directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -D_GNU_SOURCE -DLIBYRMCDS_USE_LZ4 -c -o yc-cnt.o yc-cnt.c make: Leaving directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' make: Entering directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -D_GNU_SOURCE -DLIBYRMCDS_USE_LZ4 -c -o counter.o counter.c make: Leaving directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' make: Entering directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -D_GNU_SOURCE -DLIBYRMCDS_USE_LZ4 -c -o yc.o yc.c make: Leaving directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' make: Entering directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' ar rcs libyrmcds.a close.o connect.o counter.o recv.o send.o set_compression.o socket.o strerror.o gcc -D_GNU_SOURCE -DLIBYRMCDS_USE_LZ4 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -L. -shared close.o connect.o counter.o recv.o send.o set_compression.o socket.o strerror.o -fPIC -Wl,-soname=libyrmcds.so.0 -o libyrmcds.so.0.0.0 -llz4 ln -sf libyrmcds.so.0.0.0 libyrmcds.so.0 ln -sf libyrmcds.so.0.0.0 libyrmcds.so make: Leaving directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' make: Entering directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -L. -o yc-cnt yc-cnt.o -lyrmcds -lpthread make: Leaving directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' make: Entering directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -fPIC -L. -o yc yc.o -lyrmcds -lpthread make: Leaving directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.39434 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/libyrmcds-buildroot + : + /bin/rm -rf -- /usr/src/tmp/libyrmcds-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd libyrmcds-1.2.1 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/libyrmcds-buildroot LIBDIR=/usr/lib64 PREFIX=/usr make: Entering directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' install -d -m 755 /usr/src/tmp/libyrmcds-buildroot/usr/lib64 /usr/src/tmp/libyrmcds-buildroot/usr/include install -m 755 libyrmcds.so.0.0.0 /usr/src/tmp/libyrmcds-buildroot/usr/lib64/libyrmcds.so.0.0.0 cp -a libyrmcds.so.0 /usr/src/tmp/libyrmcds-buildroot/usr/lib64 cp -a libyrmcds.so /usr/src/tmp/libyrmcds-buildroot/usr/lib64 install -m 644 libyrmcds.a /usr/src/tmp/libyrmcds-buildroot/usr/lib64/ install -m 644 yrmcds.h /usr/src/tmp/libyrmcds-buildroot/usr/include/ make: Leaving directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' + install -d /usr/src/tmp/libyrmcds-buildroot/usr/bin + install -m0755 yc /usr/src/tmp/libyrmcds-buildroot/usr/bin/ + install -m0755 yc-cnt /usr/src/tmp/libyrmcds-buildroot/usr/bin/ + rm -f /usr/src/tmp/libyrmcds-buildroot/usr/lib64/libyrmcds.a + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libyrmcds-buildroot (auto) mode of './usr/lib64/libyrmcds.so.0.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/libyrmcds-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/libyrmcds-buildroot/ (default) Compressing files in /usr/src/tmp/libyrmcds-buildroot (auto) Adjusting library links in /usr/src/tmp/libyrmcds-buildroot ./usr/lib64: (from :0) libyrmcds.so.0 -> libyrmcds.so.0.0.0 Verifying ELF objects in /usr/src/tmp/libyrmcds-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/libyrmcds-buildroot Processing files: libyrmcds-1.2.1-alt1_3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4M9URO find-provides: running scripts (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.lESoGp find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.38)(64bit), libc.so.6(GLIBC_2.4)(64bit), libyrmcds.so.0()(64bit) >= set:jdw4ZCyqmRZFY72mk6lr2rrfM31D9J6yzLwR3WZgmo67PZuZ5AkZqNhmjs8gXYt3wcXmJh320XLerUKyWm62nwvELzfMA5, 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.WoVqlg Creating libyrmcds-debuginfo package Processing files: libyrmcds0-1.2.1-alt1_3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.67179 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd libyrmcds-1.2.1 + DOCDIR=/usr/src/tmp/libyrmcds-buildroot/usr/share/doc/libyrmcds0-1.2.1 + export DOCDIR + rm -rf /usr/src/tmp/libyrmcds-buildroot/usr/share/doc/libyrmcds0-1.2.1 + /bin/mkdir -p /usr/src/tmp/libyrmcds-buildroot/usr/share/doc/libyrmcds0-1.2.1 + cp -prL COPYING README.md USAGE.md /usr/src/tmp/libyrmcds-buildroot/usr/share/doc/libyrmcds0-1.2.1 + chmod -R go-w /usr/src/tmp/libyrmcds-buildroot/usr/share/doc/libyrmcds0-1.2.1 + chmod -R a+rX /usr/src/tmp/libyrmcds-buildroot/usr/share/doc/libyrmcds0-1.2.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZpNBDU find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/libyrmcds-buildroot/usr/lib64/libyrmcds.so.0: 50 symbols, 16 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mivcpe find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: libyrmcds.so.0()(64bit) = set:jdw4ZCyqmRZFY7yQHhFhRCMSS3YgMpiV8pgsY5Qlu4EXXy0R7zzpvLL8FYRUGikg472QevT08PKlrQw0MZrerUKyWm62nwvELzfMA5 Requires: libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), liblz4.so.1()(64bit) >= set:kivEzWej3L0, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Obsoletes: lib64libyrmcds0 < 1.2.1-2 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QlxBV3 Creating libyrmcds0-debuginfo package Processing files: libyrmcds-devel-1.2.1-alt1_3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JN8H5c find-provides: running scripts (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.RzuhfM find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: yrmcds-devel = 1.2.1-alt1_3 Requires: pkgconfig(liblz4), libyrmcds0 = 1.2.1-alt1_3, /usr/lib64/libyrmcds.so.0.0.0 Obsoletes: lib64libyrmcds-devel < 1.2.1-2 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7EHbcx Processing files: libyrmcds-debuginfo-1.2.1-alt1_3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Cpq7BD find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.386njO find-requires: running scripts (debuginfo) Requires: libyrmcds = 1.2.1-alt1_3, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libyrmcds.so.0) Processing files: libyrmcds0-debuginfo-1.2.1-alt1_3 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.xnNQLM find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XyRzZk find-requires: running scripts (debuginfo) Provides: debug64(libyrmcds.so.0) Requires: libyrmcds0 = 1.2.1-alt1_3, debug64(libc.so.6), debug64(liblz4.so.1) Adding to libyrmcds-debuginfo a strict dependency on libyrmcds Adding to libyrmcds-devel a strict dependency on libyrmcds0 Adding to libyrmcds0-debuginfo a strict dependency on libyrmcds0 Adding to libyrmcds a strict dependency on libyrmcds0 Adding to libyrmcds-debuginfo a strict dependency on libyrmcds0-debuginfo Removing from libyrmcds-debuginfo 1 sources provided by libyrmcds0-debuginfo Removing 2 extra deps from libyrmcds due to dependency on libyrmcds0 Removing 1 extra deps from libyrmcds-devel due to dependency on libyrmcds0 Removing 1 extra deps from libyrmcds-debuginfo due to dependency on libyrmcds0-debuginfo Removing 4 extra deps from libyrmcds due to repentancy on libyrmcds0 Removing 1 extra deps from libyrmcds-debuginfo due to repentancy on libyrmcds0-debuginfo Wrote: /usr/src/RPM/RPMS/x86_64/libyrmcds-1.2.1-alt1_3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libyrmcds0-1.2.1-alt1_3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libyrmcds-devel-1.2.1-alt1_3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libyrmcds-debuginfo-1.2.1-alt1_3.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/libyrmcds0-debuginfo-1.2.1-alt1_3.x86_64.rpm (w2.lzdio) 1.38user 3.21system 0:14.69elapsed 31%CPU (0avgtext+0avgdata 39788maxresident)k 0inputs+0outputs (0major+465459minor)pagefaults 0swaps /.out/libyrmcds-1.2.1-alt1_3.x86_64.rpm: license not found in '/usr/share/license' directory: BSD-like /.out/libyrmcds0-1.2.1-alt1_3.x86_64.rpm: license not found in '/usr/share/license' directory: BSD-like /.out/libyrmcds-devel-1.2.1-alt1_3.x86_64.rpm: license not found in '/usr/share/license' directory: BSD-like /.out/libyrmcds-debuginfo-1.2.1-alt1_3.x86_64.rpm: license not found in '/usr/share/license' directory: BSD-like /.out/libyrmcds0-debuginfo-1.2.1-alt1_3.x86_64.rpm: license not found in '/usr/share/license' directory: BSD-like 3.16user 2.69system 0:24.23elapsed 24%CPU (0avgtext+0avgdata 136368maxresident)k 56inputs+0outputs (0major+208764minor)pagefaults 0swaps --- libyrmcds-1.2.1-alt1_3.x86_64.rpm.repo 2019-09-30 13:25:06.902745154 +0000 +++ libyrmcds-1.2.1-alt1_3.x86_64.rpm.hasher 2024-10-29 16:37:43.037440788 +0000 @@ -3,3 +3,4 @@ Requires: /lib64/ld-linux-x86-64.so.2 -Requires: libpthread.so.0(GLIBC_2.2.5)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) +Requires: libc.so.6(GLIBC_2.38)(64bit) Requires: libyrmcds0 = 1.2.1-alt1_3:sisyphus+238381.100.1.1 @@ -7,4 +8,4 @@ Provides: libyrmcds = 1.2.1-alt1_3:sisyphus+238381.100.1.1 -File: /usr/bin/yc 100755 root:root 05a5f709d2f77cf09e98116cf6d8076d -File: /usr/bin/yc-cnt 100755 root:root 787b5859bfb15f455f2a3d440ca06098 -RPMIdentity: 13adbd7873a47c58f85851eb8bd9c8f0067073c01e4c9b9e94869994743f9b5e9c31798b5ec1a74d603df07607b42aec687b452b8bea8208dc326b18ea25017a +File: /usr/bin/yc 100755 root:root 6017cf5b0f3b26e3e2ffb95e67d90b46 +File: /usr/bin/yc-cnt 100755 root:root 15d2e576ac9665441c151a9d63cd74cf +RPMIdentity: 6ae154486553e04c43f0ba77afdc6c68e694f614f206214372bc094ee8089f1bd8c0230c1dde9aae0382e65a95a321194defde3335499f3ae76e7e17ea062fb4 --- libyrmcds-debuginfo-1.2.1-alt1_3.x86_64.rpm.repo 2019-09-30 13:24:55.494669831 +0000 +++ libyrmcds-debuginfo-1.2.1-alt1_3.x86_64.rpm.hasher 2024-10-29 16:37:43.112441824 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/94 40755 root:root -/usr/lib/debug/.build-id/94/796de17c1b6db24604ecee8ac3e8f64bdaec79 120777 root:root ../../../../bin/yc -/usr/lib/debug/.build-id/94/796de17c1b6db24604ecee8ac3e8f64bdaec79.debug 120777 root:root ../../usr/bin/yc.debug -/usr/lib/debug/.build-id/bd 40755 root:root -/usr/lib/debug/.build-id/bd/4a1bf3dbf66fe8493b979bb4475893e30ce5c1 120777 root:root ../../../../bin/yc-cnt -/usr/lib/debug/.build-id/bd/4a1bf3dbf66fe8493b979bb4475893e30ce5c1.debug 120777 root:root ../../usr/bin/yc-cnt.debug +/usr/lib/debug/.build-id/50 40755 root:root +/usr/lib/debug/.build-id/50/d09d3a21a4e5648ce9e35f60368d7b4fe3c678 120777 root:root ../../../../bin/yc-cnt +/usr/lib/debug/.build-id/50/d09d3a21a4e5648ce9e35f60368d7b4fe3c678.debug 120777 root:root ../../usr/bin/yc-cnt.debug +/usr/lib/debug/.build-id/ec 40755 root:root +/usr/lib/debug/.build-id/ec/56c67188a35a962291d63b4de1ba84936664d4 120777 root:root ../../../../bin/yc +/usr/lib/debug/.build-id/ec/56c67188a35a962291d63b4de1ba84936664d4.debug 120777 root:root ../../usr/bin/yc.debug /usr/lib/debug/usr/bin/yc-cnt.debug 100644 root:root @@ -12,3 +12,2 @@ Requires: /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug -Requires: debug64(libpthread.so.0) Requires: libyrmcds = 1.2.1-alt1_3:sisyphus+238381.100.1.1 @@ -17,10 +16,10 @@ Provides: libyrmcds-debuginfo = 1.2.1-alt1_3:sisyphus+238381.100.1.1 -File: /usr/lib/debug/.build-id/94 40755 root:root -File: /usr/lib/debug/.build-id/94/796de17c1b6db24604ecee8ac3e8f64bdaec79 120777 root:root ../../../../bin/yc -File: /usr/lib/debug/.build-id/94/796de17c1b6db24604ecee8ac3e8f64bdaec79.debug 120777 root:root ../../usr/bin/yc.debug -File: /usr/lib/debug/.build-id/bd 40755 root:root -File: /usr/lib/debug/.build-id/bd/4a1bf3dbf66fe8493b979bb4475893e30ce5c1 120777 root:root ../../../../bin/yc-cnt -File: /usr/lib/debug/.build-id/bd/4a1bf3dbf66fe8493b979bb4475893e30ce5c1.debug 120777 root:root ../../usr/bin/yc-cnt.debug -File: /usr/lib/debug/usr/bin/yc-cnt.debug 100644 root:root 066756f1ad6dc22868c1fc546883017d -File: /usr/lib/debug/usr/bin/yc.debug 100644 root:root b41dd328f322f7f346ca7ef86e878915 +File: /usr/lib/debug/.build-id/50 40755 root:root +File: /usr/lib/debug/.build-id/50/d09d3a21a4e5648ce9e35f60368d7b4fe3c678 120777 root:root ../../../../bin/yc-cnt +File: /usr/lib/debug/.build-id/50/d09d3a21a4e5648ce9e35f60368d7b4fe3c678.debug 120777 root:root ../../usr/bin/yc-cnt.debug +File: /usr/lib/debug/.build-id/ec 40755 root:root +File: /usr/lib/debug/.build-id/ec/56c67188a35a962291d63b4de1ba84936664d4 120777 root:root ../../../../bin/yc +File: /usr/lib/debug/.build-id/ec/56c67188a35a962291d63b4de1ba84936664d4.debug 120777 root:root ../../usr/bin/yc.debug +File: /usr/lib/debug/usr/bin/yc-cnt.debug 100644 root:root d9e4be432799bb3cbe584fef8ee4c374 +File: /usr/lib/debug/usr/bin/yc.debug 100644 root:root bb1b2dc4bd6db72fffc471ce1f3a5841 File: /usr/src/debug/libyrmcds-1.2.1 40755 root:root @@ -28,2 +27,2 @@ File: /usr/src/debug/libyrmcds-1.2.1/yc.c 100644 root:root b7a3933f187c514d80ab00409a5c2adc -RPMIdentity: bf511d568855c07348effabe171fbe53ee51e28f2e907cd2f9ea47e11fdb005c0131694e9dfccff0282c37f436429878446fb8d5a44a0577c95ca610e557414d +RPMIdentity: 76873b2fa04f35fec122bb8e431e022ea6cd688e5f8d39f7d956b998694d48e5ad1f504dac0de6de21fc3af0059608fdddb18f2b1cd0fcab60a7d21d15a6f1f0 --- libyrmcds0-1.2.1-alt1_3.x86_64.rpm.repo 2019-09-30 13:25:06.818744601 +0000 +++ libyrmcds0-1.2.1-alt1_3.x86_64.rpm.hasher 2024-10-29 16:37:43.256443812 +0000 @@ -17,3 +17,3 @@ File: /usr/lib64/libyrmcds.so.0 120777 root:root libyrmcds.so.0.0.0 -File: /usr/lib64/libyrmcds.so.0.0.0 100644 root:root 38a921236955104cfe3c8d6d359f1160 +File: /usr/lib64/libyrmcds.so.0.0.0 100644 root:root bca9fb204a986b50a68ec73eb9e67384 File: /usr/share/doc/libyrmcds0-1.2.1 40755 root:root @@ -22,2 +22,2 @@ File: /usr/share/doc/libyrmcds0-1.2.1/USAGE.md 100644 root:root f1f8f59454ba5b8526a82685206c299a -RPMIdentity: 8c6a1cf93e4597ebe76b1693d7ee403405217448442b0b5370c3365612486ca5a1fdcb78d9a36ad426031e58ad08fa215b4f2b1d6d8203446edc1cbafb760550 +RPMIdentity: c9a6b1d52b897cbd9b2ab9c3ce2e396540af7d0eca9c9114e1508fa540e8889b166fe6d48357a29cb2196fae45cc94e7a39d0f04c060d2ae83c9cd021c236799 --- libyrmcds0-debuginfo-1.2.1-alt1_3.x86_64.rpm.repo 2019-09-30 13:25:06.861744884 +0000 +++ libyrmcds0-debuginfo-1.2.1-alt1_3.x86_64.rpm.hasher 2024-10-29 16:37:43.329444820 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/18 40755 root:root -/usr/lib/debug/.build-id/18/85c8bd6f56feb0c0aa69c60bca264e821bd494 120777 root:root ../../../../lib64/libyrmcds.so.0.0.0 -/usr/lib/debug/.build-id/18/85c8bd6f56feb0c0aa69c60bca264e821bd494.debug 120777 root:root ../../usr/lib64/libyrmcds.so.0.0.0.debug +/usr/lib/debug/.build-id/f6 40755 root:root +/usr/lib/debug/.build-id/f6/ed27e5509f54aa0b863ee0e4cd0b11e4f325fe 120777 root:root ../../../../lib64/libyrmcds.so.0.0.0 +/usr/lib/debug/.build-id/f6/ed27e5509f54aa0b863ee0e4cd0b11e4f325fe.debug 120777 root:root ../../usr/lib64/libyrmcds.so.0.0.0.debug /usr/lib/debug/usr/lib64/libyrmcds.so.0.0.0.debug 100644 root:root @@ -21,6 +21,6 @@ Provides: libyrmcds0-debuginfo = 1.2.1-alt1_3:sisyphus+238381.100.1.1 -File: /usr/lib/debug/.build-id/18 40755 root:root -File: /usr/lib/debug/.build-id/18/85c8bd6f56feb0c0aa69c60bca264e821bd494 120777 root:root ../../../../lib64/libyrmcds.so.0.0.0 -File: /usr/lib/debug/.build-id/18/85c8bd6f56feb0c0aa69c60bca264e821bd494.debug 120777 root:root ../../usr/lib64/libyrmcds.so.0.0.0.debug -File: /usr/lib/debug/usr/lib64/libyrmcds.so.0.0.0.debug 100644 root:root 7ff4e600cd78bb329bd0f9a7ebd438d5 +File: /usr/lib/debug/.build-id/f6 40755 root:root +File: /usr/lib/debug/.build-id/f6/ed27e5509f54aa0b863ee0e4cd0b11e4f325fe 120777 root:root ../../../../lib64/libyrmcds.so.0.0.0 +File: /usr/lib/debug/.build-id/f6/ed27e5509f54aa0b863ee0e4cd0b11e4f325fe.debug 120777 root:root ../../usr/lib64/libyrmcds.so.0.0.0.debug +File: /usr/lib/debug/usr/lib64/libyrmcds.so.0.0.0.debug 100644 root:root f22b8c739f7f59ae2ec7134ae3d61f9e File: /usr/lib/debug/usr/lib64/libyrmcds.so.0.debug 120777 root:root libyrmcds.so.0.0.0.debug @@ -36,2 +36,2 @@ File: /usr/src/debug/libyrmcds-1.2.1/yrmcds.h 100644 root:root 8140c27a14a3653802e490e6ebea4949 -RPMIdentity: 9b7067f63fb60527100645589b414316dc63247080609ad0ea09cf935ceb9a4eb5eae18877590001f63a136dcad9c133eec3d99c66094bec808ec03ed40beddf +RPMIdentity: 6004205553a73194aa5b6d96195a730e1a86beafbfc78c05505699c977a798edb66338ce7fb4650f8396d5323b00052463e2ce49157be33139501b6ea7954bc8