<86>Jul 23 04:46:55 userdel[537331]: delete user 'rooter'
<86>Jul 23 04:46:55 userdel[537331]: removed group 'rooter' owned by 'rooter'
<86>Jul 23 04:46:55 userdel[537331]: removed shadow group 'rooter' owned by 'rooter'
<86>Jul 23 04:46:55 groupadd[537405]: group added to /etc/group: name=rooter, GID=993
<86>Jul 23 04:46:55 groupadd[537405]: group added to /etc/gshadow: name=rooter
<86>Jul 23 04:46:55 groupadd[537405]: new group: name=rooter, GID=993
<86>Jul 23 04:46:55 useradd[537451]: new user: name=rooter, UID=993, GID=993, home=/root, shell=/bin/bash
<86>Jul 23 04:46:55 userdel[537536]: delete user 'builder'
<86>Jul 23 04:46:55 userdel[537536]: removed group 'builder' owned by 'builder'
<86>Jul 23 04:46:55 userdel[537536]: removed shadow group 'builder' owned by 'builder'
<86>Jul 23 04:46:55 groupadd[537595]: group added to /etc/group: name=builder, GID=994
<86>Jul 23 04:46:55 groupadd[537595]: group added to /etc/gshadow: name=builder
<86>Jul 23 04:46:55 groupadd[537595]: new group: name=builder, GID=994
<86>Jul 23 04:46:55 useradd[537640]: new user: name=builder, UID=994, GID=994, home=/usr/src, shell=/bin/bash
/usr/src/in/srpm/stbi-1.33-alt1_7.src.rpm: license not found in '/usr/share/license' directory: Public
/usr/src/in/srpm/stbi-1.33-alt1_7.src.rpm: license not found in '/usr/share/license' directory: Domain
<13>Jul 23 04:46:56 rpmi: dos2unix-7.4.3-alt1 sisyphus+301369.100.1.1 1654471087 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/stbi-1.33-alt1_7.nosrc.rpm (w1.gzdio)
Installing stbi-1.33-alt1_7.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.75812
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf stbi-1.33
+ /bin/mkdir -p stbi-1.33
+ cd stbi-1.33
+ /bin/chmod -c -Rf u+rwX,go-w .
+ head -62 /usr/src/RPM/SOURCES/stb_image.c
+ head -184 /usr/src/RPM/SOURCES/stb_image.c
+ tail -112
+ head -65 /usr/src/RPM/SOURCES/stb_image.c
+ tail -2
+ head -332 /usr/src/RPM/SOURCES/stb_image.c
+ tail -146
+ echo '#include "stb_image.h"'
+ head -4586 /usr/src/RPM/SOURCES/stb_image.c
+ tail -4254
+ tail -86 /usr/src/RPM/SOURCES/stb_image.c
+ dos2unix CHANGES README stb_image.c stb_image.h
dos2unix: converting file CHANGES to Unix format...
dos2unix: converting file README to Unix format...
dos2unix: converting file stb_image.c to Unix format...
dos2unix: converting file stb_image.h to Unix format...
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.75812
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd stbi-1.33
+ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -fPIC -c stb_image.c
stb_image.c: In function 'convert_format':
stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  522 |       #define CASE(a,b)   case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b)
      |                                            ^~~
stb_image.c:526:10: note: in expansion of macro 'CASE'
  526 |          CASE(1,2) dest[0]=src[0], dest[1]=255; break;
      |          ^~~~
stb_image.c:526:49: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  526 |          CASE(1,2) dest[0]=src[0], dest[1]=255; break;
      |                                                 ^~~~~
stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  522 |       #define CASE(a,b)   case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b)
      |                                            ^~~
stb_image.c:527:10: note: in expansion of macro 'CASE'
  527 |          CASE(1,3) dest[0]=dest[1]=dest[2]=src[0]; break;
      |          ^~~~
stb_image.c:527:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  527 |          CASE(1,3) dest[0]=dest[1]=dest[2]=src[0]; break;
      |                                                    ^~~~~
stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  522 |       #define CASE(a,b)   case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b)
      |                                            ^~~
stb_image.c:528:10: note: in expansion of macro 'CASE'
  528 |          CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255; break;
      |          ^~~~
stb_image.c:528:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  528 |          CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255; break;
      |                                                                 ^~~~~
stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  522 |       #define CASE(a,b)   case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b)
      |                                            ^~~
stb_image.c:529:10: note: in expansion of macro 'CASE'
  529 |          CASE(2,1) dest[0]=src[0]; break;
      |          ^~~~
stb_image.c:529:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  529 |          CASE(2,1) dest[0]=src[0]; break;
      |                                    ^~~~~
stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  522 |       #define CASE(a,b)   case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b)
      |                                            ^~~
stb_image.c:530:10: note: in expansion of macro 'CASE'
  530 |          CASE(2,3) dest[0]=dest[1]=dest[2]=src[0]; break;
      |          ^~~~
stb_image.c:530:52: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  530 |          CASE(2,3) dest[0]=dest[1]=dest[2]=src[0]; break;
      |                                                    ^~~~~
stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  522 |       #define CASE(a,b)   case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b)
      |                                            ^~~
stb_image.c:531:10: note: in expansion of macro 'CASE'
  531 |          CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]; break;
      |          ^~~~
stb_image.c:531:68: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  531 |          CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]; break;
      |                                                                    ^~~~~
stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  522 |       #define CASE(a,b)   case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b)
      |                                            ^~~
stb_image.c:532:10: note: in expansion of macro 'CASE'
  532 |          CASE(3,4) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2],dest[3]=255; break;
      |          ^~~~
stb_image.c:532:78: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  532 |          CASE(3,4) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2],dest[3]=255; break;
      |                                                                              ^~~~~
stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  522 |       #define CASE(a,b)   case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b)
      |                                            ^~~
stb_image.c:533:10: note: in expansion of macro 'CASE'
  533 |          CASE(3,1) dest[0]=compute_y(src[0],src[1],src[2]); break;
      |          ^~~~
stb_image.c:533:61: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  533 |          CASE(3,1) dest[0]=compute_y(src[0],src[1],src[2]); break;
      |                                                             ^~~~~
stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  522 |       #define CASE(a,b)   case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b)
      |                                            ^~~
