<86>Sep  2 00:08:19 userdel[2111128]: delete user 'rooter'
<86>Sep  2 00:08:19 userdel[2111128]: removed group 'rooter' owned by 'rooter'
<86>Sep  2 00:08:19 userdel[2111128]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep  2 00:08:19 groupadd[2111135]: group added to /etc/group: name=rooter, GID=1247
<86>Sep  2 00:08:19 groupadd[2111135]: group added to /etc/gshadow: name=rooter
<86>Sep  2 00:08:19 groupadd[2111135]: new group: name=rooter, GID=1247
<86>Sep  2 00:08:19 useradd[2111151]: new user: name=rooter, UID=1247, GID=1247, home=/root, shell=/bin/bash, from=none
<86>Sep  2 00:08:19 userdel[2111166]: delete user 'builder'
<86>Sep  2 00:08:19 userdel[2111166]: removed group 'builder' owned by 'builder'
<86>Sep  2 00:08:19 userdel[2111166]: removed shadow group 'builder' owned by 'builder'
<86>Sep  2 00:08:19 groupadd[2111174]: group added to /etc/group: name=builder, GID=1248
<86>Sep  2 00:08:19 groupadd[2111174]: group added to /etc/gshadow: name=builder
<86>Sep  2 00:08:19 groupadd[2111174]: new group: name=builder, GID=1248
<86>Sep  2 00:08:19 useradd[2111180]: new user: name=builder, UID=1248, GID=1248, home=/usr/src, shell=/bin/bash, from=none
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/tsocks-1.8-alt1.qa1.nosrc.rpm (w1.gzdio)
Installing tsocks-1.8-alt1.qa1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.69920
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf tsocks-1.8
+ echo 'Source #0 (tsocks-1.8beta5.tar):'
Source #0 (tsocks-1.8beta5.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/tsocks-1.8beta5.tar
+ cd tsocks-1.8
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (tsocks_remove_static_lib.patch):'
Patch #0 (tsocks_remove_static_lib.patch):
+ /usr/bin/patch -p1
patching file Makefile.in
+ echo 'Patch #1 (tsocks_fix_lib_path.patch):'
Patch #1 (tsocks_fix_lib_path.patch):
+ /usr/bin/patch -p1
patching file tsocks
+ echo 'Patch #2 (tsocks_script_validation_error.patch):'
Patch #2 (tsocks_script_validation_error.patch):
+ /usr/bin/patch -p1
patching file tsocks
+ echo 'Patch #3 (tsocks_documentation_update.patch):'
Patch #3 (tsocks_documentation_update.patch):
+ /usr/bin/patch -p1
patching file tsocks.8
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.69920
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd tsocks-1.8
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
+ export FFLAGS
+ FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
+ export FCFLAGS
+ '[' -n '' ']'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto'
++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g'
+ ASFLAGS=
+ export ASFLAGS
+ export lt_cv_deplibs_check_method=pass_all
+ lt_cv_deplibs_check_method=pass_all
+ xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n'
+ sort -u
+ xargs -ri dirname -- '{}'
+ readlink -e -- ./configure
+ xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess
+ configure_runstatedir_flags=
+ grep -qF runstatedir=DIR ./configure
+ echo 'rpm-build: warning: ./configure script does not support --runstatedir'
rpm-build: warning: ./configure script does not support --runstatedir
+ ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext
creating cache ./config.cache
checking host system type... x86_64-alt-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto ) works... yes
checking whether the C compiler (gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /bin/install -c
checking whether ln -s works... yes
checking if the C compiler accepts -Wall... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for dlfcn.h... yes
checking for sys/socket.h... yes
checking for arpa/inet.h... yes
checking for fcntl.h... yes
checking for sys/poll.h... yes
checking for unistd.h... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strspn... yes
checking for strtol... yes
checking for connect in -lc... yes
checking for socket... yes
checking for inet_aton... yes
checking for gethostbyname... yes
checking for dlsym in -ldl... yes
checking for RTLD_NEXT from dlfcn.h... yes
checking for correct select prototype... select(int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, struct timeval *timeout)
checking for correct connect prototype... connect(int __fd, const struct sockaddr * __addr, socklen_t __len)
checking for correct close prototype... close(int fd)
checking for correct poll prototype... poll(struct pollfd *ufds, unsigned long nfds, int timeout)
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h
+ make -j8
make: Entering directory '/usr/src/RPM/BUILD/tsocks-1.8'
gcc -fPIC  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -I. -c  common.c -o common.o
make: Leaving directory '/usr/src/RPM/BUILD/tsocks-1.8'
make: Entering directory '/usr/src/RPM/BUILD/tsocks-1.8'
gcc -fPIC  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -I. -c  parser.c -o parser.o
parser.c: In function 'handle_path':
parser.c:210:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  210 |                 if (((int) (newserver = (struct serverent *) malloc(sizeof(struct serverent)))) == -1)
      |                      ^
make: Leaving directory '/usr/src/RPM/BUILD/tsocks-1.8'
make: Entering directory '/usr/src/RPM/BUILD/tsocks-1.8'
gcc -fPIC  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -I. -c  tsocks.c -o tsocks.o
tsocks.c: In function 'connect':
tsocks.c:215:41: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness [-Wpointer-sign]
  215 |                    (void *) &sock_type, &sock_type_len);
      |                                         ^~~~~~~~~~~~~~
      |                                         |
      |                                         int *
