<86>Sep 10 09:41:10 userdel[45875]: delete user 'rooter'
<86>Sep 10 09:41:10 userdel[45875]: removed group 'rooter' owned by 'rooter'
<86>Sep 10 09:41:10 userdel[45875]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep 10 09:41:10 groupadd[45899]: group added to /etc/group: name=rooter, GID=1298
<86>Sep 10 09:41:10 groupadd[45899]: group added to /etc/gshadow: name=rooter
<86>Sep 10 09:41:10 groupadd[45899]: new group: name=rooter, GID=1298
<86>Sep 10 09:41:10 useradd[45914]: new user: name=rooter, UID=1298, GID=1298, home=/root, shell=/bin/bash
<86>Sep 10 09:41:10 userdel[45944]: delete user 'builder'
<86>Sep 10 09:41:10 userdel[45944]: removed group 'builder' owned by 'builder'
<86>Sep 10 09:41:10 userdel[45944]: removed shadow group 'builder' owned by 'builder'
<86>Sep 10 09:41:10 groupadd[46026]: group added to /etc/group: name=builder, GID=1299
<86>Sep 10 09:41:10 groupadd[46026]: group added to /etc/gshadow: name=builder
<86>Sep 10 09:41:10 groupadd[46026]: new group: name=builder, GID=1299
<86>Sep 10 09:41:10 useradd[46058]: new user: name=builder, UID=1299, GID=1299, home=/usr/src, shell=/bin/bash
<13>Sep 10 09:41:16 rpmi: rpm-macros-make-0.1-alt1 1299442795 installed
<13>Sep 10 09:41:18 rpmi: libtinfo-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686221 installed
<13>Sep 10 09:41:18 rpmi: libncurses-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686221 installed
<13>Sep 10 09:41:18 rpmi: gcc-c++-common-1.4.23-alt1 sisyphus+221902.2500.4.1 1550596716 installed
<13>Sep 10 09:41:19 rpmi: libstdc++8-devel-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed
<13>Sep 10 09:41:20 rpmi: gcc8-c++-8.4.1-alt0.p9.1 p9+247559.100.2.1 1585587756 installed
<13>Sep 10 09:41:20 rpmi: gcc-c++-8-alt2 p9+246536.100.3.1 1582643803 installed
<13>Sep 10 09:41:20 rpmi: libncursesw-devel-6.1.20180407-alt2 sisyphus+222164.200.1.1 1550686221 installed
<13>Sep 10 09:41:20 rpmi: libuuid-devel-2.33.2-alt2 p9+254003.100.1.1 1593108026 installed
<13>Sep 10 09:41:20 rpmi: libpopt-devel-1:1.16-alt1 1500322984 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/gptfdisk-1.0.1-alt1.nosrc.rpm (w1.gzdio)
Installing gptfdisk-1.0.1-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.9113
+ 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.20991
+ 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'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FFLAGS
+ make
make: Entering directory '/usr/src/RPM/BUILD/gptfdisk-1.0.1'
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -D_FILE_OFFSET_BITS=64   -c -o crc32.o crc32.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -D_FILE_OFFSET_BITS=64   -c -o support.o support.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -D_FILE_OFFSET_BITS=64   -c -o guid.o guid.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -D_FILE_OFFSET_BITS=64   -c -o gptpart.o gptpart.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -D_FILE_OFFSET_BITS=64   -c -o mbrpart.o mbrpart.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -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]
    } else
      ^~~~
basicmbr.cc:1504:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
       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]
    } else
      ^~~~
basicmbr.cc:1516:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
       return retval;
       ^~~~~~
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -D_FILE_OFFSET_BITS=64   -c -o mbr.o mbr.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -D_FILE_OFFSET_BITS=64   -c -o gpt.o gpt.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -D_FILE_OFFSET_BITS=64   -c -o bsd.o bsd.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -D_FILE_OFFSET_BITS=64   -c -o parttypes.o parttypes.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -D_FILE_OFFSET_BITS=64   -c -o attributes.o attributes.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -D_FILE_OFFSET_BITS=64   -c -o diskio.o diskio.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -D_FILE_OFFSET_BITS=64   -c -o diskio-unix.o diskio-unix.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -D_FILE_OFFSET_BITS=64   -c -o cgdisk.o cgdisk.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -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 -Wall -D_FILE_OFFSET_BITS=64   -c -o gdisk.o gdisk.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -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 -Wall -D_FILE_OFFSET_BITS=64   -c -o sgdisk.o sgdisk.cc
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -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]
          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'
             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 -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.25022