stb_image.c:534:10: note: in expansion of macro 'CASE'
  534 |          CASE(3,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = 255; break;
      |          ^~~~
stb_image.c:534:76: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  534 |          CASE(3,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = 255; break;
      |                                                                            ^~~~~
stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  522 |       #define CASE(a,b)   case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b)
      |                                            ^~~
stb_image.c:535:10: note: in expansion of macro 'CASE'
  535 |          CASE(4,1) dest[0]=compute_y(src[0],src[1],src[2]); break;
      |          ^~~~
stb_image.c:535:61: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  535 |          CASE(4,1) dest[0]=compute_y(src[0],src[1],src[2]); break;
      |                                                             ^~~~~
stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  522 |       #define CASE(a,b)   case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b)
      |                                            ^~~
stb_image.c:536:10: note: in expansion of macro 'CASE'
  536 |          CASE(4,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = src[3]; break;
      |          ^~~~
stb_image.c:536:79: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  536 |          CASE(4,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = src[3]; break;
      |                                                                               ^~~~~
stb_image.c:522:44: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  522 |       #define CASE(a,b)   case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b)
      |                                            ^~~
stb_image.c:537:10: note: in expansion of macro 'CASE'
  537 |          CASE(4,3) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2]; break;
      |          ^~~~
stb_image.c:537:66: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  537 |          CASE(4,3) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2]; break;
      |                                                                  ^~~~~
stb_image.c: In function 'create_png_image_raw':
stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 2157 |                    for (k=0; k < img_n; ++k)
      |                    ^~~
stb_image.c:2159:13: note: in expansion of macro 'CASE'
 2159 |             CASE(F_none)  cur[k] = raw[k]; break;
      |             ^~~~
stb_image.c:2159:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 2159 |             CASE(F_none)  cur[k] = raw[k]; break;
      |                                            ^~~~~
stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 2157 |                    for (k=0; k < img_n; ++k)
      |                    ^~~
stb_image.c:2160:13: note: in expansion of macro 'CASE'
 2160 |             CASE(F_sub)   cur[k] = raw[k] + cur[k-img_n]; break;
      |             ^~~~
stb_image.c:2160:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 2160 |             CASE(F_sub)   cur[k] = raw[k] + cur[k-img_n]; break;
      |                                                           ^~~~~
stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 2157 |                    for (k=0; k < img_n; ++k)
      |                    ^~~
stb_image.c:2161:13: note: in expansion of macro 'CASE'
 2161 |             CASE(F_up)    cur[k] = raw[k] + prior[k]; break;
      |             ^~~~
stb_image.c:2161:55: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 2161 |             CASE(F_up)    cur[k] = raw[k] + prior[k]; break;
      |                                                       ^~~~~
stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 2157 |                    for (k=0; k < img_n; ++k)
      |                    ^~~
stb_image.c:2162:13: note: in expansion of macro 'CASE'
 2162 |             CASE(F_avg)   cur[k] = raw[k] + ((prior[k] + cur[k-img_n])>>1); break;
      |             ^~~~
stb_image.c:2162:77: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 2162 |             CASE(F_avg)   cur[k] = raw[k] + ((prior[k] + cur[k-img_n])>>1); break;
      |                                                                             ^~~~~
stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 2157 |                    for (k=0; k < img_n; ++k)
      |                    ^~~
stb_image.c:2163:13: note: in expansion of macro 'CASE'
 2163 |             CASE(F_paeth)  cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],prior[k],prior[k-img_n])); break;
      |             ^~~~
stb_image.c:2163:101: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 2163 |             CASE(F_paeth)  cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],prior[k],prior[k-img_n])); break;
      |                                                                                                     ^~~~~
stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 2157 |                    for (k=0; k < img_n; ++k)
      |                    ^~~
stb_image.c:2164:13: note: in expansion of macro 'CASE'
 2164 |             CASE(F_avg_first)    cur[k] = raw[k] + (cur[k-img_n] >> 1); break;
      |             ^~~~
stb_image.c:2164:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 2164 |             CASE(F_avg_first)    cur[k] = raw[k] + (cur[k-img_n] >> 1); break;
      |                                                                         ^~~~~
stb_image.c:2157:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 2157 |                    for (k=0; k < img_n; ++k)
      |                    ^~~
stb_image.c:2165:13: note: in expansion of macro 'CASE'
 2165 |             CASE(F_paeth_first)  cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],0,0)); break;
      |             ^~~~
stb_image.c:2165:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 2165 |             CASE(F_paeth_first)  cur[k] = (uint8) (raw[k] + paeth(cur[k-img_n],0,0)); break;
      |                                                                                       ^~~~~
stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 2173 |                    for (k=0; k < img_n; ++k)
      |                    ^~~
stb_image.c:2175:13: note: in expansion of macro 'CASE'
 2175 |             CASE(F_none)  cur[k] = raw[k]; break;
      |             ^~~~
stb_image.c:2175:44: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 2175 |             CASE(F_none)  cur[k] = raw[k]; break;
      |                                            ^~~~~
stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 2173 |                    for (k=0; k < img_n; ++k)
      |                    ^~~
stb_image.c:2176:13: note: in expansion of macro 'CASE'
 2176 |             CASE(F_sub)   cur[k] = raw[k] + cur[k-out_n]; break;
      |             ^~~~
stb_image.c:2176:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 2176 |             CASE(F_sub)   cur[k] = raw[k] + cur[k-out_n]; break;
      |                                                           ^~~~~
stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 2173 |                    for (k=0; k < img_n; ++k)
      |                    ^~~
stb_image.c:2177:13: note: in expansion of macro 'CASE'
 2177 |             CASE(F_up)    cur[k] = raw[k] + prior[k]; break;
      |             ^~~~