In file included from tsocks.c:39:
/usr/include/sys/socket.h:257:46: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *'
  257 |                        socklen_t *__restrict __optlen) __THROW;
      |                        ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
tsocks.c:271:62: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign]
  271 |    if (!getpeername(__fd, (struct sockaddr *) &peer_address, &namelen)) {
      |                                                              ^~~~~~~~
      |                                                              |
      |                                                              int *
/usr/include/sys/socket.h:131:47: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *'
  131 |                         socklen_t *__restrict __len) __THROW;
      |                         ~~~~~~~~~~~~~~~~~~~~~~^~~~~
tsocks.c: In function 'select':
tsocks.c:343:8: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
  343 |    int rc = 0;
      |        ^~
tsocks.c: In function 'poll':
tsocks.c:526:8: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
  526 |    int rc = 0, i;
      |        ^~
make: Leaving directory '/usr/src/RPM/BUILD/tsocks-1.8'
make: Entering directory '/usr/src/RPM/BUILD/tsocks-1.8'
gcc -fPIC  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -I. -o saveme saveme.c
make: Leaving directory '/usr/src/RPM/BUILD/tsocks-1.8'
make: Entering directory '/usr/src/RPM/BUILD/tsocks-1.8'
gcc -fPIC  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -I. -o inspectsocks inspectsocks.c common.o -lc 
make: Leaving directory '/usr/src/RPM/BUILD/tsocks-1.8'
make: Entering directory '/usr/src/RPM/BUILD/tsocks-1.8'
gcc -fPIC  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -I. -o validateconf validateconf.c common.o parser.o -lc
make: Leaving directory '/usr/src/RPM/BUILD/tsocks-1.8'
make: Entering directory '/usr/src/RPM/BUILD/tsocks-1.8'
gcc -fPIC  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -I. -nostdlib -shared -o libtsocks.so.1.8 tsocks.o common.o parser.o  -ldl  -lc
ln -sf libtsocks.so.1.8 libtsocks.so
make: Leaving directory '/usr/src/RPM/BUILD/tsocks-1.8'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.55415
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/tsocks-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/tsocks-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd tsocks-1.8
+ make install DESTDIR=/usr/src/tmp/tsocks-buildroot
make: Entering directory '/usr/src/RPM/BUILD/tsocks-1.8'
/bin/sh mkinstalldirs  "/usr/src/tmp/tsocks-buildroot/usr/bin"
mkdir /usr/src/tmp/tsocks-buildroot
mkdir /usr/src/tmp/tsocks-buildroot/usr
mkdir /usr/src/tmp/tsocks-buildroot/usr/bin
/bin/install -c tsocks /usr/src/tmp/tsocks-buildroot/usr/bin
/bin/sh mkinstalldirs  "/usr/src/tmp/tsocks-buildroot/usr/lib64"
mkdir /usr/src/tmp/tsocks-buildroot/usr/lib64
/bin/install -c libtsocks.so.1.8 /usr/src/tmp/tsocks-buildroot/usr/lib64
ln -sf libtsocks.so.1.8 /usr/src/tmp/tsocks-buildroot/usr/lib64/libtsocks.so.1
ln -sf libtsocks.so.1 /usr/src/tmp/tsocks-buildroot/usr/lib64/libtsocks.so
/bin/sh mkinstalldirs  "/usr/src/tmp/tsocks-buildroot/usr/share/man/man1"
mkdir /usr/src/tmp/tsocks-buildroot/usr/share
mkdir /usr/src/tmp/tsocks-buildroot/usr/share/man
mkdir /usr/src/tmp/tsocks-buildroot/usr/share/man/man1
/bin/install -c -m 644 tsocks.1 /usr/src/tmp/tsocks-buildroot/usr/share/man/man1/
/bin/sh mkinstalldirs  "/usr/src/tmp/tsocks-buildroot/usr/share/man/man8"
mkdir /usr/src/tmp/tsocks-buildroot/usr/share/man/man8
/bin/install -c -m 644 tsocks.8 /usr/src/tmp/tsocks-buildroot/usr/share/man/man8/
/bin/sh mkinstalldirs  "/usr/src/tmp/tsocks-buildroot/usr/share/man/man5"
mkdir /usr/src/tmp/tsocks-buildroot/usr/share/man/man5
/bin/install -c -m 644 tsocks.conf.5 /usr/src/tmp/tsocks-buildroot/usr/share/man/man5/
make: Leaving directory '/usr/src/RPM/BUILD/tsocks-1.8'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/tsocks-buildroot (auto)
mode of './usr/lib64/libtsocks.so.1.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/tsocks-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/tsocks-buildroot/ (default)
Compressing files in /usr/src/tmp/tsocks-buildroot (auto)
Adjusting library links in /usr/src/tmp/tsocks-buildroot
./usr/lib64: (from <cmdline>:0)
	libtsocks.so.1.8 -> libtsocks.so.1.8
