<86>Nov 10 01:15:36 userdel[204322]: delete user 'rooter'
<86>Nov 10 01:15:36 userdel[204322]: removed group 'rooter' owned by 'rooter'
<86>Nov 10 01:15:36 userdel[204322]: removed shadow group 'rooter' owned by 'rooter'
<86>Nov 10 01:15:36 groupadd[204333]: group added to /etc/group: name=rooter, GID=1871
<86>Nov 10 01:15:36 groupadd[204333]: group added to /etc/gshadow: name=rooter
<86>Nov 10 01:15:36 groupadd[204333]: new group: name=rooter, GID=1871
<86>Nov 10 01:15:36 useradd[204341]: new user: name=rooter, UID=1871, GID=1871, home=/root, shell=/bin/bash, from=none
<86>Nov 10 01:15:36 userdel[204358]: delete user 'builder'
<86>Nov 10 01:15:36 userdel[204358]: removed group 'builder' owned by 'builder'
<86>Nov 10 01:15:36 userdel[204358]: removed shadow group 'builder' owned by 'builder'
<86>Nov 10 01:15:36 groupadd[204371]: group added to /etc/group: name=builder, GID=1872
<86>Nov 10 01:15:36 groupadd[204371]: group added to /etc/gshadow: name=builder
<86>Nov 10 01:15:36 groupadd[204371]: new group: name=builder, GID=1872
<86>Nov 10 01:15:36 useradd[204383]: new user: name=builder, UID=1872, GID=1872, home=/usr/src, shell=/bin/bash, from=none
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/libx86-1.1-alt10.nosrc.rpm (w1.gzdio)
Installing libx86-1.1-alt10.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.54519
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf libx86-1.1
+ echo 'Source #0 (libx86-1.1.tar):'
Source #0 (libx86-1.1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/libx86-1.1.tar
+ cd libx86-1.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.54519
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libx86-1.1
+ BACKEND=x86emu
+ make -j16 BACKEND=x86emu
make LIBRARY=static static
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
cc -O2 -Wall -DDEBUG -g   -c -o x86-common.o x86-common.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
cc -O2 -Wall -DDEBUG -g   -c -o thunk.o thunk.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
cc -O2 -Wall -DDEBUG -g   -c -o x86emu/sys.o x86emu/sys.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
cc -O2 -Wall -DDEBUG -g   -c -o x86emu/fpu.o x86emu/fpu.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
cc -O2 -Wall -DDEBUG -g   -c -o x86emu/debug.o x86emu/debug.c
x86emu/debug.c: In function 'X86EMU_dump_memory':
x86emu/debug.c:220:13: warning: variable 'current' set but not used [-Wunused-but-set-variable]
  220 |         u32 current;
      |             ^~~~~~~
x86emu/debug.c: In function 'x86emu_single_step':
x86emu/debug.c:247:11: warning: variable 'p' set but not used [-Wunused-but-set-variable]
  247 |     char *p;
      |           ^
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
cc -O2 -Wall -DDEBUG -g   -c -o x86emu/decode.o x86emu/decode.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
cc -O2 -Wall -DDEBUG -g   -c -o x86emu/ops2.o x86emu/ops2.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
cc -O2 -Wall -DDEBUG -g   -c -o x86emu/prim_ops.o x86emu/prim_ops.c
x86emu/prim_ops.c: In function 'sbb_word':
x86emu/prim_ops.c:1836:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
 1836 |     else
      |     ^~~~
In file included from x86emu/x86emu/x86emu.h:54,
                 from x86emu/x86emu/x86emui.h:64,
                 from x86emu/prim_ops.c:101:
x86emu/x86emu/regs.h:208:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  208 |   if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
      |   ^~
x86emu/prim_ops.c:1838:9: note: in expansion of macro 'CONDITIONAL_SET_FLAG'
 1838 |         CONDITIONAL_SET_FLAG(res & 0x8000, F_SF);
      |         ^~~~~~~~~~~~~~~~~~~~
