<86>Nov 6 06:50:50 userdel[2318694]: delete user 'rooter' <86>Nov 6 06:50:50 userdel[2318694]: removed group 'rooter' owned by 'rooter' <86>Nov 6 06:50:50 userdel[2318694]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 6 06:50:50 groupadd[2318714]: group added to /etc/group: name=rooter, GID=978 <86>Nov 6 06:50:50 groupadd[2318714]: group added to /etc/gshadow: name=rooter <86>Nov 6 06:50:50 groupadd[2318714]: new group: name=rooter, GID=978 <86>Nov 6 06:50:50 useradd[2318735]: new user: name=rooter, UID=978, GID=978, home=/root, shell=/bin/bash <86>Nov 6 06:50:50 userdel[2318758]: delete user 'builder' <86>Nov 6 06:50:50 userdel[2318758]: removed group 'builder' owned by 'builder' <86>Nov 6 06:50:50 groupadd[2318774]: group added to /etc/group: name=builder, GID=979 <86>Nov 6 06:50:50 groupadd[2318774]: group added to /etc/gshadow: name=builder <86>Nov 6 06:50:50 groupadd[2318774]: new group: name=builder, GID=979 <86>Nov 6 06:50:50 useradd[2318788]: new user: name=builder, UID=979, GID=979, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/tcputils-0.6.2-alt1.nosrc.rpm (w1.gzdio) Installing tcputils-0.6.2-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.35628 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf tcputils-0.6.2 + echo 'Source #0 (tcputils-0.6.2.tar):' Source #0 (tcputils-0.6.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/tcputils-0.6.2.tar + cd tcputils-0.6.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (tcputils-0.6.2-makefile.patch):' Patch #0 (tcputils-0.6.2-makefile.patch): + /usr/bin/patch -p1 -b --suffix .orig patching file Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.35628 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tcputils-0.6.2 + make -j16 make: Entering directory '/usr/src/RPM/BUILD/tcputils-0.6.2' gcc -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -c -o getpeername.o getpeername.c getpeername.c: In function 'main': getpeername.c:74:54: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] if (getpeername(sockno, (struct sockaddr*)&peer, &peersize) < 0) ^~~~~~~~~ In file included from getpeername.c:7: /usr/include/sys/socket.h:130:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' extern int getpeername (int __fd, __SOCKADDR_ARG __addr, ^~~~~~~~~~~ getpeername.c:89:28: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign] (char*)&socktype, &socktypelen) < 0) ^~~~~~~~~~~~ In file included from getpeername.c:7: /usr/include/sys/socket.h:208:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' extern int getsockopt (int __fd, int __level, int __optname, ^~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/tcputils-0.6.2' make: Entering directory '/usr/src/RPM/BUILD/tcputils-0.6.2' cd ip; make prefix="/usr" CC="gcc -Wall " CFLAGS="-g -O2 -pipe -frecord-gcc-switches -Wall -g -O2" AR="ar" RANLIB="ranlib" INSTALL="install -c" VPATH="" -w -j16 -Otarget --jobserver-auth=3,4 all make[1]: Entering directory '/usr/src/RPM/BUILD/tcputils-0.6.2/ip' make[1]: warning: -jN forced in submake: disabling jobserver mode. make[1]: Leaving directory '/usr/src/RPM/BUILD/tcputils-0.6.2/ip' make[1]: Entering directory '/usr/src/RPM/BUILD/tcputils-0.6.2/ip' gcc -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -c -o tcp_connect.o tcp_connect.c make[1]: Leaving directory '/usr/src/RPM/BUILD/tcputils-0.6.2/ip' make[1]: Entering directory '/usr/src/RPM/BUILD/tcputils-0.6.2/ip' gcc -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -c -o tcp_open.o tcp_open.c make[1]: Leaving directory '/usr/src/RPM/BUILD/tcputils-0.6.2/ip' make[1]: Entering directory '/usr/src/RPM/BUILD/tcputils-0.6.2/ip' gcc -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -c -o addr.o addr.c make[1]: Leaving directory '/usr/src/RPM/BUILD/tcputils-0.6.2/ip' make[1]: Entering directory '/usr/src/RPM/BUILD/tcputils-0.6.2/ip' gcc -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -c -o tcp_listen.o tcp_listen.c make[1]: Leaving directory '/usr/src/RPM/BUILD/tcputils-0.6.2/ip' make[1]: Entering directory '/usr/src/RPM/BUILD/tcputils-0.6.2/ip' ar ruv libiphelp.a addr.o tcp_connect.o tcp_open.o tcp_listen.o ar: creating libiphelp.a a - addr.o a - tcp_connect.o a - tcp_open.o a - tcp_listen.o ranlib libiphelp.a make[1]: Leaving directory '/usr/src/RPM/BUILD/tcputils-0.6.2/ip' make: Leaving directory '/usr/src/RPM/BUILD/tcputils-0.6.2' make: Entering directory '/usr/src/RPM/BUILD/tcputils-0.6.2' gcc -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -c -o tcplisten.o tcplisten.c tcplisten.c:63:1: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] log(const char *fmt, ...) ^~~ tcplisten.c: In function 'main': tcplisten.c:133:50: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] client = accept(lp, (struct sockaddr*)&cliaddr, &cliaddrsize); ^~~~~~~~~~~~ In file included from /usr/include/netinet/in.h:23, from tcplisten.c:36: /usr/include/sys/socket.h:232:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' extern int accept (int __fd, __SOCKADDR_ARG __addr, ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/tcputils-0.6.2' make: Entering directory '/usr/src/RPM/BUILD/tcputils-0.6.2' gcc -Wall -g -O2 getpeername.o ip/libiphelp.a -o getpeername make: Leaving directory '/usr/src/RPM/BUILD/tcputils-0.6.2' make: Entering directory '/usr/src/RPM/BUILD/tcputils-0.6.2' gcc -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -c -o tcpconnect.o tcpconnect.c tcpconnect.c:63:1: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] log(const char *fmt, ...) ^~~ tcpconnect.c: In function 'main': tcpconnect.c:135:50: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] if (getpeername(tcp, (struct sockaddr*)&server, &serversize) >= 0) ^~~~~~~~~~~ In file included from /usr/include/netinet/in.h:23, from tcpconnect.c:36: /usr/include/sys/socket.h:130:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' extern int getpeername (int __fd, __SOCKADDR_ARG __addr, ^~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/tcputils-0.6.2' make: Entering directory '/usr/src/RPM/BUILD/tcputils-0.6.2' gcc -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -c -o mini-inetd.o mini-inetd.c mini-inetd.c: In function 'main': mini-inetd.c:133:47: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] int ns = accept(sd, (struct sockaddr*)&them, &len); ^~~~ In file included from mini-inetd.c:12: /usr/include/sys/socket.h:232:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' extern int accept (int __fd, __SOCKADDR_ARG __addr, ^~~~~~ mini-inetd.c: In function 'reap_children': mini-inetd.c:75:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(2, buf, strlen(buf)); ^~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/tcputils-0.6.2' make: Entering directory '/usr/src/RPM/BUILD/tcputils-0.6.2' gcc -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -c -o relay.o relay.c make: Leaving directory '/usr/src/RPM/BUILD/tcputils-0.6.2' make: Entering directory '/usr/src/RPM/BUILD/tcputils-0.6.2' gcc -Wall -g -O2 mini-inetd.o ip/libiphelp.a ip/libiphelp.a -o mini-inetd make: Leaving directory '/usr/src/RPM/BUILD/tcputils-0.6.2' make: Entering directory '/usr/src/RPM/BUILD/tcputils-0.6.2' gcc -Wall -g -O2 tcpconnect.o relay.o ip/libiphelp.a ip/libiphelp.a -o tcpconnect make: Leaving directory '/usr/src/RPM/BUILD/tcputils-0.6.2' make: Entering directory '/usr/src/RPM/BUILD/tcputils-0.6.2' gcc -Wall -g -O2 tcplisten.o relay.o ip/libiphelp.a ip/libiphelp.a -o tcplisten make: Leaving directory '/usr/src/RPM/BUILD/tcputils-0.6.2' make: Entering directory '/usr/src/RPM/BUILD/tcputils-0.6.2' gcc -Wall -g -O2 -pipe -frecord-gcc-switches -Wall -g -O2 -c -o tcpbug.o tcpbug.c tcpbug.c:83:1: warning: conflicting types for built-in function 'log' [-Wbuiltin-declaration-mismatch] log(const char *fmt, ...) ^~~ tcpbug.c: In function 'main': tcpbug.c:377:64: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] client_fd = accept(listen_fd, (struct sockaddr *)&cliaddr, &cliaddrlen); ^~~~~~~~~~~ In file included from /usr/include/netinet/in.h:23, from tcpbug.c:36: /usr/include/sys/socket.h:232:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' extern int accept (int __fd, __SOCKADDR_ARG __addr, ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/tcputils-0.6.2' make: Entering directory '/usr/src/RPM/BUILD/tcputils-0.6.2' gcc -Wall -g -O2 tcpbug.o relay.o ip/libiphelp.a ip/libiphelp.a -o tcpbug make: Leaving directory '/usr/src/RPM/BUILD/tcputils-0.6.2' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.35628 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/tcputils-buildroot + : + /bin/rm -rf -- /usr/src/tmp/tcputils-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd tcputils-0.6.2 + make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/tcputils-buildroot make: Entering directory '/usr/src/RPM/BUILD/tcputils-0.6.2' mkdir -p /usr/src/tmp/tcputils-buildroot/usr/bin /usr/libexec/rpm-build/install -p tcpconnect tcplisten tcpbug mini-inetd getpeername /usr/src/tmp/tcputils-buildroot/usr/bin mkdir -p /usr/src/tmp/tcputils-buildroot/usr/share/man/man1 /usr/libexec/rpm-build/install -p tcpconnect.1 tcplisten.1 tcpbug.1 mini-inetd.1 getpeername.1 /usr/src/tmp/tcputils-buildroot/usr/share/man/man1 make: Leaving directory '/usr/src/RPM/BUILD/tcputils-0.6.2' + chmod 0644 /usr/src/tmp/tcputils-buildroot/usr/share/man/man1/getpeername.1 /usr/src/tmp/tcputils-buildroot/usr/share/man/man1/mini-inetd.1 /usr/src/tmp/tcputils-buildroot/usr/share/man/man1/tcpbug.1 /usr/src/tmp/tcputils-buildroot/usr/share/man/man1/tcpconnect.1 /usr/src/tmp/tcputils-buildroot/usr/share/man/man1/tcplisten.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/tcputils-buildroot (auto) Verifying and fixing files in /usr/src/tmp/tcputils-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/tcputils-buildroot/ (default) Compressing files in /usr/src/tmp/tcputils-buildroot (auto) Verifying ELF objects in /usr/src/tmp/tcputils-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: tcputils-0.6.2-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.44776 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd tcputils-0.6.2 + DOCDIR=/usr/src/tmp/tcputils-buildroot/usr/share/doc/tcputils-0.6.2 + export DOCDIR + rm -rf /usr/src/tmp/tcputils-buildroot/usr/share/doc/tcputils-0.6.2 + /bin/mkdir -p /usr/src/tmp/tcputils-buildroot/usr/share/doc/tcputils-0.6.2 + cp -prL README /usr/src/tmp/tcputils-buildroot/usr/share/doc/tcputils-0.6.2 + chmod -R go-w /usr/src/tmp/tcputils-buildroot/usr/share/doc/tcputils-0.6.2 + chmod -R a+rX /usr/src/tmp/tcputils-buildroot/usr/share/doc/tcputils-0.6.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8uEHKU find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.sBOYme find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6x2ltB Creating tcputils-debuginfo package Processing files: tcputils-debuginfo-0.6.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6DHw21 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0e7R7v find-requires: running scripts (debuginfo) Requires: tcputils = 0.6.2-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/tcputils-0.6.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/tcputils-debuginfo-0.6.2-alt1.x86_64.rpm (w2.lzdio) 1.83user 1.10system 0:06.72elapsed 43%CPU (0avgtext+0avgdata 29208maxresident)k 0inputs+0outputs (0major+419574minor)pagefaults 0swaps 0.45user 0.82system 0:09.11elapsed 13%CPU (0avgtext+0avgdata 11956maxresident)k 0inputs+0outputs (0major+93866minor)pagefaults 0swaps --- tcputils-0.6.2-alt1.x86_64.rpm.repo 2012-12-30 14:17:42.000000000 +0000 +++ tcputils-0.6.2-alt1.x86_64.rpm.hasher 2022-11-06 06:50:58.647068073 +0000 @@ -7,7 +7,7 @@ /usr/share/doc/tcputils-0.6.2/README 100644 root:root -/usr/share/man/man1/getpeername.1.gz 100644 root:root -/usr/share/man/man1/mini-inetd.1.gz 100644 root:root -/usr/share/man/man1/tcpbug.1.gz 100644 root:root -/usr/share/man/man1/tcpconnect.1.gz 100644 root:root -/usr/share/man/man1/tcplisten.1.gz 100644 root:root +/usr/share/man/man1/getpeername.1.xz 100644 root:root +/usr/share/man/man1/mini-inetd.1.xz 100644 root:root +/usr/share/man/man1/tcpbug.1.xz 100644 root:root +/usr/share/man/man1/tcpconnect.1.xz 100644 root:root +/usr/share/man/man1/tcplisten.1.xz 100644 root:root Requires: /lib64/ld-linux-x86-64.so.2 @@ -21,14 +21,14 @@ Provides: tcputils = 0.6.2-alt1 -File: /usr/bin/getpeername 100755 root:root 889ae692ff3b04e4d81cc33734fd50ca -File: /usr/bin/mini-inetd 100755 root:root 1a7dd61398e15b77436530801fc28d2f -File: /usr/bin/tcpbug 100755 root:root 17e087c1ca63d2e5a30c8623859aabad -File: /usr/bin/tcpconnect 100755 root:root 4924237fd4a7e71caaf2a112081f1292 -File: /usr/bin/tcplisten 100755 root:root 3cf10b06104c43ee3f4d89ab45612499 +File: /usr/bin/getpeername 100755 root:root f2f23b90d97d13e4a1a8eac0c526b4f1 +File: /usr/bin/mini-inetd 100755 root:root 7fd8627153c49e77fc4ba12c7b2d639d +File: /usr/bin/tcpbug 100755 root:root d3f527df33ff85ba27de14e2076d2f6e +File: /usr/bin/tcpconnect 100755 root:root 9ef4fa97d07aabf69f937a492b10be01 +File: /usr/bin/tcplisten 100755 root:root b0c7d35c242ccd027c2f56e43686258f File: /usr/share/doc/tcputils-0.6.2 40755 root:root File: /usr/share/doc/tcputils-0.6.2/README 100644 root:root 96f2760045bf9239dbdcbf4bb53a9d39 -File: /usr/share/man/man1/getpeername.1.gz 100644 root:root 00812505a947a70b31849005f8064d7d -File: /usr/share/man/man1/mini-inetd.1.gz 100644 root:root 144a297f734cfd57c54190aefdc28d92 -File: /usr/share/man/man1/tcpbug.1.gz 100644 root:root d2a974654fda1f3dceeca7822980c7a2 -File: /usr/share/man/man1/tcpconnect.1.gz 100644 root:root 3fb97b3e1c2e1f95507c53901605a262 -File: /usr/share/man/man1/tcplisten.1.gz 100644 root:root 4d22c324a7951b61520c24fa3a79e60e -RPMIdentity: 16d8e1873fa9a5e7fa5a4dbdc16a7b68cc393a54427d770b0d081c57d1839cb34748ccc06bc2e07e5fef82e14ab842b3ac8adef6c17ec76ebce7b04e9bbf99c7 +File: /usr/share/man/man1/getpeername.1.xz 100644 root:root 4174400200daaf8a0e05ba5834aa1894 +File: /usr/share/man/man1/mini-inetd.1.xz 100644 root:root 26cb8ff4060ff39dacb539036689fdd0 +File: /usr/share/man/man1/tcpbug.1.xz 100644 root:root 926c61d4aaab7dcc066eae5c61ca73a3 +File: /usr/share/man/man1/tcpconnect.1.xz 100644 root:root 5143d14e5bb8022394070a53b5c3e3d5 +File: /usr/share/man/man1/tcplisten.1.xz 100644 root:root 69418b3b2e4c48676193b854ce4aba3d +RPMIdentity: a8d1d1cb4801b2d0b473cf10fbcedfc5e4ec87251d1960e8fd7fc13bb28ac796f0c0cb5c5da07af13a91cc9d0e5161102da922c5b2312bab649de0511db9504b --- tcputils-debuginfo-0.6.2-alt1.x86_64.rpm.repo 2012-12-30 14:17:42.000000000 +0000 +++ tcputils-debuginfo-0.6.2-alt1.x86_64.rpm.hasher 2022-11-06 06:50:58.896071867 +0000 @@ -1,16 +1,16 @@ -/usr/lib/debug/.build-id/03 40755 root:root -/usr/lib/debug/.build-id/03/6a0122608a4f72b9f25554000ff27aab780d6a 120777 root:root ../../../../bin/tcpconnect -/usr/lib/debug/.build-id/03/6a0122608a4f72b9f25554000ff27aab780d6a.debug 120777 root:root ../../usr/bin/tcpconnect.debug -/usr/lib/debug/.build-id/26 40755 root:root -/usr/lib/debug/.build-id/26/34900f42187b173685802212325e2a5f3f5af4 120777 root:root ../../../../bin/mini-inetd -/usr/lib/debug/.build-id/26/34900f42187b173685802212325e2a5f3f5af4.debug 120777 root:root ../../usr/bin/mini-inetd.debug -/usr/lib/debug/.build-id/54 40755 root:root -/usr/lib/debug/.build-id/54/1b6c388e05f25ec1a82f8a10dfe802cfebc163 120777 root:root ../../../../bin/getpeername -/usr/lib/debug/.build-id/54/1b6c388e05f25ec1a82f8a10dfe802cfebc163.debug 120777 root:root ../../usr/bin/getpeername.debug -/usr/lib/debug/.build-id/5f 40755 root:root -/usr/lib/debug/.build-id/5f/ca758542092e1f14002457d3561d7bb629c527 120777 root:root ../../../../bin/tcpbug -/usr/lib/debug/.build-id/5f/ca758542092e1f14002457d3561d7bb629c527.debug 120777 root:root ../../usr/bin/tcpbug.debug -/usr/lib/debug/.build-id/b9 40755 root:root -/usr/lib/debug/.build-id/b9/eaaa6bbe2310df9be3f8d150ac07919ddfb683 120777 root:root ../../../../bin/tcplisten -/usr/lib/debug/.build-id/b9/eaaa6bbe2310df9be3f8d150ac07919ddfb683.debug 120777 root:root ../../usr/bin/tcplisten.debug +/usr/lib/debug/.build-id/4a 40755 root:root +/usr/lib/debug/.build-id/4a/82122c9b8b257032b1f97e99eca2b13316db2a 120777 root:root ../../../../bin/tcplisten +/usr/lib/debug/.build-id/4a/82122c9b8b257032b1f97e99eca2b13316db2a.debug 120777 root:root ../../usr/bin/tcplisten.debug +/usr/lib/debug/.build-id/9b 40755 root:root +/usr/lib/debug/.build-id/9b/88e9690a6f50dd057cd7c894f967c9cfd4306d 120777 root:root ../../../../bin/tcpbug +/usr/lib/debug/.build-id/9b/88e9690a6f50dd057cd7c894f967c9cfd4306d.debug 120777 root:root ../../usr/bin/tcpbug.debug +/usr/lib/debug/.build-id/a0 40755 root:root +/usr/lib/debug/.build-id/a0/a49cff223ce0cf145873b5d1c027fd343e3199 120777 root:root ../../../../bin/getpeername +/usr/lib/debug/.build-id/a0/a49cff223ce0cf145873b5d1c027fd343e3199.debug 120777 root:root ../../usr/bin/getpeername.debug +/usr/lib/debug/.build-id/a6 40755 root:root +/usr/lib/debug/.build-id/a6/69dce0775178b22e0d0d22a5dc98fc7ca55fcf 120777 root:root ../../../../bin/mini-inetd +/usr/lib/debug/.build-id/a6/69dce0775178b22e0d0d22a5dc98fc7ca55fcf.debug 120777 root:root ../../usr/bin/mini-inetd.debug +/usr/lib/debug/.build-id/de 40755 root:root +/usr/lib/debug/.build-id/de/ca728a3ae16a9fd0e6359bcf12cb824bbd65c7 120777 root:root ../../../../bin/tcpconnect +/usr/lib/debug/.build-id/de/ca728a3ae16a9fd0e6359bcf12cb824bbd65c7.debug 120777 root:root ../../usr/bin/tcpconnect.debug /usr/lib/debug/usr/bin/getpeername.debug 100644 root:root @@ -38,22 +38,22 @@ Provides: tcputils-debuginfo = 0.6.2-alt1 -File: /usr/lib/debug/.build-id/03 40755 root:root -File: /usr/lib/debug/.build-id/03/6a0122608a4f72b9f25554000ff27aab780d6a 120777 root:root ../../../../bin/tcpconnect -File: /usr/lib/debug/.build-id/03/6a0122608a4f72b9f25554000ff27aab780d6a.debug 120777 root:root ../../usr/bin/tcpconnect.debug -File: /usr/lib/debug/.build-id/26 40755 root:root -File: /usr/lib/debug/.build-id/26/34900f42187b173685802212325e2a5f3f5af4 120777 root:root ../../../../bin/mini-inetd -File: /usr/lib/debug/.build-id/26/34900f42187b173685802212325e2a5f3f5af4.debug 120777 root:root ../../usr/bin/mini-inetd.debug -File: /usr/lib/debug/.build-id/54 40755 root:root -File: /usr/lib/debug/.build-id/54/1b6c388e05f25ec1a82f8a10dfe802cfebc163 120777 root:root ../../../../bin/getpeername -File: /usr/lib/debug/.build-id/54/1b6c388e05f25ec1a82f8a10dfe802cfebc163.debug 120777 root:root ../../usr/bin/getpeername.debug -File: /usr/lib/debug/.build-id/5f 40755 root:root -File: /usr/lib/debug/.build-id/5f/ca758542092e1f14002457d3561d7bb629c527 120777 root:root ../../../../bin/tcpbug -File: /usr/lib/debug/.build-id/5f/ca758542092e1f14002457d3561d7bb629c527.debug 120777 root:root ../../usr/bin/tcpbug.debug -File: /usr/lib/debug/.build-id/b9 40755 root:root -File: /usr/lib/debug/.build-id/b9/eaaa6bbe2310df9be3f8d150ac07919ddfb683 120777 root:root ../../../../bin/tcplisten -File: /usr/lib/debug/.build-id/b9/eaaa6bbe2310df9be3f8d150ac07919ddfb683.debug 120777 root:root ../../usr/bin/tcplisten.debug -File: /usr/lib/debug/usr/bin/getpeername.debug 100644 root:root 7fa0fe077a31a4b211f12478cc1eb9de -File: /usr/lib/debug/usr/bin/mini-inetd.debug 100644 root:root 140b7a16f8c8bfc434589947c8171685 -File: /usr/lib/debug/usr/bin/tcpbug.debug 100644 root:root a50d5d7f176166e2adf912ec0628b2fd -File: /usr/lib/debug/usr/bin/tcpconnect.debug 100644 root:root 8ed4673c044de690dc3c1fcbcd591ffe -File: /usr/lib/debug/usr/bin/tcplisten.debug 100644 root:root fe06454540603a6f7fdcdc59aaca2e2d +File: /usr/lib/debug/.build-id/4a 40755 root:root +File: /usr/lib/debug/.build-id/4a/82122c9b8b257032b1f97e99eca2b13316db2a 120777 root:root ../../../../bin/tcplisten +File: /usr/lib/debug/.build-id/4a/82122c9b8b257032b1f97e99eca2b13316db2a.debug 120777 root:root ../../usr/bin/tcplisten.debug +File: /usr/lib/debug/.build-id/9b 40755 root:root +File: /usr/lib/debug/.build-id/9b/88e9690a6f50dd057cd7c894f967c9cfd4306d 120777 root:root ../../../../bin/tcpbug +File: /usr/lib/debug/.build-id/9b/88e9690a6f50dd057cd7c894f967c9cfd4306d.debug 120777 root:root ../../usr/bin/tcpbug.debug +File: /usr/lib/debug/.build-id/a0 40755 root:root +File: /usr/lib/debug/.build-id/a0/a49cff223ce0cf145873b5d1c027fd343e3199 120777 root:root ../../../../bin/getpeername +File: /usr/lib/debug/.build-id/a0/a49cff223ce0cf145873b5d1c027fd343e3199.debug 120777 root:root ../../usr/bin/getpeername.debug +File: /usr/lib/debug/.build-id/a6 40755 root:root +File: /usr/lib/debug/.build-id/a6/69dce0775178b22e0d0d22a5dc98fc7ca55fcf 120777 root:root ../../../../bin/mini-inetd +File: /usr/lib/debug/.build-id/a6/69dce0775178b22e0d0d22a5dc98fc7ca55fcf.debug 120777 root:root ../../usr/bin/mini-inetd.debug +File: /usr/lib/debug/.build-id/de 40755 root:root +File: /usr/lib/debug/.build-id/de/ca728a3ae16a9fd0e6359bcf12cb824bbd65c7 120777 root:root ../../../../bin/tcpconnect +File: /usr/lib/debug/.build-id/de/ca728a3ae16a9fd0e6359bcf12cb824bbd65c7.debug 120777 root:root ../../usr/bin/tcpconnect.debug +File: /usr/lib/debug/usr/bin/getpeername.debug 100644 root:root 88eca9caec4acd5a1467394f62d86f5e +File: /usr/lib/debug/usr/bin/mini-inetd.debug 100644 root:root 9c823187203e696087115be799e37a91 +File: /usr/lib/debug/usr/bin/tcpbug.debug 100644 root:root c0113ab1e867fb16da3582cf8c8b8503 +File: /usr/lib/debug/usr/bin/tcpconnect.debug 100644 root:root 955ceadf6972166518d6c629df70b196 +File: /usr/lib/debug/usr/bin/tcplisten.debug 100644 root:root cb60d271bdede6bd79c7c984ee8110ba File: /usr/src/debug/tcputils-0.6.2 40755 root:root @@ -71,2 +71,2 @@ File: /usr/src/debug/tcputils-0.6.2/tcplisten.c 100644 root:root 99acf15f11b4ca5b90e24af8bf7cf07a -RPMIdentity: f6ba786628d6e4658731939cf61c690fdc865a190dacd3bd03effebe55b688492b85cfa083f2235b4a0c8877c68a2501e0b20eebf1fd9857db5cc6e5a748e605 +RPMIdentity: 3cfee343123bfb0fc8eee8903c9e1dfaaca6e84eeae7278d4086ef29aacd7c8306c486e8143ee33234f8a9cacd70a3f69b5ddac07db4aa95de96f096ea3961f4