D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/samdump2-3.0.0-10.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.yHyxhD + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf samdump2-3.0.0 + /usr/bin/bzip2 -dc /home/iurt/rpmbuild/SOURCES/samdump2-3.0.0.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd samdump2-3.0.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/samdump2-install.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/50_openssl.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gFYCaU + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd samdump2-3.0.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/make -O -j8 V=1 VERBOSE=1 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'LIBS=-lssl -lcrypto' /usr/bin/gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o dumpsam.o dumpsam.c /usr/bin/gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o list.o list.c /usr/bin/gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o main.o main.c /usr/bin/gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o bkhive.o bkhive.c /usr/bin/gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o hive.o hive.c /usr/bin/gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o samdump2.o samdump2.c samdump2.c: In function 'str_to_key': samdump2.c:75:9: warning: 'DES_set_odd_parity' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 75 | DES_set_odd_parity((DES_cblock *)key); | ^~~~~~~~~~~~~~~~~~ In file included from samdump2.c:32: /usr/include/openssl/des.h:176:28: note: declared here 176 | OSSL_DEPRECATEDIN_3_0 void DES_set_odd_parity(DES_cblock *key); | ^~~~~~~~~~~~~~~~~~ samdump2.c: In function 'samdump2': samdump2.c:276:3: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 276 | MD5_Init( &md5c ); | ^~~~~~~~ In file included from samdump2.c:31: /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ samdump2.c:277:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 277 | MD5_Update( &md5c, &b[0x70], 0x10 ); | ^~~~~~~~~~ In file included from samdump2.c:31: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ samdump2.c:278:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 278 | MD5_Update( &md5c, aqwerty, 0x2f ); | ^~~~~~~~~~ In file included from samdump2.c:31: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ samdump2.c:279:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 279 | MD5_Update( &md5c, bootkey, 0x10 ); | ^~~~~~~~~~ In file included from samdump2.c:31: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ samdump2.c:280:3: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 280 | MD5_Update( &md5c, anum, 0x29 ); | ^~~~~~~~~~ In file included from samdump2.c:31: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ samdump2.c:281:3: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 281 | MD5_Final( md5hash, &md5c ); | ^~~~~~~~~ In file included from samdump2.c:31: /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ samdump2.c:282:3: warning: 'RC4_set_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 282 | RC4_set_key( &rc4k, 0x10, md5hash ); | ^~~~~~~~~~~ In file included from samdump2.c:30: /usr/include/openssl/rc4.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void RC4_set_key(RC4_KEY *key, int len, | ^~~~~~~~~~~ samdump2.c:283:3: warning: 'RC4' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 283 | RC4( &rc4k, 0x20, &b[0x80], hbootkey ); | ^~~ In file included from samdump2.c:30: /usr/include/openssl/rc4.h:37:28: note: declared here 37 | OSSL_DEPRECATEDIN_3_0 void RC4(RC4_KEY *key, size_t len, | ^~~ samdump2.c:396:7: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 396 | MD5_Init( &md5c ); | ^~~~~~~~ In file included from samdump2.c:31: /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ samdump2.c:397:7: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 397 | MD5_Update( &md5c, hbootkey, 0x10 ); | ^~~~~~~~~~ In file included from samdump2.c:31: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ samdump2.c:399:7: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 399 | MD5_Update( &md5c, &rid, 0x4 ); | ^~~~~~~~~~ In file included from samdump2.c:31: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ samdump2.c:405:7: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 405 | MD5_Update( &md5c, almpassword, 0xb ); | ^~~~~~~~~~ In file included from samdump2.c:31: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ samdump2.c:406:7: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 406 | MD5_Final( md5hash, &md5c ); | ^~~~~~~~~ In file included from samdump2.c:31: /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ samdump2.c:408:7: warning: 'RC4_set_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 408 | RC4_set_key( &rc4k, 0x10, md5hash ); | ^~~~~~~~~~~ In file included from samdump2.c:30: /usr/include/openssl/rc4.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void RC4_set_key(RC4_KEY *key, int len, | ^~~~~~~~~~~ samdump2.c:409:7: warning: 'RC4' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 409 | RC4( &rc4k, 0x10, &b[ lm_hashesoffset + 4 ], obfkey ); | ^~~ In file included from samdump2.c:30: /usr/include/openssl/rc4.h:37:28: note: declared here 37 | OSSL_DEPRECATEDIN_3_0 void RC4(RC4_KEY *key, size_t len, | ^~~ samdump2.c:422:7: warning: 'DES_set_key_checked' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 422 | DES_set_key_checked((DES_cblock *)deskey1, &ks1); | ^~~~~~~~~~~~~~~~~~~ In file included from samdump2.c:32: /usr/include/openssl/des.h:190:5: note: declared here 190 | int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule); | ^~~~~~~~~~~~~~~~~~~ samdump2.c:424:7: warning: 'DES_set_key_unchecked' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 424 | DES_set_key_unchecked((DES_cblock *)deskey2, &ks2); | ^~~~~~~~~~~~~~~~~~~~~ In file included from samdump2.c:32: /usr/include/openssl/des.h:192:6: note: declared here 192 | void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule); | ^~~~~~~~~~~~~~~~~~~~~ samdump2.c:427:7: warning: 'DES_ecb_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 427 | DES_ecb_encrypt((DES_cblock *)obfkey, | ^~~~~~~~~~~~~~~ In file included from samdump2.c:32: /usr/include/openssl/des.h:105:6: note: declared here 105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, | ^~~~~~~~~~~~~~~ samdump2.c:429:7: warning: 'DES_ecb_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 429 | DES_ecb_encrypt((DES_cblock *)(obfkey + 8), | ^~~~~~~~~~~~~~~ In file included from samdump2.c:32: /usr/include/openssl/des.h:105:6: note: declared here 105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, | ^~~~~~~~~~~~~~~ samdump2.c:457:7: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 457 | MD5_Init( &md5c ); | ^~~~~~~~ In file included from samdump2.c:31: /usr/include/openssl/md5.h:49:27: note: declared here 49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c); | ^~~~~~~~ samdump2.c:458:7: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 458 | MD5_Update( &md5c, hbootkey, 0x10 ); | ^~~~~~~~~~ In file included from samdump2.c:31: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ samdump2.c:460:7: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 460 | MD5_Update( &md5c, &rid, 0x4 ); | ^~~~~~~~~~ In file included from samdump2.c:31: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ samdump2.c:466:7: warning: 'MD5_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 466 | MD5_Update( &md5c, antpassword, 0xb ); | ^~~~~~~~~~ In file included from samdump2.c:31: /usr/include/openssl/md5.h:50:27: note: declared here 50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len); | ^~~~~~~~~~ samdump2.c:467:7: warning: 'MD5_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 467 | MD5_Final( md5hash, &md5c ); | ^~~~~~~~~ In file included from samdump2.c:31: /usr/include/openssl/md5.h:51:27: note: declared here 51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c); | ^~~~~~~~~ samdump2.c:469:7: warning: 'RC4_set_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 469 | RC4_set_key( &rc4k, 0x10, md5hash ); | ^~~~~~~~~~~ In file included from samdump2.c:30: /usr/include/openssl/rc4.h:35:28: note: declared here 35 | OSSL_DEPRECATEDIN_3_0 void RC4_set_key(RC4_KEY *key, int len, | ^~~~~~~~~~~ samdump2.c:470:7: warning: 'RC4' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 470 | RC4( &rc4k, 0x10, &b[ nt_hashesoffset + 4], obfkey ); | ^~~ In file included from samdump2.c:30: /usr/include/openssl/rc4.h:37:28: note: declared here 37 | OSSL_DEPRECATEDIN_3_0 void RC4(RC4_KEY *key, size_t len, | ^~~ samdump2.c:475:9: warning: 'DES_set_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 475 | DES_set_key((DES_cblock *)deskey1,&ks1); | ^~~~~~~~~~~ In file included from samdump2.c:32: /usr/include/openssl/des.h:186:5: note: declared here 186 | int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule); | ^~~~~~~~~~~ samdump2.c:477:9: warning: 'DES_set_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 477 | DES_set_key((DES_cblock *)deskey2,&ks2); | ^~~~~~~~~~~ In file included from samdump2.c:32: /usr/include/openssl/des.h:186:5: note: declared here 186 | int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule); | ^~~~~~~~~~~ samdump2.c:481:7: warning: 'DES_ecb_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 481 | DES_ecb_encrypt((DES_cblock *)obfkey, | ^~~~~~~~~~~~~~~ In file included from samdump2.c:32: /usr/include/openssl/des.h:105:6: note: declared here 105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, | ^~~~~~~~~~~~~~~ samdump2.c:483:7: warning: 'DES_ecb_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 483 | DES_ecb_encrypt((DES_cblock *)(obfkey + 8), | ^~~~~~~~~~~~~~~ In file included from samdump2.c:32: /usr/include/openssl/des.h:105:6: note: declared here 105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, | ^~~~~~~~~~~~~~~ Building binary... /usr/bin/gcc -o samdump2 hive.o list.o bkhive.o samdump2.o main.o dumpsam.o -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -lssl -lcrypto + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.P4zPev + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/samdump2-3.0.0-10.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/samdump2-3.0.0-10.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/samdump2-3.0.0-10.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/samdump2-3.0.0-10.mga9.aarch64 + cd samdump2-3.0.0 + '[' 1 -eq 1 ']' ++ id -un + OWNER=iurt ++ id -gn + GROUP=iurt + /usr/bin/make install DESTDIR=/home/iurt/rpmbuild/BUILDROOT/samdump2-3.0.0-10.mga9.aarch64 'INSTALL=/usr/bin/install -p' BINDIR=/usr/bin MANDIR=/usr/share/man/man1/ OWNER=iurt GROUP=iurt Creating directories... /usr/bin/install -p -d -m 755 -o iurt -g iurt /home/iurt/rpmbuild/BUILDROOT/samdump2-3.0.0-10.mga9.aarch64/usr/bin /usr/bin/install -p -d -m 755 -o iurt -g iurt /home/iurt/rpmbuild/BUILDROOT/samdump2-3.0.0-10.mga9.aarch64/usr/share/man/man1/ Copying binary... /usr/bin/install -p samdump2 -m 755 -o iurt -g iurt /home/iurt/rpmbuild/BUILDROOT/samdump2-3.0.0-10.mga9.aarch64/usr/bin Installing man page... /usr/bin/install -p samdump2.1 -m 644 -o iurt -g iurt /home/iurt/rpmbuild/BUILDROOT/samdump2-3.0.0-10.mga9.aarch64/usr/share/man/man1/ + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 3.0.0-10.mga9 --unique-debug-suffix -3.0.0-10.mga9.aarch64 --unique-debug-src-base samdump2-3.0.0-10.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/samdump2-3.0.0 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/samdump2-3.0.0-10.mga9.aarch64/usr/bin/samdump2 dwz: ./usr/bin/samdump2-3.0.0-10.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 72kB, size after compression: 72kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 82 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: samdump2-3.0.0-10.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.g2e4iW + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd samdump2-3.0.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/samdump2-3.0.0-10.mga9.aarch64/usr/share/doc/samdump2 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/samdump2-3.0.0-10.mga9.aarch64/usr/share/doc/samdump2 + cp -pr AUTHORS /home/iurt/rpmbuild/BUILDROOT/samdump2-3.0.0-10.mga9.aarch64/usr/share/doc/samdump2 + cp -pr COPYING /home/iurt/rpmbuild/BUILDROOT/samdump2-3.0.0-10.mga9.aarch64/usr/share/doc/samdump2 + cp -pr README /home/iurt/rpmbuild/BUILDROOT/samdump2-3.0.0-10.mga9.aarch64/usr/share/doc/samdump2 + cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/samdump2-3.0.0-10.mga9.aarch64/usr/share/doc/samdump2 + RPM_EC=0 ++ jobs -p + exit 0 Provides: samdump2 = 3.0.0-10.mga9 samdump2(aarch-64) = 3.0.0-10.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.34)(64bit) libcrypto.so.3()(64bit) libcrypto.so.3(OPENSSL_3.0.0)(64bit) libssl.so.3()(64bit) Processing files: samdump2-debugsource-3.0.0-10.mga9.aarch64 Provides: samdump2-debugsource = 3.0.0-10.mga9 samdump2-debugsource(aarch-64) = 3.0.0-10.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: samdump2-debuginfo-3.0.0-10.mga9.aarch64 Provides: debuginfo(build-id) = 93896feb05577c4ec1bdeeb2ce520018b33d0936 samdump2-debuginfo = 3.0.0-10.mga9 samdump2-debuginfo(aarch-64) = 3.0.0-10.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: samdump2-debugsource(aarch-64) = 3.0.0-10.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/samdump2-3.0.0-10.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/samdump2-debuginfo-3.0.0-10.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/samdump2-debugsource-3.0.0-10.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/samdump2-3.0.0-10.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.l5osou + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd samdump2-3.0.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/samdump2-3.0.0-10.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.hbNw7R + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf samdump2-3.0.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!