x86emu/prim_ops.c: In function 'sbb_long':
x86emu/prim_ops.c:1861:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
 1861 |     else
      |     ^~~~
x86emu/x86emu/regs.h:208:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  208 |   if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
      |   ^~
x86emu/prim_ops.c:1863:9: note: in expansion of macro 'CONDITIONAL_SET_FLAG'
 1863 |         CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF);
      |         ^~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
cc -O2 -Wall -DDEBUG -g   -c -o x86emu/ops.o x86emu/ops.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
ar cru libx86.a x86-common.o thunk.o x86emu/decode.o x86emu/debug.o x86emu/fpu.o x86emu/ops.o x86emu/ops2.o x86emu/prim_ops.o x86emu/sys.o
ar: `u' modifier ignored since `D' is the default (see `U')
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make objclean
make -C x86emu clean
make[2]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1/x86emu'
rm -f *.a *.o *~
make[2]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1/x86emu'
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
rm -f *.o *~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make LIBRARY=shared shared
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
cc -O2 -Wall -DDEBUG -g -fPIC   -c -o x86-common.o x86-common.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
cc -O2 -Wall -DDEBUG -g -fPIC   -c -o thunk.o thunk.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
cc -O2 -Wall -DDEBUG -g -fPIC   -c -o x86emu/fpu.o x86emu/fpu.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
cc -O2 -Wall -DDEBUG -g -fPIC   -c -o x86emu/sys.o x86emu/sys.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
cc -O2 -Wall -DDEBUG -g -fPIC   -c -o x86emu/debug.o x86emu/debug.c
x86emu/debug.c: In function 'X86EMU_dump_memory':
x86emu/debug.c:220:13: warning: variable 'current' set but not used [-Wunused-but-set-variable]
  220 |         u32 current;
      |             ^~~~~~~
x86emu/debug.c: In function 'x86emu_single_step':
x86emu/debug.c:247:11: warning: variable 'p' set but not used [-Wunused-but-set-variable]
  247 |     char *p;
      |           ^
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
cc -O2 -Wall -DDEBUG -g -fPIC   -c -o x86emu/decode.o x86emu/decode.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
cc -O2 -Wall -DDEBUG -g -fPIC   -c -o x86emu/ops2.o x86emu/ops2.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
cc -O2 -Wall -DDEBUG -g -fPIC   -c -o x86emu/prim_ops.o x86emu/prim_ops.c
x86emu/prim_ops.c: In function 'sbb_word':
x86emu/prim_ops.c:1836:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
 1836 |     else
      |     ^~~~
In file included from x86emu/x86emu/x86emu.h:54,
                 from x86emu/x86emu/x86emui.h:64,
                 from x86emu/prim_ops.c:101:
x86emu/x86emu/regs.h:208:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  208 |   if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
      |   ^~
x86emu/prim_ops.c:1838:9: note: in expansion of macro 'CONDITIONAL_SET_FLAG'
 1838 |         CONDITIONAL_SET_FLAG(res & 0x8000, F_SF);
      |         ^~~~~~~~~~~~~~~~~~~~
x86emu/prim_ops.c: In function 'sbb_long':
x86emu/prim_ops.c:1861:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
 1861 |     else
      |     ^~~~
x86emu/x86emu/regs.h:208:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
  208 |   if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
      |   ^~