stb_image.c:2177:55: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 2177 |             CASE(F_up)    cur[k] = raw[k] + prior[k]; break;
      |                                                       ^~~~~
stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 2173 |                    for (k=0; k < img_n; ++k)
      |                    ^~~
stb_image.c:2178:13: note: in expansion of macro 'CASE'
 2178 |             CASE(F_avg)   cur[k] = raw[k] + ((prior[k] + cur[k-out_n])>>1); break;
      |             ^~~~
stb_image.c:2178:77: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 2178 |             CASE(F_avg)   cur[k] = raw[k] + ((prior[k] + cur[k-out_n])>>1); break;
      |                                                                             ^~~~~
stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 2173 |                    for (k=0; k < img_n; ++k)
      |                    ^~~
stb_image.c:2179:13: note: in expansion of macro 'CASE'
 2179 |             CASE(F_paeth)  cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],prior[k],prior[k-out_n])); break;
      |             ^~~~
stb_image.c:2179:101: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 2179 |             CASE(F_paeth)  cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],prior[k],prior[k-out_n])); break;
      |                                                                                                     ^~~~~
stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 2173 |                    for (k=0; k < img_n; ++k)
      |                    ^~~
stb_image.c:2180:13: note: in expansion of macro 'CASE'
 2180 |             CASE(F_avg_first)    cur[k] = raw[k] + (cur[k-out_n] >> 1); break;
      |             ^~~~
stb_image.c:2180:73: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 2180 |             CASE(F_avg_first)    cur[k] = raw[k] + (cur[k-out_n] >> 1); break;
      |                                                                         ^~~~~
stb_image.c:2173:20: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 2173 |                    for (k=0; k < img_n; ++k)
      |                    ^~~
stb_image.c:2181:13: note: in expansion of macro 'CASE'
 2181 |             CASE(F_paeth_first)  cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],0,0)); break;
      |             ^~~~
stb_image.c:2181:87: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
 2181 |             CASE(F_paeth_first)  cur[k] = (uint8) (raw[k] + paeth(cur[k-out_n],0,0)); break;
      |                                                                                       ^~~~~
stb_image.c: In function 'bmp_load':
stb_image.c:2623:38: warning: variable 'fake_a' set but not used [-Wunused-but-set-variable]
 2623 |    unsigned int mr=0,mg=0,mb=0,ma=0, fake_a=0;
      |                                      ^~~~~~
+ gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -I. -shared -Wl,-soname,libstbi.so.1 stb_image.o -o libstbi.so.1.0.0 -lm
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.14267
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/stbi-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/stbi-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd stbi-1.33
+ install -Dpm0755 libstbi.so.1.0.0 /usr/src/tmp/stbi-buildroot/usr/lib/libstbi.so.1.0.0
+ ln -s libstbi.so.1.0.0 /usr/src/tmp/stbi-buildroot/usr/lib/libstbi.so.1
+ ln -s libstbi.so.1.0.0 /usr/src/tmp/stbi-buildroot/usr/lib/libstbi.so
+ install -Dpm0644 stb_image.h /usr/src/tmp/stbi-buildroot/usr/include/stb_image.h
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/stbi-buildroot (auto)
mode of './usr/lib/libstbi.so.1.0.0' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/stbi-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/stbi-buildroot/ (default)
Compressing files in /usr/src/tmp/stbi-buildroot (auto)
Adjusting library links in /usr/src/tmp/stbi-buildroot
./usr/lib: (from <cmdline>:0)
	libstbi.so.1 -> libstbi.so.1.0.0
