<86>May 4 02:27:07 userdel[1050291]: delete user 'rooter' <86>May 4 02:27:07 userdel[1050291]: removed group 'rooter' owned by 'rooter' <86>May 4 02:27:07 userdel[1050291]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 02:27:07 groupadd[1050303]: group added to /etc/group: name=rooter, GID=1874 <86>May 4 02:27:07 groupadd[1050303]: group added to /etc/gshadow: name=rooter <86>May 4 02:27:07 groupadd[1050303]: new group: name=rooter, GID=1874 <86>May 4 02:27:07 useradd[1050313]: new user: name=rooter, UID=1874, GID=1874, home=/root, shell=/bin/bash, from=none <86>May 4 02:27:07 userdel[1050329]: delete user 'builder' <86>May 4 02:27:07 userdel[1050329]: removed group 'builder' owned by 'builder' <86>May 4 02:27:07 userdel[1050329]: removed shadow group 'builder' owned by 'builder' <86>May 4 02:27:07 groupadd[1050340]: group added to /etc/group: name=builder, GID=1875 <86>May 4 02:27:07 groupadd[1050340]: group added to /etc/gshadow: name=builder <86>May 4 02:27:07 groupadd[1050340]: new group: name=builder, GID=1875 <86>May 4 02:27:07 useradd[1050350]: new user: name=builder, UID=1875, GID=1875, 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>May 4 02:27:10 rpmi: liblz4-1:1.9.4-alt1 sisyphus+309416.100.1.1 1667412981 installed <13>May 4 02:27:10 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.92335 + 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.92335 + 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 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 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 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.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.92335 + 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.hOfjoB 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.ydzUdU 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.t93eyB Creating libyrmcds-debuginfo package Processing files: libyrmcds0-1.2.1-alt1_3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.62882 + 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.3boFIN 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.jJS7iW 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.YIdpdI 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.N7t6vw 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.mL1tAG 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.V0iCx3 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.41PL9p find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wwYwtf 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.f2C8XE find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lwkJjL 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.51user 2.20system 0:14.40elapsed 25%CPU (0avgtext+0avgdata 38740maxresident)k 0inputs+0outputs (0major+465264minor)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.47user 2.18system 0:23.13elapsed 24%CPU (0avgtext+0avgdata 131492maxresident)k 56inputs+0outputs (0major+189090minor)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 2024-05-04 02:27:27.831897908 +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 4d3727ff52c16d0a2521efa1d3326ae0 +File: /usr/bin/yc-cnt 100755 root:root ef458674609adbcac0229541598e5f19 +RPMIdentity: 17be7bfa6cc208897c2357ecab27d8f372a6e6fb8a012e3cd2a929f42efa0abdf0fb7078019cda5aecfed7d7bac4ff5eff65a152b3ece68f759603ee52412d44 --- 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 2024-05-04 02:27:28.098901403 +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/89 40755 root:root +/usr/lib/debug/.build-id/89/958d6a50079115dbc841b3e3bf3a1fdcedacdd 120777 root:root ../../../../bin/yc-cnt +/usr/lib/debug/.build-id/89/958d6a50079115dbc841b3e3bf3a1fdcedacdd.debug 120777 root:root ../../usr/bin/yc-cnt.debug +/usr/lib/debug/.build-id/9b 40755 root:root +/usr/lib/debug/.build-id/9b/81e9d189d2ae4eb10a3f6b7e3b5c05e3b64425 120777 root:root ../../../../bin/yc +/usr/lib/debug/.build-id/9b/81e9d189d2ae4eb10a3f6b7e3b5c05e3b64425.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/89 40755 root:root +File: /usr/lib/debug/.build-id/89/958d6a50079115dbc841b3e3bf3a1fdcedacdd 120777 root:root ../../../../bin/yc-cnt +File: /usr/lib/debug/.build-id/89/958d6a50079115dbc841b3e3bf3a1fdcedacdd.debug 120777 root:root ../../usr/bin/yc-cnt.debug +File: /usr/lib/debug/.build-id/9b 40755 root:root +File: /usr/lib/debug/.build-id/9b/81e9d189d2ae4eb10a3f6b7e3b5c05e3b64425 120777 root:root ../../../../bin/yc +File: /usr/lib/debug/.build-id/9b/81e9d189d2ae4eb10a3f6b7e3b5c05e3b64425.debug 120777 root:root ../../usr/bin/yc.debug +File: /usr/lib/debug/usr/bin/yc-cnt.debug 100644 root:root 4ffcdf677cf2d0db53c542826b1fc7a5 +File: /usr/lib/debug/usr/bin/yc.debug 100644 root:root a74e1f27349cfb0d426691d53c5bcde7 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: a8c709a821d4f3e946e30d5699d4185de334d148ce23be4f27f81fd60bb326ac68bc956708c3cabd3de460c7de512489c2dc1aba349db1eab06482688c96c710 --- 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 2024-05-04 02:27:28.239903249 +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 bdb09331332f70ec64581576b7782598 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: c58c5e1c35c645c0b21d175ad3312fc2d9132b0648362865d6788a7fce796e85da4d113fffa4485ad6c62374a154ee2714c0a8944562e11f236e5fea23a0af10 --- 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 2024-05-04 02:27:28.297904009 +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/bc 40755 root:root +/usr/lib/debug/.build-id/bc/688ce802a2d6feceb1b002dfcd47eb8a88adc1 120777 root:root ../../../../lib64/libyrmcds.so.0.0.0 +/usr/lib/debug/.build-id/bc/688ce802a2d6feceb1b002dfcd47eb8a88adc1.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/bc 40755 root:root +File: /usr/lib/debug/.build-id/bc/688ce802a2d6feceb1b002dfcd47eb8a88adc1 120777 root:root ../../../../lib64/libyrmcds.so.0.0.0 +File: /usr/lib/debug/.build-id/bc/688ce802a2d6feceb1b002dfcd47eb8a88adc1.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 88fdbfea14085890e6b4bd5b4d8d4c1e 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: c3668eabcf8e1d71fb7f47a235ae44adb10d77cf6580e18bee05b464eedee0f3645c8a8bd25ef55d1e2437577f67205e4ec44829e1e0958e786063321e8b387e