<86>Nov 30 08:10:27 userdel[10893]: delete user 'rooter' <86>Nov 30 08:10:27 userdel[10893]: removed group 'rooter' owned by 'rooter' <86>Nov 30 08:10:27 userdel[10893]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 30 08:10:27 groupadd[10900]: group added to /etc/group: name=rooter, GID=537 <86>Nov 30 08:10:27 groupadd[10900]: group added to /etc/gshadow: name=rooter <86>Nov 30 08:10:27 groupadd[10900]: new group: name=rooter, GID=537 <86>Nov 30 08:10:27 useradd[10904]: new user: name=rooter, UID=537, GID=537, home=/root, shell=/bin/bash <86>Nov 30 08:10:27 userdel[10911]: delete user 'builder' <86>Nov 30 08:10:27 userdel[10911]: removed group 'builder' owned by 'builder' <86>Nov 30 08:10:27 userdel[10911]: removed shadow group 'builder' owned by 'builder' <86>Nov 30 08:10:27 groupadd[10918]: group added to /etc/group: name=builder, GID=538 <86>Nov 30 08:10:27 groupadd[10918]: group added to /etc/gshadow: name=builder <86>Nov 30 08:10:27 groupadd[10918]: new group: name=builder, GID=538 <86>Nov 30 08:10:27 useradd[10931]: new user: name=builder, UID=538, GID=538, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/jhead-3.03-alt2.src.rpm: license not found in '/usr/share/license' directory: Public /usr/src/in/srpm/jhead-3.03-alt2.src.rpm: license not found in '/usr/share/license' directory: Domain Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/jhead-3.03-alt2.nosrc.rpm Installing jhead-3.03-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.54746 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf jhead-3.03 + echo 'Source #0 (jhead-3.03.tar.gz):' Source #0 (jhead-3.03.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/jhead-3.03.tar.gz + /bin/tar -xf - + cd jhead-3.03 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (CVE-2019-1010301.patch):' Patch #1 (CVE-2019-1010301.patch): + /usr/bin/patch -p1 patching file gpsinfo.c Hunk #1 succeeded at 147 with fuzz 2 (offset -1 lines). + echo 'Patch #2 (CVE-2019-1010302.patch):' Patch #2 (CVE-2019-1010302.patch): + /usr/bin/patch -p1 patching file iptc.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.24892 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd jhead-3.03 + subst 's/-O./-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic/' makefile + make -j8 make: Entering directory '/usr/src/RPM/BUILD/jhead-3.03' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -c gpsinfo.c -o gpsinfo.o In file included from /usr/include/string.h:507, from jhead.h:11, from gpsinfo.c:6: In function 'strncpy', inlined from 'ProcessGpsInfo' at gpsinfo.c:155:21: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 29 bytes from a string of length 49 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'ProcessGpsInfo' at gpsinfo.c:153:21: /usr/include/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 29 bytes from a string of length 49 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jhead-3.03' make: Entering directory '/usr/src/RPM/BUILD/jhead-3.03' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -c paths.c -o paths.o make: Leaving directory '/usr/src/RPM/BUILD/jhead-3.03' make: Entering directory '/usr/src/RPM/BUILD/jhead-3.03' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -c jpgqguess.c -o jpgqguess.o make: Leaving directory '/usr/src/RPM/BUILD/jhead-3.03' make: Entering directory '/usr/src/RPM/BUILD/jhead-3.03' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -c iptc.c -o iptc.o make: Leaving directory '/usr/src/RPM/BUILD/jhead-3.03' make: Entering directory '/usr/src/RPM/BUILD/jhead-3.03' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -c makernote.c -o makernote.o make: Leaving directory '/usr/src/RPM/BUILD/jhead-3.03' make: Entering directory '/usr/src/RPM/BUILD/jhead-3.03' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -c jhead.c -o jhead.o jhead.c: In function 'ProcessFile': jhead.c:680:27: warning: '%s' directive writing up to 8191 bytes into a region of size 4106 [-Wformat-overflow=] 680 | sprintf(NewName, "%s%s.jpg", NewBaseName, NameExtra); | ^~ ~~~~~~~~~~~ In file included from /usr/include/stdio.h:867, from jhead.h:9, from jhead.c:18: /usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 5 and 8198 bytes into a destination of size 4106 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/jhead-3.03' make: Entering directory '/usr/src/RPM/BUILD/jhead-3.03' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -c jpgfile.c -o jpgfile.o make: Leaving directory '/usr/src/RPM/BUILD/jhead-3.03' make: Entering directory '/usr/src/RPM/BUILD/jhead-3.03' cc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -c exif.c -o exif.o make: Leaving directory '/usr/src/RPM/BUILD/jhead-3.03' make: Entering directory '/usr/src/RPM/BUILD/jhead-3.03' cc -o jhead ./jhead.o ./jpgfile.o ./jpgqguess.o ./paths.o ./exif.o ./iptc.o ./gpsinfo.o ./makernote.o -lm /usr/bin/ld.default: ./jhead.o: in function `DoCommand': /usr/src/RPM/BUILD/jhead-3.03/jhead.c:379: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' make: Leaving directory '/usr/src/RPM/BUILD/jhead-3.03' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.73253 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/jhead-buildroot + : + /bin/rm -rf -- /usr/src/tmp/jhead-buildroot + cd jhead-3.03 + install -pD -m755 jhead /usr/src/tmp/jhead-buildroot/usr/bin/jhead + install -pD -m644 jhead.1 /usr/src/tmp/jhead-buildroot/usr/share/man/man1/jhead.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/jhead-buildroot (auto) Verifying and fixing files in /usr/src/tmp/jhead-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/jhead-buildroot/ (default) Compressing files in /usr/src/tmp/jhead-buildroot (auto) Verifying ELF objects in /usr/src/tmp/jhead-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/jhead: uses non-LFS functions: __xstat fopen Hardlinking identical .pyc and .pyo files Processing files: jhead-3.03-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.75878 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd jhead-3.03 + DOCDIR=/usr/src/tmp/jhead-buildroot/usr/share/doc/jhead-3.03 + export DOCDIR + rm -rf /usr/src/tmp/jhead-buildroot/usr/share/doc/jhead-3.03 + /bin/mkdir -p /usr/src/tmp/jhead-buildroot/usr/share/doc/jhead-3.03 + cp -prL changes.txt readme.txt usage.html /usr/src/tmp/jhead-buildroot/usr/share/doc/jhead-3.03 + chmod -R go-w /usr/src/tmp/jhead-buildroot/usr/share/doc/jhead-3.03 + chmod -R a+rX /usr/src/tmp/jhead-buildroot/usr/share/doc/jhead-3.03 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4dOaTi 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.SE9Qih find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: libjpeg-utils, ImageMagick-tools, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libm.so.6(GLIBC_2.29), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bud5Yg Creating jhead-debuginfo package Processing files: jhead-debuginfo-3.03-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BFWGFg find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yFdoUi find-requires: running scripts (debuginfo) Requires: jhead = 3.03-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libm.so.6) Adding to jhead-debuginfo a strict dependency on jhead Wrote: /usr/src/RPM/RPMS/i586/jhead-3.03-alt2.i586.rpm Wrote: /usr/src/RPM/RPMS/i586/jhead-debuginfo-3.03-alt2.i586.rpm 8.33user 1.22system 0:16.10elapsed 59%CPU (0avgtext+0avgdata 31320maxresident)k 0inputs+0outputs (0major+190239minor)pagefaults 0swaps /.out/jhead-3.03-alt2.i586.rpm: license not found in '/usr/share/license' directory: Public /.out/jhead-3.03-alt2.i586.rpm: license not found in '/usr/share/license' directory: Domain /.out/jhead-debuginfo-3.03-alt2.i586.rpm: license not found in '/usr/share/license' directory: Public /.out/jhead-debuginfo-3.03-alt2.i586.rpm: license not found in '/usr/share/license' directory: Domain 11.86user 6.84system 0:29.02elapsed 64%CPU (0avgtext+0avgdata 31320maxresident)k 0inputs+0outputs (0major+381839minor)pagefaults 0swaps --- jhead-3.03-alt2.i586.rpm.repo 2019-08-26 15:21:15.000000000 +0000 +++ jhead-3.03-alt2.i586.rpm.hasher 2019-11-30 08:10:49.015960699 +0000 @@ -15,3 +15,3 @@ Requires: libc.so.6(GLIBC_2.7) -Requires: libm.so.6(GLIBC_2.0) +Requires: libm.so.6(GLIBC_2.29) Requires: rtld(GNU_HASH)