Verifying ELF objects in /usr/src/tmp/tsocks-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: tsocks-1.8-alt1.qa1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.97422
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd tsocks-1.8
+ DOCDIR=/usr/src/tmp/tsocks-buildroot/usr/share/doc/tsocks-1.8
+ export DOCDIR
+ rm -rf /usr/src/tmp/tsocks-buildroot/usr/share/doc/tsocks-1.8
+ /bin/mkdir -p /usr/src/tmp/tsocks-buildroot/usr/share/doc/tsocks-1.8
+ cp -prL ChangeLog COPYING FAQ TODO tsocks.conf.simple.example tsocks.conf.complex.example /usr/src/tmp/tsocks-buildroot/usr/share/doc/tsocks-1.8
+ chmod -R go-w /usr/src/tmp/tsocks-buildroot/usr/share/doc/tsocks-1.8
+ chmod -R a+rX /usr/src/tmp/tsocks-buildroot/usr/share/doc/tsocks-1.8
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kJ0Xut
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/tsocks-buildroot/usr/lib64/libtsocks.so.1.8: 16 symbols, 14 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QY0fa1
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
find-requires: FINDPACKAGE-COMMANDS: grep
Provides: libtsocks.so.1.8()(64bit) = set:hco8j0Ut9JNqokogRlRCTNmSfnop098Wo
Requires: /bin/sh, grep, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3rm9kH
Creating tsocks-debuginfo package
Processing files: tsocks-debuginfo-1.8-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.2zatBL
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IQoAjT
find-requires: running scripts (debuginfo)
Provides: debug64(libtsocks.so.1.8)
Requires: tsocks = 1.8-alt1.qa1, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/tsocks-1.8-alt1.qa1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/tsocks-debuginfo-1.8-alt1.qa1.x86_64.rpm (w2.lzdio)
2.74user 1.65system 0:11.77elapsed 37%CPU (0avgtext+0avgdata 35472maxresident)k
0inputs+0outputs (0major+475927minor)pagefaults 0swaps
0.91user 1.48system 0:20.29elapsed 11%CPU (0avgtext+0avgdata 11964maxresident)k
0inputs+0outputs (0major+94828minor)pagefaults 0swaps
--- tsocks-1.8-alt1.qa1.x86_64.rpm.repo	2013-04-17 04:27:34.000000000 +0000
+++ tsocks-1.8-alt1.qa1.x86_64.rpm.hasher	2023-09-02 00:08:35.759596897 +0000
@@ -11,5 +11,5 @@
 /usr/share/doc/tsocks-1.8/tsocks.conf.simple.example	100644	root:root	
