<86>May 12 10:29:30 userdel[2601853]: delete user 'rooter'
<86>May 12 10:29:30 groupadd[2601942]: group added to /etc/group: name=rooter, GID=1244
<86>May 12 10:29:30 groupadd[2601942]: group added to /etc/gshadow: name=rooter
<86>May 12 10:29:30 groupadd[2601942]: new group: name=rooter, GID=1244
<86>May 12 10:29:30 useradd[2602098]: new user: name=rooter, UID=1244, GID=1244, home=/root, shell=/bin/bash
<86>May 12 10:29:30 userdel[2602214]: delete user 'builder'
<86>May 12 10:29:30 userdel[2602214]: removed group 'builder' owned by 'builder'
<86>May 12 10:29:30 userdel[2602214]: removed shadow group 'builder' owned by 'builder'
<86>May 12 10:29:30 groupadd[2602283]: group added to /etc/group: name=builder, GID=1245
<86>May 12 10:29:30 groupadd[2602283]: group added to /etc/gshadow: name=builder
<86>May 12 10:29:30 groupadd[2602283]: new group: name=builder, GID=1245
<86>May 12 10:29:30 useradd[2602298]: new user: name=builder, UID=1245, GID=1245, home=/usr/src, shell=/bin/bash
<13>May 12 10:29:37 rpmi: libnatspec-0.3.1-alt2 1445691578 installed
<13>May 12 10:29:37 rpmi: liblua5.1-preinstall-5.1.5-alt15 sisyphus+226121.100.1.1 1554136972 installed
<13>May 12 10:29:37 rpmi: liblua5.1-5.1.5-alt15 sisyphus+226121.100.1.1 1554136972 installed
<13>May 12 10:29:37 rpmi: libreadline-devel-7.0.3-alt3 sisyphus+222164.300.1.1 1550686325 installed
<13>May 12 10:29:37 rpmi: liblua5.1-compat-devel-5.1.5-alt15 sisyphus+226121.100.1.1 1554136972 installed
<13>May 12 10:29:37 rpmi: liblua5.1-devel-5.1.5-alt15 sisyphus+226121.100.1.1 1554136972 installed
<13>May 12 10:29:37 rpmi: unzip-6.0-alt4 p9+261695.100.1.1 1605219254 installed
Building target platforms: x86_64
Building for target x86_64
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: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.26066
+ 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/' 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.26066
+ 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 -j8
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
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 -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
 #define LUA_USE_POSIX
 
<command-line>: note: this is the location of the previous definition
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:44: warning: "LUA_USE_DLOPEN" redefined
 #define LUA_USE_DLOPEN  /* needs an extra library: -ldl */
 
<command-line>: note: this is the location of the previous definition
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 -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
 #define LUA_USE_POSIX
 
<command-line>: note: this is the location of the previous definition
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:44: warning: "LUA_USE_DLOPEN" redefined
 #define LUA_USE_DLOPEN  /* needs an extra library: -ldl */
 
<command-line>: 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 -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
 #define LUA_USE_POSIX
 
<command-line>: note: this is the location of the previous definition
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:44: warning: "LUA_USE_DLOPEN" redefined
 #define LUA_USE_DLOPEN  /* needs an extra library: -ldl */
 
<command-line>: 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 -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
 #define LUA_USE_POSIX
 
<command-line>: note: this is the location of the previous definition
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:44: warning: "LUA_USE_DLOPEN" redefined
 #define LUA_USE_DLOPEN  /* needs an extra library: -ldl */
 
<command-line>: 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 -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
 #define LUA_USE_POSIX
 
<command-line>: note: this is the location of the previous definition
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:44: warning: "LUA_USE_DLOPEN" redefined
 #define LUA_USE_DLOPEN  /* needs an extra library: -ldl */
 
<command-line>: 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 -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
 #define LUA_USE_POSIX
 
<command-line>: note: this is the location of the previous definition
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:44: warning: "LUA_USE_DLOPEN" redefined
 #define LUA_USE_DLOPEN  /* needs an extra library: -ldl */
 
<command-line>: 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 -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
 #define LUA_USE_POSIX
 
<command-line>: note: this is the location of the previous definition
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:44: warning: "LUA_USE_DLOPEN" redefined
 #define LUA_USE_DLOPEN  /* needs an extra library: -ldl */
 
<command-line>: note: this is the location of the previous definition
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 -o "obj/Release/scripts.o" -c "../../src/host/scripts.c"
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 -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
 #define LUA_USE_POSIX
 
<command-line>: note: this is the location of the previous definition
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:44: warning: "LUA_USE_DLOPEN" redefined
 #define LUA_USE_DLOPEN  /* needs an extra library: -ldl */
 
<command-line>: 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 -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
 #define LUA_USE_POSIX
 
<command-line>: note: this is the location of the previous definition
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:44: warning: "LUA_USE_DLOPEN" redefined
 #define LUA_USE_DLOPEN  /* needs an extra library: -ldl */
 
<command-line>: 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 -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
 #define LUA_USE_POSIX
 
<command-line>: note: this is the location of the previous definition
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:44: warning: "LUA_USE_DLOPEN" redefined
 #define LUA_USE_DLOPEN  /* needs an extra library: -ldl */
 
<command-line>: 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 -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
 #define LUA_USE_POSIX
 
<command-line>: note: this is the location of the previous definition
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:44: warning: "LUA_USE_DLOPEN" redefined
 #define LUA_USE_DLOPEN  /* needs an extra library: -ldl */
 
