<86>Mar 26 05:22:28 userdel[2786623]: delete user 'rooter' <86>Mar 26 05:22:28 userdel[2786623]: removed group 'rooter' owned by 'rooter' <86>Mar 26 05:22:28 userdel[2786623]: removed shadow group 'rooter' owned by 'rooter' <86>Mar 26 05:22:28 groupadd[2786646]: group added to /etc/group: name=rooter, GID=939 <86>Mar 26 05:22:28 groupadd[2786646]: group added to /etc/gshadow: name=rooter <86>Mar 26 05:22:28 groupadd[2786646]: new group: name=rooter, GID=939 <86>Mar 26 05:22:28 useradd[2786674]: new user: name=rooter, UID=939, GID=939, home=/root, shell=/bin/bash <86>Mar 26 05:22:28 userdel[2786710]: delete user 'builder' <86>Mar 26 05:22:28 userdel[2786710]: removed group 'builder' owned by 'builder' <86>Mar 26 05:22:28 userdel[2786710]: removed shadow group 'builder' owned by 'builder' <86>Mar 26 05:22:28 groupadd[2786736]: group added to /etc/group: name=builder, GID=940 <86>Mar 26 05:22:28 groupadd[2786736]: group added to /etc/gshadow: name=builder <86>Mar 26 05:22:28 groupadd[2786736]: new group: name=builder, GID=940 <86>Mar 26 05:22:28 useradd[2786757]: new user: name=builder, UID=940, GID=940, home=/usr/src, shell=/bin/bash <13>Mar 26 05:22:29 rpmi: rpm-macros-make-0.1-alt1 1299442795 installed <13>Mar 26 05:22:29 rpmi: libncurses-6.3.20211106-alt2 sisyphus+294456.100.3.1 1643966459 installed <13>Mar 26 05:22:29 rpmi: libtinfo-devel-6.3.20211106-alt2 sisyphus+294456.100.3.1 1643966459 installed <13>Mar 26 05:22:29 rpmi: libncurses-devel-6.3.20211106-alt2 sisyphus+294456.100.3.1 1643966459 installed <13>Mar 26 05:22:29 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Mar 26 05:22:30 rpmi: libstdc++11-devel-11.2.1-alt2 sisyphus+291192.100.1.1 1638461765 installed <13>Mar 26 05:22:30 rpmi: gcc11-c++-11.2.1-alt2 sisyphus+291192.100.1.1 1638461765 installed <13>Mar 26 05:22:30 rpmi: gcc-c++-11-alt1 sisyphus+285602.400.1.1 1632239666 installed <13>Mar 26 05:22:30 rpmi: libncursesw-devel-6.3.20211106-alt2 sisyphus+294456.100.3.1 1643966459 installed <13>Mar 26 05:22:30 rpmi: libuuid-devel-2.37.3-alt2 sisyphus+294073.100.1.1 1643117189 installed <13>Mar 26 05:22:30 rpmi: libpopt-devel-1:1.18-alt1 sisyphus+283609.300.5.1 1630003303 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/gptfdisk-1.0.8-alt1.nosrc.rpm (w1.gzdio) Installing gptfdisk-1.0.8-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.98614 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf gptfdisk-1.0.8 + echo 'Source #0 (gptfdisk-1.0.8.tar):' Source #0 (gptfdisk-1.0.8.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/gptfdisk-1.0.8.tar + cd gptfdisk-1.0.8 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.98614 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gptfdisk-1.0.8 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export FFLAGS + make make: Entering directory '/usr/src/RPM/BUILD/gptfdisk-1.0.8' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o crc32.o crc32.cc crc32.cc: In function 'uint32_t chksum_crc32(unsigned char*, unsigned int)': crc32.cc:34:27: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 34 | register unsigned long crc; | ^~~ g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o support.o support.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o guid.o guid.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o gptpart.o gptpart.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o mbrpart.o mbrpart.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o basicmbr.o basicmbr.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o mbr.o mbr.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o gpt.o gpt.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o bsd.o bsd.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o parttypes.o parttypes.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o attributes.o attributes.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o diskio.o diskio.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o cgdisk.o cgdisk.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o gptcurses.o gptcurses.cc gptcurses.cc: In member function 'void GPTDataCurses::ShowInfo(int)': gptcurses.cc:342:33: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 342 | printw("Attribute flags: %016x\n", partitions[partNum].GetAttributes().GetAttributes()); | ~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | unsigned int uint64_t {aka long long unsigned int} | %016llx 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 gpt.cc: In member function 'SetGPTSize': gpt.cc:1841:41: warning: argument 1 value '4294967295' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=] 1841 | newParts = new GPTPart [numEntries]; | ^ /usr/include/c++/11/new:128:26: note: in a call to allocation function 'operator new []' declared here 128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o gdisk.o gdisk.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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 gpt.cc: In member function 'SetGPTSize': gpt.cc:1841:41: warning: argument 1 value '4294967295' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=] 1841 | newParts = new GPTPart [numEntries]; | ^ /usr/include/c++/11/new:128:26: note: in a call to allocation function 'operator new []' declared here 128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o sgdisk.o sgdisk.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o gptcl.o gptcl.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 sgdisk.o gptcl.o -luuid -lpopt -o sgdisk gpt.cc: In member function 'SetGPTSize': gpt.cc:1841:41: warning: argument 1 value '4294967295' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=] 1841 | newParts = new GPTPart [numEntries]; | ^ /usr/include/c++/11/new:128:26: note: in a call to allocation function 'operator new []' declared here 128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -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.8' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.50704 + 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.8 + 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) Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.50704 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gptfdisk-1.0.8 + ./gdisk_test.sh **SUCCESS** Temp disk sucessfully created **Testing gdisk binary** GPT fdisk (gdisk) version 1.0.8 Partition table scan: MBR: not present BSD: not present APM: not present GPT: not present Creating new GPT entries in memory. 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.JyQTmDdERA. 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.8 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 8300 (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.JyQTmDdERA. 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.8 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.JyQTmDdERA. 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 -> vEMasRkI) GPT fdisk (gdisk) version 1.0.8 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 8300 (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.JyQTmDdERA. 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.8 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.8 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.JyQTmDdERA. 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.8 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.JyQTmDdERA. 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.8 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 FD3462D5-C2A3-4C97-BB23-2DD6D80B5D54 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.JyQTmDdERA. 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.8 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.JyQTmDdERA. 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 in memory. **SUCCESS** EOF successfully exit gdisk **Testing sgdisk binary** Creating new GPT entries in memory. 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 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 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 -> vEMasRkI) 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.8 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.JyQTmDdERA. 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 in memory. **SUCCESS** EOF successfully exit gdisk + exit 0 Processing files: gdisk-1.0.8-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.59901 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gptfdisk-1.0.8 + DOCDIR=/usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.8 + export DOCDIR + rm -rf /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.8 + /bin/mkdir -p /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.8 + cp -prL NEWS COPYING README /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.8 + chmod -R go-w /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.8 + chmod -R a+rX /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.8 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HdOFaJ find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.x9479U find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GCC_3.3.1), 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.26), 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.utxhRk Creating gdisk-debuginfo package Processing files: cgdisk-1.0.8-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.F71Cyl find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.A8JxUn find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GCC_3.3.1), 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.Nb2Swq Creating cgdisk-debuginfo package Processing files: fixparts-1.0.8-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.92043 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gptfdisk-1.0.8 + DOCDIR=/usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.8 + export DOCDIR + rm -rf /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.8 + /bin/mkdir -p /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.8 + cp -prL NEWS COPYING README /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.8 + chmod -R go-w /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.8 + chmod -R a+rX /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.8 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Qoogao find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wr7LG6 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GCC_3.3.1), 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.20), 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.xFjUPE Creating fixparts-debuginfo package Processing files: gdisk-debuginfo-1.0.8-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TvP7j1 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4b8Umd find-requires: running scripts (debuginfo) Requires: gdisk = 1.0.8-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.8-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.myNxuD find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rKQdcj find-requires: running scripts (debuginfo) Requires: cgdisk = 1.0.8-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.8-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.T6z3aW find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vQw8A3 find-requires: running scripts (debuginfo) Requires: fixparts = 1.0.8-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libstdc++.so.6) Adding to gdisk-debuginfo a strict dependency on gdisk Adding to cgdisk-debuginfo a strict dependency on cgdisk Adding to fixparts-debuginfo a strict dependency on fixparts Wrote: /usr/src/RPM/RPMS/i586/gdisk-1.0.8-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/cgdisk-1.0.8-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/fixparts-1.0.8-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/gdisk-debuginfo-1.0.8-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/cgdisk-debuginfo-1.0.8-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/fixparts-debuginfo-1.0.8-alt1.i586.rpm (w2.lzdio) 16.65user 2.26system 0:47.24elapsed 40%CPU (0avgtext+0avgdata 80948maxresident)k 0inputs+0outputs (0major+1011227minor)pagefaults 0swaps 20.44user 5.23system 0:53.15elapsed 48%CPU (0avgtext+0avgdata 104504maxresident)k 0inputs+0outputs (45360major+1407454minor)pagefaults 0swaps --- cgdisk-1.0.8-alt1.i586.rpm.repo 2021-11-01 11:03:57.000000000 +0000 +++ cgdisk-1.0.8-alt1.i586.rpm.hasher 2022-03-26 05:23:19.753417390 +0000 @@ -30,4 +30,4 @@ Provides: cgdisk = 1.0.8-alt1:sisyphus+288654.100.1.1 -File: /usr/sbin/cgdisk 100755 root:root 7f1c433e490d82e5f192adfb6d109fbe +File: /usr/sbin/cgdisk 100755 root:root cb368054f9676bce412a81dec159eba5 File: /usr/share/man/man8/cgdisk.8.xz 100644 root:root f62b1d33eab64bdd802a58be7f71a911 -RPMIdentity: 7f4f9e25ab447a53cc9ae05f144c7796bb6503596de51b67292062b0071e8706d6d457ed11071fa9f20c29016d1ebf5b79a232fe8583e079c6f7c0575f62a371 +RPMIdentity: 86a99f1de0ace5341f78fdd63b1deb9bd496ee86e5ed881d493eca4509932b5f9033d704105635b7e07da913afb3f11c5e41c1f4ca6fd8af33a5e86b6fb8bf2a --- cgdisk-debuginfo-1.0.8-alt1.i586.rpm.repo 2021-11-01 11:03:57.000000000 +0000 +++ cgdisk-debuginfo-1.0.8-alt1.i586.rpm.hasher 2022-03-26 05:23:19.814418005 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/fc 40755 root:root -/usr/lib/debug/.build-id/fc/e4ab1171a7b83620276405d984b60591a579a7 120777 root:root ../../../../sbin/cgdisk -/usr/lib/debug/.build-id/fc/e4ab1171a7b83620276405d984b60591a579a7.debug 120777 root:root ../../usr/sbin/cgdisk.debug +/usr/lib/debug/.build-id/81 40755 root:root +/usr/lib/debug/.build-id/81/9f5ef41d7d62e69fb33d704b6f2f8ddf547e09 120777 root:root ../../../../sbin/cgdisk +/usr/lib/debug/.build-id/81/9f5ef41d7d62e69fb33d704b6f2f8ddf547e09.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.8-alt1:sisyphus+288654.100.1.1 -File: /usr/lib/debug/.build-id/fc 40755 root:root -File: /usr/lib/debug/.build-id/fc/e4ab1171a7b83620276405d984b60591a579a7 120777 root:root ../../../../sbin/cgdisk -File: /usr/lib/debug/.build-id/fc/e4ab1171a7b83620276405d984b60591a579a7.debug 120777 root:root ../../usr/sbin/cgdisk.debug -File: /usr/lib/debug/usr/sbin/cgdisk.debug 100644 root:root 6f63f27f2ccf47aca20bf578c268266d +File: /usr/lib/debug/.build-id/81 40755 root:root +File: /usr/lib/debug/.build-id/81/9f5ef41d7d62e69fb33d704b6f2f8ddf547e09 120777 root:root ../../../../sbin/cgdisk +File: /usr/lib/debug/.build-id/81/9f5ef41d7d62e69fb33d704b6f2f8ddf547e09.debug 120777 root:root ../../usr/sbin/cgdisk.debug +File: /usr/lib/debug/usr/sbin/cgdisk.debug 100644 root:root c14c6ea0aebb354cade37daea1407af5 File: /usr/src/debug/gptfdisk-1.0.8 40755 root:root @@ -77,2 +77,2 @@ File: /usr/src/debug/gptfdisk-1.0.8/support.h 100644 root:root 8b960126f63e64139fab20172f6482ae -RPMIdentity: 6a8599d1cdfd5a02c70d66e85f0ce7c729aca6d877676cfa6e5514380d36a703e1c4f1deeafd3e69fc959a2890124b624f442a100c2ae6fdee02d78c81041265 +RPMIdentity: f5379c026f4f16c92e414c13409b65d578a04ae942f9cd20af5ad431a38e21483f6e764e3a14b7fc8a6ccfc6565ff2f02d9f759e1ee39278374746a3dfce60ac --- fixparts-1.0.8-alt1.i586.rpm.repo 2021-11-01 11:03:57.000000000 +0000 +++ fixparts-1.0.8-alt1.i586.rpm.hasher 2022-03-26 05:23:19.866418529 +0000 @@ -27,3 +27,3 @@ Provides: fixparts = 1.0.8-alt1:sisyphus+288654.100.1.1 -File: /usr/sbin/fixparts 100755 root:root 9e54ce0e00a86a61b5261a405d96d3d5 +File: /usr/sbin/fixparts 100755 root:root 872dc2d53ce3fb36427b3872414f4305 File: /usr/share/doc/fixparts-1.0.8 40755 root:root @@ -33,2 +33,2 @@ File: /usr/share/man/man8/fixparts.8.xz 100644 root:root 2fbc33d783b6173a7b84a1440da0c964 -RPMIdentity: 10216a256bb33e72d64ad0fb423b089cfe5fb3789555bd2f3332a51e4bed70d4d882f299371ac1ec3fb5a678a094a53f924c81a0dd7176e7fda1ec76d4b6640b +RPMIdentity: 03f7c6b98edad529257fd34387c61a281358a01943c0719771c9ebe920a7b828246df993f80fa232a3a58ffd7659eabbf7148b0825c1d1a17a94de70eeb76186 --- fixparts-debuginfo-1.0.8-alt1.i586.rpm.repo 2021-11-01 11:03:58.000000000 +0000 +++ fixparts-debuginfo-1.0.8-alt1.i586.rpm.hasher 2022-03-26 05:23:19.930419173 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/b2 40755 root:root -/usr/lib/debug/.build-id/b2/6e436c69575e91f95997ca361cf1f333f984f1 120777 root:root ../../../../sbin/fixparts -/usr/lib/debug/.build-id/b2/6e436c69575e91f95997ca361cf1f333f984f1.debug 120777 root:root ../../usr/sbin/fixparts.debug +/usr/lib/debug/.build-id/b8 40755 root:root +/usr/lib/debug/.build-id/b8/4d179b05cda5ffcda865f476376d9cd27361ef 120777 root:root ../../../../sbin/fixparts +/usr/lib/debug/.build-id/b8/4d179b05cda5ffcda865f476376d9cd27361ef.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.8-alt1:sisyphus+288654.100.1.1 -File: /usr/lib/debug/.build-id/b2 40755 root:root -File: /usr/lib/debug/.build-id/b2/6e436c69575e91f95997ca361cf1f333f984f1 120777 root:root ../../../../sbin/fixparts -File: /usr/lib/debug/.build-id/b2/6e436c69575e91f95997ca361cf1f333f984f1.debug 120777 root:root ../../usr/sbin/fixparts.debug -File: /usr/lib/debug/usr/sbin/fixparts.debug 100644 root:root 3a32713546c6cc5ad54d6bf4345b1f7f +File: /usr/lib/debug/.build-id/b8 40755 root:root +File: /usr/lib/debug/.build-id/b8/4d179b05cda5ffcda865f476376d9cd27361ef 120777 root:root ../../../../sbin/fixparts +File: /usr/lib/debug/.build-id/b8/4d179b05cda5ffcda865f476376d9cd27361ef.debug 120777 root:root ../../usr/sbin/fixparts.debug +File: /usr/lib/debug/usr/sbin/fixparts.debug 100644 root:root 6dc10f1c3fd4383adf499cbe406240c7 File: /usr/src/debug/gptfdisk-1.0.8 40755 root:root @@ -47,2 +47,2 @@ File: /usr/src/debug/gptfdisk-1.0.8/support.h 100644 root:root 8b960126f63e64139fab20172f6482ae -RPMIdentity: 65e11d2c75790b2b3dae5bb0759845c0ce5ef9d04c18fa73f3e207b1b26395175ec406bcd63f190b74088adb60f88f6c37985777dc5e6564fc4938e3fce01947 +RPMIdentity: 7a4e1e019f96431308b58202830a181697b89270c3ea77cc25c78966f0d3101ecff09dd3f3d18cd24956d1ca3015ee59107cd8cc4e65a48c70ebc4d175b977a1 --- gdisk-1.0.8-alt1.i586.rpm.repo 2021-11-01 11:03:57.000000000 +0000 +++ gdisk-1.0.8-alt1.i586.rpm.hasher 2022-03-26 05:23:19.977419647 +0000 @@ -37,4 +37,4 @@ Provides: gdisk = 1.0.8-alt1:sisyphus+288654.100.1.1 -File: /usr/sbin/gdisk 100755 root:root b986a302a8533780aa1b44e85885554e -File: /usr/sbin/sgdisk 100755 root:root 93e88418d944a01f4b4078dff19f7efd +File: /usr/sbin/gdisk 100755 root:root a385463fb47f7cb6b007421100faf42c +File: /usr/sbin/sgdisk 100755 root:root 3c535a8cdac30e1888659c691a850ee5 File: /usr/share/doc/gdisk-1.0.8 40755 root:root @@ -45,2 +45,2 @@ File: /usr/share/man/man8/sgdisk.8.xz 100644 root:root c8a03e53f87137898bf8a26919667edf -RPMIdentity: b00582089fb0519437586385d136d6269cb3805c61d87d6ec0119bad36daf4778b68f74f9fc841ef9f2e41f553a5a3f7fb85a820565921cf4751c4728736285c +RPMIdentity: b81eb6a5c367e1d67012a15f0662415b79c4248ddd83823155df0b4febce70c2d8f5985182d8c3fa665c3e06015db221d2e06b5e2b18517edf3740eddbc5273a --- gdisk-debuginfo-1.0.8-alt1.i586.rpm.repo 2021-11-01 11:03:58.000000000 +0000 +++ gdisk-debuginfo-1.0.8-alt1.i586.rpm.hasher 2022-03-26 05:23:20.076420644 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/44 40755 root:root -/usr/lib/debug/.build-id/44/dc8742aadf2205b1b2e9d6167f44dab75b5abd 120777 root:root ../../../../sbin/gdisk -/usr/lib/debug/.build-id/44/dc8742aadf2205b1b2e9d6167f44dab75b5abd.debug 120777 root:root ../../usr/sbin/gdisk.debug -/usr/lib/debug/.build-id/74 40755 root:root -/usr/lib/debug/.build-id/74/3b335ec0b2fb83988e881fec7926f14d1d24a9 120777 root:root ../../../../sbin/sgdisk -/usr/lib/debug/.build-id/74/3b335ec0b2fb83988e881fec7926f14d1d24a9.debug 120777 root:root ../../usr/sbin/sgdisk.debug +/usr/lib/debug/.build-id/7b 40755 root:root +/usr/lib/debug/.build-id/7b/e9956ae5fc2681e184ff082ea62bae92f67af8 120777 root:root ../../../../sbin/sgdisk +/usr/lib/debug/.build-id/7b/e9956ae5fc2681e184ff082ea62bae92f67af8.debug 120777 root:root ../../usr/sbin/sgdisk.debug +/usr/lib/debug/.build-id/f6 40755 root:root +/usr/lib/debug/.build-id/f6/1ee71aca413e190a19e09a718ab371cbcfb974 120777 root:root ../../../../sbin/gdisk +/usr/lib/debug/.build-id/f6/1ee71aca413e190a19e09a718ab371cbcfb974.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.8-alt1:sisyphus+288654.100.1.1 -File: /usr/lib/debug/.build-id/44 40755 root:root -File: /usr/lib/debug/.build-id/44/dc8742aadf2205b1b2e9d6167f44dab75b5abd 120777 root:root ../../../../sbin/gdisk -File: /usr/lib/debug/.build-id/44/dc8742aadf2205b1b2e9d6167f44dab75b5abd.debug 120777 root:root ../../usr/sbin/gdisk.debug -File: /usr/lib/debug/.build-id/74 40755 root:root -File: /usr/lib/debug/.build-id/74/3b335ec0b2fb83988e881fec7926f14d1d24a9 120777 root:root ../../../../sbin/sgdisk -File: /usr/lib/debug/.build-id/74/3b335ec0b2fb83988e881fec7926f14d1d24a9.debug 120777 root:root ../../usr/sbin/sgdisk.debug -File: /usr/lib/debug/usr/sbin/gdisk.debug 100644 root:root 2571fb07e86c125e79e7289ee037662c -File: /usr/lib/debug/usr/sbin/sgdisk.debug 100644 root:root b6417741c824f6c6812bbffb3a4a5a53 +File: /usr/lib/debug/.build-id/7b 40755 root:root +File: /usr/lib/debug/.build-id/7b/e9956ae5fc2681e184ff082ea62bae92f67af8 120777 root:root ../../../../sbin/sgdisk +File: /usr/lib/debug/.build-id/7b/e9956ae5fc2681e184ff082ea62bae92f67af8.debug 120777 root:root ../../usr/sbin/sgdisk.debug +File: /usr/lib/debug/.build-id/f6 40755 root:root +File: /usr/lib/debug/.build-id/f6/1ee71aca413e190a19e09a718ab371cbcfb974 120777 root:root ../../../../sbin/gdisk +File: /usr/lib/debug/.build-id/f6/1ee71aca413e190a19e09a718ab371cbcfb974.debug 120777 root:root ../../usr/sbin/gdisk.debug +File: /usr/lib/debug/usr/sbin/gdisk.debug 100644 root:root 1ebcded0783f9666ffcda0bad0011158 +File: /usr/lib/debug/usr/sbin/sgdisk.debug 100644 root:root eeb4a267b24f3cedb0027e6413747522 File: /usr/src/debug/gptfdisk-1.0.8 40755 root:root @@ -90,2 +90,2 @@ File: /usr/src/debug/gptfdisk-1.0.8/support.h 100644 root:root 8b960126f63e64139fab20172f6482ae -RPMIdentity: 839f5d74e9e1ee5eff35fde20585ddf11863f4d9db2cc8f30b4d8d0a9a705d46d4a4e2e3e646c6fabd2707abf99188772cdf6bc94090d93548d00fde74dd4a5d +RPMIdentity: f4975f174f8fd1d4ee942972245a9a5b8cf403de7d995f64366677259e6047d16647188728617949a28fa16de00b1670e2b927a06b2b3654d00e7ce0d787b130