+ 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
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ 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,gnuconfig)
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.25022
+ 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.oNET5MQwuW.
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.oNET5MQwuW.
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.oNET5MQwuW.
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 -> DDJfuOqx)

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.oNET5MQwuW.
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.oNET5MQwuW.
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.oNET5MQwuW.
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 C4FC1920-D446-48C2-88B9-A42BF8D81691

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.oNET5MQwuW.
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.oNET5MQwuW. 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 -> DDJfuOqx)

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.oNET5MQwuW.
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.96905
+ 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.o2KAHE
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.TwzxSD
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.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgcc_s.so.1(GCC_3.0)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libpopt.so.0()(64bit) >= set:jf2V8yc3PpzQIPh6TG0Zd5, libpopt.so.0(LIBPOPT_0)(64bit), libstdc++.so.6(CXXABI_1.3)(64bit), libstdc++.so.6(CXXABI_1.3.9)(64bit), libstdc++.so.6(GLIBCXX_3.4)(64bit), libstdc++.so.6(GLIBCXX_3.4.11)(64bit), libstdc++.so.6(GLIBCXX_3.4.20)(64bit), libstdc++.so.6(GLIBCXX_3.4.21)(64bit), libstdc++.so.6(GLIBCXX_3.4.9)(64bit), libuuid.so.1()(64bit) >= set:ihyT5, libuuid.so.1(UUID_1.0)(64bit), 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.WeuRbG
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.jNqaCL
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.26lUaU
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.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgcc_s.so.1(GCC_3.0)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libncursesw.so.5()(64bit) >= set:mhsnoAWeV1f07S3uXKTmSedkABcuVTVwex7FeVxyWJDXtAT4, libstdc++.so.6(CXXABI_1.3)(64bit), libstdc++.so.6(CXXABI_1.3.9)(64bit), libstdc++.so.6(GLIBCXX_3.4)(64bit), libstdc++.so.6(GLIBCXX_3.4.11)(64bit), libstdc++.so.6(GLIBCXX_3.4.20)(64bit), libstdc++.so.6(GLIBCXX_3.4.21)(64bit), libstdc++.so.6(GLIBCXX_3.4.9)(64bit), libtinfo.so.5()(64bit) >= set:lhTW9x8fJ24DZlJ7gNnATaVQ1, libuuid.so.1()(64bit) >= set:ihyT5, libuuid.so.1(UUID_1.0)(64bit), 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.Ff3aR5
Creating cgdisk-debuginfo package
Processing files: fixparts-1.0.1-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.53154
+ 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.iUwycl
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.3kfWED
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.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgcc_s.so.1(GCC_3.0)(64bit), libstdc++.so.6(CXXABI_1.3)(64bit), libstdc++.so.6(CXXABI_1.3.9)(64bit), libstdc++.so.6(GLIBCXX_3.4)(64bit), libstdc++.so.6(GLIBCXX_3.4.11)(64bit), libstdc++.so.6(GLIBCXX_3.4.21)(64bit), libstdc++.so.6(GLIBCXX_3.4.9)(64bit), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gwIXeZ
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.p9eFYn
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.S8HHQP
find-requires: running scripts (debuginfo)
Requires: gdisk = 1.0.1-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libgcc_s.so.1), debug64(libm.so.6), debug64(libpopt.so.0), debug64(libstdc++.so.6), debug64(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.TJrWQk
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WzUzYS
find-requires: running scripts (debuginfo)
Requires: cgdisk = 1.0.1-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libgcc_s.so.1), debug64(libm.so.6), debug64(libncursesw.so.5), debug64(libstdc++.so.6), debug64(libtinfo.so.5), debug64(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.D0hTdu
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mSi6z8
find-requires: running scripts (debuginfo)
Requires: fixparts = 1.0.1-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libgcc_s.so.1), debug64(libstdc++.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/gdisk-1.0.1-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/cgdisk-1.0.1-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/fixparts-1.0.1-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/gdisk-debuginfo-1.0.1-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/cgdisk-debuginfo-1.0.1-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/fixparts-debuginfo-1.0.1-alt1.x86_64.rpm (w2.lzdio)
16.17user 4.25system 0:48.29elapsed 42%CPU (0avgtext+0avgdata 106760maxresident)k
0inputs+0outputs (0major+1049923minor)pagefaults 0swaps
6.56user 2.17system 1:05.05elapsed 13%CPU (0avgtext+0avgdata 134920maxresident)k
8inputs+0outputs (0major+258462minor)pagefaults 0swaps
--- cgdisk-1.0.1-alt1.x86_64.rpm.repo	2016-01-11 17:15:31.000000000 +0000
+++ cgdisk-1.0.1-alt1.x86_64.rpm.hasher	2023-09-10 09:42:11.527014564 +0000
@@ -12,2 +12,3 @@
 Requires: libstdc++.so.6(CXXABI_1.3)(64bit)  
+Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit)  
 Requires: libstdc++.so.6(GLIBCXX_3.4)(64bit)  
