<86>Jan  6 13:14:12 userdel[92452]: delete user 'rooter'
<86>Jan  6 13:14:12 groupadd[92469]: group added to /etc/group: name=rooter, GID=699
<86>Jan  6 13:14:12 groupadd[92469]: group added to /etc/gshadow: name=rooter
<86>Jan  6 13:14:12 groupadd[92469]: new group: name=rooter, GID=699
<86>Jan  6 13:14:12 useradd[92483]: new user: name=rooter, UID=699, GID=699, home=/root, shell=/bin/bash
<86>Jan  6 13:14:12 userdel[92532]: delete user 'builder'
<86>Jan  6 13:14:12 userdel[92532]: removed group 'builder' owned by 'builder'
<86>Jan  6 13:14:12 userdel[92532]: removed shadow group 'builder' owned by 'builder'
<86>Jan  6 13:14:12 groupadd[92549]: group added to /etc/group: name=builder, GID=700
<86>Jan  6 13:14:12 groupadd[92549]: group added to /etc/gshadow: name=builder
<86>Jan  6 13:14:12 groupadd[92549]: new group: name=builder, GID=700
<86>Jan  6 13:14:12 useradd[92561]: new user: name=builder, UID=700, GID=700, home=/usr/src, shell=/bin/bash
<13>Jan  6 13:14:14 rpmi: rpm-macros-make-0.1-alt1 1299442795 installed
<13>Jan  6 13:14:16 rpmi: libtinfo-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed
<13>Jan  6 13:14:16 rpmi: libncurses-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed
<13>Jan  6 13:14:16 rpmi: gcc-c++-common-1.4.24-alt3 sisyphus+243033.100.1.1 1576462403 installed
<13>Jan  6 13:14:17 rpmi: libstdc++9-devel-9.2.1-alt2 sisyphus+240563.200.2.1 1573479396 installed
<13>Jan  6 13:14:18 rpmi: gcc9-c++-9.2.1-alt2 sisyphus+240563.200.2.1 1573479396 installed
<13>Jan  6 13:14:18 rpmi: gcc-c++-9-alt1 sisyphus+239632.300.3.1 1571788297 installed
<13>Jan  6 13:14:18 rpmi: libncursesw-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686226 installed
<13>Jan  6 13:14:18 rpmi: libuuid-devel-2.33.2-alt1 sisyphus+227076.100.1.1 1555076789 installed
<13>Jan  6 13:14:18 rpmi: libpopt-devel-1:1.16-alt1 1500322986 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/gptfdisk-1.0.1-alt1.nosrc.rpm
Installing gptfdisk-1.0.1-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.77838
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf gptfdisk-1.0.1
+ echo 'Source #0 (gptfdisk-1.0.1.tar):'
Source #0 (gptfdisk-1.0.1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/gptfdisk-1.0.1.tar
+ cd gptfdisk-1.0.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.77838
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd gptfdisk-1.0.1
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic'
+ export FFLAGS
+ make
make: Entering directory '/usr/src/RPM/BUILD/gptfdisk-1.0.1'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o crc32.o crc32.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o support.o support.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o guid.o guid.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o gptpart.o gptpart.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o mbrpart.o mbrpart.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o basicmbr.o basicmbr.cc
basicmbr.cc: In member function 'uint64_t BasicMBRData::GetFirstSector(int)':
basicmbr.cc:1502:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
 1502 |    } else
      |      ^~~~
basicmbr.cc:1504:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
 1504 |       return retval;
      |       ^~~~~~
basicmbr.cc: In member function 'uint64_t BasicMBRData::GetLength(int)':
basicmbr.cc:1514:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
 1514 |    } else
      |      ^~~~