x86emu/prim_ops.c:1863:9: note: in expansion of macro 'CONDITIONAL_SET_FLAG'
 1863 |         CONDITIONAL_SET_FLAG(res & 0x80000000, F_SF);
      |         ^~~~~~~~~~~~~~~~~~~~
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
cc -O2 -Wall -DDEBUG -g -fPIC   -c -o x86emu/ops.o x86emu/ops.c
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
make[1]: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
cc -O2 -Wall -DDEBUG -g -fPIC -o libx86.so.1 -shared -Wl,-soname,libx86.so.1 x86-common.o thunk.o x86emu/decode.o x86emu/debug.o x86emu/fpu.o x86emu/ops.o x86emu/ops2.o x86emu/prim_ops.o x86emu/sys.o
make[1]: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.17250
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/libx86-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/libx86-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd libx86-1.1
+ /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/libx86-buildroot/usr exec_prefix=/usr/src/tmp/libx86-buildroot/usr bindir=/usr/src/tmp/libx86-buildroot/usr/bin sbindir=/usr/src/tmp/libx86-buildroot/usr/sbin sysconfdir=/usr/src/tmp/libx86-buildroot/etc datadir=/usr/src/tmp/libx86-buildroot/usr/share includedir=/usr/src/tmp/libx86-buildroot/usr/include libdir=/usr/src/tmp/libx86-buildroot/usr/lib64 libexecdir=/usr/src/tmp/libx86-buildroot/usr/lib localstatedir=/usr/src/tmp/libx86-buildroot/var/lib runstatedir=/usr/src/tmp/libx86-buildroot/var/run sharedstatedir=/usr/src/tmp/libx86-buildroot/var/lib mandir=/usr/src/tmp/libx86-buildroot/usr/share/man infodir=/usr/src/tmp/libx86-buildroot/usr/share/info install DESTDIR=/usr/src/tmp/libx86-buildroot LIBDIR=/usr/lib64
make: Entering directory '/usr/src/RPM/BUILD/libx86-1.1'
sed -e's,@prefix@,/usr,' x86.pc.in > x86.pc
sed -e's,@exec_prefix@,/usr,' -i x86.pc
sed -e's,@libdir@,/usr/lib64,' -i x86.pc
sed -e's,@includedir@,/usr/include,' -i x86.pc
sed -e's,@PACKAGE_VERSION@,1.1,' -i x86.pc
install -D libx86.so.1 /usr/src/tmp/libx86-buildroot/usr/lib64/libx86.so.1
install -D libx86.a /usr/src/tmp/libx86-buildroot/usr/lib64/libx86.a
install -D x86.pc /usr/src/tmp/libx86-buildroot/usr/lib64/pkgconfig/x86.pc
ln -sf libx86.so.1 /usr/src/tmp/libx86-buildroot/usr/lib64/libx86.so
install -p -m 0644 -D lrmi.h /usr/src/tmp/libx86-buildroot/usr/include/libx86.h
make: Leaving directory '/usr/src/RPM/BUILD/libx86-1.1'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/libx86-buildroot (auto)
mode of './usr/lib64/libx86.a' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
mode of './usr/lib64/libx86.so.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/libx86-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
/usr/lib64/pkgconfig/x86.pc: Cflags: '-I${includedir}' --> ''
/usr/lib64/pkgconfig/x86.pc: Libs: '-L${libdir} -lx86' --> '-lx86'
Checking contents of files in /usr/src/tmp/libx86-buildroot/ (default)
Compressing files in /usr/src/tmp/libx86-buildroot (auto)
Adjusting library links in /usr/src/tmp/libx86-buildroot
./usr/lib64: (from <cmdline>:0)
	libx86.so.1 -> libx86.so.1
