<86>Oct 9 13:48:22 userdel[1069702]: delete user 'rooter' <86>Oct 9 13:48:22 userdel[1069702]: removed group 'rooter' owned by 'rooter' <86>Oct 9 13:48:22 userdel[1069702]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 9 13:48:22 groupadd[1069715]: group added to /etc/group: name=rooter, GID=666 <86>Oct 9 13:48:22 groupadd[1069715]: group added to /etc/gshadow: name=rooter <86>Oct 9 13:48:22 groupadd[1069715]: new group: name=rooter, GID=666 <86>Oct 9 13:48:22 useradd[1069720]: new user: name=rooter, UID=666, GID=666, home=/root, shell=/bin/bash <86>Oct 9 13:48:22 userdel[1069726]: delete user 'builder' <86>Oct 9 13:48:22 userdel[1069726]: removed group 'builder' owned by 'builder' <86>Oct 9 13:48:22 userdel[1069726]: removed shadow group 'builder' owned by 'builder' <86>Oct 9 13:48:22 groupadd[1069733]: group added to /etc/group: name=builder, GID=667 <86>Oct 9 13:48:22 groupadd[1069733]: group added to /etc/gshadow: name=builder <86>Oct 9 13:48:22 groupadd[1069733]: new group: name=builder, GID=667 <86>Oct 9 13:48:22 useradd[1069737]: new user: name=builder, UID=667, GID=667, home=/usr/src, shell=/bin/bash <13>Oct 9 13:48:31 rpmi: rpm-macros-make-0.1-alt1 1299442795 installed <13>Oct 9 13:48:36 rpmi: libncurses-6.2.20210123-alt2 sisyphus+283886.200.2.1 1630022624 installed <13>Oct 9 13:48:36 rpmi: libtinfo-devel-6.2.20210123-alt2 sisyphus+283886.200.2.1 1630022624 installed <13>Oct 9 13:48:36 rpmi: libncurses-devel-6.2.20210123-alt2 sisyphus+283886.200.2.1 1630022624 installed <13>Oct 9 13:48:36 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Oct 9 13:48:37 rpmi: libstdc++11-devel-11.2.1-alt1 sisyphus+285602.200.1.1 1632233970 installed <13>Oct 9 13:48:39 rpmi: gcc11-c++-11.2.1-alt1 sisyphus+285602.200.1.1 1632233970 installed <13>Oct 9 13:48:39 rpmi: gcc-c++-11-alt1 sisyphus+285602.400.1.1 1632239666 installed <13>Oct 9 13:48:39 rpmi: libncursesw-devel-6.2.20210123-alt2 sisyphus+283886.200.2.1 1630022624 installed <13>Oct 9 13:48:39 rpmi: libuuid-devel-2.37.2-alt2 sisyphus+284245.100.1.1 1630401233 installed <13>Oct 9 13:48:39 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.39671 + 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.39671 + 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.8884 + 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.39854 + 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.T1tHx9lC0V. 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.T1tHx9lC0V. 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.T1tHx9lC0V. 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 -> BojJOKMV) 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.T1tHx9lC0V. 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.T1tHx9lC0V. 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.T1tHx9lC0V. 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 FA01A033-7968-46B6-B92D-8B177F3D7B4A 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.T1tHx9lC0V. 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.T1tHx9lC0V. 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 -> BojJOKMV) 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.T1tHx9lC0V. 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.17054 + 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.T4pVyO 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.1lGvZQ 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.2), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(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.QyeepO 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.FvmmWP 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.OBdTpN 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.2), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(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.aPbsLM Creating cgdisk-debuginfo package Processing files: fixparts-1.0.5-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.90457 + 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.6Ptc2N 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.uoP92N 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.2), 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.u8BnaP 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.X734WO find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TGcJjO 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.PCJ2lQ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.mhEhUM 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.TMAsIM find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kdBrTO 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) 27.66user 2.53system 1:18.84elapsed 38%CPU (0avgtext+0avgdata 79908maxresident)k 0inputs+0outputs (0major+993158minor)pagefaults 0swaps 34.46user 6.79system 1:49.24elapsed 37%CPU (0avgtext+0avgdata 103884maxresident)k 0inputs+0outputs (45159major+1371633minor)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-09 13:50:07.167378898 +0000 @@ -11,2 +11,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 +29,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 545982b7f49d6156ab9e399d16866b70 File: /usr/share/man/man8/cgdisk.8.xz 100644 root:root c1edc99071b56e6e861e8bca9ca2bfc9 -RPMIdentity: 11e711b8c8460f4218d9830631784259ca819088fdd46e43d547a878999e5d8da56347ef7864cca5e2a3ad1a220d233a410a9cc10c4519cacea695be576b9869 +RPMIdentity: efd78d3c7fba506c6fb36300fa52e2f6c031191a7b9a8fabd8cd13ac66d932d6613b846169166dccd735733e63053028c6994d6aa0ccff9f52ce05d0676f19ad --- 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-09 13:50:07.402380641 +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/ea 40755 root:root +/usr/lib/debug/.build-id/ea/b9fa1efe90cbe502310e198ff83e07a8592fb0 120777 root:root ../../../../sbin/cgdisk +/usr/lib/debug/.build-id/ea/b9fa1efe90cbe502310e198ff83e07a8592fb0.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/ea 40755 root:root +File: /usr/lib/debug/.build-id/ea/b9fa1efe90cbe502310e198ff83e07a8592fb0 120777 root:root ../../../../sbin/cgdisk +File: /usr/lib/debug/.build-id/ea/b9fa1efe90cbe502310e198ff83e07a8592fb0.debug 120777 root:root ../../usr/sbin/cgdisk.debug +File: /usr/lib/debug/usr/sbin/cgdisk.debug 100644 root:root 2749a238e47fc0672081b1afa82698fb 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: f0a74351f842915e5940ab13bac3cbd8ac0d1ba237ce0b9d93a1ba6474ae07770e9bca9027fa4ed05299dcac1929f5a3c95c743463b6cf252a97536ba40b14af --- 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-09 13:50:07.654382509 +0000 @@ -14,2 +14,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 +26,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 5bb082ec39d1b846369cc34e9998f9e6 File: /usr/share/doc/fixparts-1.0.5 40755 root:root @@ -31,2 +32,2 @@ File: /usr/share/man/man8/fixparts.8.xz 100644 root:root da7b4749763d63db03ae5a77e1f3ee90 -RPMIdentity: ef6507dc250b4ef8c6112ac6bde980595ce97825cfec4f8b8218b9673d298162282ebc2f2e220961786ecea2dcb5d3426d40f47523c196c160f63595a18f60f4 +RPMIdentity: 29f151827f926ac3b1ebe8fe9e69ebe4bcd93003b9bff23f6a92417699f95b68acbfe82af2518cdcb1dcc6dc8e1984cd8e0a54885c8db3dfbda1b5849d6d1b61 --- 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-09 13:50:07.893384282 +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/c0 40755 root:root +/usr/lib/debug/.build-id/c0/eead8c6da86bb8466fbf745c0cdac3583436e6 120777 root:root ../../../../sbin/fixparts +/usr/lib/debug/.build-id/c0/eead8c6da86bb8466fbf745c0cdac3583436e6.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/c0 40755 root:root +File: /usr/lib/debug/.build-id/c0/eead8c6da86bb8466fbf745c0cdac3583436e6 120777 root:root ../../../../sbin/fixparts +File: /usr/lib/debug/.build-id/c0/eead8c6da86bb8466fbf745c0cdac3583436e6.debug 120777 root:root ../../usr/sbin/fixparts.debug +File: /usr/lib/debug/usr/sbin/fixparts.debug 100644 root:root 03ab8e365fc91d11fa48d19708bc677e 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: 16ddefbc9f245566c756145b58de6a38dea72a4ae7f30ec1322dc0def94f3a03e09d4103e6d1316fa7229970016ecd3d48ef0d60d973d56c482b2d741c0c8438 --- 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-09 13:50:08.136386084 +0000 @@ -17,2 +17,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 +29,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 +36,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 ade9a7a2e822c3dfcc03f528604d38d3 +File: /usr/sbin/sgdisk 100755 root:root fd096a8e854b5ccb1285e14079db625b File: /usr/share/doc/gdisk-1.0.5 40755 root:root @@ -42,2 +44,2 @@ File: /usr/share/man/man8/sgdisk.8.xz 100644 root:root 40aa59c8c1b2b4123bdc372c7fbfe128 -RPMIdentity: e34854fb87ff9f520ca296f1740a119f5f2a868f8c75e4993a62ed117f15d5e97664fb086663bf3c432182dff89e11db544728e1c4e0dc0c31e1e8c53ff0ddb9 +RPMIdentity: 8de9bae6234f33c2f6deefb61b5e907e2cdec181e380012cd516fc18e8f87f700a7e6ac9d75de0b7604bfb5cd4844b1abc62a8644b2719919f64b0dda2f3223f --- 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-09 13:50:08.370387819 +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/c1 40755 root:root +/usr/lib/debug/.build-id/c1/2a799a24b727cbd657570d12eb5f7e67a043b6 120777 root:root ../../../../sbin/gdisk +/usr/lib/debug/.build-id/c1/2a799a24b727cbd657570d12eb5f7e67a043b6.debug 120777 root:root ../../usr/sbin/gdisk.debug +/usr/lib/debug/.build-id/ef 40755 root:root +/usr/lib/debug/.build-id/ef/bdac44e427b08cf61b8a2e24359ff6ba5cb546 120777 root:root ../../../../sbin/sgdisk +/usr/lib/debug/.build-id/ef/bdac44e427b08cf61b8a2e24359ff6ba5cb546.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/c1 40755 root:root +File: /usr/lib/debug/.build-id/c1/2a799a24b727cbd657570d12eb5f7e67a043b6 120777 root:root ../../../../sbin/gdisk +File: /usr/lib/debug/.build-id/c1/2a799a24b727cbd657570d12eb5f7e67a043b6.debug 120777 root:root ../../usr/sbin/gdisk.debug +File: /usr/lib/debug/.build-id/ef 40755 root:root +File: /usr/lib/debug/.build-id/ef/bdac44e427b08cf61b8a2e24359ff6ba5cb546 120777 root:root ../../../../sbin/sgdisk +File: /usr/lib/debug/.build-id/ef/bdac44e427b08cf61b8a2e24359ff6ba5cb546.debug 120777 root:root ../../usr/sbin/sgdisk.debug +File: /usr/lib/debug/usr/sbin/gdisk.debug 100644 root:root 9074a7602d87b8a6af1959d77da2ac28 +File: /usr/lib/debug/usr/sbin/sgdisk.debug 100644 root:root 5f3d11bea53a0f959af13bcdb4af0aa1 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: d04b3f311ce1b93b955b7ebd5d6da864e6741c96cd729e7894af7b37563f8edbd0fd2a979ee9fb9f0647b96a32a491e3337f8834794c85830fc756147301baae