<86>Sep 23 05:30:54 userdel[954855]: delete user 'rooter' <86>Sep 23 05:30:54 userdel[954855]: removed group 'rooter' owned by 'rooter' <86>Sep 23 05:30:54 userdel[954855]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 23 05:30:54 groupadd[954928]: group added to /etc/group: name=rooter, GID=1817 <86>Sep 23 05:30:54 groupadd[954928]: group added to /etc/gshadow: name=rooter <86>Sep 23 05:30:54 groupadd[954928]: new group: name=rooter, GID=1817 <86>Sep 23 05:30:54 useradd[954995]: new user: name=rooter, UID=1817, GID=1817, home=/root, shell=/bin/bash, from=none <86>Sep 23 05:30:54 userdel[955086]: delete user 'builder' <86>Sep 23 05:30:54 userdel[955086]: removed group 'builder' owned by 'builder' <86>Sep 23 05:30:54 userdel[955086]: removed shadow group 'builder' owned by 'builder' <86>Sep 23 05:30:54 groupadd[955149]: group added to /etc/group: name=builder, GID=1818 <86>Sep 23 05:30:54 groupadd[955149]: group added to /etc/gshadow: name=builder <86>Sep 23 05:30:54 groupadd[955149]: new group: name=builder, GID=1818 <86>Sep 23 05:30:54 useradd[955206]: new user: name=builder, UID=1818, GID=1818, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/perl-Crypt-IDEA-1.10-alt2.2.src.rpm: The use of such a license name is ambiguous: GPL /usr/src/in/srpm/perl-Crypt-IDEA-1.10-alt2.2.src.rpm: The use of such a license name is ambiguous: Artistic warning: user igor does not exist - using root warning: group igor does not exist - using root warning: user igor does not exist - using root warning: group igor does not exist - using root <13>Sep 23 05:30:57 rpmi: libgdbm-1.8.3-alt10 sisyphus+278100.1600.1.1 1626059138 installed <13>Sep 23 05:30:57 rpmi: libgdbm-devel-1.8.3-alt10 sisyphus+278100.1600.1.1 1626059138 installed <13>Sep 23 05:30:57 rpmi: perl-devel-1:5.34.1-alt1 sisyphus+303178.100.1.1 1656953649 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/perl-Crypt-IDEA-1.10-alt2.2.nosrc.rpm (w1.gzdio) Installing perl-Crypt-IDEA-1.10-alt2.2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.66021 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf Crypt-IDEA-1.10 + echo 'Source #0 (Crypt-IDEA-1.10.tar.gz):' Source #0 (Crypt-IDEA-1.10.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/Crypt-IDEA-1.10.tar.gz + /bin/tar -xf - + cd Crypt-IDEA-1.10 + /bin/chmod -c -Rf u+rwX,go-w . mode of './README' changed from 0444 (r--r--r--) to 0644 (rw-r--r--) + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.75554 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Crypt-IDEA-1.10 + perl_vendor_build + export PERL_EXTUTILS_AUTOINSTALL=--skip + PERL_EXTUTILS_AUTOINSTALL=--skip + export XSUBPP_STATIC_XS=1 + XSUBPP_STATIC_XS=1 + _perl_vendor_fixin + find . -type f -print0 + xargs -r0 /usr/bin/subst -p '1s,^#![[:space:]]*\([^[:space:]]*/\)\?perl\([^/[:alpha:][:space:]][^/[:space:]]*\)\?\([[:space:]]\|$\),#!/usr/bin/perl\3,' + /bin/grep -qs -Ew '((dist|module)_name|Build_PL|Module::Build)' Build.PL + _perl_vendor_MM_build + : looking for PREREQ dependencies + /usr/bin/perl Makefile.PL PRINT_PREREQ=1 + tee .perl.req + : writing Makefile + /usr/bin/perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::IDEA + : running make + make -j16 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic' 'CP=/bin/cp -p' make: Entering directory '/usr/src/RPM/BUILD/Crypt-IDEA-1.10' Running Mkbootstrap for IDEA () chmod 644 "IDEA.bs" make: Leaving directory '/usr/src/RPM/BUILD/Crypt-IDEA-1.10' make: Entering directory '/usr/src/RPM/BUILD/Crypt-IDEA-1.10' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- IDEA.bs blib/arch/auto/Crypt/IDEA/IDEA.bs 644 make: Leaving directory '/usr/src/RPM/BUILD/Crypt-IDEA-1.10' make: Entering directory '/usr/src/RPM/BUILD/Crypt-IDEA-1.10' gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DVERSION=\"1.10\" -DXS_VERSION=\"1.10\" -fPIC "-I/usr/lib/perl5/CORE" _idea.c _idea.c:85:24: warning: argument 1 of type 'u_int16_t *' {aka 'short unsigned int *'} declared as a pointer [-Warray-parameter=] 85 | idea_crypt(u_int16_t * in, u_int16_t * out, u_int16_t * key) | ~~~~~~~~~~~~^~ In file included from _idea.c:9: idea.h:20:29: note: previously declared as an array 'u_int16_t[4]' {aka 'short unsigned int[4]'} 20 | void idea_crypt(idea_cblock in, idea_cblock out, idea_ks key); | ~~~~~~~~~~~~^~ _idea.c:85:40: warning: argument 2 of type 'u_int16_t *' {aka 'short unsigned int *'} declared as a pointer [-Warray-parameter=] 85 | idea_crypt(u_int16_t * in, u_int16_t * out, u_int16_t * key) | ~~~~~~~~~~~~^~~ idea.h:20:45: note: previously declared as an array 'u_int16_t[4]' {aka 'short unsigned int[4]'} 20 | void idea_crypt(idea_cblock in, idea_cblock out, idea_ks key); | ~~~~~~~~~~~~^~~ _idea.c:85:57: warning: argument 3 of type 'u_int16_t *' {aka 'short unsigned int *'} declared as a pointer [-Warray-parameter=] 85 | idea_crypt(u_int16_t * in, u_int16_t * out, u_int16_t * key) | ~~~~~~~~~~~~^~~ idea.h:20:58: note: previously declared as an array 'u_int16_t[52]' {aka 'short unsigned int[52]'} 20 | void idea_crypt(idea_cblock in, idea_cblock out, idea_ks key); | ~~~~~~~~^~~ _idea.c:131:29: warning: argument 1 of type 'u_int16_t *' {aka 'short unsigned int *'} declared as a pointer [-Warray-parameter=] 131 | idea_invert_key(u_int16_t * key, u_int16_t * invKey) | ~~~~~~~~~~~~^~~ idea.h:21:30: note: previously declared as an array 'u_int16_t[52]' {aka 'short unsigned int[52]'} 21 | void idea_invert_key(idea_ks key, idea_ks inv_key); | ~~~~~~~~^~~ _idea.c:131:46: warning: argument 2 of type 'u_int16_t *' {aka 'short unsigned int *'} declared as a pointer [-Warray-parameter=] 131 | idea_invert_key(u_int16_t * key, u_int16_t * invKey) | ~~~~~~~~~~~~^~~~~~ idea.h:21:43: note: previously declared as an array 'u_int16_t[52]' {aka 'short unsigned int[52]'} 21 | void idea_invert_key(idea_ks key, idea_ks inv_key); | ~~~~~~~~^~~~~~~ _idea.c:164:29: warning: argument 1 of type 'u_int16_t *' {aka 'short unsigned int *'} declared as a pointer [-Warray-parameter=] 164 | idea_expand_key(u_int16_t * userKey, u_int16_t * key) | ~~~~~~~~~~~~^~~~~~~ idea.h:22:36: note: previously declared as an array 'u_int16_t[8]' {aka 'short unsigned int[8]'} 22 | void idea_expand_key(idea_user_key userKey, idea_ks key); | ~~~~~~~~~~~~~~^~~~~~~ _idea.c:164:50: warning: argument 2 of type 'u_int16_t *' {aka 'short unsigned int *'} declared as a pointer [-Warray-parameter=] 164 | idea_expand_key(u_int16_t * userKey, u_int16_t * key) | ~~~~~~~~~~~~^~~ idea.h:22:53: note: previously declared as an array 'u_int16_t[52]' {aka 'short unsigned int[52]'} 22 | void idea_expand_key(idea_user_key userKey, idea_ks key); | ~~~~~~~~^~~ make: Leaving directory '/usr/src/RPM/BUILD/Crypt-IDEA-1.10' make: Entering directory '/usr/src/RPM/BUILD/Crypt-IDEA-1.10' cp IDEA.pod blib/lib/Crypt/IDEA.pod cp IDEA.pm blib/lib/Crypt/IDEA.pm make: Leaving directory '/usr/src/RPM/BUILD/Crypt-IDEA-1.10' make: Entering directory '/usr/src/RPM/BUILD/Crypt-IDEA-1.10' "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/usr/src/RPM/BUILD/Crypt-IDEA-1.10/typemap' IDEA.xs > IDEA.xsc Please specify prototyping behavior for IDEA.xs (see perlxs manual) mv IDEA.xsc IDEA.c make: Leaving directory '/usr/src/RPM/BUILD/Crypt-IDEA-1.10' make: Entering directory '/usr/src/RPM/BUILD/Crypt-IDEA-1.10' gcc -c -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -DVERSION=\"1.10\" -DXS_VERSION=\"1.10\" -fPIC "-I/usr/lib/perl5/CORE" IDEA.c In file included from IDEA.xs:8: IDEA.c: In function 'XS_Crypt__IDEA_expand_key': /usr/lib/perl5/CORE/XSUB.h:189:28: warning: unused variable 'targ' [-Wunused-variable] 189 | #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ | ^~~~ IDEA.c:181:9: note: in expansion of macro 'dXSTARG' 181 | dXSTARG; | ^~~~~~~ IDEA.c:180:17: warning: unused variable 'RETVAL' [-Wunused-variable] 180 | char * RETVAL; | ^~~~~~ IDEA.c: In function 'XS_Crypt__IDEA_invert_key': /usr/lib/perl5/CORE/XSUB.h:189:28: warning: unused variable 'targ' [-Wunused-variable] 189 | #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ | ^~~~ IDEA.c:210:9: note: in expansion of macro 'dXSTARG' 210 | dXSTARG; | ^~~~~~~ IDEA.c:209:17: warning: unused variable 'RETVAL' [-Wunused-variable] 209 | char * RETVAL; | ^~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/Crypt-IDEA-1.10' make: Entering directory '/usr/src/RPM/BUILD/Crypt-IDEA-1.10' rm -f blib/arch/auto/Crypt/IDEA/IDEA.so gcc -lpthread -shared -L/usr/local/lib -fstack-protector-strong IDEA.o _idea.o -o blib/arch/auto/Crypt/IDEA/IDEA.so \ \ -L/usr/lib/perl5/CORE -lperl -lpthread chmod 755 blib/arch/auto/Crypt/IDEA/IDEA.so make: Leaving directory '/usr/src/RPM/BUILD/Crypt-IDEA-1.10' + : running tests + LD_BIND_NOW=1 + PERL_DL_NONLAZY=1 + /usr/bin/make test 'CP=/bin/cp -p' make: Entering directory '/usr/src/RPM/BUILD/Crypt-IDEA-1.10' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- IDEA.bs blib/arch/auto/Crypt/IDEA/IDEA.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..55 ok 1 - '(c0) Test object construction' isa 'IDEA' ok 2 - (c0) Test cipher block size ok 3 - (c0) Test cipher key size ok 4 - (c0) Test Encryption ok 5 - (c0) Test Decryption ok 6 - '(c1) Test object construction' isa 'IDEA' ok 7 - (c1) Test cipher block size ok 8 - (c1) Test cipher key size ok 9 - (c1) Test Encryption ok 10 - (c1) Test Decryption ok 11 - '(c2) Test object construction' isa 'IDEA' ok 12 - (c2) Test cipher block size ok 13 - (c2) Test cipher key size ok 14 - (c2) Test Encryption ok 15 - (c2) Test Decryption ok 16 - '(c3) Test object construction' isa 'IDEA' ok 17 - (c3) Test cipher block size ok 18 - (c3) Test cipher key size ok 19 - (c3) Test Encryption ok 20 - (c3) Test Decryption ok 21 - '(c4) Test object construction' isa 'IDEA' ok 22 - (c4) Test cipher block size ok 23 - (c4) Test cipher key size ok 24 - (c4) Test Encryption ok 25 - (c4) Test Decryption ok 26 - '(c5) Test object construction' isa 'IDEA' ok 27 - (c5) Test cipher block size ok 28 - (c5) Test cipher key size ok 29 - (c5) Test Encryption ok 30 - (c5) Test Decryption ok 31 - '(c6) Test object construction' isa 'IDEA' ok 32 - (c6) Test cipher block size ok 33 - (c6) Test cipher key size ok 34 - (c6) Test Encryption ok 35 - (c6) Test Decryption ok 36 - '(c7) Test object construction' isa 'IDEA' ok 37 - (c7) Test cipher block size ok 38 - (c7) Test cipher key size ok 39 - (c7) Test Encryption ok 40 - (c7) Test Decryption ok 41 - '(c8) Test object construction' isa 'IDEA' ok 42 - (c8) Test cipher block size ok 43 - (c8) Test cipher key size ok 44 - (c8) Test Encryption ok 45 - (c8) Test Decryption ok 46 - '(c9) Test object construction' isa 'IDEA' ok 47 - (c9) Test cipher block size ok 48 - (c9) Test cipher key size ok 49 - (c9) Test Encryption ok 50 - (c9) Test Decryption ok 51 - '(c10) Test object construction' isa 'IDEA' ok 52 - (c10) Test cipher block size ok 53 - (c10) Test cipher key size ok 54 - (c10) Test Encryption ok 55 - (c10) Test Decryption make: Leaving directory '/usr/src/RPM/BUILD/Crypt-IDEA-1.10' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.75554 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Crypt-IDEA-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-Crypt-IDEA-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd Crypt-IDEA-1.10 + perl_vendor_install + /bin/grep -qs -Ew Build_PL Build.PL + /bin/grep -qs -Ew '(dist|module)_name' Build.PL + _perl_vendor_MM_install + : installing + make 'INSTALL=/usr/libexec/rpm-build/install -p' 'CP=/bin/cp -p' DESTDIR=/usr/src/tmp/perl-Crypt-IDEA-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install make: Entering directory '/usr/src/RPM/BUILD/Crypt-IDEA-1.10' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- IDEA.bs blib/arch/auto/Crypt/IDEA/IDEA.bs 644 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/tmp/perl-Crypt-IDEA-buildroot/usr/lib/perl5/auto/Crypt/IDEA/IDEA.so Installing /usr/src/tmp/perl-Crypt-IDEA-buildroot/usr/lib/perl5/Crypt/IDEA.pm Installing /usr/src/tmp/perl-Crypt-IDEA-buildroot/usr/lib/perl5/Crypt/IDEA.pod make: Leaving directory '/usr/src/RPM/BUILD/Crypt-IDEA-1.10' + _perl_vendor_check_buildroot + : prompting for files that contain /usr/local + find /usr/src/tmp/perl-Crypt-IDEA-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';' + : prompting for files that contain /tmp + find /usr/src/tmp/perl-Crypt-IDEA-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';' + _perl_vendor_save_prereq + /bin/grep -F 'perl(' .perl.req + rm -f /usr/src/tmp/perl-Crypt-IDEA-buildroot/usr/lib/perl5/Crypt/._test.pl + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/perl-Crypt-IDEA-buildroot (auto) removed './usr/lib/perl5/auto/Crypt/IDEA/.packlist' mode of './usr/lib/perl5/auto/Crypt/IDEA/IDEA.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/perl-Crypt-IDEA-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/perl-Crypt-IDEA-buildroot/ (default) Compressing files in /usr/src/tmp/perl-Crypt-IDEA-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-Crypt-IDEA-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/perl-Crypt-IDEA-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: perl-Crypt-IDEA-1.10-alt2.2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.84911 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Crypt-IDEA-1.10 + DOCDIR=/usr/src/tmp/perl-Crypt-IDEA-buildroot/usr/share/doc/perl-Crypt-IDEA-1.10 + export DOCDIR + rm -rf /usr/src/tmp/perl-Crypt-IDEA-buildroot/usr/share/doc/perl-Crypt-IDEA-1.10 + /bin/mkdir -p /usr/src/tmp/perl-Crypt-IDEA-buildroot/usr/share/doc/perl-Crypt-IDEA-1.10 + cp -prL README changes /usr/src/tmp/perl-Crypt-IDEA-buildroot/usr/share/doc/perl-Crypt-IDEA-1.10 + chmod -R go-w /usr/src/tmp/perl-Crypt-IDEA-buildroot/usr/share/doc/perl-Crypt-IDEA-1.10 + chmod -R a+rX /usr/src/tmp/perl-Crypt-IDEA-buildroot/usr/share/doc/perl-Crypt-IDEA-1.10 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.k8VT0j 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.nZG9eM find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/perl-Crypt-IDEA-buildroot/usr/lib/perl5/Crypt/IDEA.pm syntax OK shebang.req.files: executable script /usr/src/tmp/perl-Crypt-IDEA-buildroot/usr/lib/perl5/Crypt/IDEA.pm is not executable Provides: perl(Crypt/IDEA.pm) = 1.100 Requires: /usr/lib/perl5, libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), libperl-5.34.so >= set:okjB3SziVF0HcPXXQENN3Av1eBN9sR9BWMMhywtGvFr, perl(DynaLoader.pm), 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.VwOIuL Creating perl-Crypt-IDEA-debuginfo package Processing files: perl-Crypt-IDEA-debuginfo-1.10-alt2.2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8sdujP find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.PO27MF find-requires: running scripts (debuginfo) Requires: perl-Crypt-IDEA = 1.10-alt2.2, debug(libc.so.6), debug(libperl-5.34.so) Adding to perl-Crypt-IDEA-debuginfo a strict dependency on perl-Crypt-IDEA Wrote: /usr/src/RPM/RPMS/i586/perl-Crypt-IDEA-1.10-alt2.2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/perl-Crypt-IDEA-debuginfo-1.10-alt2.2.i586.rpm (w2.lzdio) 1.24user 0.94system 0:06.37elapsed 34%CPU (0avgtext+0avgdata 56068maxresident)k 0inputs+0outputs (0major+198065minor)pagefaults 0swaps /.out/perl-Crypt-IDEA-1.10-alt2.2.i586.rpm: The use of such a license name is ambiguous: GPL /.out/perl-Crypt-IDEA-1.10-alt2.2.i586.rpm: The use of such a license name is ambiguous: Artistic /.out/perl-Crypt-IDEA-debuginfo-1.10-alt2.2.i586.rpm: The use of such a license name is ambiguous: GPL /.out/perl-Crypt-IDEA-debuginfo-1.10-alt2.2.i586.rpm: The use of such a license name is ambiguous: Artistic 2.90user 1.61system 0:13.72elapsed 32%CPU (0avgtext+0avgdata 124344maxresident)k 0inputs+0outputs (0major+203165minor)pagefaults 0swaps --- perl-Crypt-IDEA-1.10-alt2.2.i586.rpm.repo 2021-07-19 00:01:53.000000000 +0000 +++ perl-Crypt-IDEA-1.10-alt2.2.i586.rpm.hasher 2023-09-23 05:31:06.321774287 +0000 @@ -11,2 +11,3 @@ Requires: libc.so.6(GLIBC_2.1.3) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -14,3 +15,2 @@ Requires: rpmlib(SetVersions) -Requires: libpthread.so.0(GLIBC_2.0) Requires: perl(DynaLoader.pm) @@ -25,3 +25,3 @@ File: /usr/lib/perl5/auto/Crypt/IDEA 40755 root:root -File: /usr/lib/perl5/auto/Crypt/IDEA/IDEA.so 100644 root:root 2194af715ff0654bc893fe3aed293348 +File: /usr/lib/perl5/auto/Crypt/IDEA/IDEA.so 100644 root:root 7cba2ac2b63d63d14c9beb5b6a140cd3 File: /usr/share/doc/perl-Crypt-IDEA-1.10 40755 root:root @@ -29,2 +29,2 @@ File: /usr/share/doc/perl-Crypt-IDEA-1.10/changes 100644 root:root 5a3d267184d3d63334c2de426750faae -RPMIdentity: c855547e50c0fdc9828a6b66d4f77798bb4710c0fdf338f4346f8a5a23238cf4068e18d227f839b06a7bf032b36a1c6abdd985ac6315014cccab1de91daeaa83 +RPMIdentity: 8a22c611b3cc0eb9b0d78b20e7b73e8e2cef65b3d451fdf6f1690d46c2e38fc084b3fb82421764067c6543734bd3a8ffe54d70263b7d2e70937c4efa9766ffaa --- perl-Crypt-IDEA-debuginfo-1.10-alt2.2.i586.rpm.repo 2021-07-19 00:01:53.000000000 +0000 +++ perl-Crypt-IDEA-debuginfo-1.10-alt2.2.i586.rpm.hasher 2023-09-23 05:31:06.415775220 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/4c 40755 root:root -/usr/lib/debug/.build-id/4c/b1f9910c988b6468307ed1786d38e21ca30259 120777 root:root ../../../perl5/auto/Crypt/IDEA/IDEA.so -/usr/lib/debug/.build-id/4c/b1f9910c988b6468307ed1786d38e21ca30259.debug 120777 root:root ../../usr/lib/perl5/auto/Crypt/IDEA/IDEA.so.debug +/usr/lib/debug/.build-id/52 40755 root:root +/usr/lib/debug/.build-id/52/d6b1efc1627786799db392a1a34f20827eb279 120777 root:root ../../../perl5/auto/Crypt/IDEA/IDEA.so +/usr/lib/debug/.build-id/52/d6b1efc1627786799db392a1a34f20827eb279.debug 120777 root:root ../../usr/lib/perl5/auto/Crypt/IDEA/IDEA.so.debug /usr/lib/debug/usr/lib/perl5 40755 root:root @@ -15,3 +15,2 @@ Requires: debug(libperl-5.34.so) -Requires: debug(libpthread.so.0) Requires: perl-Crypt-IDEA = 1.10-alt2.2:sisyphus+279723.15300.1.1 @@ -19,5 +18,5 @@ Provides: perl-Crypt-IDEA-debuginfo = 1.10-alt2.2:sisyphus+279723.15300.1.1 -File: /usr/lib/debug/.build-id/4c 40755 root:root -File: /usr/lib/debug/.build-id/4c/b1f9910c988b6468307ed1786d38e21ca30259 120777 root:root ../../../perl5/auto/Crypt/IDEA/IDEA.so -File: /usr/lib/debug/.build-id/4c/b1f9910c988b6468307ed1786d38e21ca30259.debug 120777 root:root ../../usr/lib/perl5/auto/Crypt/IDEA/IDEA.so.debug +File: /usr/lib/debug/.build-id/52 40755 root:root +File: /usr/lib/debug/.build-id/52/d6b1efc1627786799db392a1a34f20827eb279 120777 root:root ../../../perl5/auto/Crypt/IDEA/IDEA.so +File: /usr/lib/debug/.build-id/52/d6b1efc1627786799db392a1a34f20827eb279.debug 120777 root:root ../../usr/lib/perl5/auto/Crypt/IDEA/IDEA.so.debug File: /usr/lib/debug/usr/lib/perl5 40755 root:root @@ -26,3 +25,3 @@ File: /usr/lib/debug/usr/lib/perl5/auto/Crypt/IDEA 40755 root:root -File: /usr/lib/debug/usr/lib/perl5/auto/Crypt/IDEA/IDEA.so.debug 100644 root:root efe6ae4341fd78cf67a4347d78c1c52f +File: /usr/lib/debug/usr/lib/perl5/auto/Crypt/IDEA/IDEA.so.debug 100644 root:root 7e69b10dda7f851f1a0700caa7e86b1e File: /usr/src/debug/Crypt-IDEA-1.10 40755 root:root @@ -32,2 +31,2 @@ File: /usr/src/debug/Crypt-IDEA-1.10/idea.h 100644 root:root 709b35d047f96c0d4e8dbf839914a861 -RPMIdentity: aa34ea9ee427b54480efa08195548bcebad0f7ab7db7fc08c4ba06c3c6912144971a212744d272141ee9debd29a5735b5bbf9c674c6d4b961e944f3f3cf72cc5 +RPMIdentity: c256f313e1e92e22ea4f2c085123c033b8a14c94061ea0b007badeb900d4022981439ea93079100446ee6d6522f2b4a85d738d09d034b7e8f22c5643d1156a61