basicmbr.cc:1516:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
 1516 |       return retval;
      |       ^~~~~~
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o mbr.o mbr.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o gpt.o gpt.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o bsd.o bsd.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o parttypes.o parttypes.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o attributes.o attributes.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o diskio.o diskio.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o diskio-unix.o diskio-unix.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o cgdisk.o cgdisk.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o gptcurses.o gptcurses.cc
g++ crc32.o support.o guid.o gptpart.o mbrpart.o basicmbr.o mbr.o gpt.o bsd.o parttypes.o attributes.o diskio.o diskio-unix.o cgdisk.o gptcurses.o  -luuid -lncursesw -o cgdisk
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o gdisk.o gdisk.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o gpttext.o gpttext.cc
g++ crc32.o support.o guid.o gptpart.o mbrpart.o basicmbr.o mbr.o gpt.o bsd.o parttypes.o attributes.o diskio.o diskio-unix.o gdisk.o gpttext.o  -luuid -o gdisk
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o sgdisk.o sgdisk.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o gptcl.o gptcl.cc
gptcl.cc: In member function 'int GPTDataCL::DoOptions(int, char**)':
gptcl.cc:158:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  158 |          if ((WhichWasUsed() == use_mbr) || (WhichWasUsed() == use_bsd))
      |          ^~
gptcl.cc:160:13: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  160 |             sSize = GetBlockSize();
      |             ^~~~~
g++ crc32.o support.o guid.o gptpart.o mbrpart.o basicmbr.o mbr.o gpt.o bsd.o parttypes.o attributes.o diskio.o diskio-unix.o sgdisk.o gptcl.o  -luuid -lpopt -o sgdisk
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64   -c -o fixparts.o fixparts.cc
g++ support.o diskio.o diskio-unix.o basicmbr.o mbrpart.o fixparts.o  -o fixparts
make: Leaving directory '/usr/src/RPM/BUILD/gptfdisk-1.0.1'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.46435
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/gptfdisk-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/gptfdisk-buildroot
+ cd gptfdisk-1.0.1
+ mkdir -p /usr/src/tmp/gptfdisk-buildroot/usr/sbin /usr/src/tmp/gptfdisk-buildroot/usr/share/man/man8
+ install -pm755 cgdisk gdisk sgdisk fixparts /usr/src/tmp/gptfdisk-buildroot/usr/sbin/
+ install -pm644 cgdisk.8 fixparts.8 gdisk.8 sgdisk.8 /usr/src/tmp/gptfdisk-buildroot/usr/share/man/man8/
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/gptfdisk-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/gptfdisk-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/gptfdisk-buildroot/ (default)
Compressing files in /usr/src/tmp/gptfdisk-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/gptfdisk-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.47395
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd gptfdisk-1.0.1
+ ./gdisk_test.sh
**SUCCESS** Temp disk sucessfully created

**Testing gdisk binary**

GPT fdisk (gdisk) version 1.0.1

Partition table scan:
  MBR: not present
  BSD: not present
  APM: not present
  GPT: not present

Creating new GPT entries.

Command (? for help): This option deletes all partitions and creates a new protective MBR.
Proceed? (Y/N): 
Command (? for help): 
Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!

Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /usr/src/tmp/tmp.swhkARoOpF.
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
**SUCCESS** Create new empty GPT table

GPT fdisk (gdisk) version 1.0.1

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.

Command (? for help): Partition number (1-128, default 1): First sector (34-131038, default = 2048) or {+-}size{KMGTP}: Last sector (2048-131038, default = 131038) or {+-}size{KMGTP}: Current type is 'Linux filesystem'
Hex code or GUID (L to show codes, Enter = 8300): Changed type of partition to 'Linux filesystem'

Command (? for help): 
Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!

Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /usr/src/tmp/tmp.swhkARoOpF.
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
**SUCCESS** Create new partition

GPT fdisk (gdisk) version 1.0.1

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.

Command (? for help): Using 1
Enter name: 
Command (? for help): 
Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!

Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /usr/src/tmp/tmp.swhkARoOpF.
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
**SUCCESS** Change partition 1 name (Linux filesystem -> arwjWJbS)

