<86>Oct 13 22:59:48 userdel[3636045]: delete user 'rooter' <86>Oct 13 22:59:48 userdel[3636045]: removed group 'rooter' owned by 'rooter' <86>Oct 13 22:59:48 userdel[3636045]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 13 22:59:48 groupadd[3636051]: group added to /etc/group: name=rooter, GID=681 <86>Oct 13 22:59:48 groupadd[3636051]: group added to /etc/gshadow: name=rooter <86>Oct 13 22:59:48 groupadd[3636051]: new group: name=rooter, GID=681 <86>Oct 13 22:59:48 useradd[3636055]: new user: name=rooter, UID=681, GID=681, home=/root, shell=/bin/bash <86>Oct 13 22:59:48 userdel[3636062]: delete user 'builder' <86>Oct 13 22:59:48 userdel[3636062]: removed group 'builder' owned by 'builder' <86>Oct 13 22:59:48 userdel[3636062]: removed shadow group 'builder' owned by 'builder' <86>Oct 13 22:59:48 groupadd[3636068]: group added to /etc/group: name=builder, GID=682 <86>Oct 13 22:59:48 groupadd[3636068]: group added to /etc/gshadow: name=builder <86>Oct 13 22:59:48 groupadd[3636068]: new group: name=builder, GID=682 <86>Oct 13 22:59:48 useradd[3636073]: new user: name=builder, UID=682, GID=682, home=/usr/src, shell=/bin/bash <13>Oct 13 22:59:49 rpmi: rpm-macros-make-0.1-alt1 1299442795 installed <13>Oct 13 22:59:50 rpmi: libncurses-6.2.20210123-alt2 sisyphus+283886.200.2.1 1630022624 installed <13>Oct 13 22:59:50 rpmi: libtinfo-devel-6.2.20210123-alt2 sisyphus+283886.200.2.1 1630022624 installed <13>Oct 13 22:59:51 rpmi: libncurses-devel-6.2.20210123-alt2 sisyphus+283886.200.2.1 1630022624 installed <13>Oct 13 22:59:51 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Oct 13 22:59:51 rpmi: libstdc++11-devel-11.2.1-alt1 sisyphus+285602.200.1.1 1632233970 installed <13>Oct 13 22:59:52 rpmi: gcc11-c++-11.2.1-alt1 sisyphus+285602.200.1.1 1632233970 installed <13>Oct 13 22:59:52 rpmi: gcc-c++-11-alt1 sisyphus+285602.400.1.1 1632239666 installed <13>Oct 13 22:59:52 rpmi: libncursesw-devel-6.2.20210123-alt2 sisyphus+283886.200.2.1 1630022624 installed <13>Oct 13 22:59:52 rpmi: libuuid-devel-2.37.2-alt2 sisyphus+284245.100.1.1 1630401233 installed <13>Oct 13 22:59:52 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.5-alt1.nosrc.rpm (w1.gzdio) Installing gptfdisk-1.0.5-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.48257 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf gptfdisk-1.0.5 + echo 'Source #0 (gptfdisk-1.0.5.tar):' Source #0 (gptfdisk-1.0.5.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/gptfdisk-1.0.5.tar + cd gptfdisk-1.0.5 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.48257 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gptfdisk-1.0.5 + 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.5' 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 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:1822:41: warning: argument 1 value '4294967295' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=] 1822 | 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:1822:41: warning: argument 1 value '4294967295' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=] 1822 | 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:1822:41: warning: argument 1 value '4294967295' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=] 1822 | 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.5' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.27368 + 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.5 + 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.18561 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gptfdisk-1.0.5 + ./gdisk_test.sh **SUCCESS** Temp disk sucessfully created **Testing gdisk binary** GPT fdisk (gdisk) version 1.0.5 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.73ACzzjfWE. 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.5 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.73ACzzjfWE. 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.5 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.73ACzzjfWE. 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 -> JLmnOTZI) GPT fdisk (gdisk) version 1.0.5 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.73ACzzjfWE. 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.5 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.5 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.73ACzzjfWE. 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.5 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.73ACzzjfWE. 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.5 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 52E83ACC-E380-47E7-B3C0-F0334068692C 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.73ACzzjfWE. 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.5 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.73ACzzjfWE. 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 Setting name! partNum is 0 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 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 -> JLmnOTZI) 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.5 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.73ACzzjfWE. 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.5-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.53284 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gptfdisk-1.0.5 + DOCDIR=/usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.5 + export DOCDIR + rm -rf /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.5 + /bin/mkdir -p /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.5 + cp -prL NEWS COPYING README /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.5 + chmod -R go-w /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.5 + chmod -R a+rX /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/gdisk-1.0.5 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.W6b7S5 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.QHqc74 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.BRlSwo Creating gdisk-debuginfo package Processing files: cgdisk-1.0.5-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0MwU9a 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.2g2MfS 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.ScDkaf Creating cgdisk-debuginfo package Processing files: fixparts-1.0.5-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.11989 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gptfdisk-1.0.5 + DOCDIR=/usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.5 + export DOCDIR + rm -rf /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.5 + /bin/mkdir -p /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.5 + cp -prL NEWS COPYING README /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.5 + chmod -R go-w /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.5 + chmod -R a+rX /usr/src/tmp/gptfdisk-buildroot/usr/share/doc/fixparts-1.0.5 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NNTqjf 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.cG2vQV 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.mpwDtM Creating fixparts-debuginfo package Processing files: gdisk-debuginfo-1.0.5-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.56mjLf find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TH1Ko5 find-requires: running scripts (debuginfo) Requires: gdisk = 1.0.5-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.5-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AoqX89 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.GmSHIY find-requires: running scripts (debuginfo) Requires: cgdisk = 1.0.5-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.5-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.K7mdes find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pFJDz4 find-requires: running scripts (debuginfo) Requires: fixparts = 1.0.5-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.5-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/cgdisk-1.0.5-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/fixparts-1.0.5-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/gdisk-debuginfo-1.0.5-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/cgdisk-debuginfo-1.0.5-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/fixparts-debuginfo-1.0.5-alt1.i586.rpm (w2.lzdio) 33.51user 2.79system 1:10.91elapsed 51%CPU (0avgtext+0avgdata 80048maxresident)k 0inputs+0outputs (0major+1012569minor)pagefaults 0swaps 39.55user 6.13system 1:21.22elapsed 56%CPU (0avgtext+0avgdata 104252maxresident)k 8inputs+0outputs (45147major+1395983minor)pagefaults 0swaps --- cgdisk-1.0.5-alt1.i586.rpm.repo 2021-07-12 13:19:09.000000000 +0000 +++ cgdisk-1.0.5-alt1.i586.rpm.hasher 2021-10-13 23:01:07.840199246 +0000 @@ -6,4 +6,5 @@ Requires: libc.so.6(GLIBC_2.1.3) -Requires: libc.so.6(GLIBC_2.2) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -11,2 +12,3 @@ Requires: libgcc_s.so.1(GCC_3.0) +Requires: libgcc_s.so.1(GCC_3.3.1) Requires: libgcc_s.so.1(GLIBC_2.0) @@ -28,4 +30,4 @@ Provides: cgdisk = 1.0.5-alt1:sisyphus+278399.100.1.1 -File: /usr/sbin/cgdisk 100755 root:root 6c9e48250d74f3a2be2f9c6dc8199886 +File: /usr/sbin/cgdisk 100755 root:root 8c1f335eb5a4a658c57870c0972e0da4 File: /usr/share/man/man8/cgdisk.8.xz 100644 root:root c1edc99071b56e6e861e8bca9ca2bfc9 -RPMIdentity: 11e711b8c8460f4218d9830631784259ca819088fdd46e43d547a878999e5d8da56347ef7864cca5e2a3ad1a220d233a410a9cc10c4519cacea695be576b9869 +RPMIdentity: 80d8ea3f2844f5c55a4058e3f60803104fac62555297a1fdd8944c9b14bfc083572d7be1283a43310ef609043a4e5fdc128360d87bd4685bf492c0142b2dabec --- cgdisk-debuginfo-1.0.5-alt1.i586.rpm.repo 2021-07-12 13:19:09.000000000 +0000 +++ cgdisk-debuginfo-1.0.5-alt1.i586.rpm.hasher 2021-10-13 23:01:08.118201349 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/4c 40755 root:root -/usr/lib/debug/.build-id/4c/0ae35d1b8fd7662ebe0ef03cb95e3a00020bc5 120777 root:root ../../../../sbin/cgdisk -/usr/lib/debug/.build-id/4c/0ae35d1b8fd7662ebe0ef03cb95e3a00020bc5.debug 120777 root:root ../../usr/sbin/cgdisk.debug +/usr/lib/debug/.build-id/68 40755 root:root +/usr/lib/debug/.build-id/68/73e12b5a192c713f9dddec2dcb52965bb329e7 120777 root:root ../../../../sbin/cgdisk +/usr/lib/debug/.build-id/68/73e12b5a192c713f9dddec2dcb52965bb329e7.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.5-alt1:sisyphus+278399.100.1.1 -File: /usr/lib/debug/.build-id/4c 40755 root:root -File: /usr/lib/debug/.build-id/4c/0ae35d1b8fd7662ebe0ef03cb95e3a00020bc5 120777 root:root ../../../../sbin/cgdisk -File: /usr/lib/debug/.build-id/4c/0ae35d1b8fd7662ebe0ef03cb95e3a00020bc5.debug 120777 root:root ../../usr/sbin/cgdisk.debug -File: /usr/lib/debug/usr/sbin/cgdisk.debug 100644 root:root d6fea1bab945f90322a368fc5906e465 +File: /usr/lib/debug/.build-id/68 40755 root:root +File: /usr/lib/debug/.build-id/68/73e12b5a192c713f9dddec2dcb52965bb329e7 120777 root:root ../../../../sbin/cgdisk +File: /usr/lib/debug/.build-id/68/73e12b5a192c713f9dddec2dcb52965bb329e7.debug 120777 root:root ../../usr/sbin/cgdisk.debug +File: /usr/lib/debug/usr/sbin/cgdisk.debug 100644 root:root 012eea9ace75e1200e8ce66d294d18ef File: /usr/src/debug/gptfdisk-1.0.5 40755 root:root @@ -77,2 +77,2 @@ File: /usr/src/debug/gptfdisk-1.0.5/support.h 100644 root:root 9c940bafc780c21faf23bc4139c37e94 -RPMIdentity: fecb13189f0b286799891f8df0002cc4a66f2c054584ce973bc262db85bc81fa3f8d94eac7c83ea799f98c6713af574b941f6fb65d2d35caf041dbdeaf18eddd +RPMIdentity: d4527b89c3ce0ce0260952bad3b44b1fe5e0bc4f79153fc80465d2f328c6d7f4e7c2a6e5d0307565ad6101c2c097c5dd2f2da0bf0c89cd302aa604b8f3a6cb1a --- fixparts-1.0.5-alt1.i586.rpm.repo 2021-07-12 13:19:09.000000000 +0000 +++ fixparts-1.0.5-alt1.i586.rpm.hasher 2021-10-13 23:01:08.284202605 +0000 @@ -10,3 +10,4 @@ Requires: libc.so.6(GLIBC_2.1.3) -Requires: libc.so.6(GLIBC_2.2) +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -14,2 +15,3 @@ Requires: libgcc_s.so.1(GCC_3.0) +Requires: libgcc_s.so.1(GCC_3.3.1) Requires: libgcc_s.so.1(GLIBC_2.0) @@ -25,3 +27,3 @@ Provides: fixparts = 1.0.5-alt1:sisyphus+278399.100.1.1 -File: /usr/sbin/fixparts 100755 root:root 49a23096f1173a5a47190f37fa95ae9b +File: /usr/sbin/fixparts 100755 root:root 582e1c5f0951267bd94ef1ef4947ec49 File: /usr/share/doc/fixparts-1.0.5 40755 root:root @@ -31,2 +33,2 @@ File: /usr/share/man/man8/fixparts.8.xz 100644 root:root da7b4749763d63db03ae5a77e1f3ee90 -RPMIdentity: ef6507dc250b4ef8c6112ac6bde980595ce97825cfec4f8b8218b9673d298162282ebc2f2e220961786ecea2dcb5d3426d40f47523c196c160f63595a18f60f4 +RPMIdentity: 88fd06d7a8baf60dcb0f2fe9734cffac634ca082bc71eec20e5b5ba6ff04c99771471fb801fccb3af2d0120d7ac075ad8f3a6c679ced3cf53862e2b6e6f16d0a --- fixparts-debuginfo-1.0.5-alt1.i586.rpm.repo 2021-07-12 13:19:09.000000000 +0000 +++ fixparts-debuginfo-1.0.5-alt1.i586.rpm.hasher 2021-10-13 23:01:08.527204443 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/db 40755 root:root -/usr/lib/debug/.build-id/db/aa925831b20db7890eda200d9581d3bce04151 120777 root:root ../../../../sbin/fixparts -/usr/lib/debug/.build-id/db/aa925831b20db7890eda200d9581d3bce04151.debug 120777 root:root ../../usr/sbin/fixparts.debug +/usr/lib/debug/.build-id/6d 40755 root:root +/usr/lib/debug/.build-id/6d/4a01523c5f3a9a7e9b2ace207e3a8addae5367 120777 root:root ../../../../sbin/fixparts +/usr/lib/debug/.build-id/6d/4a01523c5f3a9a7e9b2ace207e3a8addae5367.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.5-alt1:sisyphus+278399.100.1.1 -File: /usr/lib/debug/.build-id/db 40755 root:root -File: /usr/lib/debug/.build-id/db/aa925831b20db7890eda200d9581d3bce04151 120777 root:root ../../../../sbin/fixparts -File: /usr/lib/debug/.build-id/db/aa925831b20db7890eda200d9581d3bce04151.debug 120777 root:root ../../usr/sbin/fixparts.debug -File: /usr/lib/debug/usr/sbin/fixparts.debug 100644 root:root 759ec26088794c7d92836a3aa7082ae4 +File: /usr/lib/debug/.build-id/6d 40755 root:root +File: /usr/lib/debug/.build-id/6d/4a01523c5f3a9a7e9b2ace207e3a8addae5367 120777 root:root ../../../../sbin/fixparts +File: /usr/lib/debug/.build-id/6d/4a01523c5f3a9a7e9b2ace207e3a8addae5367.debug 120777 root:root ../../usr/sbin/fixparts.debug +File: /usr/lib/debug/usr/sbin/fixparts.debug 100644 root:root 0c750f1c7f2e2b028efca268116077be File: /usr/src/debug/gptfdisk-1.0.5 40755 root:root @@ -47,2 +47,2 @@ File: /usr/src/debug/gptfdisk-1.0.5/support.h 100644 root:root 9c940bafc780c21faf23bc4139c37e94 -RPMIdentity: 481ed2e407583b0e7463bf97b15380deee6cb7d7f4b498d1a56cb03855270e70a5cb5927a72f5496e5b6f64ddd356bf6f65fc0e1b78493bd0bfdbdac4fa5ba11 +RPMIdentity: e80c1c2e0f1c04e9bdb25b3d57638022e7bb7f666890f6284df2d93dd0a1072dada204fc7f1c1a37b84d26e55020f3548c5f27ab87ef9d23fb929b0e7332c8b2 --- gdisk-1.0.5-alt1.i586.rpm.repo 2021-07-12 13:19:09.000000000 +0000 +++ gdisk-1.0.5-alt1.i586.rpm.hasher 2021-10-13 23:01:08.597204973 +0000 @@ -12,4 +12,5 @@ Requires: libc.so.6(GLIBC_2.1.3) -Requires: libc.so.6(GLIBC_2.2) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -17,2 +18,3 @@ Requires: libgcc_s.so.1(GCC_3.0) +Requires: libgcc_s.so.1(GCC_3.3.1) Requires: libgcc_s.so.1(GLIBC_2.0) @@ -28,2 +30,3 @@ Requires: libstdc++.so.6(GLIBCXX_3.4.21) +Requires: libstdc++.so.6(GLIBCXX_3.4.26) Requires: libstdc++.so.6(GLIBCXX_3.4.9) @@ -34,4 +37,4 @@ Provides: gdisk = 1.0.5-alt1:sisyphus+278399.100.1.1 -File: /usr/sbin/gdisk 100755 root:root b5df82408bdc45412c4bfe75ffbf6f50 -File: /usr/sbin/sgdisk 100755 root:root 17b0095a632a43f9a64c480315dfbca6 +File: /usr/sbin/gdisk 100755 root:root 5de0d21fba59fa15d670543bf350846b +File: /usr/sbin/sgdisk 100755 root:root 7f8bc5c7f93f8ebabd7c93f1582f1c9f File: /usr/share/doc/gdisk-1.0.5 40755 root:root @@ -42,2 +45,2 @@ File: /usr/share/man/man8/sgdisk.8.xz 100644 root:root 40aa59c8c1b2b4123bdc372c7fbfe128 -RPMIdentity: e34854fb87ff9f520ca296f1740a119f5f2a868f8c75e4993a62ed117f15d5e97664fb086663bf3c432182dff89e11db544728e1c4e0dc0c31e1e8c53ff0ddb9 +RPMIdentity: c54c19979750491fa5984cc9a967df4b26e0fb29685d541172b3e2d6da4e7d2d9396781c204dd8517fa0213e1d9dd5ae65b7cf5afc10e4d5cc14495d3f296ee6 --- gdisk-debuginfo-1.0.5-alt1.i586.rpm.repo 2021-07-12 13:19:09.000000000 +0000 +++ gdisk-debuginfo-1.0.5-alt1.i586.rpm.hasher 2021-10-13 23:01:08.836206781 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/56 40755 root:root -/usr/lib/debug/.build-id/56/5348099185e2f3e90ae888ba521853858d5c46 120777 root:root ../../../../sbin/gdisk -/usr/lib/debug/.build-id/56/5348099185e2f3e90ae888ba521853858d5c46.debug 120777 root:root ../../usr/sbin/gdisk.debug -/usr/lib/debug/.build-id/f6 40755 root:root -/usr/lib/debug/.build-id/f6/9dc1ee33ee3894eb8aaeefb2cb999de9ffedb6 120777 root:root ../../../../sbin/sgdisk -/usr/lib/debug/.build-id/f6/9dc1ee33ee3894eb8aaeefb2cb999de9ffedb6.debug 120777 root:root ../../usr/sbin/sgdisk.debug +/usr/lib/debug/.build-id/6a 40755 root:root +/usr/lib/debug/.build-id/6a/11acbe394713eb70db5dc833df832b9ddd953f 120777 root:root ../../../../sbin/gdisk +/usr/lib/debug/.build-id/6a/11acbe394713eb70db5dc833df832b9ddd953f.debug 120777 root:root ../../usr/sbin/gdisk.debug +/usr/lib/debug/.build-id/87 40755 root:root +/usr/lib/debug/.build-id/87/c6b91de4068d9ccb203c2611918dc787f49d25 120777 root:root ../../../../sbin/sgdisk +/usr/lib/debug/.build-id/87/c6b91de4068d9ccb203c2611918dc787f49d25.debug 120777 root:root ../../usr/sbin/sgdisk.debug /usr/lib/debug/usr/sbin/gdisk.debug 100644 root:root @@ -50,10 +50,10 @@ Provides: gdisk-debuginfo = 1.0.5-alt1:sisyphus+278399.100.1.1 -File: /usr/lib/debug/.build-id/56 40755 root:root -File: /usr/lib/debug/.build-id/56/5348099185e2f3e90ae888ba521853858d5c46 120777 root:root ../../../../sbin/gdisk -File: /usr/lib/debug/.build-id/56/5348099185e2f3e90ae888ba521853858d5c46.debug 120777 root:root ../../usr/sbin/gdisk.debug -File: /usr/lib/debug/.build-id/f6 40755 root:root -File: /usr/lib/debug/.build-id/f6/9dc1ee33ee3894eb8aaeefb2cb999de9ffedb6 120777 root:root ../../../../sbin/sgdisk -File: /usr/lib/debug/.build-id/f6/9dc1ee33ee3894eb8aaeefb2cb999de9ffedb6.debug 120777 root:root ../../usr/sbin/sgdisk.debug -File: /usr/lib/debug/usr/sbin/gdisk.debug 100644 root:root dfe40c908ef3068340765f351b9f33b0 -File: /usr/lib/debug/usr/sbin/sgdisk.debug 100644 root:root 0949ae0e4d6758654ecd8accbb2a50d6 +File: /usr/lib/debug/.build-id/6a 40755 root:root +File: /usr/lib/debug/.build-id/6a/11acbe394713eb70db5dc833df832b9ddd953f 120777 root:root ../../../../sbin/gdisk +File: /usr/lib/debug/.build-id/6a/11acbe394713eb70db5dc833df832b9ddd953f.debug 120777 root:root ../../usr/sbin/gdisk.debug +File: /usr/lib/debug/.build-id/87 40755 root:root +File: /usr/lib/debug/.build-id/87/c6b91de4068d9ccb203c2611918dc787f49d25 120777 root:root ../../../../sbin/sgdisk +File: /usr/lib/debug/.build-id/87/c6b91de4068d9ccb203c2611918dc787f49d25.debug 120777 root:root ../../usr/sbin/sgdisk.debug +File: /usr/lib/debug/usr/sbin/gdisk.debug 100644 root:root 52f5614f4fb5347b7b05c813bc011846 +File: /usr/lib/debug/usr/sbin/sgdisk.debug 100644 root:root 20e1c2c035c45ab4885c0e6b0af909a6 File: /usr/src/debug/gptfdisk-1.0.5 40755 root:root @@ -90,2 +90,2 @@ File: /usr/src/debug/gptfdisk-1.0.5/support.h 100644 root:root 9c940bafc780c21faf23bc4139c37e94 -RPMIdentity: f08aefa456ea564d7e08c1143a3e2273cbb9db046f902b1e7e51650f05b73590603ddeb156a6375b2c1ff574451ad95541ff8f2dcc5aefe0230fcf5365e6529e +RPMIdentity: 535a393df88977137ec79916963db2f8ca2360b5ee15a748860d425d27ad380a48e176d3960ada12770a078998cddea617fb8bf3a0ef1cc4ff0e4342c845292d