Verifying ELF objects in /usr/src/tmp/stbi-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/lib/libstbi.so.1.0.0: uses non-LFS functions: fopen
Processing files: libstbi1-1.33-alt1_7
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.43153
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd stbi-1.33
+ DOCDIR=/usr/src/tmp/stbi-buildroot/usr/share/doc/libstbi1-1.33
+ export DOCDIR
+ rm -rf /usr/src/tmp/stbi-buildroot/usr/share/doc/libstbi1-1.33
+ /bin/mkdir -p /usr/src/tmp/stbi-buildroot/usr/share/doc/libstbi1-1.33
+ cp -prL README CHANGES /usr/src/tmp/stbi-buildroot/usr/share/doc/libstbi1-1.33
+ chmod -R go-w /usr/src/tmp/stbi-buildroot/usr/share/doc/libstbi1-1.33
+ chmod -R a+rX /usr/src/tmp/stbi-buildroot/usr/share/doc/libstbi1-1.33
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LvSlE0
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/stbi-buildroot/usr/lib/libstbi.so.1: 32 symbols, 15 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bUrSqx
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: libstbi.so.1 = set:icmikEF4wuPT8RK48JcZE7cNtoAuBFWnVup1hYoecTXBk0yDKOPwe6GSmTxt2gn1
Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.29), rtld(GNU_HASH)
Obsoletes: stbi < 1.33-2
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kvEa0H
Creating libstbi1-debuginfo package
Processing files: libstbi-devel-1.33-alt1_7
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LQTNyA
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.c2Y2hn
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: stbi-devel = 1.33-alt1_7
Requires: libstbi1 = 1.33-alt1_7, /usr/lib/libstbi.so.1.0.0
Obsoletes: stbi-devel < 1.33-2
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.C7Hv7d
Processing files: libstbi1-debuginfo-1.33-alt1_7
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KrtcQ0
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.u8eTmH
find-requires: running scripts (debuginfo)
Provides: debug(libstbi.so.1)
Requires: libstbi1 = 1.33-alt1_7, debug(libc.so.6), debug(libm.so.6)
Adding to libstbi-devel a strict dependency on libstbi1
Adding to libstbi1-debuginfo a strict dependency on libstbi1
Removing 1 extra deps from libstbi-devel due to dependency on libstbi1
Wrote: /usr/src/RPM/RPMS/i586/libstbi1-1.33-alt1_7.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libstbi-devel-1.33-alt1_7.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/libstbi1-debuginfo-1.33-alt1_7.i586.rpm (w2.lzdio)
2.29user 1.02system 0:10.27elapsed 32%CPU (0avgtext+0avgdata 50260maxresident)k
0inputs+0outputs (0major+247294minor)pagefaults 0swaps
/.out/libstbi1-1.33-alt1_7.i586.rpm: license not found in '/usr/share/license' directory: Public
/.out/libstbi1-1.33-alt1_7.i586.rpm: license not found in '/usr/share/license' directory: Domain
/.out/libstbi-devel-1.33-alt1_7.i586.rpm: license not found in '/usr/share/license' directory: Public
/.out/libstbi-devel-1.33-alt1_7.i586.rpm: license not found in '/usr/share/license' directory: Domain
/.out/libstbi1-debuginfo-1.33-alt1_7.i586.rpm: license not found in '/usr/share/license' directory: Public
/.out/libstbi1-debuginfo-1.33-alt1_7.i586.rpm: license not found in '/usr/share/license' directory: Domain
4.66user 4.53system 0:15.18elapsed 60%CPU (0avgtext+0avgdata 103532maxresident)k
0inputs+0outputs (30282major+518890minor)pagefaults 0swaps
--- libstbi1-1.33-alt1_7.i586.rpm.repo	2022-01-02 05:27:23.000000000 +0000
+++ libstbi1-1.33-alt1_7.i586.rpm.hasher	2022-07-23 04:47:08.270900321 +0000
@@ -17,3 +17,3 @@
 File: /usr/lib/libstbi.so.1	120777	root:root		libstbi.so.1.0.0
-File: /usr/lib/libstbi.so.1.0.0	100644	root:root	32a57bd52c8a8657499a19f6a9f76bd7	
+File: /usr/lib/libstbi.so.1.0.0	100644	root:root	916b3f71077b180b0450c3be1c790e93	
 File: /usr/share/doc/libstbi1-1.33	40755	root:root		
