<86>Apr 27 08:46:49 userdel[3477787]: delete user 'rooter' <86>Apr 27 08:46:49 userdel[3477787]: removed group 'rooter' owned by 'rooter' <86>Apr 27 08:46:49 userdel[3477787]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 08:46:49 groupadd[3477795]: group added to /etc/group: name=rooter, GID=1814 <86>Apr 27 08:46:49 groupadd[3477795]: group added to /etc/gshadow: name=rooter <86>Apr 27 08:46:49 groupadd[3477795]: new group: name=rooter, GID=1814 <86>Apr 27 08:46:49 useradd[3477806]: new user: name=rooter, UID=1814, GID=1814, home=/root, shell=/bin/bash, from=none <86>Apr 27 08:46:49 userdel[3477819]: delete user 'builder' <86>Apr 27 08:46:49 userdel[3477819]: removed group 'builder' owned by 'builder' <86>Apr 27 08:46:49 userdel[3477819]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 08:46:49 groupadd[3477833]: group added to /etc/group: name=builder, GID=1815 <86>Apr 27 08:46:49 groupadd[3477833]: group added to /etc/gshadow: name=builder <86>Apr 27 08:46:49 groupadd[3477833]: new group: name=builder, GID=1815 <86>Apr 27 08:46:49 useradd[3477841]: new user: name=builder, UID=1815, GID=1815, home=/usr/src, shell=/bin/bash, from=none <13>Apr 27 08:46:52 rpmi: libnatspec-0.3.3-alt1 sisyphus+327088.100.1.1 1691839875 installed <13>Apr 27 08:46:52 rpmi: liblua5.1-preinstall-5.1.5-alt21 sisyphus+321711.100.1.1 1684891298 installed <13>Apr 27 08:46:53 rpmi: liblua5.1-5.1.5-alt21 sisyphus+321711.100.1.1 1684891298 installed <13>Apr 27 08:46:53 rpmi: libreadline-devel-8.2.10-alt1 sisyphus+338911.100.4.1 1706717069 installed <13>Apr 27 08:46:53 rpmi: rpm-macros-lua-1.5.2-alt1 sisyphus+315204.340.3.1 1692689366 installed <13>Apr 27 08:46:53 rpmi: rpm-build-lua-0.5-alt1 sisyphus+315204.500.3.1 1692689380 installed <13>Apr 27 08:46:53 rpmi: liblua5.1-compat-devel-5.1.5-alt21 sisyphus+321711.100.1.1 1684891298 installed <13>Apr 27 08:46:53 rpmi: liblua5.1-devel-5.1.5-alt21 sisyphus+321711.100.1.1 1684891298 installed <13>Apr 27 08:46:53 rpmi: unzip-6.0-alt5 sisyphus+308257.100.1.1 1665550038 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/premake-4.3-alt1.1.nosrc.rpm (w1.gzdio) Installing premake-4.3-alt1.1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.29564 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf premake-4.3 + echo 'Source #0 (premake-4.3-src.zip):' Source #0 (premake-4.3-src.zip): + /usr/bin/unzip -qq /usr/src/RPM/SOURCES/premake-4.3-src.zip + cd premake-4.3 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (premake-4.3-system-lua-5.1.patch):' Patch #0 (premake-4.3-system-lua-5.1.patch): + /usr/bin/patch -p0 patching file build/gmake.unix/Premake4.make + echo 'Patch #1 (premake-4.3-manpage.patch):' Patch #1 (premake-4.3-manpage.patch): + /usr/bin/patch -p0 patching file premake4.1 + sed -i 's/^\s*CFLAGS\s*+=.*/CFLAGS += $(CPPFLAGS) -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic/' build/gmake.unix/Premake4.make + sed -i 's/^\s*LDFLAGS\s*+= -s/LDFLAGS +=/' build/gmake.unix/Premake4.make + sed -i s/debug/release/ tests/test + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.29564 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd premake-4.3 + cd build/gmake.unix/ + make verbose=true -j16 make: Entering directory '/usr/src/RPM/BUILD/premake-4.3/build/gmake.unix' ==== Building Premake4 (release) ==== make: Leaving directory '/usr/src/RPM/BUILD/premake-4.3/build/gmake.unix' Creating ../../bin/release mkdir -p ../../bin/release Creating obj/Release mkdir -p obj/Release scripts.c cc -MMD -MP -DNDEBUG -DLUA_USE_POSIX -DLUA_USE_DLOPEN -I/usr/include/lua-5.1 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o "obj/Release/scripts.o" -c "../../src/host/scripts.c" os_chdir.c cc -MMD -MP -DNDEBUG -DLUA_USE_POSIX -DLUA_USE_DLOPEN -I/usr/include/lua-5.1 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o "obj/Release/os_chdir.o" -c "../../src/host/os_chdir.c" In file included from /usr/include/lua-5.1/lua.h:16, from ../../src/host/premake.h:8, from ../../src/host/os_chdir.c:7: /usr/include/lua-5.1/luaconf.h:43: warning: "LUA_USE_POSIX" redefined 43 | #define LUA_USE_POSIX | : note: this is the location of the previous definition /usr/include/lua-5.1/luaconf.h:44: warning: "LUA_USE_DLOPEN" redefined 44 | #define LUA_USE_DLOPEN /* needs an extra library: -ldl */ | : note: this is the location of the previous definition os_isfile.c cc -MMD -MP -DNDEBUG -DLUA_USE_POSIX -DLUA_USE_DLOPEN -I/usr/include/lua-5.1 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o "obj/Release/os_isfile.o" -c "../../src/host/os_isfile.c" In file included from /usr/include/lua-5.1/lua.h:16, from ../../src/host/premake.h:8, from ../../src/host/os_isfile.c:8: /usr/include/lua-5.1/luaconf.h:43: warning: "LUA_USE_POSIX" redefined 43 | #define LUA_USE_POSIX | : note: this is the location of the previous definition /usr/include/lua-5.1/luaconf.h:44: warning: "LUA_USE_DLOPEN" redefined 44 | #define LUA_USE_DLOPEN /* needs an extra library: -ldl */ | : note: this is the location of the previous definition os_mkdir.c cc -MMD -MP -DNDEBUG -DLUA_USE_POSIX -DLUA_USE_DLOPEN -I/usr/include/lua-5.1 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o "obj/Release/os_mkdir.o" -c "../../src/host/os_mkdir.c" In file included from /usr/include/lua-5.1/lua.h:16, from ../../src/host/premake.h:8, from ../../src/host/os_mkdir.c:8: /usr/include/lua-5.1/luaconf.h:43: warning: "LUA_USE_POSIX" redefined 43 | #define LUA_USE_POSIX | : note: this is the location of the previous definition /usr/include/lua-5.1/luaconf.h:44: warning: "LUA_USE_DLOPEN" redefined 44 | #define LUA_USE_DLOPEN /* needs an extra library: -ldl */ | : note: this is the location of the previous definition os_getcwd.c cc -MMD -MP -DNDEBUG -DLUA_USE_POSIX -DLUA_USE_DLOPEN -I/usr/include/lua-5.1 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o "obj/Release/os_getcwd.o" -c "../../src/host/os_getcwd.c" In file included from /usr/include/lua-5.1/lua.h:16, from ../../src/host/premake.h:8, from ../../src/host/os_getcwd.c:7: /usr/include/lua-5.1/luaconf.h:43: warning: "LUA_USE_POSIX" redefined 43 | #define LUA_USE_POSIX | : note: this is the location of the previous definition /usr/include/lua-5.1/luaconf.h:44: warning: "LUA_USE_DLOPEN" redefined 44 | #define LUA_USE_DLOPEN /* needs an extra library: -ldl */ | : note: this is the location of the previous definition path_isabsolute.c cc -MMD -MP -DNDEBUG -DLUA_USE_POSIX -DLUA_USE_DLOPEN -I/usr/include/lua-5.1 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o "obj/Release/path_isabsolute.o" -c "../../src/host/path_isabsolute.c" In file included from /usr/include/lua-5.1/lua.h:16, from ../../src/host/premake.h:8, from ../../src/host/path_isabsolute.c:7: /usr/include/lua-5.1/luaconf.h:43: warning: "LUA_USE_POSIX" redefined 43 | #define LUA_USE_POSIX | : note: this is the location of the previous definition /usr/include/lua-5.1/luaconf.h:44: warning: "LUA_USE_DLOPEN" redefined 44 | #define LUA_USE_DLOPEN /* needs an extra library: -ldl */ | : note: this is the location of the previous definition os_pathsearch.c cc -MMD -MP -DNDEBUG -DLUA_USE_POSIX -DLUA_USE_DLOPEN -I/usr/include/lua-5.1 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o "obj/Release/os_pathsearch.o" -c "../../src/host/os_pathsearch.c" In file included from /usr/include/lua-5.1/lua.h:16, from ../../src/host/premake.h:8, from ../../src/host/os_pathsearch.c:11: /usr/include/lua-5.1/luaconf.h:43: warning: "LUA_USE_POSIX" redefined 43 | #define LUA_USE_POSIX | : note: this is the location of the previous definition /usr/include/lua-5.1/luaconf.h:44: warning: "LUA_USE_DLOPEN" redefined 44 | #define LUA_USE_DLOPEN /* needs an extra library: -ldl */ | : note: this is the location of the previous definition os_uuid.c cc -MMD -MP -DNDEBUG -DLUA_USE_POSIX -DLUA_USE_DLOPEN -I/usr/include/lua-5.1 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o "obj/Release/os_uuid.o" -c "../../src/host/os_uuid.c" In file included from /usr/include/lua-5.1/lua.h:16, from ../../src/host/premake.h:8, from ../../src/host/os_uuid.c:7: /usr/include/lua-5.1/luaconf.h:43: warning: "LUA_USE_POSIX" redefined 43 | #define LUA_USE_POSIX | : note: this is the location of the previous definition /usr/include/lua-5.1/luaconf.h:44: warning: "LUA_USE_DLOPEN" redefined 44 | #define LUA_USE_DLOPEN /* needs an extra library: -ldl */ | : note: this is the location of the previous definition os_copyfile.c cc -MMD -MP -DNDEBUG -DLUA_USE_POSIX -DLUA_USE_DLOPEN -I/usr/include/lua-5.1 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o "obj/Release/os_copyfile.o" -c "../../src/host/os_copyfile.c" In file included from /usr/include/lua-5.1/lua.h:16, from ../../src/host/premake.h:8, from ../../src/host/os_copyfile.c:8: /usr/include/lua-5.1/luaconf.h:43: warning: "LUA_USE_POSIX" redefined 43 | #define LUA_USE_POSIX | : note: this is the location of the previous definition /usr/include/lua-5.1/luaconf.h:44: warning: "LUA_USE_DLOPEN" redefined 44 | #define LUA_USE_DLOPEN /* needs an extra library: -ldl */ | : note: this is the location of the previous definition os_isdir.c cc -MMD -MP -DNDEBUG -DLUA_USE_POSIX -DLUA_USE_DLOPEN -I/usr/include/lua-5.1 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o "obj/Release/os_isdir.o" -c "../../src/host/os_isdir.c" In file included from /usr/include/lua-5.1/lua.h:16, from ../../src/host/premake.h:8, from ../../src/host/os_isdir.c:9: /usr/include/lua-5.1/luaconf.h:43: warning: "LUA_USE_POSIX" redefined 43 | #define LUA_USE_POSIX | : note: this is the location of the previous definition /usr/include/lua-5.1/luaconf.h:44: warning: "LUA_USE_DLOPEN" redefined 44 | #define LUA_USE_DLOPEN /* needs an extra library: -ldl */ | : note: this is the location of the previous definition os_rmdir.c cc -MMD -MP -DNDEBUG -DLUA_USE_POSIX -DLUA_USE_DLOPEN -I/usr/include/lua-5.1 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o "obj/Release/os_rmdir.o" -c "../../src/host/os_rmdir.c" In file included from /usr/include/lua-5.1/lua.h:16, from ../../src/host/premake.h:8, from ../../src/host/os_rmdir.c:8: /usr/include/lua-5.1/luaconf.h:43: warning: "LUA_USE_POSIX" redefined 43 | #define LUA_USE_POSIX | : note: this is the location of the previous definition /usr/include/lua-5.1/luaconf.h:44: warning: "LUA_USE_DLOPEN" redefined 44 | #define LUA_USE_DLOPEN /* needs an extra library: -ldl */ | : note: this is the location of the previous definition os_match.c cc -MMD -MP -DNDEBUG -DLUA_USE_POSIX -DLUA_USE_DLOPEN -I/usr/include/lua-5.1 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o "obj/Release/os_match.o" -c "../../src/host/os_match.c" In file included from /usr/include/lua-5.1/lua.h:16, from ../../src/host/premake.h:8, from ../../src/host/os_match.c:9: /usr/include/lua-5.1/luaconf.h:43: warning: "LUA_USE_POSIX" redefined 43 | #define LUA_USE_POSIX | : note: this is the location of the previous definition /usr/include/lua-5.1/luaconf.h:44: warning: "LUA_USE_DLOPEN" redefined 44 | #define LUA_USE_DLOPEN /* needs an extra library: -ldl */ | : note: this is the location of the previous definition string_endswith.c cc -MMD -MP -DNDEBUG -DLUA_USE_POSIX -DLUA_USE_DLOPEN -I/usr/include/lua-5.1 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o "obj/Release/string_endswith.o" -c "../../src/host/string_endswith.c" In file included from /usr/include/lua-5.1/lua.h:16, from ../../src/host/premake.h:8, from ../../src/host/string_endswith.c:7: /usr/include/lua-5.1/luaconf.h:43: warning: "LUA_USE_POSIX" redefined 43 | #define LUA_USE_POSIX | : note: this is the location of the previous definition /usr/include/lua-5.1/luaconf.h:44: warning: "LUA_USE_DLOPEN" redefined 44 | #define LUA_USE_DLOPEN /* needs an extra library: -ldl */ | : note: this is the location of the previous definition premake.c cc -MMD -MP -DNDEBUG -DLUA_USE_POSIX -DLUA_USE_DLOPEN -I/usr/include/lua-5.1 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -o "obj/Release/premake.o" -c "../../src/host/premake.c" In file included from /usr/include/lua-5.1/lua.h:16, from ../../src/host/premake.h:8, from ../../src/host/premake.c:9: /usr/include/lua-5.1/luaconf.h:43: warning: "LUA_USE_POSIX" redefined 43 | #define LUA_USE_POSIX | : note: this is the location of the previous definition /usr/include/lua-5.1/luaconf.h:44: warning: "LUA_USE_DLOPEN" redefined 44 | #define LUA_USE_DLOPEN /* needs an extra library: -ldl */ | : note: this is the location of the previous definition Linking Premake4 cc -o ../../bin/release/premake4 obj/Release/os_chdir.o obj/Release/os_copyfile.o obj/Release/os_getcwd.o obj/Release/os_isdir.o obj/Release/os_isfile.o obj/Release/os_match.o obj/Release/os_mkdir.o obj/Release/os_pathsearch.o obj/Release/os_rmdir.o obj/Release/os_uuid.o obj/Release/path_isabsolute.o obj/Release/premake.o obj/Release/scripts.o obj/Release/string_endswith.o -rdynamic -lm -ldl -llua-5.1 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.29564 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/premake-buildroot + : + /bin/rm -rf -- /usr/src/tmp/premake-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd premake-4.3 + rm -rf /usr/src/tmp/premake-buildroot + install -m 755 -Dp ./bin/release/premake4 /usr/src/tmp/premake-buildroot//usr/bin/premake4 + install -m 644 -Dp ./premake4.1 /usr/src/tmp/premake-buildroot//usr/share/man/man1/premake4.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/premake-buildroot (auto) Verifying and fixing files in /usr/src/tmp/premake-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/premake-buildroot/ (default) Compressing files in /usr/src/tmp/premake-buildroot (auto) Verifying ELF objects in /usr/src/tmp/premake-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/premake4: uses non-LFS functions: fopen readdir stat Splitting links to aliased files under /{,s}bin in /usr/src/tmp/premake-buildroot Processing files: premake-4.3-alt1.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.44948 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd premake-4.3 + DOCDIR=/usr/src/tmp/premake-buildroot/usr/share/doc/premake-4.3 + export DOCDIR + rm -rf /usr/src/tmp/premake-buildroot/usr/share/doc/premake-4.3 + /bin/mkdir -p /usr/src/tmp/premake-buildroot/usr/share/doc/premake-4.3 + cp -prL LICENSE.txt README.txt CHANGES.txt /usr/src/tmp/premake-buildroot/usr/share/doc/premake-4.3 + chmod -R go-w /usr/src/tmp/premake-buildroot/usr/share/doc/premake-4.3 + chmod -R a+rX /usr/src/tmp/premake-buildroot/usr/share/doc/premake-4.3 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Im9mlD find-provides: running scripts (debuginfo,lib,lua,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fVLOip find-requires: running scripts (cpp,debuginfo,files,lib,lua,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), liblua-5.1.so.0 >= set:lg9vei2mrQj2Yhl93AeESqMu97eIGVl9MZBbryrNuRLEDWzZe97ymGtZtkvpVWcis3l, rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.x1tdUV Creating premake-debuginfo package Processing files: premake-debuginfo-4.3-alt1.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.d7T7zU find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JFJvWT find-requires: running scripts (debuginfo) Requires: premake = 4.3-alt1.1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(liblua-5.1.so.0) Wrote: /usr/src/RPM/RPMS/i586/premake-4.3-alt1.1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/premake-debuginfo-4.3-alt1.1.i586.rpm (w2.lzdio) 0.93user 1.16system 0:05.91elapsed 35%CPU (0avgtext+0avgdata 24972maxresident)k 0inputs+0outputs (0major+197897minor)pagefaults 0swaps 3.40user 2.41system 0:15.11elapsed 38%CPU (0avgtext+0avgdata 127688maxresident)k 856inputs+0outputs (0major+193037minor)pagefaults 0swaps --- premake-4.3-alt1.1.i586.rpm.repo 2017-02-09 21:43:53.000000000 +0000 +++ premake-4.3-alt1.1.i586.rpm.hasher 2024-04-27 08:47:01.575425139 +0000 @@ -9,4 +9,7 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.2.3) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -17,3 +20,3 @@ Provides: premake = 4.3-alt1.1 -File: /usr/bin/premake4 100755 root:root f582c994b6648756ccb295df1069085b +File: /usr/bin/premake4 100755 root:root 391fff9551e21201e0dbfd678eed5209 File: /usr/share/doc/premake-4.3 40755 root:root @@ -23,2 +26,2 @@ File: /usr/share/man/man1/premake4.1.xz 100644 root:root 1b33d47fb6a3f642afd8b966635357ff -RPMIdentity: f45c072276da6a579ee03a38b6d3a46b39a964e273ce31fac6738dccb666e44ef8f286f86d0ec1569b1c06c7bbcc82ccef6131ae8b278a606566d266ebf20ad3 +RPMIdentity: 4633fa2d431fa97caa5b2d5bc96abf50649cc5104769998481b7d963571a72d8b718137681e46ac4c8621e9f85a9d8dbfaf0aca3e08d6cb84935ac888b4f4dfd --- premake-debuginfo-4.3-alt1.1.i586.rpm.repo 2017-02-09 21:43:53.000000000 +0000 +++ premake-debuginfo-4.3-alt1.1.i586.rpm.hasher 2024-04-27 08:47:01.693426861 +0000 @@ -1,6 +1,8 @@ -/usr/lib/debug/.build-id/b4 40755 root:root -/usr/lib/debug/.build-id/b4/bb9c180b1d580c46599c302417e047855f328f 120777 root:root ../../../../bin/premake4 -/usr/lib/debug/.build-id/b4/bb9c180b1d580c46599c302417e047855f328f.debug 120777 root:root ../../usr/bin/premake4.debug +/usr/lib/debug/.build-id/82 40755 root:root +/usr/lib/debug/.build-id/82/3cdd733e1b4a02fa346650d6526363f08b8478 120777 root:root ../../../../bin/premake4 +/usr/lib/debug/.build-id/82/3cdd733e1b4a02fa346650d6526363f08b8478.debug 120777 root:root ../../usr/bin/premake4.debug /usr/lib/debug/usr/bin/premake4.debug 100644 root:root /usr/src/debug/premake-4.3 40755 root:root +/usr/src/debug/premake-4.3/build 40755 root:root +/usr/src/debug/premake-4.3/build/gmake.unix 40755 root:root /usr/src/debug/premake-4.3/src 40755 root:root @@ -28,7 +30,9 @@ Provides: premake-debuginfo = 4.3-alt1.1 -File: /usr/lib/debug/.build-id/b4 40755 root:root -File: /usr/lib/debug/.build-id/b4/bb9c180b1d580c46599c302417e047855f328f 120777 root:root ../../../../bin/premake4 -File: /usr/lib/debug/.build-id/b4/bb9c180b1d580c46599c302417e047855f328f.debug 120777 root:root ../../usr/bin/premake4.debug -File: /usr/lib/debug/usr/bin/premake4.debug 100644 root:root a53b64ee29aa24821629a0494cb0f9b1 +File: /usr/lib/debug/.build-id/82 40755 root:root +File: /usr/lib/debug/.build-id/82/3cdd733e1b4a02fa346650d6526363f08b8478 120777 root:root ../../../../bin/premake4 +File: /usr/lib/debug/.build-id/82/3cdd733e1b4a02fa346650d6526363f08b8478.debug 120777 root:root ../../usr/bin/premake4.debug +File: /usr/lib/debug/usr/bin/premake4.debug 100644 root:root b932726d01acfc4da7313e282435ed26 File: /usr/src/debug/premake-4.3 40755 root:root +File: /usr/src/debug/premake-4.3/build 40755 root:root +File: /usr/src/debug/premake-4.3/build/gmake.unix 40755 root:root File: /usr/src/debug/premake-4.3/src 40755 root:root @@ -50,2 +54,2 @@ File: /usr/src/debug/premake-4.3/src/host/string_endswith.c 100644 root:root 8b2c0e68e11a38bb0bdf30ee20beabcd -RPMIdentity: 60255e4f1f23713318ade4da64dbd886fedfd55498bf25a438a08085084edc0e1175168c7bebd273d9cc9ded461b5df8639d6c6259d4ce6edebbc7a21a66257c +RPMIdentity: c85a03c7bbe816c7d2ac0e7d953674f57a282e9106d30ae22e3378fa429ed2bccf1cd799ffaf983785dc5f5a2c75d6ec9581f4f67ded2206e93bd868260f64e4