@@ -23,4 +24,4 @@
 Provides: cgdisk = 1.0.1-alt1
-File: /usr/sbin/cgdisk	100755	root:root	ba6d2e6ee7dd7f7d41cb1c5560e04649	
+File: /usr/sbin/cgdisk	100755	root:root	e667da4ac732760fca9b89470b16dfb2	
 File: /usr/share/man/man8/cgdisk.8.xz	100644	root:root	037e85ef8fe92f6c441e95e655453fc8	
-RPMIdentity: 92083642219ded532e485568d2e4ee4bee4686d70208251e41aa3884baa517385de13f74e5c21b1c621baa71e74a0bf2fdc3cbab1186418a9d2423d806cdbfef
+RPMIdentity: 536819a71b9f747e9a65c12a2e9b778aae8907394467ffe33b8d36b0e58c56e4b32e48560005630bbd6e382d68a1c0b94edb0cad44e4117dbb62423449943988
--- cgdisk-debuginfo-1.0.1-alt1.x86_64.rpm.repo	2016-01-11 17:15:31.000000000 +0000
+++ cgdisk-debuginfo-1.0.1-alt1.x86_64.rpm.hasher	2023-09-10 09:42:11.602014868 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/ab	40755	root:root	
-/usr/lib/debug/.build-id/ab/3ccfc17a31081ded8b8c981dcb22ba39d245cf	120777	root:root	../../../../sbin/cgdisk
-/usr/lib/debug/.build-id/ab/3ccfc17a31081ded8b8c981dcb22ba39d245cf.debug	120777	root:root	../../usr/sbin/cgdisk.debug
+/usr/lib/debug/.build-id/e5	40755	root:root	
+/usr/lib/debug/.build-id/e5/97134290f81622badbdb022a52f948bca9ad88	120777	root:root	../../../../sbin/cgdisk
+/usr/lib/debug/.build-id/e5/97134290f81622badbdb022a52f948bca9ad88.debug	120777	root:root	../../usr/sbin/cgdisk.debug
 /usr/lib/debug/usr/sbin/cgdisk.debug	100644	root:root	
@@ -44,6 +44,6 @@
 Provides: cgdisk-debuginfo = 1.0.1-alt1
-File: /usr/lib/debug/.build-id/ab	40755	root:root		
-File: /usr/lib/debug/.build-id/ab/3ccfc17a31081ded8b8c981dcb22ba39d245cf	120777	root:root		../../../../sbin/cgdisk
-File: /usr/lib/debug/.build-id/ab/3ccfc17a31081ded8b8c981dcb22ba39d245cf.debug	120777	root:root		../../usr/sbin/cgdisk.debug
-File: /usr/lib/debug/usr/sbin/cgdisk.debug	100644	root:root	5e23b8fe74477c2a94389c41a348ed10	
+File: /usr/lib/debug/.build-id/e5	40755	root:root		
+File: /usr/lib/debug/.build-id/e5/97134290f81622badbdb022a52f948bca9ad88	120777	root:root		../../../../sbin/cgdisk
+File: /usr/lib/debug/.build-id/e5/97134290f81622badbdb022a52f948bca9ad88.debug	120777	root:root		../../usr/sbin/cgdisk.debug
+File: /usr/lib/debug/usr/sbin/cgdisk.debug	100644	root:root	0d37fcdc3c5f2d514be22c81cd9539ec	
 File: /usr/src/debug/gptfdisk-1.0.1	40755	root:root		