@@ -21,2 +21,2 @@
 File: /usr/share/doc/libstbi1-1.33/README	100644	root:root	a45e001a4582fb6b20419e76c421d3c9	
-RPMIdentity: 56097beb3e8bc44db65e655f3de79147125ec2d6de392a769b4231155968792219a00b69ca5bfb73f22a356992b9d8f23566beb0d2a6d43a70e0927e970d752e
+RPMIdentity: 3f99dc3102446a80a719741581e8e62a013e4b3abb0522a9ebfbcb190eba1f0351be166bf90a4c07727cde797e32c1e70e97ec0ecb2efd9a6f50f0e07cbf4480
--- libstbi1-debuginfo-1.33-alt1_7.i586.rpm.repo	2022-01-02 05:27:23.000000000 +0000
+++ libstbi1-debuginfo-1.33-alt1_7.i586.rpm.hasher	2022-07-23 04:47:08.341901223 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/6b	40755	root:root	
-/usr/lib/debug/.build-id/6b/01e176c964bd4671397eff82b7be8613c2ccc6	120777	root:root	../../../libstbi.so.1.0.0
-/usr/lib/debug/.build-id/6b/01e176c964bd4671397eff82b7be8613c2ccc6.debug	120777	root:root	../../usr/lib/libstbi.so.1.0.0.debug
+/usr/lib/debug/.build-id/9c	40755	root:root	
+/usr/lib/debug/.build-id/9c/c4546cbf5ca233919e899ee460fdcd18225061	120777	root:root	../../../libstbi.so.1.0.0
+/usr/lib/debug/.build-id/9c/c4546cbf5ca233919e899ee460fdcd18225061.debug	120777	root:root	../../usr/lib/libstbi.so.1.0.0.debug
 /usr/lib/debug/usr/lib/libstbi.so.1.0.0.debug	100644	root:root	
@@ -14,6 +14,6 @@
 Provides: libstbi1-debuginfo = 1.33-alt1_7:sisyphus+292930.100.1.1
-File: /usr/lib/debug/.build-id/6b	40755	root:root		
-File: /usr/lib/debug/.build-id/6b/01e176c964bd4671397eff82b7be8613c2ccc6	120777	root:root		../../../libstbi.so.1.0.0
-File: /usr/lib/debug/.build-id/6b/01e176c964bd4671397eff82b7be8613c2ccc6.debug	120777	root:root		../../usr/lib/libstbi.so.1.0.0.debug
-File: /usr/lib/debug/usr/lib/libstbi.so.1.0.0.debug	100644	root:root	7961480ada62b5b14a0caa51e87b4ca2	
+File: /usr/lib/debug/.build-id/9c	40755	root:root		
+File: /usr/lib/debug/.build-id/9c/c4546cbf5ca233919e899ee460fdcd18225061	120777	root:root		../../../libstbi.so.1.0.0
+File: /usr/lib/debug/.build-id/9c/c4546cbf5ca233919e899ee460fdcd18225061.debug	120777	root:root		../../usr/lib/libstbi.so.1.0.0.debug
+File: /usr/lib/debug/usr/lib/libstbi.so.1.0.0.debug	100644	root:root	e8ca3628d3da914c2b90eea42f5a6ca2	
 File: /usr/lib/debug/usr/lib/libstbi.so.1.debug	120777	root:root		libstbi.so.1.0.0.debug
@@ -22,2 +22,2 @@
 File: /usr/src/debug/stbi-1.33/stb_image.h	100644	root:root	0eac9872051e6c0d9f36c9e38d128513	
-RPMIdentity: 9dd5dc37f2805bad6f7be0962cdb5953ebf08936db73eec4e2e82e7646844d209b25477d35536c86907603a8983ac734e92fb16bfcdbb1a532e818374bc0c6a8
+RPMIdentity: b1a4b81f5ec9f7ebbbc366e24206f538e181fffe8f9339c61dc4c27325f8d59b6c695c1bec99212a09bcbc7d88e8bb8e4c22b61cf7f1a14363f2c2cb082f63ca