<86>Jan 1 04:34:41 userdel[1217918]: delete user 'rooter' <86>Jan 1 04:34:41 userdel[1217918]: removed group 'rooter' owned by 'rooter' <86>Jan 1 04:34:41 userdel[1217918]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 1 04:34:41 groupadd[1217938]: group added to /etc/group: name=rooter, GID=945 <86>Jan 1 04:34:41 groupadd[1217938]: group added to /etc/gshadow: name=rooter <86>Jan 1 04:34:41 groupadd[1217938]: new group: name=rooter, GID=945 <86>Jan 1 04:34:41 useradd[1217947]: new user: name=rooter, UID=945, GID=945, home=/root, shell=/bin/bash <86>Jan 1 04:34:41 userdel[1217973]: delete user 'builder' <86>Jan 1 04:34:41 userdel[1217973]: removed group 'builder' owned by 'builder' <86>Jan 1 04:34:41 userdel[1217973]: removed shadow group 'builder' owned by 'builder' <86>Jan 1 04:34:41 groupadd[1217987]: group added to /etc/group: name=builder, GID=946 <86>Jan 1 04:34:41 groupadd[1217987]: group added to /etc/gshadow: name=builder <86>Jan 1 04:34:41 groupadd[1217987]: new group: name=builder, GID=946 <86>Jan 1 04:34:41 useradd[1218000]: new user: name=builder, UID=946, GID=946, home=/usr/src, shell=/bin/bash <13>Jan 1 04:34:42 rpmi: rpm-macros-make-0.1-alt1 1299442795 installed <13>Jan 1 04:34:43 rpmi: libncurses-6.3.20211106-alt1 sisyphus+289273.100.1.1 1636477039 installed <13>Jan 1 04:34:43 rpmi: libtinfo-devel-6.3.20211106-alt1 sisyphus+289273.100.1.1 1636477039 installed <13>Jan 1 04:34:43 rpmi: libncurses-devel-6.3.20211106-alt1 sisyphus+289273.100.1.1 1636477039 installed <13>Jan 1 04:34:43 rpmi: gcc-c++-common-1.4.27-alt1 sisyphus+278099.1300.1.1 1626028636 installed <13>Jan 1 04:34:43 rpmi: libstdc++11-devel-11.2.1-alt2 sisyphus+291192.100.1.1 1638461765 installed <13>Jan 1 04:34:44 rpmi: gcc11-c++-11.2.1-alt2 sisyphus+291192.100.1.1 1638461765 installed <13>Jan 1 04:34:44 rpmi: gcc-c++-11-alt1 sisyphus+285602.400.1.1 1632239666 installed <13>Jan 1 04:34:44 rpmi: libncursesw-devel-6.3.20211106-alt1 sisyphus+289273.100.1.1 1636477039 installed <13>Jan 1 04:34:44 rpmi: libuuid-devel-2.37.2-alt2 sisyphus+284245.100.1.1 1630401233 installed <13>Jan 1 04:34: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.80353 + 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.80353 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gptfdisk-1.0.8 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' + export FFLAGS + make make: Entering directory '/usr/src/RPM/BUILD/gptfdisk-1.0.8' g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o crc32.o crc32.cc crc32.cc: In function 'uint32_t chksum_crc32(unsigned char*, unsigned int)': crc32.cc:34:27: warning: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 34 | register unsigned long crc; | ^~~ g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o support.o support.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o guid.o guid.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o gptpart.o gptpart.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o mbrpart.o mbrpart.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o basicmbr.o basicmbr.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o mbr.o mbr.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o gpt.o gpt.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o bsd.o bsd.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o parttypes.o parttypes.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o attributes.o attributes.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o diskio.o diskio.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o diskio-unix.o diskio-unix.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o cgdisk.o cgdisk.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o gptcurses.o gptcurses.cc gptcurses.cc: In member function 'void GPTDataCurses::ShowInfo(int)': gptcurses.cc:342:33: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'uint64_t' {aka 'long long unsigned int'} [-Wformat=] 342 | printw("Attribute flags: %016x\n", partitions[partNum].GetAttributes().GetAttributes()); | ~~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | unsigned int uint64_t {aka long long unsigned int} | %016llx g++ crc32.o support.o guid.o gptpart.o mbrpart.o basicmbr.o mbr.o gpt.o bsd.o parttypes.o attributes.o diskio.o diskio-unix.o cgdisk.o gptcurses.o -luuid -lncursesw -o cgdisk gpt.cc: In member function 'SetGPTSize': gpt.cc:1841:41: warning: argument 1 value '4294967295' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=] 1841 | newParts = new GPTPart [numEntries]; | ^ /usr/include/c++/11/new:128:26: note: in a call to allocation function 'operator new []' declared here 128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o gdisk.o gdisk.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o gpttext.o gpttext.cc g++ crc32.o support.o guid.o gptpart.o mbrpart.o basicmbr.o mbr.o gpt.o bsd.o parttypes.o attributes.o diskio.o diskio-unix.o gdisk.o gpttext.o -luuid -o gdisk gpt.cc: In member function 'SetGPTSize': gpt.cc:1841:41: warning: argument 1 value '4294967295' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=] 1841 | newParts = new GPTPart [numEntries]; | ^ /usr/include/c++/11/new:128:26: note: in a call to allocation function 'operator new []' declared here 128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o sgdisk.o sgdisk.cc g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o gptcl.o gptcl.cc g++ crc32.o support.o guid.o gptpart.o mbrpart.o basicmbr.o mbr.o gpt.o bsd.o parttypes.o attributes.o diskio.o diskio-unix.o sgdisk.o gptcl.o -luuid -lpopt -o sgdisk gpt.cc: In member function 'SetGPTSize': gpt.cc:1841:41: warning: argument 1 value '4294967295' exceeds maximum object size 2147483647 [-Walloc-size-larger-than=] 1841 | newParts = new GPTPart [numEntries]; | ^ /usr/include/c++/11/new:128:26: note: in a call to allocation function 'operator new []' declared here 128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc) | ^ g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -Wall -D_FILE_OFFSET_BITS=64 -c -o fixparts.o fixparts.cc g++ support.o diskio.o diskio-unix.o basicmbr.o mbrpart.o fixparts.o -o fixparts make: Leaving directory '/usr/src/RPM/BUILD/gptfdisk-1.0.8' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.41257 + 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.41257 + 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.BNgcrVg487. 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.BNgcrVg487. 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.BNgcrVg487. 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 -> hxnTPyXd) 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.BNgcrVg487. 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.BNgcrVg487. 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.BNgcrVg487. 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 8601A0D3-74DB-4D49-ADA2-4445A44100B8 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.BNgcrVg487. 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.BNgcrVg487. 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 -> hxnTPyXd) 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.BNgcrVg487. 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.14301 + 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.2a2F2l 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.Y1XHod 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.D5BDQ4 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.Cj2yUy 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.7R6w06 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.pW3tfK Creating cgdisk-debuginfo package Processing files: fixparts-1.0.8-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.83838 + 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.HoYos3 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.rtmqRf 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.uLTf4d 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.k3WbcR find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.IkguOn 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.9uj898 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Hb2P6K 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.4cPBFg find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KJBw5D 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) 17.53user 2.77system 0:48.31elapsed 42%CPU (0avgtext+0avgdata 80188maxresident)k 0inputs+0outputs (0major+1012594minor)pagefaults 0swaps 21.64user 5.86system 0:55.50elapsed 49%CPU (0avgtext+0avgdata 103812maxresident)k 272inputs+0outputs (45231major+1425562minor)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-01-01 04:35:35.673367162 +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 3cc133a9a542ae070067983f64a4bc7c File: /usr/share/man/man8/cgdisk.8.xz 100644 root:root f62b1d33eab64bdd802a58be7f71a911 -RPMIdentity: 7f4f9e25ab447a53cc9ae05f144c7796bb6503596de51b67292062b0071e8706d6d457ed11071fa9f20c29016d1ebf5b79a232fe8583e079c6f7c0575f62a371 +RPMIdentity: e429be11f7db3df27d826ec921a840993fe35b79e4ecae5d4d2d6b402a8317f09422e828886cd0287c3b2555636754e565472c6f9b2eb18c1e9fabf240f786da --- 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-01-01 04:35:35.984371846 +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/00 40755 root:root +/usr/lib/debug/.build-id/00/88a83913c3fd8afe186335c4953523a2ed8f3b 120777 root:root ../../../../sbin/cgdisk +/usr/lib/debug/.build-id/00/88a83913c3fd8afe186335c4953523a2ed8f3b.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/00 40755 root:root +File: /usr/lib/debug/.build-id/00/88a83913c3fd8afe186335c4953523a2ed8f3b 120777 root:root ../../../../sbin/cgdisk +File: /usr/lib/debug/.build-id/00/88a83913c3fd8afe186335c4953523a2ed8f3b.debug 120777 root:root ../../usr/sbin/cgdisk.debug +File: /usr/lib/debug/usr/sbin/cgdisk.debug 100644 root:root d0246a1201e80cfa894dbbc295dbe28e 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: 91fcaa0b346ecdd1270176d2d70ed14843bc891a65e404354ac64551fca555bbdf318e3931323843c2c69ae6538e894b60d54c99c3597fd40b01368a664dbf72 --- 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-01-01 04:35:36.093373487 +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 b2202572e54c444064b5b085cb3f87b2 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: 517ed76a6855a472e8f2cad5239430355d10b1e4a408619e8439457310fdc34148b84dc8e1d7782d7b1b16d17b8a7bc462662566f544a878b697e7761f0bb71f --- 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-01-01 04:35:36.194375009 +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/34 40755 root:root +/usr/lib/debug/.build-id/34/d1fd530c3ca80313bd5f2651fca640543da63c 120777 root:root ../../../../sbin/fixparts +/usr/lib/debug/.build-id/34/d1fd530c3ca80313bd5f2651fca640543da63c.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/34 40755 root:root +File: /usr/lib/debug/.build-id/34/d1fd530c3ca80313bd5f2651fca640543da63c 120777 root:root ../../../../sbin/fixparts +File: /usr/lib/debug/.build-id/34/d1fd530c3ca80313bd5f2651fca640543da63c.debug 120777 root:root ../../usr/sbin/fixparts.debug +File: /usr/lib/debug/usr/sbin/fixparts.debug 100644 root:root 6bc851919f753df63c2058cad2f6ecb0 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: 1e15a76a4390f8cc5049c09eb2057256d80eb336bfdcb9e108b7a35e16e649f47fa3f8a4e7575237b830fb763e9da89808f1a934f653bcd8e6aaac13be3378dc --- 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-01-01 04:35:36.364377569 +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 87d02425ea547bae217f597b4a5e62f9 +File: /usr/sbin/sgdisk 100755 root:root f50cc4e1168c29051cbf0fa7f881995c 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: 63bbd2ea38d7f94be81cb49bc378af55eb6460e850ee1a2c5ffcf89d4b4d001b4eafa007228445e0f5795fda262380abe4d795105cdd2d9e1abdfa4fb906ec7a --- 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-01-01 04:35:36.545380295 +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/1f 40755 root:root +/usr/lib/debug/.build-id/1f/25aac78006cb1d4f6092c290ef7b6916ca2e32 120777 root:root ../../../../sbin/sgdisk +/usr/lib/debug/.build-id/1f/25aac78006cb1d4f6092c290ef7b6916ca2e32.debug 120777 root:root ../../usr/sbin/sgdisk.debug +/usr/lib/debug/.build-id/60 40755 root:root +/usr/lib/debug/.build-id/60/542f590b0cf9a63040a0015e78f0ae229a269d 120777 root:root ../../../../sbin/gdisk +/usr/lib/debug/.build-id/60/542f590b0cf9a63040a0015e78f0ae229a269d.debug 120777 root:root ../../usr/sbin/gdisk.debug /usr/lib/debug/usr/sbin/gdisk.debug 100644 root:root @@ -50,10 +50,10 @@ Provides: gdisk-debuginfo = 1.0.8-alt1:sisyphus+288654.100.1.1 -File: /usr/lib/debug/.build-id/44 40755 root:root -File: /usr/lib/debug/.build-id/44/dc8742aadf2205b1b2e9d6167f44dab75b5abd 120777 root:root ../../../../sbin/gdisk -File: /usr/lib/debug/.build-id/44/dc8742aadf2205b1b2e9d6167f44dab75b5abd.debug 120777 root:root ../../usr/sbin/gdisk.debug -File: /usr/lib/debug/.build-id/74 40755 root:root -File: /usr/lib/debug/.build-id/74/3b335ec0b2fb83988e881fec7926f14d1d24a9 120777 root:root ../../../../sbin/sgdisk -File: /usr/lib/debug/.build-id/74/3b335ec0b2fb83988e881fec7926f14d1d24a9.debug 120777 root:root ../../usr/sbin/sgdisk.debug -File: /usr/lib/debug/usr/sbin/gdisk.debug 100644 root:root 2571fb07e86c125e79e7289ee037662c -File: /usr/lib/debug/usr/sbin/sgdisk.debug 100644 root:root b6417741c824f6c6812bbffb3a4a5a53 +File: /usr/lib/debug/.build-id/1f 40755 root:root +File: /usr/lib/debug/.build-id/1f/25aac78006cb1d4f6092c290ef7b6916ca2e32 120777 root:root ../../../../sbin/sgdisk +File: /usr/lib/debug/.build-id/1f/25aac78006cb1d4f6092c290ef7b6916ca2e32.debug 120777 root:root ../../usr/sbin/sgdisk.debug +File: /usr/lib/debug/.build-id/60 40755 root:root +File: /usr/lib/debug/.build-id/60/542f590b0cf9a63040a0015e78f0ae229a269d 120777 root:root ../../../../sbin/gdisk +File: /usr/lib/debug/.build-id/60/542f590b0cf9a63040a0015e78f0ae229a269d.debug 120777 root:root ../../usr/sbin/gdisk.debug +File: /usr/lib/debug/usr/sbin/gdisk.debug 100644 root:root 7eeaca4582b62acfd7437acc716e03c8 +File: /usr/lib/debug/usr/sbin/sgdisk.debug 100644 root:root 8e88f196926b41864f4e4eeb0eb041cd 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: 2e210fe5d2b50eb5e615b46c26c8f0ffcd911909fde862cff8ee143c5b7189f9416d2cc4b339f457b9c07612485e4167dd02419aa3d0b790929a0481027dcc2a