@@ -77,2 +77,2 @@
 File: /usr/src/debug/gptfdisk-1.0.1/support.h	100644	root:root	a1b5a2a240d85c2e93e7b1b7c5b735b5	
-RPMIdentity: 103497490820963f6e8ce1693b1383a3c94e0e0fb505b3e656f048eaa09695215ad875398451dd0c691acc1d5949b041f4ad87e771c26695aac81c12939fb6eb
+RPMIdentity: b7437f10931dd726924d12d6c18c9faed1915c2118d4fe817d09fe67c04e23b5ced81ca8d2c5c359ee289bc352f54661645b948e3c55f5d8777bf34893fdc43b
--- fixparts-1.0.1-alt1.x86_64.rpm.repo	2016-01-11 17:15:31.000000000 +0000
+++ fixparts-1.0.1-alt1.x86_64.rpm.hasher	2023-09-10 09:42:11.666015127 +0000
@@ -12,2 +12,3 @@
 Requires: libstdc++.so.6(CXXABI_1.3)(64bit)  
+Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit)  
 Requires: libstdc++.so.6(GLIBCXX_3.4)(64bit)  
@@ -19,3 +20,3 @@
 Provides: fixparts = 1.0.1-alt1
-File: /usr/sbin/fixparts	100755	root:root	5577916357fbda7329248b1ea6695689	
+File: /usr/sbin/fixparts	100755	root:root	6937afd39387e72a6d6b317d7357e346	
 File: /usr/share/doc/fixparts-1.0.1	40755	root:root		
@@ -25,2 +26,2 @@
 File: /usr/share/man/man8/fixparts.8.xz	100644	root:root	dfd4b0002527e2c7ec78897908b594ac	
-RPMIdentity: d7d427713abcc78985c717dfb12783f336187aacefb9ff574b63b4e758cb19f0f43daf54bf059b4b768e2c3a992938767abe128c8ccb571dda6777afe3e3b9c9
+RPMIdentity: 59097cfe5dd88b5adb31eb7170e3db69861b1e0772b032b47fbc380691564c61b6470cf19a679d14d9c8e8981b6fb26082fec3012fa09619da5af8385bec9d28
--- fixparts-debuginfo-1.0.1-alt1.x86_64.rpm.repo	2016-01-11 17:15:31.000000000 +0000
+++ fixparts-debuginfo-1.0.1-alt1.x86_64.rpm.hasher	2023-09-10 09:42:11.747015455 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/39	40755	root:root	
-/usr/lib/debug/.build-id/39/4067a77d1484a4751013f1a40ed968e61083eb	120777	root:root	../../../../sbin/fixparts
-/usr/lib/debug/.build-id/39/4067a77d1484a4751013f1a40ed968e61083eb.debug	120777	root:root	../../usr/sbin/fixparts.debug
+/usr/lib/debug/.build-id/7d	40755	root:root	
+/usr/lib/debug/.build-id/7d/be610cd95f3c1bfd07bbb682032c9dacdcfb18	120777	root:root	../../../../sbin/fixparts
+/usr/lib/debug/.build-id/7d/be610cd95f3c1bfd07bbb682032c9dacdcfb18.debug	120777	root:root	../../usr/sbin/fixparts.debug
 /usr/lib/debug/usr/sbin/fixparts.debug	100644	root:root	
@@ -27,6 +27,6 @@
 Provides: fixparts-debuginfo = 1.0.1-alt1
-File: /usr/lib/debug/.build-id/39	40755	root:root		
-File: /usr/lib/debug/.build-id/39/4067a77d1484a4751013f1a40ed968e61083eb	120777	root:root		../../../../sbin/fixparts
-File: /usr/lib/debug/.build-id/39/4067a77d1484a4751013f1a40ed968e61083eb.debug	120777	root:root		../../usr/sbin/fixparts.debug
-File: /usr/lib/debug/usr/sbin/fixparts.debug	100644	root:root	201ea7a4f96bb39fdd78fb1e907f44d5	
+File: /usr/lib/debug/.build-id/7d	40755	root:root		
+File: /usr/lib/debug/.build-id/7d/be610cd95f3c1bfd07bbb682032c9dacdcfb18	120777	root:root		../../../../sbin/fixparts
+File: /usr/lib/debug/.build-id/7d/be610cd95f3c1bfd07bbb682032c9dacdcfb18.debug	120777	root:root		../../usr/sbin/fixparts.debug
+File: /usr/lib/debug/usr/sbin/fixparts.debug	100644	root:root	537bd3789307a007f00041af63a72ff7	
 File: /usr/src/debug/gptfdisk-1.0.1	40755	root:root		