-/usr/share/man/man1/tsocks.1.gz	100644	root:root	
-/usr/share/man/man5/tsocks.conf.5.gz	100644	root:root	
-/usr/share/man/man8/tsocks.8.gz	100644	root:root	
+/usr/share/man/man1/tsocks.1.xz	100644	root:root	
+/usr/share/man/man5/tsocks.conf.5.xz	100644	root:root	
+/usr/share/man/man8/tsocks.8.xz	100644	root:root	
 Requires: /bin/sh  
@@ -20,7 +20,7 @@
 Requires: libc.so.6(GLIBC_2.3.4)(64bit)  
+Requires: libc.so.6(GLIBC_2.34)(64bit)  
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
-Requires: libdl.so.2(GLIBC_2.2.5)(64bit)  
 Requires: rtld(GNU_HASH)  
 Requires: rpmlib(PayloadIsLzma)  
-Provides: libtsocks.so.1.8()(64bit) = set:idmOYKgtQwaybFRfKg0H2YBJ69geG5t81Fz3
+Provides: libtsocks.so.1.8()(64bit) = set:hco8j0Ut9JNqokogRlRCTNmSfnop098Wo
 Provides: tsocks = 1.8-alt1.qa1
@@ -29,3 +29,3 @@
 File: /usr/lib64/libtsocks.so.1	120777	root:root		libtsocks.so.1.8
-File: /usr/lib64/libtsocks.so.1.8	100644	root:root	957e21449d6e6e9c7b8aefd383b4fb21	
+File: /usr/lib64/libtsocks.so.1.8	100644	root:root	6e45d3bc330cd61e3bb263766b6a9693	
 File: /usr/share/doc/tsocks-1.8	40755	root:root		
@@ -37,5 +37,5 @@
 File: /usr/share/doc/tsocks-1.8/tsocks.conf.simple.example	100644	root:root	35c9fc44156c1254620d3d615d054ad5	