GPT fdisk (gdisk) version 1.0.1

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.

Command (? for help): Using 1
Current type is 'Linux filesystem'
Hex code or GUID (L to show codes, Enter = 8300): Changed type of partition to 'Linux swap'

Command (? for help): 
Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!

Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /usr/src/tmp/tmp.swhkARoOpF.
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
**SUCCESS** Change partition 1 type (8300 -> 8200)

GPT fdisk (gdisk) version 1.0.1

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.

Command (? for help): Enter backup filename to save: The operation has completed successfully.

Command (? for help): 
**SUCCESS** GPT data backuped sucessfully
GPT fdisk (gdisk) version 1.0.1

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.

Command (? for help): Using 1

Command (? for help): 
Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!

Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /usr/src/tmp/tmp.swhkARoOpF.
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
**SUCCESS** Delete partition 1

GPT fdisk (gdisk) version 1.0.1

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.

Command (? for help): 
Recovery/transformation command (? for help): b	use backup GPT header (rebuilding main)
c	load backup partition table from disk (rebuilding main)
d	use main GPT header (rebuilding backup)
e	load main partition table from disk (rebuilding backup)
f	load MBR and build fresh GPT from it
g	convert GPT into MBR and exit
h	make hybrid MBR
i	show detailed information on a partition
l	load partition data from a backup file
m	return to main menu
o	print protective MBR data
p	print the partition table
q	quit without saving changes
t	transform BSD disklabel partition
v	verify disk
w	write table to disk and exit
x	extra functionality (experts only)
?	print this menu

Recovery/transformation command (? for help): Enter backup filename to load: 
Recovery/transformation command (? for help): 
Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!

Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /usr/src/tmp/tmp.swhkARoOpF.
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
**SUCCESS** Restore the GPT backup

GPT fdisk (gdisk) version 1.0.1

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.

Command (? for help): 
Expert command (? for help): Enter the disk's unique GUID ('R' to randomize): The new disk GUID is 8B4AF3C8-9354-4ED4-89C7-4B16752246C5

Expert command (? for help): 
Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!

Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /usr/src/tmp/tmp.swhkARoOpF.
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
**SUCCESS** GUID of disk has been sucessfully changed
GPT fdisk (gdisk) version 1.0.1

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.

Command (? for help): 
Expert command (? for help): About to wipe out GPT on /usr/src/tmp/tmp.swhkARoOpF. Proceed? (Y/N): Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
GPT data structures destroyed! You may now partition the disk using fdisk or
other utilities.
Blank out MBR? (Y/N): **SUCCESS** Wipe GPT table

Creating new GPT entries.
**SUCCESS** EOF successfully exit gdisk

**Testing sgdisk binary**

Creating new GPT entries.
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
**SUCCESS** Create new empty GPT table

Setting name!
partNum is 0
REALLY setting name!
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
**SUCCESS** Create new partition

Setting name!
partNum is 0
REALLY setting name!
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
**SUCCESS** Change partition 1 name (Linux filesystem -> arwjWJbS)

Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
**SUCCESS** Change partition 1 type (8300 -> 8200)

The operation has completed successfully.
**SUCCESS** GPT data backuped sucessfully
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
**SUCCESS** Delete partition 1

GPT fdisk (gdisk) version 1.0.1

Partition table scan:
  MBR: protective
  BSD: not present
  APM: not present
  GPT: present

Found valid GPT with protective MBR; using GPT.

Command (? for help): 
Recovery/transformation command (? for help): b	use backup GPT header (rebuilding main)
c	load backup partition table from disk (rebuilding main)
d	use main GPT header (rebuilding backup)
e	load main partition table from disk (rebuilding backup)
f	load MBR and build fresh GPT from it
g	convert GPT into MBR and exit
h	make hybrid MBR
i	show detailed information on a partition
l	load partition data from a backup file
m	return to main menu
o	print protective MBR data
p	print the partition table
q	quit without saving changes
t	transform BSD disklabel partition
v	verify disk
w	write table to disk and exit
x	extra functionality (experts only)
?	print this menu

