<86>Oct 24 18:27:27 userdel[3140299]: delete user 'rooter' <86>Oct 24 18:27:27 userdel[3140299]: removed group 'rooter' owned by 'rooter' <86>Oct 24 18:27:27 userdel[3140299]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 24 18:27:27 groupadd[3140378]: group added to /etc/group: name=rooter, GID=957 <86>Oct 24 18:27:27 groupadd[3140378]: group added to /etc/gshadow: name=rooter <86>Oct 24 18:27:27 groupadd[3140378]: new group: name=rooter, GID=957 <86>Oct 24 18:27:27 useradd[3140436]: new user: name=rooter, UID=957, GID=957, home=/root, shell=/bin/bash <86>Oct 24 18:27:27 userdel[3140510]: delete user 'builder' <86>Oct 24 18:27:27 userdel[3140510]: removed group 'builder' owned by 'builder' <86>Oct 24 18:27:27 userdel[3140510]: removed shadow group 'builder' owned by 'builder' <86>Oct 24 18:27:27 groupadd[3140576]: group added to /etc/group: name=builder, GID=958 <86>Oct 24 18:27:27 groupadd[3140576]: group added to /etc/gshadow: name=builder <86>Oct 24 18:27:27 groupadd[3140576]: new group: name=builder, GID=958 <86>Oct 24 18:27:27 useradd[3140625]: new user: name=builder, UID=958, GID=958, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/mpack-1.6-alt2.qa1.src.rpm: license not found in '/usr/share/license' directory: Distributable Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/mpack-1.6-alt2.qa1.nosrc.rpm (w1.gzdio) Installing mpack-1.6-alt2.qa1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.20283 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf mpack-1.6 + echo 'Source #0 (mpack-1.6.tar):' Source #0 (mpack-1.6.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/mpack-1.6.tar + cd mpack-1.6 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (mpack-1.6-alt2.qa1.patch):' Patch #0 (mpack-1.6-alt2.qa1.patch): + /usr/bin/patch -p1 patching file README.unix patching file codes.c patching file decode.c patching file encode.c patching file magic.c patching file md5.h patching file mkreadme.pl patching file part.c patching file unixos.c patching file unixpk.c patching file unixpk.man patching file unixunpk.c patching file unixunpk.man patching file uudecode.c patching file xmalloc.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.58290 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mpack-1.6 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext creating cache ./config.cache checking for a BSD compatible install... /bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... missing checking for gcc... gcc checking whether the C compiler (gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto ) works... yes checking whether the C compiler (gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking for connect... yes checking for res_search... yes checking for dn_expand... yes checking for dns_lookup... no checking for strchr... yes checking for strcasecmp... yes checking for getopt... yes updating cache ./config.cache creating ./config.status creating Makefile + make make: Entering directory '/usr/src/RPM/BUILD/mpack-1.6' gcc -DPACKAGE=\"mpack\" -DVERSION=\"1.6\" -DHAVE_DN_EXPAND=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_GETOPT=1 -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c unixpk.c gcc -DPACKAGE=\"mpack\" -DVERSION=\"1.6\" -DHAVE_DN_EXPAND=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_GETOPT=1 -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c encode.c gcc -DPACKAGE=\"mpack\" -DVERSION=\"1.6\" -DHAVE_DN_EXPAND=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_GETOPT=1 -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c codes.c gcc -DPACKAGE=\"mpack\" -DVERSION=\"1.6\" -DHAVE_DN_EXPAND=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_GETOPT=1 -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c magic.c gcc -DPACKAGE=\"mpack\" -DVERSION=\"1.6\" -DHAVE_DN_EXPAND=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_GETOPT=1 -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c unixos.c gcc -DPACKAGE=\"mpack\" -DVERSION=\"1.6\" -DHAVE_DN_EXPAND=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_GETOPT=1 -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c xmalloc.c gcc -DPACKAGE=\"mpack\" -DVERSION=\"1.6\" -DHAVE_DN_EXPAND=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_GETOPT=1 -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c md5c.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o mpack unixpk.o encode.o codes.o magic.o unixos.o xmalloc.o md5c.o unixos.c:41:13: warning: type of 'warn' does not match original declaration [-Wlto-type-mismatch] 41 | extern void warn(char *s); | ^ unixpk.c:304:6: note: type mismatch in parameter 1 304 | void warn(void) | ^ unixpk.c:304:6: note: 'warn' was previously declared here ld: /usr/src/tmp/cca80ZwT.ltrans0.ltrans.o: in function `main': /usr/src/RPM/BUILD/mpack-1.6/unixpk.c:179: warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' gcc -DPACKAGE=\"mpack\" -DVERSION=\"1.6\" -DHAVE_DN_EXPAND=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_GETOPT=1 -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c unixunpk.c gcc -DPACKAGE=\"mpack\" -DVERSION=\"1.6\" -DHAVE_DN_EXPAND=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_GETOPT=1 -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c decode.c gcc -DPACKAGE=\"mpack\" -DVERSION=\"1.6\" -DHAVE_DN_EXPAND=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_GETOPT=1 -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c uudecode.c gcc -DPACKAGE=\"mpack\" -DVERSION=\"1.6\" -DHAVE_DN_EXPAND=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_GETOPT=1 -I. -I. -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -c part.c gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o munpack unixunpk.o decode.o uudecode.o codes.o unixos.o part.o xmalloc.o md5c.o cp unixpk.man mpack.1 cp unixunpk.man munpack.1 make: Leaving directory '/usr/src/RPM/BUILD/mpack-1.6' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.20354 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/mpack-buildroot + : + /bin/rm -rf -- /usr/src/tmp/mpack-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd mpack-1.6 + /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/mpack-buildroot/usr exec_prefix=/usr/src/tmp/mpack-buildroot/usr bindir=/usr/src/tmp/mpack-buildroot/usr/bin sbindir=/usr/src/tmp/mpack-buildroot/usr/sbin sysconfdir=/usr/src/tmp/mpack-buildroot/etc datadir=/usr/src/tmp/mpack-buildroot/usr/share includedir=/usr/src/tmp/mpack-buildroot/usr/include libdir=/usr/src/tmp/mpack-buildroot/usr/lib64 libexecdir=/usr/src/tmp/mpack-buildroot/usr/lib localstatedir=/usr/src/tmp/mpack-buildroot/var/lib sharedstatedir=/usr/src/tmp/mpack-buildroot/var/lib mandir=/usr/src/tmp/mpack-buildroot/usr/share/man infodir=/usr/src/tmp/mpack-buildroot/usr/share/info install make: Entering directory '/usr/src/RPM/BUILD/mpack-1.6' make[1]: Entering directory '/usr/src/RPM/BUILD/mpack-1.6' /bin/sh ./mkinstalldirs /usr/src/tmp/mpack-buildroot/usr/bin mkdir /usr/src/tmp/mpack-buildroot mkdir /usr/src/tmp/mpack-buildroot/usr mkdir /usr/src/tmp/mpack-buildroot/usr/bin /usr/libexec/rpm-build/install -p mpack /usr/src/tmp/mpack-buildroot/usr/bin/mpack /usr/libexec/rpm-build/install -p munpack /usr/src/tmp/mpack-buildroot/usr/bin/munpack /usr/bin/make install-man1 make[2]: Entering directory '/usr/src/RPM/BUILD/mpack-1.6' /bin/sh ./mkinstalldirs /usr/src/tmp/mpack-buildroot/usr/share/man/man1 mkdir /usr/src/tmp/mpack-buildroot/usr/share mkdir /usr/src/tmp/mpack-buildroot/usr/share/man mkdir /usr/src/tmp/mpack-buildroot/usr/share/man/man1 /usr/libexec/rpm-build/install -p -m 644 ./mpack.1 /usr/src/tmp/mpack-buildroot/usr/share/man/man1/mpack.1 /usr/libexec/rpm-build/install -p -m 644 ./munpack.1 /usr/src/tmp/mpack-buildroot/usr/share/man/man1/munpack.1 make[2]: Leaving directory '/usr/src/RPM/BUILD/mpack-1.6' make[1]: Leaving directory '/usr/src/RPM/BUILD/mpack-1.6' make: Leaving directory '/usr/src/RPM/BUILD/mpack-1.6' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/mpack-buildroot (auto) Verifying and fixing files in /usr/src/tmp/mpack-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/mpack-buildroot/ (default) Compressing files in /usr/src/tmp/mpack-buildroot (auto) Verifying ELF objects in /usr/src/tmp/mpack-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: mpack-1.6-alt2.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.73080 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd mpack-1.6 + DOCDIR=/usr/src/tmp/mpack-buildroot/usr/share/doc/mpack-1.6 + export DOCDIR + rm -rf /usr/src/tmp/mpack-buildroot/usr/share/doc/mpack-1.6 + /bin/mkdir -p /usr/src/tmp/mpack-buildroot/usr/share/doc/mpack-1.6 + cp -prL README.unix /usr/src/tmp/mpack-buildroot/usr/share/doc/mpack-1.6 + chmod -R go-w /usr/src/tmp/mpack-buildroot/usr/share/doc/mpack-1.6 + chmod -R a+rX /usr/src/tmp/mpack-buildroot/usr/share/doc/mpack-1.6 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.YgR5Nl 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.OZ7C14 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9joaqa Creating mpack-debuginfo package Processing files: mpack-debuginfo-1.6-alt2.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wjXHQq find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.v1VoPH find-requires: running scripts (debuginfo) Requires: mpack = 1.6-alt2.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/mpack-1.6-alt2.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/mpack-debuginfo-1.6-alt2.qa1.x86_64.rpm (w2.lzdio) 2.09user 1.47system 0:08.62elapsed 41%CPU (0avgtext+0avgdata 45516maxresident)k 0inputs+0outputs (0major+366068minor)pagefaults 0swaps /.out/mpack-1.6-alt2.qa1.x86_64.rpm: license not found in '/usr/share/license' directory: Distributable /.out/mpack-debuginfo-1.6-alt2.qa1.x86_64.rpm: license not found in '/usr/share/license' directory: Distributable 3.06user 3.88system 0:11.29elapsed 61%CPU (0avgtext+0avgdata 45516maxresident)k 0inputs+0outputs (0major+550872minor)pagefaults 0swaps --- mpack-1.6-alt2.qa1.x86_64.rpm.repo 2013-04-18 12:01:30.000000000 +0000 +++ mpack-1.6-alt2.qa1.x86_64.rpm.hasher 2021-10-24 18:27:37.199217241 +0000 @@ -4,5 +4,6 @@ /usr/share/doc/mpack-1.6/README.unix 100644 root:root -/usr/share/man/man1/mpack.1.gz 100644 root:root -/usr/share/man/man1/munpack.1.gz 100644 root:root +/usr/share/man/man1/mpack.1.xz 100644 root:root +/usr/share/man/man1/munpack.1.xz 100644 root:root Requires: /lib64/ld-linux-x86-64.so.2 +Requires: libc.so.6(GLIBC_2.14)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) @@ -10,2 +11,4 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.33)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -15,8 +18,8 @@ Provides: mpack = 1.6-alt2.qa1 -File: /usr/bin/mpack 100755 root:root 87b1d846dd44f80d016843a45faa18eb -File: /usr/bin/munpack 100755 root:root fded04cd3ca61f2ad70ef11b7705a9ab +File: /usr/bin/mpack 100755 root:root 77574da9229c7510f10cc03ec4f3c87d +File: /usr/bin/munpack 100755 root:root fa3c9c1aeb96198cff4752353be6100e File: /usr/share/doc/mpack-1.6 40755 root:root File: /usr/share/doc/mpack-1.6/README.unix 100644 root:root d0edccfd61ceb1fd17434775a7677da1 -File: /usr/share/man/man1/mpack.1.gz 100644 root:root 1bd8b9f29264f268bb49527b81377d0e -File: /usr/share/man/man1/munpack.1.gz 100644 root:root 8c20f5ccce28eea482f05c86976fb5ed -RPMIdentity: 2c42ec4f36678777e68d9a7bc6d4422482d3a59c4d692d300a880f2fbd4d955dac36865d5d1dff67bdc169bd5cc285554da1bc8ef4844f8837f2c7428134b1d6 +File: /usr/share/man/man1/mpack.1.xz 100644 root:root cb10f282cd0b9956fae0c0adbb10db81 +File: /usr/share/man/man1/munpack.1.xz 100644 root:root 83bbf76ce54fb4faa74e9dd1179399f8 +RPMIdentity: 6797e70f02c9a3df5d4bd09568382a62049260970d1225de736e07d54e37b4d3ef43749a7e93c913a4ffb68e7eec8a2d0bdfc31ac27a1ff3f16e5700f43e53b3 --- mpack-debuginfo-1.6-alt2.qa1.x86_64.rpm.repo 2013-04-18 12:01:30.000000000 +0000 +++ mpack-debuginfo-1.6-alt2.qa1.x86_64.rpm.hasher 2021-10-24 18:27:37.255210273 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/46 40755 root:root -/usr/lib/debug/.build-id/46/d51f7e4d49ebcb97021c609ac29bc035b05e93 120777 root:root ../../../../bin/mpack -/usr/lib/debug/.build-id/46/d51f7e4d49ebcb97021c609ac29bc035b05e93.debug 120777 root:root ../../usr/bin/mpack.debug -/usr/lib/debug/.build-id/c0 40755 root:root -/usr/lib/debug/.build-id/c0/c463f52a149116e6fdcaae26ec196eea878782 120777 root:root ../../../../bin/munpack -/usr/lib/debug/.build-id/c0/c463f52a149116e6fdcaae26ec196eea878782.debug 120777 root:root ../../usr/bin/munpack.debug +/usr/lib/debug/.build-id/06 40755 root:root +/usr/lib/debug/.build-id/06/9350f9ad2e4eb4bd335514302d3cf898c77bf6 120777 root:root ../../../../bin/munpack +/usr/lib/debug/.build-id/06/9350f9ad2e4eb4bd335514302d3cf898c77bf6.debug 120777 root:root ../../usr/bin/munpack.debug +/usr/lib/debug/.build-id/79 40755 root:root +/usr/lib/debug/.build-id/79/3917369ac8a9a4f96d4984ee4e25d1409c6111 120777 root:root ../../../../bin/mpack +/usr/lib/debug/.build-id/79/3917369ac8a9a4f96d4984ee4e25d1409c6111.debug 120777 root:root ../../usr/bin/mpack.debug /usr/lib/debug/usr/bin/mpack.debug 100644 root:root @@ -29,10 +29,10 @@ Provides: mpack-debuginfo = 1.6-alt2.qa1 -File: /usr/lib/debug/.build-id/46 40755 root:root -File: /usr/lib/debug/.build-id/46/d51f7e4d49ebcb97021c609ac29bc035b05e93 120777 root:root ../../../../bin/mpack -File: /usr/lib/debug/.build-id/46/d51f7e4d49ebcb97021c609ac29bc035b05e93.debug 120777 root:root ../../usr/bin/mpack.debug -File: /usr/lib/debug/.build-id/c0 40755 root:root -File: /usr/lib/debug/.build-id/c0/c463f52a149116e6fdcaae26ec196eea878782 120777 root:root ../../../../bin/munpack -File: /usr/lib/debug/.build-id/c0/c463f52a149116e6fdcaae26ec196eea878782.debug 120777 root:root ../../usr/bin/munpack.debug -File: /usr/lib/debug/usr/bin/mpack.debug 100644 root:root a37ff9345b77b50f1bc9c473ee5480b3 -File: /usr/lib/debug/usr/bin/munpack.debug 100644 root:root 28c01536d203b2fa124f12ec2aedd308 +File: /usr/lib/debug/.build-id/06 40755 root:root +File: /usr/lib/debug/.build-id/06/9350f9ad2e4eb4bd335514302d3cf898c77bf6 120777 root:root ../../../../bin/munpack +File: /usr/lib/debug/.build-id/06/9350f9ad2e4eb4bd335514302d3cf898c77bf6.debug 120777 root:root ../../usr/bin/munpack.debug +File: /usr/lib/debug/.build-id/79 40755 root:root +File: /usr/lib/debug/.build-id/79/3917369ac8a9a4f96d4984ee4e25d1409c6111 120777 root:root ../../../../bin/mpack +File: /usr/lib/debug/.build-id/79/3917369ac8a9a4f96d4984ee4e25d1409c6111.debug 120777 root:root ../../usr/bin/mpack.debug +File: /usr/lib/debug/usr/bin/mpack.debug 100644 root:root 0d572f9ae4a3489f6b36f345f50ba756 +File: /usr/lib/debug/usr/bin/munpack.debug 100644 root:root 44091cdf7ebd0d3ab7430fab05a6537f File: /usr/src/debug/mpack-1.6 40755 root:root @@ -53,2 +53,2 @@ File: /usr/src/debug/mpack-1.6/xmalloc.h 100644 root:root ee2d2fd980ee8f5af0a7cea294235ee9 -RPMIdentity: 97590d4d4cf2b7176ebc730021e210b1fc12d62afd973ff9f4e47bc4dc1f33cbfb3415b9701b0c3fa0cd8dae88b575d2667b0c0357fa7538a407233e20640414 +RPMIdentity: 3b109aa4858c5db9ede862b34a0196f1b4a0b56b7b384c1c816c1db30fc9b596814a7e4af3295e356abae85a7cfaebe7edc918ca096064fd204bee15cd29561b