Verifying ELF objects in /usr/src/tmp/libx86-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: libx86-1.1-alt10
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.77077
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd libx86-1.1
+ DOCDIR=/usr/src/tmp/libx86-buildroot/usr/share/doc/libx86-1.1
+ export DOCDIR
+ rm -rf /usr/src/tmp/libx86-buildroot/usr/share/doc/libx86-1.1
+ /bin/mkdir -p /usr/src/tmp/libx86-buildroot/usr/share/doc/libx86-1.1
+ cp -prL COPYRIGHT x86emu/LICENSE /usr/src/tmp/libx86-buildroot/usr/share/doc/libx86-1.1
+ chmod -R go-w /usr/src/tmp/libx86-buildroot/usr/share/doc/libx86-1.1
+ chmod -R a+rX /usr/src/tmp/libx86-buildroot/usr/share/doc/libx86-1.1
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.k2HggG
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/libx86-buildroot/usr/lib64/libx86.so.1: 193 symbols, 18 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hkusLl
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libx86.so.1()(64bit) = set:ldxAE0KbHplV3EqP07QCFOrxkkOwpd3iDMyl4kKdySyQfUCrNn9nkkkaCCkGuhwR4P4CpLGQzgbr5ooetUKjB0fnKoiWAfrIX9L7fD1C93iEvgXSPxON1PFHvCWlhBZfvYx4EILQXifrTeBN4xVWo1RoTkARMJCJ7M317jGPo74cPAh9QfhnkWuigyzHo6RRFmQLkqSiKNPipEUo5NPO8X40xGf71YJleVjuZu2imV3EFIoOIbzzSfjFC5TOucDcCACiW9tbidtcrrtCMlKTYEG1eDc4LOSAb8m1ZoupV2ElTHkmrj9TKJQFiUfrD7a2N5Ag8Xp3ZpJvpyf79hdx7aKhpgtOhr9J5BdlVMDymS7bvDla9lVlOrPdAB1sCjNdp
Requires: libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0iWu1b
Creating libx86-debuginfo package
Processing files: libx86-devel-1.1-alt10
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Xuw099
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.iip7hr
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: pkgconfig(x86) = 1.1
Requires: libx86 = 1.1-alt10, /usr/lib64/libx86.so.1, /usr/lib64/pkgconfig
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TdvsuM
Processing files: libx86-debuginfo-1.1-alt10
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YoKLNL
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Oqql1Z
find-requires: running scripts (debuginfo)
Provides: debug64(libx86.so.1)
Requires: libx86 = 1.1-alt10, debug64(libc.so.6)
Adding to libx86-devel a strict dependency on libx86
Adding to libx86-debuginfo a strict dependency on libx86
Removing 1 extra deps from libx86-devel due to dependency on libx86
warning: Installed (but unpackaged) file(s) found:
    /usr/lib64/libx86.a
Wrote: /usr/src/RPM/RPMS/x86_64/libx86-1.1-alt10.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libx86-devel-1.1-alt10.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libx86-debuginfo-1.1-alt10.x86_64.rpm (w2.lzdio)
7.88user 0.97system 0:12.90elapsed 68%CPU (0avgtext+0avgdata 112012maxresident)k
0inputs+0outputs (0major+388898minor)pagefaults 0swaps
0.45user 0.87system 0:15.97elapsed 8%CPU (0avgtext+0avgdata 12256maxresident)k
0inputs+0outputs (0major+93850minor)pagefaults 0swaps
--- libx86-1.1-alt10.x86_64.rpm.repo	2021-07-12 09:00:34.000000000 +0000
+++ libx86-1.1-alt10.x86_64.rpm.hasher	2023-11-10 01:15:50.131035659 +0000
@@ -12,3 +12,3 @@
 Provides: libx86 = 1.1-alt10:sisyphus+278571.100.1.1
-File: /usr/lib64/libx86.so.1	100644	root:root	07140aef1287d4fe41cded139503f376	
+File: /usr/lib64/libx86.so.1	100644	root:root	4d52f228d3f66c05abd4a63493398e55	
 File: /usr/share/doc/libx86-1.1	40755	root:root		
@@ -16,2 +16,2 @@
 File: /usr/share/doc/libx86-1.1/LICENSE	100644	root:root	0edf8f526875f0f31f0da064508366c9	
