<86>May 4 03:04:28 userdel[3676964]: delete user 'rooter' <86>May 4 03:04:28 userdel[3676964]: removed group 'rooter' owned by 'rooter' <86>May 4 03:04:28 userdel[3676964]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 03:04:28 groupadd[3677029]: group added to /etc/group: name=rooter, GID=1826 <86>May 4 03:04:28 groupadd[3677029]: group added to /etc/gshadow: name=rooter <86>May 4 03:04:28 groupadd[3677029]: new group: name=rooter, GID=1826 <86>May 4 03:04:28 useradd[3677089]: new user: name=rooter, UID=1826, GID=1826, home=/root, shell=/bin/bash, from=none <86>May 4 03:04:28 userdel[3677171]: delete user 'builder' <86>May 4 03:04:28 userdel[3677171]: removed group 'builder' owned by 'builder' <86>May 4 03:04:28 userdel[3677171]: removed shadow group 'builder' owned by 'builder' <86>May 4 03:04:28 groupadd[3677225]: group added to /etc/group: name=builder, GID=1827 <86>May 4 03:04:28 groupadd[3677225]: group added to /etc/gshadow: name=builder <86>May 4 03:04:28 groupadd[3677225]: new group: name=builder, GID=1827 <86>May 4 03:04:28 useradd[3677279]: new user: name=builder, UID=1827, GID=1827, 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.83302 + 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.83302 + 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/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/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/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/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/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/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.64422 + 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 :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.64422 + 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.I1WYUu 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.4GTrmb 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.nLE1N8 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.pLvgBa 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.8dzuB7 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.oqzuWj Processing files: libx86-debuginfo-1.1-alt10 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FP4NLb find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.k1LNRP 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.39user 1.94system 0:13.54elapsed 76%CPU (0avgtext+0avgdata 111232maxresident)k 0inputs+0outputs (0major+389415minor)pagefaults 0swaps 0.61user 1.87system 0:18.95elapsed 13%CPU (0avgtext+0avgdata 12240maxresident)k 0inputs+0outputs (0major+93599minor)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-05-04 03:04:44.256707372 +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 e28db842230a6f80095f65c7d01c7248 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: 5386ac1a8e2151b64838e14ff89097db640e4e2253c69c242425bba51ffa96d570dd7ea6c19e8372dbc9f746da30ba01a8578008fcc232848f282ed337d55f67 --- 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-05-04 03:04:44.334708979 +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/19 40755 root:root +/usr/lib/debug/.build-id/19/9219da59b95fbedd7d7cb98113094cce373c7a 120777 root:root ../../../../lib64/libx86.so.1 +/usr/lib/debug/.build-id/19/9219da59b95fbedd7d7cb98113094cce373c7a.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/19 40755 root:root +File: /usr/lib/debug/.build-id/19/9219da59b95fbedd7d7cb98113094cce373c7a 120777 root:root ../../../../lib64/libx86.so.1 +File: /usr/lib/debug/.build-id/19/9219da59b95fbedd7d7cb98113094cce373c7a.debug 120777 root:root ../../usr/lib64/libx86.so.1.debug +File: /usr/lib/debug/usr/lib64/libx86.so.1.debug 100644 root:root 109e2b85a9179fe793b27c44e3a0f32c 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: 61073f7ee5112e13f18a493b92ee5291fa790cdbc6d3b9eb18e9b99df8710c3879cb9d005758b38890851af3665a0a35c36e46edda334a8182871c2d40191f63