<86>Sep 13 01:44:59 userdel[962338]: delete user 'rooter'
<86>Sep 13 01:44:59 userdel[962338]: removed group 'rooter' owned by 'rooter'
<86>Sep 13 01:44:59 userdel[962338]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep 13 01:44:59 groupadd[962377]: group added to /etc/group: name=rooter, GID=549
<86>Sep 13 01:44:59 groupadd[962377]: group added to /etc/gshadow: name=rooter
<86>Sep 13 01:44:59 groupadd[962377]: new group: name=rooter, GID=549
<86>Sep 13 01:44:59 useradd[962393]: new user: name=rooter, UID=549, GID=549, home=/root, shell=/bin/bash
<86>Sep 13 01:44:59 userdel[962439]: delete user 'builder'
<86>Sep 13 01:44:59 userdel[962439]: removed group 'builder' owned by 'builder'
<86>Sep 13 01:44:59 userdel[962439]: removed shadow group 'builder' owned by 'builder'
<86>Sep 13 01:44:59 groupadd[962464]: group added to /etc/group: name=builder, GID=550
<86>Sep 13 01:44:59 groupadd[962464]: group added to /etc/gshadow: name=builder
<86>Sep 13 01:44:59 groupadd[962464]: new group: name=builder, GID=550
<86>Sep 13 01:44:59 useradd[962492]: new user: name=builder, UID=550, GID=550, home=/usr/src, shell=/bin/bash
<13>Sep 13 01:45:02 rpmi: perl-Filter-1.59-alt1.1 sisyphus+219907.400.1.1 1548343225 installed
<13>Sep 13 01:45:02 rpmi: perl-Encode-3.01-alt1 sisyphus+224923.100.1.1 1552474113 installed
<13>Sep 13 01:45:02 rpmi: perl-Locale-gettext-1.07-alt1.2 sisyphus+219907.10400.1.1 1548355001 installed
<13>Sep 13 01:45:02 rpmi: help2man-1.47.10-alt1 p9+236401.1000.1.1 1566386159 installed
<13>Sep 13 01:45:02 rpmi: zlib-devel-1.2.11-alt1 sisyphus+221902.6000.4.1 1550600768 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/mbootpack-0.6a-alt3.nosrc.rpm
Installing mbootpack-0.6a-alt3.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.16758
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf mbootpack-0.6a
+ echo 'Source #0 (mbootpack-0.6a.tar):'
Source #0 (mbootpack-0.6a.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/mbootpack-0.6a.tar
+ cd mbootpack-0.6a
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (mbootpack-0.6a-alt3.patch):'
Patch #0 (mbootpack-0.6a-alt3.patch):
+ /usr/bin/patch -p1
patching file Makefile
patching file buildimage.c
patching file mbootpack.c
patching file mbootpack.h
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.71163
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd mbootpack-0.6a
+ make -j8 CC=gcc 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2' VERSION=0.6a WITH_ZLIB=1
make: Entering directory '/usr/src/RPM/BUILD/mbootpack-0.6a'
gcc -m32 -pipe -frecord-gcc-switches -Wall -g -O2 -I. -I-  -DVERSION=\"0.6a\" -DHAVE_ZLIB -D__MB_ASM -c bootsect.S -o bootsect.o
cc1: note: obsolete option -I- used, please use -iquote instead
ld -m elf_i386 -Ttext 0x0 -s --oformat binary bootsect.o -o bootsect
make: Leaving directory '/usr/src/RPM/BUILD/mbootpack-0.6a'
make: Entering directory '/usr/src/RPM/BUILD/mbootpack-0.6a'
gcc -m32 -pipe -frecord-gcc-switches -Wall -g -O2 -I. -I-  -DVERSION=\"0.6a\" -DHAVE_ZLIB -D__MB_ASM -c setup.S -o setup.o
cc1: note: obsolete option -I- used, please use -iquote instead
ld -m elf_i386 -Ttext 0x0 -s --oformat binary setup.o -o setup
make: Leaving directory '/usr/src/RPM/BUILD/mbootpack-0.6a'
make: Entering directory '/usr/src/RPM/BUILD/mbootpack-0.6a'
sh ./mkhex bzimage_bootsect bootsect > bzimage_header.c
sh ./mkhex bzimage_setup setup >> bzimage_header.c
make: Leaving directory '/usr/src/RPM/BUILD/mbootpack-0.6a'
make: Entering directory '/usr/src/RPM/BUILD/mbootpack-0.6a'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wp,-MD,buildimage.o.d -I. -I-  -DVERSION=\"0.6a\" -DHAVE_ZLIB -c buildimage.c -o buildimage.o
cc1: note: obsolete option -I- used, please use -iquote instead
make: Leaving directory '/usr/src/RPM/BUILD/mbootpack-0.6a'
make: Entering directory '/usr/src/RPM/BUILD/mbootpack-0.6a'
gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wp,-MD,mbootpack.o.d -I. -I-  -DVERSION=\"0.6a\" -DHAVE_ZLIB -c mbootpack.c -o mbootpack.o
cc1: note: obsolete option -I- used, please use -iquote instead
make: Leaving directory '/usr/src/RPM/BUILD/mbootpack-0.6a'
make: Entering directory '/usr/src/RPM/BUILD/mbootpack-0.6a'
gcc -pipe -frecord-gcc-switches -Wall -g -O2  -DVERSION=\"0.6a\" -DHAVE_ZLIB -o mbootpack mbootpack.o buildimage.o -lz
make: Leaving directory '/usr/src/RPM/BUILD/mbootpack-0.6a'
make: Entering directory '/usr/src/RPM/BUILD/mbootpack-0.6a'
help2man -n "packages a multiboot kernel and modules as a single file" -s 1 -N ./mbootpack > mbootpack.man
make: Leaving directory '/usr/src/RPM/BUILD/mbootpack-0.6a'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.71163
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/mbootpack-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/mbootpack-buildroot
+ cd mbootpack-0.6a
+ install -pD -m 0755 mbootpack /usr/src/tmp/mbootpack-buildroot/usr/bin/mbootpack
+ install -pD -m 0644 mbootpack.man /usr/src/tmp/mbootpack-buildroot/usr/share/man/man1/mbootpack.1
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/mbootpack-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/mbootpack-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/mbootpack-buildroot/ (default)
Compressing files in /usr/src/tmp/mbootpack-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/mbootpack-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: mbootpack-0.6a-alt3
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.72421
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd mbootpack-0.6a
+ DOCDIR=/usr/src/tmp/mbootpack-buildroot/usr/share/doc/mbootpack-0.6a
+ export DOCDIR
+ rm -rf /usr/src/tmp/mbootpack-buildroot/usr/share/doc/mbootpack-0.6a
+ /bin/mkdir -p /usr/src/tmp/mbootpack-buildroot/usr/share/doc/mbootpack-0.6a
+ cp -prL Changes README /usr/src/tmp/mbootpack-buildroot/usr/share/doc/mbootpack-0.6a
+ chmod -R go-w /usr/src/tmp/mbootpack-buildroot/usr/share/doc/mbootpack-0.6a
+ chmod -R a+rX /usr/src/tmp/mbootpack-buildroot/usr/share/doc/mbootpack-0.6a
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1HJrrt
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.ZxUmcQ
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), libz.so.1()(64bit) >= set:kh8G5fzdHxZE5Lw3, 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.GYzGog
Creating mbootpack-debuginfo package
Processing files: mbootpack-debuginfo-0.6a-alt3
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.f1g32J
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IKPXah
find-requires: running scripts (debuginfo)
Requires: mbootpack = 0.6a-alt3, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libz.so.1)
Wrote: /usr/src/RPM/RPMS/x86_64/mbootpack-0.6a-alt3.x86_64.rpm
Wrote: /usr/src/RPM/RPMS/x86_64/mbootpack-debuginfo-0.6a-alt3.x86_64.rpm
4.15user 1.39system 0:09.29elapsed 59%CPU (0avgtext+0avgdata 33276maxresident)k
0inputs+0outputs (0major+203674minor)pagefaults 0swaps
10.52user 6.72system 0:20.07elapsed 85%CPU (0avgtext+0avgdata 119440maxresident)k
0inputs+0outputs (0major+511932minor)pagefaults 0swaps
--- mbootpack-0.6a-alt3.x86_64.rpm.repo	2014-03-18 15:42:31.000000000 +0000
+++ mbootpack-0.6a-alt3.x86_64.rpm.hasher	2020-09-13 01:45:16.125873617 +0000
@@ -4,3 +4,3 @@
 /usr/share/doc/mbootpack-0.6a/README	100644	
-/usr/share/man/man1/mbootpack.1.gz	100644	
+/usr/share/man/man1/mbootpack.1.xz	100644	
 Requires: /lib64/ld-linux-x86-64.so.2  
@@ -8,2 +8,3 @@
 Requires: libc.so.6(GLIBC_2.3.4)(64bit)  
+Requires: libc.so.6(GLIBC_2.4)(64bit)  
 Requires: libz.so.1()(64bit) >= set:kh8G5fzdHxZE5Lw3