<86>Jun 25 05:21:40 userdel[1640101]: delete user 'rooter' <86>Jun 25 05:21:40 userdel[1640101]: removed group 'rooter' owned by 'rooter' <86>Jun 25 05:21:40 userdel[1640101]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 25 05:21:40 groupadd[1640111]: group added to /etc/group: name=rooter, GID=981 <86>Jun 25 05:21:40 groupadd[1640111]: group added to /etc/gshadow: name=rooter <86>Jun 25 05:21:40 groupadd[1640111]: new group: name=rooter, GID=981 <86>Jun 25 05:21:40 useradd[1640122]: new user: name=rooter, UID=981, GID=981, home=/root, shell=/bin/bash <86>Jun 25 05:21:40 userdel[1640139]: delete user 'builder' <86>Jun 25 05:21:40 userdel[1640139]: removed group 'builder' owned by 'builder' <86>Jun 25 05:21:40 userdel[1640139]: removed shadow group 'builder' owned by 'builder' <86>Jun 25 05:21:40 groupadd[1640151]: group added to /etc/group: name=builder, GID=982 <86>Jun 25 05:21:40 groupadd[1640151]: group added to /etc/gshadow: name=builder <86>Jun 25 05:21:40 groupadd[1640151]: new group: name=builder, GID=982 <86>Jun 25 05:21:40 useradd[1640159]: new user: name=builder, UID=982, GID=982, home=/usr/src, shell=/bin/bash <13>Jun 25 05:21:41 rpmi: rpm-macros-make-0.1-alt1 1299442795 installed <13>Jun 25 05:21:43 rpmi: libncurses-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835262 installed <13>Jun 25 05:21:43 rpmi: libtinfo-devel-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835262 installed <13>Jun 25 05:21:43 rpmi: libncurses-devel-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835262 installed <13>Jun 25 05:21:43 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Jun 25 05:21:43 rpmi: libstdc++12-devel-12.1.1-alt1 sisyphus+300988.100.1.1 1654028661 installed <13>Jun 25 05:21:44 rpmi: gcc12-c++-12.1.1-alt1 sisyphus+300988.100.1.1 1654028661 installed <13>Jun 25 05:21:44 rpmi: gcc-c++-12-alt1 sisyphus+300988.300.1.1 1654033914 installed <13>Jun 25 05:21:44 rpmi: libncursesw-devel-6.3.20220618-alt1 sisyphus+302449.100.1.1 1655835262 installed <13>Jun 25 05:21:44 rpmi: libuuid-devel-2.37.3-alt2 sisyphus+294073.100.1.1 1643117189 installed <13>Jun 25 05:21:44 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.74634 + 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.74634 + 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++/12/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++/12/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++/12/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.18766 + 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.31506 + 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.SaIx7iPa5d. 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.SaIx7iPa5d. 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.SaIx7iPa5d. 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 -> GcFnJBlM) 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.SaIx7iPa5d. 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.SaIx7iPa5d. 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.SaIx7iPa5d. 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 A57EB5F3-2DBC-4774-9572-3900DEC6FFB7 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.SaIx7iPa5d. 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.SaIx7iPa5d. 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 -> GcFnJBlM) 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.SaIx7iPa5d. 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.78311 + 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.9WOnYO 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.RCbXFQ 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.QruBO6 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.UepntS 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.zp9VMM 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.vst9Dx Creating cgdisk-debuginfo package Processing files: fixparts-1.0.8-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.71901 + 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.agVs3W 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.XOszsp 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.8hf55W 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.JoqoL5 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MHMcBx 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.Gs9qSR find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BZZH06 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.41qHSH find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pNgpdx 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) 19.43user 3.04system 0:45.95elapsed 48%CPU (0avgtext+0avgdata 72656maxresident)k 0inputs+0outputs (0major+1016626minor)pagefaults 0swaps 24.55user 6.92system 0:54.19elapsed 58%CPU (0avgtext+0avgdata 103388maxresident)k 0inputs+0outputs (45383major+1419001minor)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-06-25 05:22:32.244165078 +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 3cbfdf7e43ad0feadfdc253f531ad960 File: /usr/share/man/man8/cgdisk.8.xz 100644 root:root f62b1d33eab64bdd802a58be7f71a911 -RPMIdentity: 7f4f9e25ab447a53cc9ae05f144c7796bb6503596de51b67292062b0071e8706d6d457ed11071fa9f20c29016d1ebf5b79a232fe8583e079c6f7c0575f62a371 +RPMIdentity: 15c99ad68489a6023d6fc252a80168ab02a095eaab2163f1536bcf1576213a45230f34d1101a266ce924a2fc1428d124ff791b2a9dc96936dc976adc8f8bf039 --- 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-06-25 05:22:32.301165860 +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/9b 40755 root:root +/usr/lib/debug/.build-id/9b/10b5bb872e017d15f9c7212805d9d64c2e7ffc 120777 root:root ../../../../sbin/cgdisk +/usr/lib/debug/.build-id/9b/10b5bb872e017d15f9c7212805d9d64c2e7ffc.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/9b 40755 root:root +File: /usr/lib/debug/.build-id/9b/10b5bb872e017d15f9c7212805d9d64c2e7ffc 120777 root:root ../../../../sbin/cgdisk +File: /usr/lib/debug/.build-id/9b/10b5bb872e017d15f9c7212805d9d64c2e7ffc.debug 120777 root:root ../../usr/sbin/cgdisk.debug +File: /usr/lib/debug/usr/sbin/cgdisk.debug 100644 root:root 83de8da7b4dea9450504686966be4a5e 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: 9bba7af8145a9cc409c8ed24b850551a2866fdf07890de1d21d5a7612737cfe0bef4d44af98a5915be9ab2d50aeb9340822b9147d9e18e166b508396bc49e489 --- 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-06-25 05:22:32.349166518 +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 eb902d8d982e67d3027d0965c2b52201 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: 7a05d18f7d4b9f2dd394776444b4604975ad5d268388d38cd8f97b7f427e2d615e03c03c0afb1a6eed750efa4495e7b248c8e5f2edc0e5bce0e96665c1a91f8a --- 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-06-25 05:22:32.411167368 +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/fc 40755 root:root +/usr/lib/debug/.build-id/fc/c88033148b9d2ff63ca112eaed4313382b4987 120777 root:root ../../../../sbin/fixparts +/usr/lib/debug/.build-id/fc/c88033148b9d2ff63ca112eaed4313382b4987.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/fc 40755 root:root +File: /usr/lib/debug/.build-id/fc/c88033148b9d2ff63ca112eaed4313382b4987 120777 root:root ../../../../sbin/fixparts +File: /usr/lib/debug/.build-id/fc/c88033148b9d2ff63ca112eaed4313382b4987.debug 120777 root:root ../../usr/sbin/fixparts.debug +File: /usr/lib/debug/usr/sbin/fixparts.debug 100644 root:root 533b6ee587eae7544dc88ce9924c859a 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: b72244750431133ffe0ed4dfa74a899c6b4b215fa2e6226171d9bf3dce299962157cdd229d4abe6ac6aec0ccc4723a356093ad333a336939fa86ecd916510198 --- 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-06-25 05:22:32.460168039 +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 301d27775ca1d59631c7f993744f8367 +File: /usr/sbin/sgdisk 100755 root:root 0795853c8749ac4bdc2e0e89b1af43b9 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: 52211c088d7deae2fa29d87ba8d14102375bc27e2ef896ddbd0d0ad42c1f5f1f547bf3245cfe575a22b7c22232b34d0e68c9d52f949a4b56fe0f8c6867be9bbd --- 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-06-25 05:22:32.525168931 +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/06 40755 root:root +/usr/lib/debug/.build-id/06/0e3770cf2dd46e5d61aae06bbc7b7d2c767d43 120777 root:root ../../../../sbin/gdisk +/usr/lib/debug/.build-id/06/0e3770cf2dd46e5d61aae06bbc7b7d2c767d43.debug 120777 root:root ../../usr/sbin/gdisk.debug +/usr/lib/debug/.build-id/ce 40755 root:root +/usr/lib/debug/.build-id/ce/2ed27c48e728a2afbb3d9cdb4705435c180e09 120777 root:root ../../../../sbin/sgdisk +/usr/lib/debug/.build-id/ce/2ed27c48e728a2afbb3d9cdb4705435c180e09.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.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/06 40755 root:root +File: /usr/lib/debug/.build-id/06/0e3770cf2dd46e5d61aae06bbc7b7d2c767d43 120777 root:root ../../../../sbin/gdisk +File: /usr/lib/debug/.build-id/06/0e3770cf2dd46e5d61aae06bbc7b7d2c767d43.debug 120777 root:root ../../usr/sbin/gdisk.debug +File: /usr/lib/debug/.build-id/ce 40755 root:root +File: /usr/lib/debug/.build-id/ce/2ed27c48e728a2afbb3d9cdb4705435c180e09 120777 root:root ../../../../sbin/sgdisk +File: /usr/lib/debug/.build-id/ce/2ed27c48e728a2afbb3d9cdb4705435c180e09.debug 120777 root:root ../../usr/sbin/sgdisk.debug +File: /usr/lib/debug/usr/sbin/gdisk.debug 100644 root:root a763945a7d8ed41aa15f5b1f407c4e6f +File: /usr/lib/debug/usr/sbin/sgdisk.debug 100644 root:root 6a89ae87b631194d789067778c8fead4 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: be29b9a76b9ebc0e4c98c70490a7c6fd8327a251f07a368fdebd0b599602daabdfa0247dd42924de540584bf969d793a1b3e61f6e07588f54c60ff5ff8e612d9