<86>Sep 2 00:45:48 userdel[1794172]: delete user 'rooter' <86>Sep 2 00:45:48 userdel[1794172]: removed group 'rooter' owned by 'rooter' <86>Sep 2 00:45:48 userdel[1794172]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 2 00:45:48 groupadd[1794189]: group added to /etc/group: name=rooter, GID=1802 <86>Sep 2 00:45:48 groupadd[1794189]: group added to /etc/gshadow: name=rooter <86>Sep 2 00:45:48 groupadd[1794189]: new group: name=rooter, GID=1802 <86>Sep 2 00:45:48 useradd[1794201]: new user: name=rooter, UID=1802, GID=1802, home=/root, shell=/bin/bash, from=none <86>Sep 2 00:45:48 userdel[1794229]: delete user 'builder' <86>Sep 2 00:45:48 userdel[1794229]: removed group 'builder' owned by 'builder' <86>Sep 2 00:45:48 userdel[1794229]: removed shadow group 'builder' owned by 'builder' <86>Sep 2 00:45:48 groupadd[1794241]: group added to /etc/group: name=builder, GID=1803 <86>Sep 2 00:45:48 groupadd[1794241]: group added to /etc/gshadow: name=builder <86>Sep 2 00:45:48 groupadd[1794241]: new group: name=builder, GID=1803 <86>Sep 2 00:45:48 useradd[1794253]: new user: name=builder, UID=1803, GID=1803, 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>Sep 2 00:45:51 rpmi: liblz4-1:1.9.4-alt1 sisyphus+309416.100.1.1 1667412981 installed <13>Sep 2 00:45:51 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.98213 + 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.98213 + 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: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 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 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 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.98213 + 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.MsAiyW 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.si9ET1 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.em98Hc Creating libyrmcds-debuginfo package Processing files: libyrmcds0-1.2.1-alt1_3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.5186 + 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.8G7LSC 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.xc8GcJ 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.da1OvN 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.mRvGgQ 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.yU1Dsj 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.HYjZ41 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.yRNgic find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.N4LNhf 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.OPkWJ1 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Rc4OVi 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.60user 1.19system 0:14.18elapsed 19%CPU (0avgtext+0avgdata 39440maxresident)k 0inputs+0outputs (0major+475469minor)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 2.88user 1.08system 0:20.20elapsed 19%CPU (0avgtext+0avgdata 126500maxresident)k 0inputs+0outputs (0major+189929minor)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 2023-09-02 00:46:07.076580918 +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 cca3aa2b8b888764a0e8dffaa0070ed8 +File: /usr/bin/yc-cnt 100755 root:root eb6196fc2444faeffcc6f9af86a19ffe +RPMIdentity: 8294d460d2c748c12a4c5c04608fc746909013a377ff6c362f6a232242d8458ddc4093e0f6c6b8d57451d626665c041303b90dec2ce870e71c0d161c738c270e --- 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 2023-09-02 00:46:07.129581819 +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/19 40755 root:root +/usr/lib/debug/.build-id/19/b196e85a97cb2b4f2085bb757524f5f3d2ae45 120777 root:root ../../../../bin/yc-cnt +/usr/lib/debug/.build-id/19/b196e85a97cb2b4f2085bb757524f5f3d2ae45.debug 120777 root:root ../../usr/bin/yc-cnt.debug +/usr/lib/debug/.build-id/f1 40755 root:root +/usr/lib/debug/.build-id/f1/b19a42bb7cc283297244a7667f1a3e6f8d3754 120777 root:root ../../../../bin/yc +/usr/lib/debug/.build-id/f1/b19a42bb7cc283297244a7667f1a3e6f8d3754.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/19 40755 root:root +File: /usr/lib/debug/.build-id/19/b196e85a97cb2b4f2085bb757524f5f3d2ae45 120777 root:root ../../../../bin/yc-cnt +File: /usr/lib/debug/.build-id/19/b196e85a97cb2b4f2085bb757524f5f3d2ae45.debug 120777 root:root ../../usr/bin/yc-cnt.debug +File: /usr/lib/debug/.build-id/f1 40755 root:root +File: /usr/lib/debug/.build-id/f1/b19a42bb7cc283297244a7667f1a3e6f8d3754 120777 root:root ../../../../bin/yc +File: /usr/lib/debug/.build-id/f1/b19a42bb7cc283297244a7667f1a3e6f8d3754.debug 120777 root:root ../../usr/bin/yc.debug +File: /usr/lib/debug/usr/bin/yc-cnt.debug 100644 root:root 91f93a8c7d1145b31a3881b4c6b6cea0 +File: /usr/lib/debug/usr/bin/yc.debug 100644 root:root 32c0abcef6ae6e81642ed5298c2e661d 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: b8750a3f9637ff0ce89e8a13b05084edb20df3deec3fcfc9ea124ee2105616f587c0c02011bdcc625eae6417f4f0fd3eb90609c5f765d5ccf118ce0d43e5e0f6 --- 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 2023-09-02 00:46:07.252583911 +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 a18a8a012dd67e9989ae6c097007af14 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: 0a65c02df651f60c278c18747c0590cd7c3df4e82fce156acba8107105bfbc5a7a1b9b74ee3567249a700b6675b71c63096e8adc80472b7bed87842dd2a04574 --- 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 2023-09-02 00:46:07.295584643 +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/11 40755 root:root +/usr/lib/debug/.build-id/11/fc29b27c2db72da074b637b9064459f6be9761 120777 root:root ../../../../lib64/libyrmcds.so.0.0.0 +/usr/lib/debug/.build-id/11/fc29b27c2db72da074b637b9064459f6be9761.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/11 40755 root:root +File: /usr/lib/debug/.build-id/11/fc29b27c2db72da074b637b9064459f6be9761 120777 root:root ../../../../lib64/libyrmcds.so.0.0.0 +File: /usr/lib/debug/.build-id/11/fc29b27c2db72da074b637b9064459f6be9761.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 9600dec73ac163734ca793ae4864d441 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: 0e904ea1468cfbc01845187920a00221215550e104d50b6e6a7afe75b7fd1b5260c93a267e191a8be5117a006f7e4d1b536199ccbd7c3ceba0f300602576af18