<86>Sep 18 06:53:08 userdel[3965694]: delete user 'rooter' <86>Sep 18 06:53:08 userdel[3965694]: removed group 'rooter' owned by 'rooter' <86>Sep 18 06:53:08 userdel[3965694]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 18 06:53:08 groupadd[3965736]: group added to /etc/group: name=rooter, GID=930 <86>Sep 18 06:53:08 groupadd[3965736]: group added to /etc/gshadow: name=rooter <86>Sep 18 06:53:08 groupadd[3965736]: new group: name=rooter, GID=930 <86>Sep 18 06:53:08 useradd[3965766]: new user: name=rooter, UID=930, GID=930, home=/root, shell=/bin/bash <86>Sep 18 06:53:08 userdel[3965823]: delete user 'builder' <86>Sep 18 06:53:08 userdel[3965823]: removed group 'builder' owned by 'builder' <86>Sep 18 06:53:08 groupadd[3965859]: group added to /etc/group: name=builder, GID=931 <86>Sep 18 06:53:08 groupadd[3965859]: group added to /etc/gshadow: name=builder <86>Sep 18 06:53:08 groupadd[3965859]: new group: name=builder, GID=931 <86>Sep 18 06:53:08 useradd[3965889]: new user: name=builder, UID=931, GID=931, home=/usr/src, shell=/bin/bash 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 18 06:53:09 rpmi: libgdbm-1.8.3-alt10 1454943313 installed <13>Sep 18 06:53:09 rpmi: libgdbm-devel-1.8.3-alt10 1454943313 installed <13>Sep 18 06:53:09 rpmi: libdb4.7-devel-4.7.25-alt9 1490438456 installed <13>Sep 18 06:53:09 rpmi: perl-devel-1:5.28.3-alt1 p9+261964.100.3.1 1606316185 installed <13>Sep 18 06:53:09 rpmi: perl-Crypt-CBC-2.33-alt1 1375472462 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/perl-Crypt-DES-2.07-alt2.2.nosrc.rpm (w1.gzdio) Installing perl-Crypt-DES-2.07-alt2.2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.62551 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf Crypt-DES-2.07 + echo 'Source #0 (Crypt-DES-2.07.tar.gz):' Source #0 (Crypt-DES-2.07.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/Crypt-DES-2.07.tar.gz + /bin/tar -xf - + cd Crypt-DES-2.07 + /bin/chmod -c -Rf u+rwX,go-w . mode of './Makefile.PL' changed from 0555 (r-xr-xr-x) to 0755 (rwxr-xr-x) + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.62551 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Crypt-DES-2.07 + 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::DES + : running make + make -j16 'OPTIMIZE=-pipe -frecord-gcc-switches -Wall -g -O2' 'CP=/bin/cp -p' make: Entering directory '/usr/src/RPM/BUILD/Crypt-DES-2.07' Running Mkbootstrap for DES () chmod 644 "DES.bs" make: Leaving directory '/usr/src/RPM/BUILD/Crypt-DES-2.07' make: Entering directory '/usr/src/RPM/BUILD/Crypt-DES-2.07' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DES.bs blib/arch/auto/Crypt/DES/DES.bs 644 make: Leaving directory '/usr/src/RPM/BUILD/Crypt-DES-2.07' make: Entering directory '/usr/src/RPM/BUILD/Crypt-DES-2.07' cp DES.pm blib/lib/Crypt/DES.pm make: Leaving directory '/usr/src/RPM/BUILD/Crypt-DES-2.07' make: Entering directory '/usr/src/RPM/BUILD/Crypt-DES-2.07' "/usr/bin/perl" "/usr/share/perl5/ExtUtils/xsubpp" -typemap '/usr/share/perl5/ExtUtils/typemap' -typemap '/usr/src/RPM/BUILD/Crypt-DES-2.07/typemap' DES.xs > DES.xsc mv DES.xsc DES.c make: Leaving directory '/usr/src/RPM/BUILD/Crypt-DES-2.07' make: Entering directory '/usr/src/RPM/BUILD/Crypt-DES-2.07' 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 -DVERSION=\"2.07\" -DXS_VERSION=\"2.07\" -fPIC "-I/usr/lib64/perl5/CORE" _des.c _des.c:79:36: warning: missing braces around initializer [-Wmissing-braces] unsigned long des_SPtrans_x[8][64]={ ^ _des.c:81:1: 0x00820200, 0x00020000, 0x80800000, 0x80820200, { _des.c:96:47: 0x80000000, 0x80820000, 0x00000200, 0x80020200, } _des.c:99:1: 0x10042004, 0x00000000, 0x00042000, 0x10040000, { _des.c:114:47: 0x10002004, 0x00000004, 0x10040000, 0x00042000, } _des.c:117:1: 0x41000000, 0x01010040, 0x00000040, 0x41000040, { _des.c:132:47: 0x41000000, 0x40010040, 0x00000040, 0x01010000, } _des.c:135:1: 0x00100402, 0x04000400, 0x00000002, 0x04100402, { _des.c:150:47: 0x00000402, 0x04000000, 0x04000002, 0x04100400, } _des.c:153:1: 0x02000000, 0x00004000, 0x00000100, 0x02004108, { _des.c:168:47: 0x00000008, 0x00004108, 0x02004000, 0x02000008, } _des.c:171:1: 0x20000010, 0x00080010, 0x00000000, 0x20080800, { _des.c:186:47: 0x20080000, 0x00000810, 0x00000010, 0x20080010, } _des.c:189:1: 0x00001000, 0x00000080, 0x00400080, 0x00400001, { _des.c:204:47: 0x00400001, 0x00401080, 0x00401000, 0x00001001, } _des.c:207:1: 0x08200020, 0x08208000, 0x00008020, 0x00000000, { _des.c:222:47: 0x08000000, 0x08200020, 0x00008000, 0x00208020}; } _des.c:224:30: warning: missing braces around initializer [-Wmissing-braces] unsigned long des_skb[8][64]={ ^ _des.c:226:1: 0x00000000,0x00000010,0x20000000,0x20000010, { _des.c:241:44: 0x00090820,0x00090830,0x20090820,0x20090830, } _des.c:243:1: 0x00000000,0x02000000,0x00002000,0x02002000, { _des.c:258:44: 0x10200404,0x12200404,0x10202404,0x12202404, } _des.c:260:1: 0x00000000,0x00000001,0x00040000,0x00040001, { _des.c:275:44: 0x09000202,0x09000203,0x09040202,0x09040203, } _des.c:277:1: 0x00000000,0x00100000,0x00000100,0x00100100, { _des.c:292:44: 0x04021008,0x04121008,0x04021108,0x04121108, } _des.c:294:1: 0x00000000,0x10000000,0x00010000,0x10010000, { _des.c:309:44: 0x20101004,0x30101004,0x20111004,0x30111004, } _des.c:311:1: 0x00000000,0x08000000,0x00000008,0x08000008, { _des.c:326:44: 0x02020401,0x0A020401,0x02020409,0x0A020409, } _des.c:328:1: 0x00000000,0x00000100,0x00080000,0x00080100, { _des.c:343:44: 0x01200210,0x01200310,0x01280210,0x01280310, } _des.c:345:1: 0x00000000,0x04000000,0x00040000,0x04040000, { _des.c:361:1: }; } _des.c: In function 'perl_des_crypt': _des.c:454:18: warning: unused variable 'ptr' [-Wunused-variable] unsigned char * ptr; ^~~ make: Leaving directory '/usr/src/RPM/BUILD/Crypt-DES-2.07' make: Entering directory '/usr/src/RPM/BUILD/Crypt-DES-2.07' 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 -DVERSION=\"2.07\" -DXS_VERSION=\"2.07\" -fPIC "-I/usr/lib64/perl5/CORE" DES.c DES.xs: In function 'XS_Crypt__DES_expand_key': DES.xs:39:3: warning: implicit declaration of function 'perl_des_expand_key'; did you mean '_des_expand_key'? [-Wimplicit-function-declaration] perl_des_expand_key((i8 *)key, ks); ^~~~~~~~~~~~~~~~~~~ _des_expand_key In file included from DES.xs:13: /usr/lib64/perl5/CORE/XSUB.h:177:28: warning: unused variable 'targ' [-Wunused-variable] #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^~~~ /usr/lib64/perl5/CORE/XSUB.h:177:28: note: in definition of macro 'dXSTARG' #define dXSTARG SV * const targ = ((PL_op->op_private & OPpENTERSUB_HASTARG) \ ^~~~ DES.c:188:9: warning: unused variable 'RETVAL' [-Wunused-variable] char * RETVAL; ^~~~~~ DES.xs: In function 'XS_Crypt__DES_crypt': DES.xs:69:3: warning: implicit declaration of function 'perl_des_crypt'; did you mean '_des_crypt'? [-Wimplicit-function-declaration] perl_des_crypt(input, SvGROW(output, output_len), (i32 *)ks, enc_flag); ^~~~~~~~~~~~~~ _des_crypt make: Leaving directory '/usr/src/RPM/BUILD/Crypt-DES-2.07' make: Entering directory '/usr/src/RPM/BUILD/Crypt-DES-2.07' rm -f blib/arch/auto/Crypt/DES/DES.so gcc -lpthread -shared -L/usr/local/lib -fstack-protector-strong DES.o _des.o -o blib/arch/auto/Crypt/DES/DES.so \ \ -L/usr/lib64/perl5/CORE -lperl -lpthread chmod 755 blib/arch/auto/Crypt/DES/DES.so make: Leaving directory '/usr/src/RPM/BUILD/Crypt-DES-2.07' + : 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-DES-2.07' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DES.bs blib/arch/auto/Crypt/DES/DES.bs 644 PERL_DL_NONLAZY=1 "/usr/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl 1..342 342 basic tests ran in 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU) 342 of 342 tests passed (100.00%) Running speed tests... non-cached cipher speed test. 5000 encrypt iterations 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU) ok 343 non-cached cipher speed test. 5000 decrypt iterations 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) ok 344 cached cipher speed test. 10000 encrypt iterations 0 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) ok 345 cached cipher speed test. 10000 decrypt iterations 0 wallclock secs ( 0.00 usr + 0.00 sys = 0.00 CPU) ok 346 Testing Cipher Block Chaining.. ok 347 - CBC Mode Finished with tests make: Leaving directory '/usr/src/RPM/BUILD/Crypt-DES-2.07' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.62551 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/perl-Crypt-DES-buildroot + : + /bin/rm -rf -- /usr/src/tmp/perl-Crypt-DES-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd Crypt-DES-2.07 + 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-DES-buildroot PREFIX=/usr INSTALLDIRS=vendor pure_install make: Entering directory '/usr/src/RPM/BUILD/Crypt-DES-2.07' "/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DES.bs blib/arch/auto/Crypt/DES/DES.bs 644 Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /usr/src/tmp/perl-Crypt-DES-buildroot/usr/lib64/perl5/auto/Crypt/DES/DES.so Installing /usr/src/tmp/perl-Crypt-DES-buildroot/usr/lib64/perl5/Crypt/DES.pm make: Leaving directory '/usr/src/RPM/BUILD/Crypt-DES-2.07' + _perl_vendor_check_buildroot + : prompting for files that contain /usr/local + find /usr/src/tmp/perl-Crypt-DES-buildroot -type f -exec /bin/grep -FH /usr/local '{}' ';' Binary file /usr/src/tmp/perl-Crypt-DES-buildroot/usr/lib64/perl5/auto/Crypt/DES/DES.so matches + : prompting for files that contain /tmp + find /usr/src/tmp/perl-Crypt-DES-buildroot -type f -not -name .packlist -exec /bin/grep -FH /tmp '{}' ';' + _perl_vendor_save_prereq + /bin/grep -F 'perl(' .perl.req + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/perl-Crypt-DES-buildroot (auto) removed './usr/lib64/perl5/auto/Crypt/DES/.packlist' mode of './usr/lib64/perl5/auto/Crypt/DES/DES.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/perl-Crypt-DES-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/perl-Crypt-DES-buildroot/ (default) Compressing files in /usr/src/tmp/perl-Crypt-DES-buildroot (auto) Adjusting library links in /usr/src/tmp/perl-Crypt-DES-buildroot ./usr/lib64: Verifying ELF objects in /usr/src/tmp/perl-Crypt-DES-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: perl-Crypt-DES-2.07-alt2.2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.36498 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd Crypt-DES-2.07 + DOCDIR=/usr/src/tmp/perl-Crypt-DES-buildroot/usr/share/doc/perl-Crypt-DES-2.07 + export DOCDIR + rm -rf /usr/src/tmp/perl-Crypt-DES-buildroot/usr/share/doc/perl-Crypt-DES-2.07 + /bin/mkdir -p /usr/src/tmp/perl-Crypt-DES-buildroot/usr/share/doc/perl-Crypt-DES-2.07 + cp -prL README COPYRIGHT /usr/src/tmp/perl-Crypt-DES-buildroot/usr/share/doc/perl-Crypt-DES-2.07 + chmod -R go-w /usr/src/tmp/perl-Crypt-DES-buildroot/usr/share/doc/perl-Crypt-DES-2.07 + chmod -R a+rX /usr/src/tmp/perl-Crypt-DES-buildroot/usr/share/doc/perl-Crypt-DES-2.07 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.W6PtAE find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AxQb1O find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/perl-Crypt-DES-buildroot/usr/lib64/perl5/Crypt/DES.pm syntax OK Provides: perl(Crypt/DES.pm) = 2.070 Requires: /usr/lib64/perl5, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libperl-5.28.so()(64bit) >= set:okjB3Szi7acE1gGcPXXQENN3Av1eBN9sR9BWMMhywtGvFr, libpthread.so.0(GLIBC_2.2.5)(64bit), 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.6PVQX2 Creating perl-Crypt-DES-debuginfo package Processing files: perl-Crypt-DES-debuginfo-2.07-alt2.2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CI8Wpk find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MTadmF find-requires: running scripts (debuginfo) Requires: perl-Crypt-DES = 2.07-alt2.2, debug64(libc.so.6), debug64(libperl-5.28.so), debug64(libpthread.so.0) Adding to perl-Crypt-DES-debuginfo a strict dependency on perl-Crypt-DES Wrote: /usr/src/RPM/RPMS/x86_64/perl-Crypt-DES-2.07-alt2.2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/perl-Crypt-DES-debuginfo-2.07-alt2.2.x86_64.rpm (w2.lzdio) 1.80user 0.80system 0:07.01elapsed 37%CPU (0avgtext+0avgdata 62164maxresident)k 0inputs+0outputs (0major+268306minor)pagefaults 0swaps 1.67user 1.20system 0:11.63elapsed 24%CPU (0avgtext+0avgdata 120132maxresident)k 0inputs+0outputs (34446major+152751minor)pagefaults 0swaps --- perl-Crypt-DES-2.07-alt2.2.x86_64.rpm.repo 2019-01-24 20:37:42.000000000 +0000 +++ perl-Crypt-DES-2.07-alt2.2.x86_64.rpm.hasher 2022-09-18 06:53:18.587788871 +0000 @@ -23,3 +23,3 @@ File: /usr/lib64/perl5/auto/Crypt/DES 40755 root:root -File: /usr/lib64/perl5/auto/Crypt/DES/DES.so 100644 root:root 6e2a2d05d682fec7b14ec33be9b0a9de +File: /usr/lib64/perl5/auto/Crypt/DES/DES.so 100644 root:root d35de2ca76df0ef3457adbc2eb2b3038 File: /usr/share/doc/perl-Crypt-DES-2.07 40755 root:root @@ -27,2 +27,2 @@ File: /usr/share/doc/perl-Crypt-DES-2.07/README 100644 root:root 729aed8768c22479e4c455a39cc0b7b6 -RPMIdentity: 1b1ed4b4f642c94d640517e585bcd64faebbd18c0f42f7c1d7a6a9345adb4c8fb12eee811d4fb6e844d83073cbdb2a656d79f5282808424e0afbadb2239f8602 +RPMIdentity: 1e7932913acef3556cacb33d6f4aa105e009e5c1fe6cfed22c540f3e8e19d06c589b0afc0eedb385bf16dc061229e6d5d21cde727e4c976aa7e9cf4e374b6bc4 --- perl-Crypt-DES-debuginfo-2.07-alt2.2.x86_64.rpm.repo 2019-01-24 20:37:42.000000000 +0000 +++ perl-Crypt-DES-debuginfo-2.07-alt2.2.x86_64.rpm.hasher 2022-09-18 06:53:18.654789836 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/29 40755 root:root -/usr/lib/debug/.build-id/29/ab72ff6d79925fa059e566eeda14fa02b47782 120777 root:root ../../../../lib64/perl5/auto/Crypt/DES/DES.so -/usr/lib/debug/.build-id/29/ab72ff6d79925fa059e566eeda14fa02b47782.debug 120777 root:root ../../usr/lib64/perl5/auto/Crypt/DES/DES.so.debug +/usr/lib/debug/.build-id/79 40755 root:root +/usr/lib/debug/.build-id/79/389919d94a200da983331f73d35d6b1be63cf6 120777 root:root ../../../../lib64/perl5/auto/Crypt/DES/DES.so +/usr/lib/debug/.build-id/79/389919d94a200da983331f73d35d6b1be63cf6.debug 120777 root:root ../../usr/lib64/perl5/auto/Crypt/DES/DES.so.debug /usr/lib/debug/usr/lib64/perl5 40755 root:root @@ -19,5 +19,5 @@ Provides: perl-Crypt-DES-debuginfo = 2.07-alt2.2:sisyphus+219907.15400.1.1 -File: /usr/lib/debug/.build-id/29 40755 root:root -File: /usr/lib/debug/.build-id/29/ab72ff6d79925fa059e566eeda14fa02b47782 120777 root:root ../../../../lib64/perl5/auto/Crypt/DES/DES.so -File: /usr/lib/debug/.build-id/29/ab72ff6d79925fa059e566eeda14fa02b47782.debug 120777 root:root ../../usr/lib64/perl5/auto/Crypt/DES/DES.so.debug +File: /usr/lib/debug/.build-id/79 40755 root:root +File: /usr/lib/debug/.build-id/79/389919d94a200da983331f73d35d6b1be63cf6 120777 root:root ../../../../lib64/perl5/auto/Crypt/DES/DES.so +File: /usr/lib/debug/.build-id/79/389919d94a200da983331f73d35d6b1be63cf6.debug 120777 root:root ../../usr/lib64/perl5/auto/Crypt/DES/DES.so.debug File: /usr/lib/debug/usr/lib64/perl5 40755 root:root @@ -26,3 +26,3 @@ File: /usr/lib/debug/usr/lib64/perl5/auto/Crypt/DES 40755 root:root -File: /usr/lib/debug/usr/lib64/perl5/auto/Crypt/DES/DES.so.debug 100644 root:root a8f9b9813f1310a0628cd617cc241b63 +File: /usr/lib/debug/usr/lib64/perl5/auto/Crypt/DES/DES.so.debug 100644 root:root 5e97c6180694567f1a56aa7e06442566 File: /usr/src/debug/Crypt-DES-2.07 40755 root:root @@ -32,2 +32,2 @@ File: /usr/src/debug/Crypt-DES-2.07/_des.h 100644 root:root 2b9b25ff396fccc51e10e741baffba48 -RPMIdentity: 8df340c6466c321f08e2c4b6c45318249c26ae3b3eab4a012013be9ce82f4b958f2e4a6e41db05ad39c3b6a0160feec5a61c69a35af9b83bf0315f565b558622 +RPMIdentity: 3671ac483745bb2643095a67b9e1b2d20105e58c154de401ca58dac3490fce98eb621279a2b34f39d02cda394212678611fa1cd8d4d1148b2de2209a09563a88