Recovery/transformation command (? for help): Enter backup filename to load: 
Recovery/transformation command (? for help): 
Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!

Do you want to proceed? (Y/N): OK; writing new GUID partition table (GPT) to /usr/src/tmp/tmp.swhkARoOpF.
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
**SUCCESS** Restore the GPT backup

Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
The operation has completed successfully.
**SUCCESS** GUID of disk has been sucessfully changed
Warning: The kernel is still using the old partition table.
The new table will be used at the next reboot or after you
run partprobe(8) or kpartx(8)
GPT data structures destroyed! You may now partition the disk using fdisk or
other utilities.
**SUCCESS** Wipe GPT table

Creating new GPT entries.
**SUCCESS** EOF successfully exit gdisk
+ exit 0
Processing files: gdisk-1.0.1-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.89050
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd gptfdisk-1.0.1
+ DOCDIR=/usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.1
+ export DOCDIR
+ rm -rf /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.1
+ /bin/mkdir -p /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.1
+ cp -prL NEWS COPYING README /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.1
+ chmod -R go-w /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.1
+ chmod -R a+rX /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.1
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OZFVUz
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.Y9RxBB
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GLIBC_2.0), libm.so.6(GLIBC_2.29), libpopt.so.0 >= set:jf2V8yc3PpzQIPh6TG0Zd5, libpopt.so.0(LIBPOPT_0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.11), libstdc++.so.6(GLIBCXX_3.4.20), libstdc++.so.6(GLIBCXX_3.4.21), libstdc++.so.6(GLIBCXX_3.4.9), libuuid.so.1 >= set:ihyT5, libuuid.so.1(UUID_1.0), 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.WiQDnB
Creating gdisk-debuginfo package
Processing files: cgdisk-1.0.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.K4I74z
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.JEkYZx
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GLIBC_2.0), libm.so.6(GLIBC_2.29), libncursesw.so.5 >= set:mhsnoAWeV1f07S3uXKTmSedkABcuVTVwex7FeVxyWJDXtAT4, libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.11), libstdc++.so.6(GLIBCXX_3.4.20), libstdc++.so.6(GLIBCXX_3.4.21), libstdc++.so.6(GLIBCXX_3.4.9), libtinfo.so.5 >= set:lhTW9x8fJ24DZlJ7gNnATaVQ1, libuuid.so.1 >= set:ihyT5, libuuid.so.1(UUID_1.0), 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.oLw87A
Creating cgdisk-debuginfo package
Processing files: fixparts-1.0.1-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.4559
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd gptfdisk-1.0.1
+ DOCDIR=/usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.1
+ export DOCDIR
+ rm -rf /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.1
+ /bin/mkdir -p /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.1
+ cp -prL NEWS COPYING README /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.1
+ chmod -R go-w /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.1
+ chmod -R a+rX /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.1
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7rM1xz
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.Ecxv4x
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GLIBC_2.0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.11), libstdc++.so.6(GLIBCXX_3.4.21), libstdc++.so.6(GLIBCXX_3.4.9), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.heRVxC
Creating fixparts-debuginfo package
Processing files: gdisk-debuginfo-1.0.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9vWD4A
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3drbMB
find-requires: running scripts (debuginfo)
Requires: gdisk = 1.0.1-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libm.so.6), debug(libpopt.so.0), debug(libstdc++.so.6), debug(libuuid.so.1)
Processing files: cgdisk-debuginfo-1.0.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OdyfCA
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pzbKOB
find-requires: running scripts (debuginfo)
Requires: cgdisk = 1.0.1-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libm.so.6), debug(libncursesw.so.5), debug(libstdc++.so.6), debug(libtinfo.so.5), debug(libuuid.so.1)
Processing files: fixparts-debuginfo-1.0.1-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lHLnSz
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RuT7dz
find-requires: running scripts (debuginfo)
Requires: fixparts = 1.0.1-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libstdc++.so.6)
Wrote: /usr/src/RPM/RPMS/i586/gdisk-1.0.1-alt1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/cgdisk-1.0.1-alt1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/fixparts-1.0.1-alt1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/gdisk-debuginfo-1.0.1-alt1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/cgdisk-debuginfo-1.0.1-alt1.i586.rpm
Wrote: /usr/src/RPM/RPMS/i586/fixparts-debuginfo-1.0.1-alt1.i586.rpm
20.03user 2.09system 0:59.74elapsed 37%CPU (0avgtext+0avgdata 79672maxresident)k
0inputs+0outputs (0major+868895minor)pagefaults 0swaps
26.66user 4.95system 1:12.39elapsed 43%CPU (0avgtext+0avgdata 111024maxresident)k
0inputs+0outputs (0major+1314917minor)pagefaults 0swaps
--- cgdisk-1.0.1-alt1.i586.rpm.repo	2016-01-11 17:15:32.000000000 +0000
+++ cgdisk-1.0.1-alt1.i586.rpm.hasher	2020-01-06 13:15:23.054403302 +0000
@@ -9,5 +9,6 @@
 Requires: libc.so.6(GLIBC_2.4)  