-RPMIdentity: 8341477d21ff3fb2bc9a107b849a35dac7dbc7fa7fcf4044b4824a320d210aa65813630ce0282a6210ec8a95485acd60232d4c7afca30e08ae5e57baea37a21c
+RPMIdentity: ae70b65d2f8a909a8bcf2a9c53e5af543dbdaf0fe711cca6b0cfd2efc41d984669cc601dd0cc4a95fc042ef12fd17e8a4ca0a9d108f2231e1305e2c82cba1771
--- libx86-debuginfo-1.1-alt10.x86_64.rpm.repo	2021-07-12 09:00:34.000000000 +0000
+++ libx86-debuginfo-1.1-alt10.x86_64.rpm.hasher	2023-11-10 01:15:50.183036146 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/f6	40755	root:root	
-/usr/lib/debug/.build-id/f6/8ca5ca5bc5d96da9e349a91d5cdabce21097f7	120777	root:root	../../../../lib64/libx86.so.1
-/usr/lib/debug/.build-id/f6/8ca5ca5bc5d96da9e349a91d5cdabce21097f7.debug	120777	root:root	../../usr/lib64/libx86.so.1.debug
+/usr/lib/debug/.build-id/66	40755	root:root	
+/usr/lib/debug/.build-id/66/d76f454bc8dda01b3cc1a33fedf6e0a15d8556	120777	root:root	../../../../lib64/libx86.so.1
+/usr/lib/debug/.build-id/66/d76f454bc8dda01b3cc1a33fedf6e0a15d8556.debug	120777	root:root	../../usr/lib64/libx86.so.1.debug
 /usr/lib/debug/usr/lib64/libx86.so.1.debug	100644	root:root	
@@ -24,2 +24,3 @@
 /usr/src/debug/libx86-1.1/x86emu/x86emu/decode.h	100644	root:root	
+/usr/src/debug/libx86-1.1/x86emu/x86emu/fpu.h	100644	root:root	
 /usr/src/debug/libx86-1.1/x86emu/x86emu/ops.h	100644	root:root	
@@ -35,6 +36,6 @@
 Provides: libx86-debuginfo = 1.1-alt10:sisyphus+278571.100.1.1
-File: /usr/lib/debug/.build-id/f6	40755	root:root		
-File: /usr/lib/debug/.build-id/f6/8ca5ca5bc5d96da9e349a91d5cdabce21097f7	120777	root:root		../../../../lib64/libx86.so.1
-File: /usr/lib/debug/.build-id/f6/8ca5ca5bc5d96da9e349a91d5cdabce21097f7.debug	120777	root:root		../../usr/lib64/libx86.so.1.debug
-File: /usr/lib/debug/usr/lib64/libx86.so.1.debug	100644	root:root	78c7540ae19398cde3e2230d36e8381c	
+File: /usr/lib/debug/.build-id/66	40755	root:root		
+File: /usr/lib/debug/.build-id/66/d76f454bc8dda01b3cc1a33fedf6e0a15d8556	120777	root:root		../../../../lib64/libx86.so.1
+File: /usr/lib/debug/.build-id/66/d76f454bc8dda01b3cc1a33fedf6e0a15d8556.debug	120777	root:root		../../usr/lib64/libx86.so.1.debug
+File: /usr/lib/debug/usr/lib64/libx86.so.1.debug	100644	root:root	4e0f661d45a5f2eaf4f610212b926b94	
 File: /usr/src/debug/libx86-1.1	40755	root:root		
@@ -59,2 +60,3 @@
 File: /usr/src/debug/libx86-1.1/x86emu/x86emu/decode.h	100644	root:root	f39da4b0886645b96749e96e6831e319	
+File: /usr/src/debug/libx86-1.1/x86emu/x86emu/fpu.h	100644	root:root	0fa5294838a52abf9ab51972d70fe85f	
 File: /usr/src/debug/libx86-1.1/x86emu/x86emu/ops.h	100644	root:root	57a4b80529d2176b1b7998bd5d8ba725	
@@ -65,2 +67,2 @@
 File: /usr/src/debug/libx86-1.1/x86emu/x86emu/x86emui.h	100644	root:root	222e2d6ca2c40bf08aee0647be55c48d	
-RPMIdentity: 2b9c9a8beee134703bc07304daef090c50c219d1f3d530e4729ae6c2626ff2a676402091f96f681bf4688e524938d9da4e37d69d5b74bf1f422ed84123116b23
+RPMIdentity: 708ac194e3756d88878ac4807570e1f262ac43400d20dab79c4295794c40b40c51c525a36ef12a1462cbc032e6255b043cef14bec4eb58269acc727a236be8bb