<86>Nov 11 01:38:16 userdel[1972031]: delete user 'rooter'
<86>Nov 11 01:38:16 userdel[1972031]: removed group 'rooter' owned by 'rooter'
<86>Nov 11 01:38:16 groupadd[1972136]: group added to /etc/group: name=rooter, GID=969
<86>Nov 11 01:38:16 groupadd[1972136]: group added to /etc/gshadow: name=rooter
<86>Nov 11 01:38:16 groupadd[1972136]: new group: name=rooter, GID=969
<86>Nov 11 01:38:16 useradd[1972238]: new user: name=rooter, UID=969, GID=969, home=/root, shell=/bin/bash
<86>Nov 11 01:38:17 userdel[1972339]: delete user 'builder'
<86>Nov 11 01:38:17 userdel[1972339]: removed group 'builder' owned by 'builder'
<86>Nov 11 01:38:17 groupadd[1972459]: group added to /etc/group: name=builder, GID=970
<86>Nov 11 01:38:17 groupadd[1972459]: group added to /etc/gshadow: name=builder
<86>Nov 11 01:38:17 groupadd[1972459]: new group: name=builder, GID=970
<86>Nov 11 01:38:17 useradd[1972537]: new user: name=builder, UID=970, GID=970, 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>Nov 11 01:38:18 rpmi: dos2unix-7.4.3-alt1 sisyphus+301369.100.1.1 1654471085 installed
Building target platforms: x86_64
Building for target x86_64
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: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.68749
+ 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.68749
+ 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 -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 -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.46036
+ 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/lib64/libstbi.so.1.0.0
+ ln -s libstbi.so.1.0.0 /usr/src/tmp/stbi-buildroot/usr/lib64/libstbi.so.1
+ ln -s libstbi.so.1.0.0 /usr/src/tmp/stbi-buildroot/usr/lib64/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/lib64/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/lib64: (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)
Processing files: libstbi1-1.33-alt1_7
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.46036
+ 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.OxQQys
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
lib.prov: /usr/src/tmp/stbi-buildroot/usr/lib64/libstbi.so.1: 32 symbols, 15 bpp
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.p4vW4j
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()(64bit) = set:icmikEF4wuPT8RK48JcZE7cNtoAuBFWnVup1hYoecTXBk0yDKOPwe6GSmTxt2gn1
Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.29)(64bit), 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.R9JGXv
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.2BDu4b
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.paVdaF
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/lib64/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.MCWXnQ
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.EaYunu
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ulFTUb
find-requires: running scripts (debuginfo)
Provides: debug64(libstbi.so.1)
Requires: libstbi1 = 1.33-alt1_7, debug64(libc.so.6), debug64(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/x86_64/libstbi1-1.33-alt1_7.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libstbi-devel-1.33-alt1_7.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/libstbi1-debuginfo-1.33-alt1_7.x86_64.rpm (w2.lzdio)
1.85user 0.94system 0:10.01elapsed 27%CPU (0avgtext+0avgdata 67652maxresident)k
0inputs+0outputs (0major+274658minor)pagefaults 0swaps
/.out/libstbi1-1.33-alt1_7.x86_64.rpm: license not found in '/usr/share/license' directory: Public
/.out/libstbi1-1.33-alt1_7.x86_64.rpm: license not found in '/usr/share/license' directory: Domain
/.out/libstbi-devel-1.33-alt1_7.x86_64.rpm: license not found in '/usr/share/license' directory: Public
/.out/libstbi-devel-1.33-alt1_7.x86_64.rpm: license not found in '/usr/share/license' directory: Domain
/.out/libstbi1-debuginfo-1.33-alt1_7.x86_64.rpm: license not found in '/usr/share/license' directory: Public
/.out/libstbi1-debuginfo-1.33-alt1_7.x86_64.rpm: license not found in '/usr/share/license' directory: Domain
1.81user 1.49system 0:15.45elapsed 21%CPU (0avgtext+0avgdata 108468maxresident)k
0inputs+0outputs (32054major+164369minor)pagefaults 0swaps
--- libstbi1-1.33-alt1_7.x86_64.rpm.repo	2022-01-02 05:27:23.000000000 +0000
+++ libstbi1-1.33-alt1_7.x86_64.rpm.hasher	2022-11-11 01:38:30.507511108 +0000
@@ -16,3 +16,3 @@
 File: /usr/lib64/libstbi.so.1	120777	root:root		libstbi.so.1.0.0
-File: /usr/lib64/libstbi.so.1.0.0	100644	root:root	6d7e6b2929083f0df36e010a18252f19	
+File: /usr/lib64/libstbi.so.1.0.0	100644	root:root	ee7d997e91e7fc7d7fc0fbd1624d6b29	
 File: /usr/share/doc/libstbi1-1.33	40755	root:root		
@@ -20,2 +20,2 @@
 File: /usr/share/doc/libstbi1-1.33/README	100644	root:root	a45e001a4582fb6b20419e76c421d3c9	
-RPMIdentity: f7f4957ab86e340d477c123e5b313994ae3ac985e262254f3b20ec5990b750585e4ca2d7b3c2f01459edc3cc76268b552a476f954d1a73f295826b3bbe8296c7
+RPMIdentity: 036242c010ab25e13f48af5a2620b70825e2ce9a2315148d83b3778d23d9128d03d314399c1557573d2575a464b395392333f5e7e0221f1f1b707ec6a7c37b15
--- libstbi1-debuginfo-1.33-alt1_7.x86_64.rpm.repo	2022-01-02 05:27:22.000000000 +0000
+++ libstbi1-debuginfo-1.33-alt1_7.x86_64.rpm.hasher	2022-11-11 01:38:30.593512092 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/5a	40755	root:root	
-/usr/lib/debug/.build-id/5a/b63d468ca4e6cd81b9261e9d2afedfd59a64a3	120777	root:root	../../../../lib64/libstbi.so.1.0.0
-/usr/lib/debug/.build-id/5a/b63d468ca4e6cd81b9261e9d2afedfd59a64a3.debug	120777	root:root	../../usr/lib64/libstbi.so.1.0.0.debug
+/usr/lib/debug/.build-id/2a	40755	root:root	
+/usr/lib/debug/.build-id/2a/a40cf8552556a093379f4d0b3c0c4cd726f491	120777	root:root	../../../../lib64/libstbi.so.1.0.0
+/usr/lib/debug/.build-id/2a/a40cf8552556a093379f4d0b3c0c4cd726f491.debug	120777	root:root	../../usr/lib64/libstbi.so.1.0.0.debug
 /usr/lib/debug/usr/lib64/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/5a	40755	root:root		
-File: /usr/lib/debug/.build-id/5a/b63d468ca4e6cd81b9261e9d2afedfd59a64a3	120777	root:root		../../../../lib64/libstbi.so.1.0.0
-File: /usr/lib/debug/.build-id/5a/b63d468ca4e6cd81b9261e9d2afedfd59a64a3.debug	120777	root:root		../../usr/lib64/libstbi.so.1.0.0.debug
-File: /usr/lib/debug/usr/lib64/libstbi.so.1.0.0.debug	100644	root:root	3161418ec6e7f0ba33a9d1529c05e754	
+File: /usr/lib/debug/.build-id/2a	40755	root:root		
+File: /usr/lib/debug/.build-id/2a/a40cf8552556a093379f4d0b3c0c4cd726f491	120777	root:root		../../../../lib64/libstbi.so.1.0.0
+File: /usr/lib/debug/.build-id/2a/a40cf8552556a093379f4d0b3c0c4cd726f491.debug	120777	root:root		../../usr/lib64/libstbi.so.1.0.0.debug
+File: /usr/lib/debug/usr/lib64/libstbi.so.1.0.0.debug	100644	root:root	625d738fdb9986be708ad6a4c9408bcd	
 File: /usr/lib/debug/usr/lib64/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: 8e0aa1b15d048a5b2b17ea1034e0ac8b76c1fb25a7293018354946f06b0fc0cc88ff55896847815efd02b267b61bf7926e10ef5832843474d6fc32a792dffffd
+RPMIdentity: faced43bfe7cc104a84874260d3aaf3d9d8a6b90f89ac8992a9b0278d155e7b1ec575c83e1e85e6a237bd03a23188c04008eeeef492b545e039354b718d2a615