<86>Oct 30 01:58:57 userdel[1237004]: delete user 'rooter'
<86>Oct 30 01:58:57 userdel[1237004]: removed group 'rooter' owned by 'rooter'
<86>Oct 30 01:58:57 userdel[1237004]: removed shadow group 'rooter' owned by 'rooter'
<86>Oct 30 01:58:57 groupadd[1237057]: group added to /etc/group: name=rooter, GID=1811
<86>Oct 30 01:58:57 groupadd[1237057]: group added to /etc/gshadow: name=rooter
<86>Oct 30 01:58:57 groupadd[1237057]: new group: name=rooter, GID=1811
<86>Oct 30 01:58:57 useradd[1237097]: new user: name=rooter, UID=1811, GID=1811, home=/root, shell=/bin/bash, from=none
<86>Oct 30 01:58:57 userdel[1237149]: delete user 'builder'
<86>Oct 30 01:58:57 userdel[1237149]: removed group 'builder' owned by 'builder'
<86>Oct 30 01:58:57 userdel[1237149]: removed shadow group 'builder' owned by 'builder'
<86>Oct 30 01:58:57 groupadd[1237200]: group added to /etc/group: name=builder, GID=1812
<86>Oct 30 01:58:57 groupadd[1237200]: group added to /etc/gshadow: name=builder
<86>Oct 30 01:58:57 groupadd[1237200]: new group: name=builder, GID=1812
<86>Oct 30 01:58:57 useradd[1237250]: new user: name=builder, UID=1812, GID=1812, 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.35608
+ 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.35608
+ 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 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 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 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 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 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/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.37366
+ 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:/usr/bin:/bin:/usr/local/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)
Splitting links to aliased files under /{,s}bin in /usr/src/tmp/libx86-buildroot
Processing files: libx86-1.1-alt10
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.37366
+ 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.ZxIWoX
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.p6xpGl
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.PgW5Cp
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.oCni76
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.NNqeIv
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.kk2Trx
Processing files: libx86-debuginfo-1.1-alt10
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.p6sNGd
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lfmP34
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)
8.27user 1.81system 0:13.47elapsed 74%CPU (0avgtext+0avgdata 112092maxresident)k
0inputs+0outputs (0major+389855minor)pagefaults 0swaps
0.58user 1.91system 0:18.79elapsed 13%CPU (0avgtext+0avgdata 12156maxresident)k
0inputs+0outputs (0major+96234minor)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	2024-10-30 01:59:13.333618949 +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	368e84b87ed8a186cf369a5716676f4d	
 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: 7778e1f81cc045ceead2ec1d2c0bc8e1faa27189a8b80dbfe91795d9dbafc7cda642ecbc515b050ae1f6ca2e2a633fdaa9946926a44352704c84f8bcfb1a81f7
--- 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	2024-10-30 01:59:13.410619952 +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/d8	40755	root:root	
+/usr/lib/debug/.build-id/d8/2564c77edd3022a8cc42390317937325ccdad5	120777	root:root	../../../../lib64/libx86.so.1
+/usr/lib/debug/.build-id/d8/2564c77edd3022a8cc42390317937325ccdad5.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/d8	40755	root:root		
+File: /usr/lib/debug/.build-id/d8/2564c77edd3022a8cc42390317937325ccdad5	120777	root:root		../../../../lib64/libx86.so.1
+File: /usr/lib/debug/.build-id/d8/2564c77edd3022a8cc42390317937325ccdad5.debug	120777	root:root		../../usr/lib64/libx86.so.1.debug
+File: /usr/lib/debug/usr/lib64/libx86.so.1.debug	100644	root:root	836ed865c32a55fbdc3d1dcaf08e26d2	
 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: 8dd77fc4f5ee9ccddac678385ffc9aa6bb8564120ddfb8957cc08e8e1b2a1976aed8b217af195da19de9278d7dceaa0db6055ea7cc9efcda57d1b9164196cae7