+Requires: libc.so.6(GLIBC_2.7)  
 Requires: libgcc_s.so.1(GCC_3.0)  
 Requires: libgcc_s.so.1(GLIBC_2.0)  
-Requires: libm.so.6(GLIBC_2.1)  
+Requires: libm.so.6(GLIBC_2.29)  
 Requires: libncursesw.so.5 >= set:mhsnoAWeV1f07S3uXKTmSedkABcuVTVwex7FeVxyWJDXtAT4
@@ -15,2 +16,3 @@
 Requires: libstdc++.so.6(CXXABI_1.3)  
+Requires: libstdc++.so.6(CXXABI_1.3.9)  
 Requires: libstdc++.so.6(GLIBCXX_3.4)  
--- fixparts-1.0.1-alt1.i586.rpm.repo	2016-01-11 17:15:32.000000000 +0000
+++ fixparts-1.0.1-alt1.i586.rpm.hasher	2020-01-06 13:15:23.117403309 +0000
@@ -12,2 +12,3 @@
 Requires: libc.so.6(GLIBC_2.4)  
+Requires: libc.so.6(GLIBC_2.7)  
 Requires: libgcc_s.so.1(GCC_3.0)  
@@ -15,2 +16,3 @@
 Requires: libstdc++.so.6(CXXABI_1.3)  
+Requires: libstdc++.so.6(CXXABI_1.3.9)  
 Requires: libstdc++.so.6(GLIBCXX_3.4)  
--- gdisk-1.0.1-alt1.i586.rpm.repo	2016-01-11 17:15:32.000000000 +0000
+++ gdisk-1.0.1-alt1.i586.rpm.hasher	2020-01-06 13:15:23.186403317 +0000
@@ -15,6 +15,7 @@
 Requires: libc.so.6(GLIBC_2.4)  
+Requires: libc.so.6(GLIBC_2.7)  
 Requires: libgcc_s.so.1(GCC_3.0)  
 Requires: libgcc_s.so.1(GLIBC_2.0)  
-Requires: libm.so.6(GLIBC_2.1)  
-Requires: libpopt.so.0 >= set:iedoCt6p2iL3MC8ooCg4
+Requires: libm.so.6(GLIBC_2.29)  
+Requires: libpopt.so.0 >= set:jf2V8yc3PpzQIPh6TG0Zd5
 Requires: rpmlib(SetVersions)  
@@ -22,2 +23,3 @@
 Requires: libstdc++.so.6(CXXABI_1.3)  
+Requires: libstdc++.so.6(CXXABI_1.3.9)  
 Requires: libstdc++.so.6(GLIBCXX_3.4)