-File: /usr/share/man/man1/tsocks.1.gz	100644	root:root	e5a32999ddc0e5e7c8e09ba3dbc734e4	
-File: /usr/share/man/man5/tsocks.conf.5.gz	100644	root:root	333c0bd0765731e0f1a3bb0892c5f0d1	
-File: /usr/share/man/man8/tsocks.8.gz	100644	root:root	c3a36dff5c0e9fcfc938d85e6168be6d	
-RPMIdentity: 96b22065a17d67836fcf6b6ee22e6e8921c2ec8ebd7c4ff5d02584c0476dfe4e438e117ef3038933bd269bd927afe8119b759c41f568b468ffed433419a33b73
+File: /usr/share/man/man1/tsocks.1.xz	100644	root:root	f819507e783d381aede32bc65311b25d	
+File: /usr/share/man/man5/tsocks.conf.5.xz	100644	root:root	901da4f5edc5093ab48e750d5c3e361e	
+File: /usr/share/man/man8/tsocks.8.xz	100644	root:root	868ec0d2b9e0c970364d8e6475d3510c	
+RPMIdentity: c41e9926c868a96651a80ad9e394319d84587bc80e796b7b6c9cfdd067dd383c3fe8edf27db8981c641bfca7ce500e70b0d8e013e6e10c9074120d1aee75ed1d
--- tsocks-debuginfo-1.8-alt1.qa1.x86_64.rpm.repo	2013-04-17 04:27:34.000000000 +0000
+++ tsocks-debuginfo-1.8-alt1.qa1.x86_64.rpm.hasher	2023-09-02 00:08:35.943599034 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/25	40755	root:root	
-/usr/lib/debug/.build-id/25/8c33d5ec10d90a59edea36e9b928f5d2cf2556	120777	root:root	../../../../lib64/libtsocks.so.1.8
-/usr/lib/debug/.build-id/25/8c33d5ec10d90a59edea36e9b928f5d2cf2556.debug	120777	root:root	../../usr/lib64/libtsocks.so.1.8.debug
+/usr/lib/debug/.build-id/d6	40755	root:root	
+/usr/lib/debug/.build-id/d6/6f0a8e2a5299c90cf7004e6b574243901f475f	120777	root:root	../../../../lib64/libtsocks.so.1.8
+/usr/lib/debug/.build-id/d6/6f0a8e2a5299c90cf7004e6b574243901f475f.debug	120777	root:root	../../usr/lib64/libtsocks.so.1.8.debug
 /usr/lib/debug/usr/lib64/libtsocks.so.1.8.debug	100644	root:root	
@@ -15,3 +15,2 @@
 Requires: debug64(libc.so.6)  
-Requires: debug64(libdl.so.2)  
 Requires: rpmlib(PayloadIsLzma)  
@@ -19,6 +18,6 @@
 Provides: tsocks-debuginfo = 1.8-alt1.qa1
-File: /usr/lib/debug/.build-id/25	40755	root:root		
-File: /usr/lib/debug/.build-id/25/8c33d5ec10d90a59edea36e9b928f5d2cf2556	120777	root:root		../../../../lib64/libtsocks.so.1.8
-File: /usr/lib/debug/.build-id/25/8c33d5ec10d90a59edea36e9b928f5d2cf2556.debug	120777	root:root		../../usr/lib64/libtsocks.so.1.8.debug
-File: /usr/lib/debug/usr/lib64/libtsocks.so.1.8.debug	100644	root:root	af30b2e41c0232ee56f2f86e932f2062	
+File: /usr/lib/debug/.build-id/d6	40755	root:root		
+File: /usr/lib/debug/.build-id/d6/6f0a8e2a5299c90cf7004e6b574243901f475f	120777	root:root		../../../../lib64/libtsocks.so.1.8
+File: /usr/lib/debug/.build-id/d6/6f0a8e2a5299c90cf7004e6b574243901f475f.debug	120777	root:root		../../usr/lib64/libtsocks.so.1.8.debug
+File: /usr/lib/debug/usr/lib64/libtsocks.so.1.8.debug	100644	root:root	33f7f0d173022244161fad4794dd34a1	
 File: /usr/lib/debug/usr/lib64/libtsocks.so.1.debug	120777	root:root		libtsocks.so.1.8.debug
@@ -32,2 +31,2 @@
 File: /usr/src/debug/tsocks-1.8/tsocks.h	100644	root:root	3140fddf7f6cdc2f659ef4e4f9cc0569	
-RPMIdentity: a3a0146e05f6339b0634d9d4d4b6bbfc263c88964c84adeafe55731cf94999cf46eafefc88d6ffab8514fb8101bdf45b9ff91c745be4a84d18b9452de560c709
+RPMIdentity: 15732674e4a9bacb739c5c3d94eb5086b786c398e82b756d11276a1e7ab8b773b8a4c5be4101f6dc98f73ed8627dd523b61019640ba3543b8bcfe80943c64f8a