<86>Oct 3 01:23:15 userdel[3376286]: delete user 'rooter' <86>Oct 3 01:23:15 userdel[3376286]: removed group 'rooter' owned by 'rooter' <86>Oct 3 01:23:15 groupadd[3376293]: group added to /etc/group: name=rooter, GID=990 <86>Oct 3 01:23:15 groupadd[3376293]: group added to /etc/gshadow: name=rooter <86>Oct 3 01:23:15 groupadd[3376293]: new group: name=rooter, GID=990 <86>Oct 3 01:23:15 useradd[3376298]: new user: name=rooter, UID=990, GID=990, home=/root, shell=/bin/bash <86>Oct 3 01:23:15 userdel[3376312]: delete user 'builder' <86>Oct 3 01:23:15 userdel[3376312]: removed group 'builder' owned by 'builder' <86>Oct 3 01:23:15 userdel[3376312]: removed shadow group 'builder' owned by 'builder' <86>Oct 3 01:23:15 groupadd[3376323]: group added to /etc/group: name=builder, GID=991 <86>Oct 3 01:23:15 groupadd[3376323]: group added to /etc/gshadow: name=builder <86>Oct 3 01:23:15 groupadd[3376323]: new group: name=builder, GID=991 <86>Oct 3 01:23:15 useradd[3376330]: new user: name=builder, UID=991, GID=991, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/libyrmcds-1.2.1-alt1_3.src.rpm: license not found in '/usr/share/license' directory: BSD-like <13>Oct 3 01:23:17 rpmi: liblz4-1:1.9.3-alt1 sisyphus+278100.4000.1.1 1626059441 installed <13>Oct 3 01:23:17 rpmi: liblz4-devel-1:1.9.3-alt1 sisyphus+278100.4000.1.1 1626059441 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.61435 + 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): + /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.61435 + 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 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 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 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 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 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:697:75: note: declared here 697 | 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 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-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 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.61435 + 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:/bin:/usr/bin:/usr/X11R6/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) 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.7VdXLe 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.yvVmHo 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.4)(64bit), libc.so.6(GLIBC_2.7)(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.49Cfok Creating libyrmcds-debuginfo package Processing files: libyrmcds0-1.2.1-alt1_3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.39951 + 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.ZrJm2o 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.z2rwrn 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.zpI8l2 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.6KZXkP 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.tRMdzE 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.Zkcwa8 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.uhBxKv find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LgTfZg 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.MuYtzM find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9oIv3f 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.82user 1.01system 0:14.13elapsed 20%CPU (0avgtext+0avgdata 38716maxresident)k 0inputs+0outputs (0major+468046minor)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 1.59user 1.02system 0:18.62elapsed 14%CPU (0avgtext+0avgdata 106448maxresident)k 168inputs+0outputs (31130major+152011minor)pagefaults 0swaps --- libyrmcds-1.2.1-alt1_3.x86_64.rpm.repo 2019-09-30 13:25:06.000000000 +0000 +++ libyrmcds-1.2.1-alt1_3.x86_64.rpm.hasher 2022-10-03 01:23:32.940857313 +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.7)(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 68817836fa8191edce6f57b2eac8d2f0 +File: /usr/bin/yc-cnt 100755 root:root a20226fb417a3dc3984fb868a40ba09b +RPMIdentity: 3960651cf4565dc75ca2ed63303af9ed9840e39b681dd0aad17e514abee5839c8f92f6f5afe90ceca4512f0270f689055818b94413629db977a7a58601ee3329 --- libyrmcds-debuginfo-1.2.1-alt1_3.x86_64.rpm.repo 2019-09-30 13:24:55.000000000 +0000 +++ libyrmcds-debuginfo-1.2.1-alt1_3.x86_64.rpm.hasher 2022-10-03 01:23:33.020858542 +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/8f 40755 root:root +/usr/lib/debug/.build-id/8f/25fc2a5268fbf308e20d73ac68e40aaa07a164 120777 root:root ../../../../bin/yc-cnt +/usr/lib/debug/.build-id/8f/25fc2a5268fbf308e20d73ac68e40aaa07a164.debug 120777 root:root ../../usr/bin/yc-cnt.debug +/usr/lib/debug/.build-id/a3 40755 root:root +/usr/lib/debug/.build-id/a3/032ce07ebdf5fa11779852ef1de9d3eaa204c0 120777 root:root ../../../../bin/yc +/usr/lib/debug/.build-id/a3/032ce07ebdf5fa11779852ef1de9d3eaa204c0.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/8f 40755 root:root +File: /usr/lib/debug/.build-id/8f/25fc2a5268fbf308e20d73ac68e40aaa07a164 120777 root:root ../../../../bin/yc-cnt +File: /usr/lib/debug/.build-id/8f/25fc2a5268fbf308e20d73ac68e40aaa07a164.debug 120777 root:root ../../usr/bin/yc-cnt.debug +File: /usr/lib/debug/.build-id/a3 40755 root:root +File: /usr/lib/debug/.build-id/a3/032ce07ebdf5fa11779852ef1de9d3eaa204c0 120777 root:root ../../../../bin/yc +File: /usr/lib/debug/.build-id/a3/032ce07ebdf5fa11779852ef1de9d3eaa204c0.debug 120777 root:root ../../usr/bin/yc.debug +File: /usr/lib/debug/usr/bin/yc-cnt.debug 100644 root:root 3e94844c2bd8621507df7e0249d696da +File: /usr/lib/debug/usr/bin/yc.debug 100644 root:root b5d4185790dd6147fca514a6242c8762 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: 771ddf9a767748cf6f3884361c1a90b62aed628664f5e423ecb68a9c9efcfea15d6a3801ba66588a2a4dda1755ca078de833d811765cdbed0d610ade44d0ef07 --- libyrmcds0-1.2.1-alt1_3.x86_64.rpm.repo 2019-09-30 13:25:06.000000000 +0000 +++ libyrmcds0-1.2.1-alt1_3.x86_64.rpm.hasher 2022-10-03 01:23:33.132860261 +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 8cadac6f7c27d934555454b37d1e25b6 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: b8da0e42fd9d3cd738df89d89b229f3e05b17b70f82c320cd96e611935250f014d52194ff502ed18c9cfdd7907a587d27c0b101fd4c58788fa154ebae2c9ee14 --- libyrmcds0-debuginfo-1.2.1-alt1_3.x86_64.rpm.repo 2019-09-30 13:25:06.000000000 +0000 +++ libyrmcds0-debuginfo-1.2.1-alt1_3.x86_64.rpm.hasher 2022-10-03 01:23:33.180860998 +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/fa 40755 root:root +/usr/lib/debug/.build-id/fa/f00a48a84adf6dcb527fc67304a68274de613c 120777 root:root ../../../../lib64/libyrmcds.so.0.0.0 +/usr/lib/debug/.build-id/fa/f00a48a84adf6dcb527fc67304a68274de613c.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/fa 40755 root:root +File: /usr/lib/debug/.build-id/fa/f00a48a84adf6dcb527fc67304a68274de613c 120777 root:root ../../../../lib64/libyrmcds.so.0.0.0 +File: /usr/lib/debug/.build-id/fa/f00a48a84adf6dcb527fc67304a68274de613c.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 d4accb3655de62a09b3166786d2a55fe 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: 7144eec867d930c412f50c918d3ea4730599bcffd353f501cd6d4fed1cbedf4c9ea0c2f106b03f9eb54803b3019a2c17ce722f2990103be5e01dfbd750630973