<command-line>: 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 -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
 #define LUA_USE_POSIX
 
<command-line>: note: this is the location of the previous definition
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:44: warning: "LUA_USE_DLOPEN" redefined
 #define LUA_USE_DLOPEN  /* needs an extra library: -ldl */
 
<command-line>: 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 -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
 #define LUA_USE_POSIX
 
<command-line>: note: this is the location of the previous definition
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:44: warning: "LUA_USE_DLOPEN" redefined
 #define LUA_USE_DLOPEN  /* needs an extra library: -ldl */
 
<command-line>: 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.20012
+ 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:/bin:/usr/bin:/usr/X11R6/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)
Hardlinking identical .pyc and .pyo files
Processing files: premake-4.3-alt1.1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.20767
+ 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.ViEhGK
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ohKZuy
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), liblua-5.1.so.0()(64bit) >= 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.X2lQup
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.cQbcGj
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RyY94g
find-requires: running scripts (debuginfo)
Requires: premake = 4.3-alt1.1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(liblua-5.1.so.0)
Wrote: /usr/src/RPM/RPMS/x86_64/premake-4.3-alt1.1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/premake-debuginfo-4.3-alt1.1.x86_64.rpm (w2.lzdio)
2.56user 0.99system 0:08.88elapsed 40%CPU (0avgtext+0avgdata 26868maxresident)k
0inputs+0outputs (0major+260566minor)pagefaults 0swaps
5.57user 1.96system 0:23.86elapsed 31%CPU (0avgtext+0avgdata 135148maxresident)k
272inputs+0outputs (0major+197034minor)pagefaults 0swaps
--- premake-4.3-alt1.1.x86_64.rpm.repo	2017-02-09 21:43:39.000000000 +0000
+++ premake-4.3-alt1.1.x86_64.rpm.hasher	2024-05-12 10:29:50.509442146 +0000
@@ -15,3 +15,3 @@
 Provides: premake = 4.3-alt1.1
-File: /usr/bin/premake4	100755	root:root	287d116c43acb775376d58896ab54ae5	
+File: /usr/bin/premake4	100755	root:root	45a1ce135a73386d297362c20369e490	
 File: /usr/share/doc/premake-4.3	40755	root:root		
@@ -21,2 +21,2 @@
 File: /usr/share/man/man1/premake4.1.xz	100644	root:root	1b33d47fb6a3f642afd8b966635357ff	
-RPMIdentity: d8bfdc9ca90daf42c5fc7a946777dfe31a4f839eb5ca288d5f7006186d4aea598ce50941d767cefd20077c16f3477f4e4341038d79898474ba85779c556d977d
+RPMIdentity: 3fbaac8a0913b8c9dc23be76d0b6bbfc16d4bc8e557e3ead6f2cb61ec979d8128e0d9a74fc3ad6aebf29393c929dd0ee7eeec2dc51947ae5745f2b7005b1ef73
--- premake-debuginfo-4.3-alt1.1.x86_64.rpm.repo	2017-02-09 21:43:39.000000000 +0000
+++ premake-debuginfo-4.3-alt1.1.x86_64.rpm.hasher	2024-05-12 10:29:50.657442742 +0000
@@ -1,6 +1,8 @@
-/usr/lib/debug/.build-id/92	40755	root:root	
-/usr/lib/debug/.build-id/92/3ab8ea43cd838d0ba9206ad9bab5366073b5a8	120777	root:root	../../../../bin/premake4
-/usr/lib/debug/.build-id/92/3ab8ea43cd838d0ba9206ad9bab5366073b5a8.debug	120777	root:root	../../usr/bin/premake4.debug
+/usr/lib/debug/.build-id/1d	40755	root:root	
+/usr/lib/debug/.build-id/1d/ae034efd71046b72511952f3f7857dfb5087ee	120777	root:root	../../../../bin/premake4
+/usr/lib/debug/.build-id/1d/ae034efd71046b72511952f3f7857dfb5087ee.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/92	40755	root:root		
-File: /usr/lib/debug/.build-id/92/3ab8ea43cd838d0ba9206ad9bab5366073b5a8	120777	root:root		../../../../bin/premake4
-File: /usr/lib/debug/.build-id/92/3ab8ea43cd838d0ba9206ad9bab5366073b5a8.debug	120777	root:root		../../usr/bin/premake4.debug
-File: /usr/lib/debug/usr/bin/premake4.debug	100644	root:root	4d0a2c272b71e0aae04a49f95d859c04	
+File: /usr/lib/debug/.build-id/1d	40755	root:root		
+File: /usr/lib/debug/.build-id/1d/ae034efd71046b72511952f3f7857dfb5087ee	120777	root:root		../../../../bin/premake4
+File: /usr/lib/debug/.build-id/1d/ae034efd71046b72511952f3f7857dfb5087ee.debug	120777	root:root		../../usr/bin/premake4.debug
+File: /usr/lib/debug/usr/bin/premake4.debug	100644	root:root	f5c6e4e474996d0d5d3aba35cda71b6c	
 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: e2a505a58a506913ece5749933115b7e72594a23c9701b41b27c35e2c93caaba5cb18e7866097a254b6864584ec3f22d6a6bb9f497cc80668eb5dc87bab8dd3a
+RPMIdentity: 96b079feeee35920765b589a5888589ca5e5b3625dba55a411f227765ac0d04de49a623d4fa42c40c09f4c28169802f1336fe4fcc61a2b83547ce99951d65db8