@@ -47,2 +47,2 @@
 File: /usr/src/debug/gptfdisk-1.0.1/support.h	100644	root:root	a1b5a2a240d85c2e93e7b1b7c5b735b5	
-RPMIdentity: 38a93ab8feb05c9a3a6da9c7ba4a2cac384c2ed4cbe546ceddeda1f5873c6cd5efcc932def8f04647f99819e3a9dd2bcde7386fde3b21d10be0fff253ad77c98
+RPMIdentity: da363fa0967fbfe76bce29d4aa05df142586bf2034f2d797a878514d8e5895effcd2852b95153e634b7fc17555f7ae2f1388fd26ff8d50cd1811691d8399a6a0
--- gdisk-1.0.1-alt1.x86_64.rpm.repo	2016-01-11 17:15:31.000000000 +0000
+++ gdisk-1.0.1-alt1.x86_64.rpm.hasher	2023-09-10 09:42:11.814015726 +0000
@@ -15,3 +15,3 @@
 Requires: libm.so.6(GLIBC_2.2.5)(64bit)  
-Requires: libpopt.so.0()(64bit) >= set:iedoCt6p2iL3MC8ooCg4
+Requires: libpopt.so.0()(64bit) >= set:jf2V8yc3PpzQIPh6TG0Zd5
 Requires: rpmlib(SetVersions)  
@@ -19,2 +19,3 @@
 Requires: libstdc++.so.6(CXXABI_1.3)(64bit)  
+Requires: libstdc++.so.6(CXXABI_1.3.9)(64bit)  
 Requires: libstdc++.so.6(GLIBCXX_3.4)(64bit)  
@@ -29,4 +30,4 @@
 Provides: gdisk = 1.0.1-alt1
-File: /usr/sbin/gdisk	100755	root:root	fadf45199f43770f81873a2114327830	
-File: /usr/sbin/sgdisk	100755	root:root	0e1780f4b636b45a7a104faf1a576b05	
+File: /usr/sbin/gdisk	100755	root:root	3212debb3f7880a2ec2b1cfb97a8b577	
+File: /usr/sbin/sgdisk	100755	root:root	074480b568486af75866b42671c959a3	
 File: /usr/share/doc/gdisk-1.0.1	40755	root:root		
@@ -37,2 +38,2 @@
 File: /usr/share/man/man8/sgdisk.8.xz	100644	root:root	67922f1f122e8cb91b62707b8ccfab0c	
-RPMIdentity: e76cf04dc32f9607cad92c14874af0cf87cc18186c35c01f0fa8e438f1a19f3d4503249c3cc775670fae29fa4c275fee29612f6e621a5500dac031082757302f
+RPMIdentity: cbe2c3c68eaee2826ff5d8897bb36448a5b6d7d5647e9cb13453397ed3f9db13751df663ce3ce59a1546b9a466e6cfbbe7531aaff0102288c182b2fe50120496
--- gdisk-debuginfo-1.0.1-alt1.x86_64.rpm.repo	2016-01-11 17:15:31.000000000 +0000
+++ gdisk-debuginfo-1.0.1-alt1.x86_64.rpm.hasher	2023-09-10 09:42:11.891016038 +0000
@@ -1,7 +1,7 @@
-/usr/lib/debug/.build-id/66	40755	root:root	
-/usr/lib/debug/.build-id/66/5309f74a85e87816c294ffd2dea23e031c4e21	120777	root:root	../../../../sbin/sgdisk
-/usr/lib/debug/.build-id/66/5309f74a85e87816c294ffd2dea23e031c4e21.debug	120777	root:root	../../usr/sbin/sgdisk.debug
-/usr/lib/debug/.build-id/ea	40755	root:root	
-/usr/lib/debug/.build-id/ea/c291ab0f1c186a4fde1cf7350fceebd513097e	120777	root:root	../../../../sbin/gdisk
-/usr/lib/debug/.build-id/ea/c291ab0f1c186a4fde1cf7350fceebd513097e.debug	120777	root:root	../../usr/sbin/gdisk.debug
+/usr/lib/debug/.build-id/09	40755	root:root	
+/usr/lib/debug/.build-id/09/e85e2814e24ed2d2251962417148ea1fbf2023	120777	root:root	../../../../sbin/sgdisk
+/usr/lib/debug/.build-id/09/e85e2814e24ed2d2251962417148ea1fbf2023.debug	120777	root:root	../../usr/sbin/sgdisk.debug
+/usr/lib/debug/.build-id/8c	40755	root:root	
+/usr/lib/debug/.build-id/8c/8904972538649db16b7623a44fbbf67cec9e95	120777	root:root	../../../../sbin/gdisk
+/usr/lib/debug/.build-id/8c/8904972538649db16b7623a44fbbf67cec9e95.debug	120777	root:root	../../usr/sbin/gdisk.debug
 /usr/lib/debug/usr/sbin/gdisk.debug	100644	root:root	
