<86>Jan  3 00:46:00 userdel[2451953]: delete user 'rooter'
<86>Jan  3 00:46:00 userdel[2451953]: removed group 'rooter' owned by 'rooter'
<86>Jan  3 00:46:00 userdel[2451953]: removed shadow group 'rooter' owned by 'rooter'
<86>Jan  3 00:46:00 groupadd[2451979]: group added to /etc/group: name=rooter, GID=681
<86>Jan  3 00:46:00 groupadd[2451979]: group added to /etc/gshadow: name=rooter
<86>Jan  3 00:46:00 groupadd[2451979]: new group: name=rooter, GID=681
<86>Jan  3 00:46:00 useradd[2452002]: new user: name=rooter, UID=681, GID=681, home=/root, shell=/bin/bash
<86>Jan  3 00:46:00 userdel[2452029]: delete user 'builder'
<86>Jan  3 00:46:00 userdel[2452029]: removed group 'builder' owned by 'builder'
<86>Jan  3 00:46:00 userdel[2452029]: removed shadow group 'builder' owned by 'builder'
<86>Jan  3 00:46:00 groupadd[2452041]: group added to /etc/group: name=builder, GID=682
<86>Jan  3 00:46:00 groupadd[2452041]: group added to /etc/gshadow: name=builder
<86>Jan  3 00:46:00 groupadd[2452041]: new group: name=builder, GID=682
<86>Jan  3 00:46:00 useradd[2452050]: new user: name=builder, UID=682, GID=682, home=/usr/src, shell=/bin/bash
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/untex-1.3-alt1.qa1.nosrc.rpm
Installing untex-1.3-alt1.qa1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.43622
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf untex-1.3
+ /bin/mkdir -p untex-1.3
+ cd untex-1.3
+ echo 'Source #0 (untex-1.3.tar.gz):'
Source #0 (untex-1.3.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/untex-1.3.tar.gz
+ /bin/tar -xf -
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.43622
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd untex-1.3
+ make -j8 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2'
make: Entering directory '/usr/src/RPM/BUILD/untex-1.3'
cc -pipe -frecord-gcc-switches -Wall -g -O2 -o untex untex.c
untex.c: In function 'main':
untex.c:101:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
  iso = !strcmp(&argv[i-1][2], "iso");
         ^~~~~~
untex.c:118:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
     exit(0);
     ^~~~
untex.c:118:5: warning: incompatible implicit declaration of built-in function 'exit'
untex.c:118:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
untex.c:49:1:
+#include <stdlib.h>
 
untex.c:118:5:
     exit(0);
     ^~~~
untex.c: In function 'usage':
untex.c:141:5: warning: incompatible implicit declaration of built-in function 'exit'
     exit(1);
     ^~~~
untex.c:141:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
untex.c: In function 'untex':
untex.c:232:13: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
    case '%':while ((c=getc(inf)) != EOF && c != '\n');
             ^~~~~
untex.c:233:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
      break;
      ^~~~~
untex.c: In function 'parsecmd':
untex.c:392:6: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration]
  if (strncmp(fname+fnc-5, ".tex", 4)) strcat(fname,".tex");
      ^~~~~~~
untex.c:392:39: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration]
  if (strncmp(fname+fnc-5, ".tex", 4)) strcat(fname,".tex");
                                       ^~~~~~
untex.c:392:39: warning: incompatible implicit declaration of built-in function 'strcat'
untex.c:392:39: note: include '<string.h>' or provide a declaration of 'strcat'
untex.c:49:1:
+#include <string.h>
 
untex.c:392:39:
  if (strncmp(fname+fnc-5, ".tex", 4)) strcat(fname,".tex");
                                       ^~~~~~
untex.c:345:9: warning: unused variable 'proceed' [-Wunused-variable]
     int proceed;
         ^~~~~~~
untex.c: In function 'skip':
untex.c:316:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
untex.c:314:5: warning: 'ec' may be used uninitialized in this function [-Wmaybe-uninitialized]
  if (cc == ec) closeb++;
     ^
make: Leaving directory '/usr/src/RPM/BUILD/untex-1.3'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.9487
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/untex-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/untex-buildroot
+ cd untex-1.3
+ /bin/mkdir -p /usr/src/tmp/untex-buildroot/usr/bin/
+ /bin/mkdir -p /usr/src/tmp/untex-buildroot/usr/share/man/man1/
+ /bin/install -p -m755 untex /usr/src/tmp/untex-buildroot/usr/bin/
+ /bin/install -p -m644 untex.man /usr/src/tmp/untex-buildroot/usr/share/man/man1/untex.1
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/untex-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/untex-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/untex-buildroot/ (default)
Compressing files in /usr/src/tmp/untex-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/untex-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: untex-1.3-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.auqqvy
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.az2Fp2
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)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gHUXvz
Creating untex-debuginfo package
Processing files: untex-debuginfo-1.3-alt1.qa1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Awfj79
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.m68LRN
find-requires: running scripts (debuginfo)
Requires: untex = 1.3-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/untex-1.3-alt1.qa1.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/untex-debuginfo-1.3-alt1.qa1.x86_64.rpm
2.08user 0.50system 0:07.34elapsed 35%CPU (0avgtext+0avgdata 29692maxresident)k
0inputs+0outputs (0major+173562minor)pagefaults 0swaps
3.42user 2.77system 0:10.99elapsed 56%CPU (0avgtext+0avgdata 29692maxresident)k
0inputs+0outputs (0major+361507minor)pagefaults 0swaps
--- untex-1.3-alt1.qa1.x86_64.rpm.repo	2013-04-15 15:07:10.000000000 +0000
+++ untex-1.3-alt1.qa1.x86_64.rpm.hasher	2021-01-03 00:46:09.836928644 +0000
@@ -1,3 +1,3 @@
 /usr/bin/untex	100755	
-/usr/share/man/man1/untex.1.gz	100644	
+/usr/share/man/man1/untex.1.xz	100644	
 Requires: /lib64/ld-linux-x86-64.so.2