<86>Apr 27 09:23:08 userdel[1266920]: delete user 'rooter' <86>Apr 27 09:23:08 userdel[1266920]: removed group 'rooter' owned by 'rooter' <86>Apr 27 09:23:08 userdel[1266920]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 09:23:08 groupadd[1266936]: group added to /etc/group: name=rooter, GID=1823 <86>Apr 27 09:23:08 groupadd[1266936]: group added to /etc/gshadow: name=rooter <86>Apr 27 09:23:08 groupadd[1266936]: new group: name=rooter, GID=1823 <86>Apr 27 09:23:08 useradd[1266950]: new user: name=rooter, UID=1823, GID=1823, home=/root, shell=/bin/bash, from=none <86>Apr 27 09:23:08 userdel[1266975]: delete user 'builder' <86>Apr 27 09:23:08 userdel[1266975]: removed group 'builder' owned by 'builder' <86>Apr 27 09:23:08 userdel[1266975]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 09:23:08 groupadd[1267000]: group added to /etc/group: name=builder, GID=1824 <86>Apr 27 09:23:08 groupadd[1267000]: group added to /etc/gshadow: name=builder <86>Apr 27 09:23:08 groupadd[1267000]: new group: name=builder, GID=1824 <86>Apr 27 09:23:08 useradd[1267020]: new user: name=builder, UID=1824, GID=1824, 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>Apr 27 09:23:11 rpmi: liblz4-1:1.9.4-alt1 sisyphus+309416.100.1.1 1667413000 installed <13>Apr 27 09:23:11 rpmi: liblz4-devel-1:1.9.4-alt1 sisyphus+309416.100.1.1 1667413000 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.28626 + 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.51105 + 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 -march=i586 -mtune=generic -fPIC' 'LDFLAGS= -L.' make: Entering directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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 -march=i586 -mtune=generic -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.51105 + 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/lib PREFIX=/usr make: Entering directory '/usr/src/RPM/BUILD/libyrmcds-1.2.1' install -d -m 755 /usr/src/tmp/libyrmcds-buildroot/usr/lib /usr/src/tmp/libyrmcds-buildroot/usr/include install -m 755 libyrmcds.so.0.0.0 /usr/src/tmp/libyrmcds-buildroot/usr/lib/libyrmcds.so.0.0.0 cp -a libyrmcds.so.0 /usr/src/tmp/libyrmcds-buildroot/usr/lib cp -a libyrmcds.so /usr/src/tmp/libyrmcds-buildroot/usr/lib install -m 644 libyrmcds.a /usr/src/tmp/libyrmcds-buildroot/usr/lib/ 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/lib/libyrmcds.a + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/libyrmcds-buildroot (auto) mode of './usr/lib/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/lib: (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) verify-elf: WARNING: ./usr/bin/yc: uses non-LFS functions: open verify-elf: WARNING: ./usr/lib/libyrmcds.so.0.0.0: uses non-LFS functions: fcntl 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.O8KheK 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.MKVkPm find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.38), libc.so.6(GLIBC_2.4), libyrmcds.so.0 >= 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.GZbj3Q Creating libyrmcds-debuginfo package Processing files: libyrmcds0-1.2.1-alt1_3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.10625 + 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.n8tElc find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/libyrmcds-buildroot/usr/lib/libyrmcds.so.0: 50 symbols, 16 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VUFaXi 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 = set:jdw4ZCyqmRZFY7yQHhFhRCMSS3YgMpiV8pgsY5Qlu4EXXy0R7zzpvLL8FYRUGikg472QevT08PKlrQw0MZrerUKyWm62nwvELzfMA5 Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), liblz4.so.1 >= set:kivEzWej3L0, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Obsoletes: liblibyrmcds0 < 1.2.1-2 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TLssuf 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.nn0eBu 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.taKRE2 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/lib/libyrmcds.so.0.0.0 Obsoletes: liblibyrmcds-devel < 1.2.1-2 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hJFsa7 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.w6CEdK find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0Ttytt find-requires: running scripts (debuginfo) Requires: libyrmcds = 1.2.1-alt1_3, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(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.hxLMAp find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.K6aLCd find-requires: running scripts (debuginfo) Provides: debug(libyrmcds.so.0) Requires: libyrmcds0 = 1.2.1-alt1_3, debug(libc.so.6), debug(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 5 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/i586/libyrmcds-1.2.1-alt1_3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libyrmcds0-1.2.1-alt1_3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libyrmcds-devel-1.2.1-alt1_3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libyrmcds-debuginfo-1.2.1-alt1_3.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/libyrmcds0-debuginfo-1.2.1-alt1_3.i586.rpm (w2.lzdio) 1.68user 2.46system 0:14.64elapsed 28%CPU (0avgtext+0avgdata 32424maxresident)k 0inputs+0outputs (0major+423358minor)pagefaults 0swaps /.out/libyrmcds-1.2.1-alt1_3.i586.rpm: license not found in '/usr/share/license' directory: BSD-like /.out/libyrmcds0-1.2.1-alt1_3.i586.rpm: license not found in '/usr/share/license' directory: BSD-like /.out/libyrmcds-devel-1.2.1-alt1_3.i586.rpm: license not found in '/usr/share/license' directory: BSD-like /.out/libyrmcds-debuginfo-1.2.1-alt1_3.i586.rpm: license not found in '/usr/share/license' directory: BSD-like /.out/libyrmcds0-debuginfo-1.2.1-alt1_3.i586.rpm: license not found in '/usr/share/license' directory: BSD-like 3.43user 2.55system 0:23.90elapsed 25%CPU (0avgtext+0avgdata 129156maxresident)k 0inputs+0outputs (0major+187832minor)pagefaults 0swaps --- libyrmcds-1.2.1-alt1_3.i586.rpm.repo 2019-09-30 13:25:03.000000000 +0000 +++ libyrmcds-1.2.1-alt1_3.i586.rpm.hasher 2024-04-27 09:23:28.929717516 +0000 @@ -3,3 +3,4 @@ Requires: /lib/ld-linux.so.2 -Requires: libpthread.so.0(GLIBC_2.0) +Requires: libc.so.6(GLIBC_2.34) +Requires: libc.so.6(GLIBC_2.38) 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 ddbef12daa776911a47ade94eb5c7891 -File: /usr/bin/yc-cnt 100755 root:root af9f608d26a66d5a74de4fcaf935e350 -RPMIdentity: 13b7a5ecaf8fb86947710698047e0bafb0bf3141189c4ee163074a839b8bcd434a454607fffbbcbd4ca18de46008d5cf1c5d2b0cb1777dd1c70c8dd4f163c4fb +File: /usr/bin/yc 100755 root:root d6e1c95b14e874abd32f18447babcdf3 +File: /usr/bin/yc-cnt 100755 root:root ef9c3419ec224b98ed1f39aac8b7a93d +RPMIdentity: 461849c3b967d03fcefebc2b8d5ac8325c27e63d3ed7f12918b3c970b32e8571610585d6bbef05c8a82ee3d869e9262a47efabe105158102bae964b677aacb67 --- libyrmcds-debuginfo-1.2.1-alt1_3.i586.rpm.repo 2019-09-30 13:25:04.000000000 +0000 +++ libyrmcds-debuginfo-1.2.1-alt1_3.i586.rpm.hasher 2024-04-27 09:23:29.005718690 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/1a 40755 root:root -/usr/lib/debug/.build-id/1a/c5da13d3203edf573381453e4f38149355bd62 120777 root:root ../../../../bin/yc -/usr/lib/debug/.build-id/1a/c5da13d3203edf573381453e4f38149355bd62.debug 120777 root:root ../../usr/bin/yc.debug -/usr/lib/debug/.build-id/9f 40755 root:root -/usr/lib/debug/.build-id/9f/e4d513f9f233a935d3fb5d6b27cf74a8077319 120777 root:root ../../../../bin/yc-cnt -/usr/lib/debug/.build-id/9f/e4d513f9f233a935d3fb5d6b27cf74a8077319.debug 120777 root:root ../../usr/bin/yc-cnt.debug +/usr/lib/debug/.build-id/a6 40755 root:root +/usr/lib/debug/.build-id/a6/d715f27756e3e016d88546f98441d732d6a4a4 120777 root:root ../../../../bin/yc +/usr/lib/debug/.build-id/a6/d715f27756e3e016d88546f98441d732d6a4a4.debug 120777 root:root ../../usr/bin/yc.debug +/usr/lib/debug/.build-id/cf 40755 root:root +/usr/lib/debug/.build-id/cf/86b21bcc70ac59bce66a712962888ca40ebbd5 120777 root:root ../../../../bin/yc-cnt +/usr/lib/debug/.build-id/cf/86b21bcc70ac59bce66a712962888ca40ebbd5.debug 120777 root:root ../../usr/bin/yc-cnt.debug /usr/lib/debug/usr/bin/yc-cnt.debug 100644 root:root @@ -12,3 +12,2 @@ Requires: /usr/lib/debug/lib/ld-linux.so.2.debug -Requires: debug(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/1a 40755 root:root -File: /usr/lib/debug/.build-id/1a/c5da13d3203edf573381453e4f38149355bd62 120777 root:root ../../../../bin/yc -File: /usr/lib/debug/.build-id/1a/c5da13d3203edf573381453e4f38149355bd62.debug 120777 root:root ../../usr/bin/yc.debug -File: /usr/lib/debug/.build-id/9f 40755 root:root -File: /usr/lib/debug/.build-id/9f/e4d513f9f233a935d3fb5d6b27cf74a8077319 120777 root:root ../../../../bin/yc-cnt -File: /usr/lib/debug/.build-id/9f/e4d513f9f233a935d3fb5d6b27cf74a8077319.debug 120777 root:root ../../usr/bin/yc-cnt.debug -File: /usr/lib/debug/usr/bin/yc-cnt.debug 100644 root:root 35c9fc10dcdcccb0ac7c28579cdd1a0f -File: /usr/lib/debug/usr/bin/yc.debug 100644 root:root 3f4370ff7af886def80f6ecfd6a98b1d +File: /usr/lib/debug/.build-id/a6 40755 root:root +File: /usr/lib/debug/.build-id/a6/d715f27756e3e016d88546f98441d732d6a4a4 120777 root:root ../../../../bin/yc +File: /usr/lib/debug/.build-id/a6/d715f27756e3e016d88546f98441d732d6a4a4.debug 120777 root:root ../../usr/bin/yc.debug +File: /usr/lib/debug/.build-id/cf 40755 root:root +File: /usr/lib/debug/.build-id/cf/86b21bcc70ac59bce66a712962888ca40ebbd5 120777 root:root ../../../../bin/yc-cnt +File: /usr/lib/debug/.build-id/cf/86b21bcc70ac59bce66a712962888ca40ebbd5.debug 120777 root:root ../../usr/bin/yc-cnt.debug +File: /usr/lib/debug/usr/bin/yc-cnt.debug 100644 root:root fbcc35b45899caa09c1421e69873a8bd +File: /usr/lib/debug/usr/bin/yc.debug 100644 root:root d5334c26fad56cf96e29e241d626d4ad 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: 8a3e128b8715d6c301b29ba0e4d3adcaaf015759ba3a3ddabfd07aa5077b14bd3800498201d59405674bbb603dc3753a57e08aa2e5c54caa5e36d91ac8635cf2 +RPMIdentity: 9ab9fdaf4e4cfc5576303951148de7ad96ef731cbc48cc899da91ae2579399abd7baf58b1ea0418759cd7818b3fc48e74b781c80fa2495fd99a100c59fd4f069 --- libyrmcds0-1.2.1-alt1_3.i586.rpm.repo 2019-09-30 13:25:03.000000000 +0000 +++ libyrmcds0-1.2.1-alt1_3.i586.rpm.hasher 2024-04-27 09:23:29.147720883 +0000 @@ -8,2 +8,3 @@ Requires: libc.so.6(GLIBC_2.1.3) +Requires: libc.so.6(GLIBC_2.28) Requires: libc.so.6(GLIBC_2.3.4) @@ -18,3 +19,3 @@ File: /usr/lib/libyrmcds.so.0 120777 root:root libyrmcds.so.0.0.0 -File: /usr/lib/libyrmcds.so.0.0.0 100644 root:root 3f47d89bc130121fe528f1a601eef3e1 +File: /usr/lib/libyrmcds.so.0.0.0 100644 root:root e1ef28e8dd93133e33cceb830bd45c8c File: /usr/share/doc/libyrmcds0-1.2.1 40755 root:root @@ -23,2 +24,2 @@ File: /usr/share/doc/libyrmcds0-1.2.1/USAGE.md 100644 root:root f1f8f59454ba5b8526a82685206c299a -RPMIdentity: 46e15e86cd700ea3029ceba88d874bbfa347c32548e633c941fd01092e595e08b259c1cf8cfad018af1eab1f1e03e29f64e75d5b4dda414e59946beb2c278f96 +RPMIdentity: 50b241a65243c2639be0971705f900ef04ae6ed299caf81423de5445598869536460d935498a6e567a9b99a1c3fc93e6c03c9b5487c4c95c6860e965e638bb34 --- libyrmcds0-debuginfo-1.2.1-alt1_3.i586.rpm.repo 2019-09-30 13:25:04.000000000 +0000 +++ libyrmcds0-debuginfo-1.2.1-alt1_3.i586.rpm.hasher 2024-04-27 09:23:29.214721918 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/5a 40755 root:root -/usr/lib/debug/.build-id/5a/b1665147d3014d755ca8d2f16c5c9185f5b185 120777 root:root ../../../libyrmcds.so.0.0.0 -/usr/lib/debug/.build-id/5a/b1665147d3014d755ca8d2f16c5c9185f5b185.debug 120777 root:root ../../usr/lib/libyrmcds.so.0.0.0.debug +/usr/lib/debug/.build-id/a9 40755 root:root +/usr/lib/debug/.build-id/a9/dc79f1a9ac693f42137abd2ae79a88c0b37a40 120777 root:root ../../../libyrmcds.so.0.0.0 +/usr/lib/debug/.build-id/a9/dc79f1a9ac693f42137abd2ae79a88c0b37a40.debug 120777 root:root ../../usr/lib/libyrmcds.so.0.0.0.debug /usr/lib/debug/usr/lib/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/5a 40755 root:root -File: /usr/lib/debug/.build-id/5a/b1665147d3014d755ca8d2f16c5c9185f5b185 120777 root:root ../../../libyrmcds.so.0.0.0 -File: /usr/lib/debug/.build-id/5a/b1665147d3014d755ca8d2f16c5c9185f5b185.debug 120777 root:root ../../usr/lib/libyrmcds.so.0.0.0.debug -File: /usr/lib/debug/usr/lib/libyrmcds.so.0.0.0.debug 100644 root:root 4482c0dffe60cd2acf5ff1b5aee079ec +File: /usr/lib/debug/.build-id/a9 40755 root:root +File: /usr/lib/debug/.build-id/a9/dc79f1a9ac693f42137abd2ae79a88c0b37a40 120777 root:root ../../../libyrmcds.so.0.0.0 +File: /usr/lib/debug/.build-id/a9/dc79f1a9ac693f42137abd2ae79a88c0b37a40.debug 120777 root:root ../../usr/lib/libyrmcds.so.0.0.0.debug +File: /usr/lib/debug/usr/lib/libyrmcds.so.0.0.0.debug 100644 root:root b4d8e1add8d94200d8ddbe75d471720e File: /usr/lib/debug/usr/lib/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: 313788c250fa88c72e6406547ff02f3c2730b912e7decec081c5af26fcdbe9fb003623659cefc0785b294e4254f1d9398100d886829fadac22cf3fad449780f4 +RPMIdentity: 9a24d62933760cb2c12e952d6956f1610b6027cb550f034b9e731b159131b4c91ecf382c86cfe37cd75d6a0afade71d930c4b9b855abae80962a8a575d8b0c71