@@ -50,10 +50,10 @@
 Provides: gdisk-debuginfo = 1.0.1-alt1
-File: /usr/lib/debug/.build-id/66	40755	root:root		
-File: /usr/lib/debug/.build-id/66/5309f74a85e87816c294ffd2dea23e031c4e21	120777	root:root		../../../../sbin/sgdisk
-File: /usr/lib/debug/.build-id/66/5309f74a85e87816c294ffd2dea23e031c4e21.debug	120777	root:root		../../usr/sbin/sgdisk.debug
-File: /usr/lib/debug/.build-id/ea	40755	root:root		
-File: /usr/lib/debug/.build-id/ea/c291ab0f1c186a4fde1cf7350fceebd513097e	120777	root:root		../../../../sbin/gdisk
-File: /usr/lib/debug/.build-id/ea/c291ab0f1c186a4fde1cf7350fceebd513097e.debug	120777	root:root		../../usr/sbin/gdisk.debug
-File: /usr/lib/debug/usr/sbin/gdisk.debug	100644	root:root	f808f8625e1caf7d8f212276c79c5b96	
-File: /usr/lib/debug/usr/sbin/sgdisk.debug	100644	root:root	5dee9f014f897b50a09083e83c331edf	
+File: /usr/lib/debug/.build-id/09	40755	root:root		
+File: /usr/lib/debug/.build-id/09/e85e2814e24ed2d2251962417148ea1fbf2023	120777	root:root		../../../../sbin/sgdisk
+File: /usr/lib/debug/.build-id/09/e85e2814e24ed2d2251962417148ea1fbf2023.debug	120777	root:root		../../usr/sbin/sgdisk.debug
+File: /usr/lib/debug/.build-id/8c	40755	root:root		
+File: /usr/lib/debug/.build-id/8c/8904972538649db16b7623a44fbbf67cec9e95	120777	root:root		../../../../sbin/gdisk
+File: /usr/lib/debug/.build-id/8c/8904972538649db16b7623a44fbbf67cec9e95.debug	120777	root:root		../../usr/sbin/gdisk.debug
+File: /usr/lib/debug/usr/sbin/gdisk.debug	100644	root:root	922dc569d7465f894b4a9cde33c391e3	
+File: /usr/lib/debug/usr/sbin/sgdisk.debug	100644	root:root	5af265fe4167b93fe24e5ce4a17a0c5f	
 File: /usr/src/debug/gptfdisk-1.0.1	40755	root:root		
@@ -90,2 +90,2 @@
 File: /usr/src/debug/gptfdisk-1.0.1/support.h	100644	root:root	a1b5a2a240d85c2e93e7b1b7c5b735b5	
-RPMIdentity: d2c6fe6d675694bd24ad169600ede3c64e203c4c806e69c07f7ec68333589c0546fd35e0fc555c7558cd3bb75673cf60ee89e1f73a77abb160489d42e5620777
+RPMIdentity: 095074be9ec81df8229afa4b3c1d36240bb225660c49ea513813a2278a36930a353d568c0d57848e2f3d6665e4dbb67d35973a1361746642b0c01473cff5a2db