<86>May 4 00:10:00 userdel[2987440]: delete user 'rooter' <86>May 4 00:10:00 userdel[2987440]: removed group 'rooter' owned by 'rooter' <86>May 4 00:10:00 userdel[2987440]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 00:10:00 groupadd[2987463]: group added to /etc/group: name=rooter, GID=1850 <86>May 4 00:10:00 groupadd[2987463]: group added to /etc/gshadow: name=rooter <86>May 4 00:10:00 groupadd[2987463]: new group: name=rooter, GID=1850 <86>May 4 00:10:00 useradd[2987486]: new user: name=rooter, UID=1850, GID=1850, home=/root, shell=/bin/bash, from=none <86>May 4 00:10:00 userdel[2987508]: delete user 'builder' <86>May 4 00:10:00 userdel[2987508]: removed group 'builder' owned by 'builder' <86>May 4 00:10:00 userdel[2987508]: removed shadow group 'builder' owned by 'builder' <86>May 4 00:10:00 groupadd[2987525]: group added to /etc/group: name=builder, GID=1851 <86>May 4 00:10:00 groupadd[2987525]: group added to /etc/gshadow: name=builder <86>May 4 00:10:00 groupadd[2987525]: new group: name=builder, GID=1851 <86>May 4 00:10:00 useradd[2987538]: new user: name=builder, UID=1851, GID=1851, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/figlet-2.2.5-alt1.src.rpm: license not found in '/usr/share/license' directory: Academic /usr/src/in/srpm/figlet-2.2.5-alt1.src.rpm: license not found in '/usr/share/license' directory: Free /usr/src/in/srpm/figlet-2.2.5-alt1.src.rpm: license not found in '/usr/share/license' directory: License Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/figlet-2.2.5-alt1.nosrc.rpm (w1.gzdio) Installing figlet-2.2.5-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.46933 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf figlet-2.2.5 + echo 'Source #0 (figlet-2.2.5.tar.gz):' Source #0 (figlet-2.2.5.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/figlet-2.2.5.tar.gz + /bin/tar -xf - + cd figlet-2.2.5 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.46933 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd figlet-2.2.5 + make -j16 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' DEFAULTFONTDIR=/usr/share/figlet DESTDIR=/usr/bin MANDIR=/usr/share/man/man1 make: Entering directory '/usr/src/RPM/BUILD/figlet-2.2.5' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet\" \ -DDEFAULTFONTFILE=\"standard\" -o crc.o crc.c make: Leaving directory '/usr/src/RPM/BUILD/figlet-2.2.5' make: Entering directory '/usr/src/RPM/BUILD/figlet-2.2.5' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet\" \ -DDEFAULTFONTFILE=\"standard\" -o zipio.o zipio.c make: Leaving directory '/usr/src/RPM/BUILD/figlet-2.2.5' make: Entering directory '/usr/src/RPM/BUILD/figlet-2.2.5' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet\" \ -DDEFAULTFONTFILE=\"standard\" -o utf8.o utf8.c make: Leaving directory '/usr/src/RPM/BUILD/figlet-2.2.5' make: Entering directory '/usr/src/RPM/BUILD/figlet-2.2.5' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet\" \ -DDEFAULTFONTFILE=\"standard\" -o inflate.o inflate.c make: Leaving directory '/usr/src/RPM/BUILD/figlet-2.2.5' make: Entering directory '/usr/src/RPM/BUILD/figlet-2.2.5' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet\" \ -DDEFAULTFONTFILE=\"standard\" -o chkfont.o chkfont.c make: Leaving directory '/usr/src/RPM/BUILD/figlet-2.2.5' make: Entering directory '/usr/src/RPM/BUILD/figlet-2.2.5' gcc -c -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DTLF_FONTS -DDEFAULTFONTDIR=\"/usr/share/figlet\" \ -DDEFAULTFONTFILE=\"standard\" -o figlet.o figlet.c In file included from figlet.c:80: figlet.c: In function 'skiptoeol': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:361:42: note: in expansion of macro 'Zungetc' 361 | if (dummy != EOF && dummy != '\n') Zungetc(dummy,fp); | ^~~~~~~ figlet.c: In function 'myfgets': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:391:34: note: in expansion of macro 'Zungetc' 391 | if (c != EOF && c != '\n') Zungetc(c,fp); | ^~~~~~~ figlet.c: In function 'skipws': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:501:3: note: in expansion of macro 'Zungetc' 501 | Zungetc(c,fp); | ^~~~~~~ figlet.c: In function 'readnum': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:529:5: note: in expansion of macro 'Zungetc' 529 | Zungetc(c,fp); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:539:8: note: in expansion of macro 'Zungetc' 539 | Zungetc(c,fp); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:544:5: note: in expansion of macro 'Zungetc' 544 | Zungetc(c,fp); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:551:7: note: in expansion of macro 'Zungetc' 551 | Zungetc(c,fp); | ^~~~~~~ figlet.c: In function 'readTchar': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:579:5: note: in expansion of macro 'Zungetc' 579 | Zungetc(thechar,fp); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:603:9: note: in expansion of macro 'Zungetc' 603 | Zungetc(next,fp); | ^~~~~~~ figlet.c: In function 'charsetname': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:628:5: note: in expansion of macro 'Zungetc' 628 | Zungetc(result,fp); | ^~~~~~~ figlet.c: In function 'charset': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:680:3: note: in expansion of macro 'Zungetc' 680 | Zungetc(ch, controlfile); | ^~~~~~~ figlet.c: In function 'readcontrol': zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:769:11: note: in expansion of macro 'Zungetc' 769 | Zungetc(dashcheck,controlfile); | ^~~~~~~ zipio.h:87:26: warning: right-hand operand of comma expression has no effect [-Wunused-value] 87 | ((f)->ptr--, (f)->len++, (c)) | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ figlet.c:787:9: note: in expansion of macro 'Zungetc' 787 | Zungetc(command,controlfile); | ^~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/figlet-2.2.5' make: Entering directory '/usr/src/RPM/BUILD/figlet-2.2.5' gcc -o chkfont chkfont.o make: Leaving directory '/usr/src/RPM/BUILD/figlet-2.2.5' make: Entering directory '/usr/src/RPM/BUILD/figlet-2.2.5' gcc -o figlet figlet.o zipio.o crc.o inflate.o utf8.o make: Leaving directory '/usr/src/RPM/BUILD/figlet-2.2.5' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.85701 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/figlet-buildroot + : + /bin/rm -rf -- /usr/src/tmp/figlet-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd figlet-2.2.5 + mkdir -p /usr/src/tmp/figlet-buildroot/usr/bin /usr/src/tmp/figlet-buildroot/usr/share/man/man6 /usr/src/tmp/figlet-buildroot/usr/share/figlet + install -p -m755 figlet figlist chkfont showfigfonts /usr/src/tmp/figlet-buildroot/usr/bin/ + install -p -m644 chkfont.6 figlet.6 figlist.6 showfigfonts.6 /usr/src/tmp/figlet-buildroot/usr/share/man/man6/ + install -p -m644 fonts/646-ca.flc fonts/646-ca2.flc fonts/646-cn.flc fonts/646-cu.flc fonts/646-de.flc fonts/646-dk.flc fonts/646-es.flc fonts/646-es2.flc fonts/646-fr.flc fonts/646-gb.flc fonts/646-hu.flc fonts/646-irv.flc fonts/646-it.flc fonts/646-jp.flc fonts/646-kr.flc fonts/646-no.flc fonts/646-no2.flc fonts/646-pt.flc fonts/646-pt2.flc fonts/646-se.flc fonts/646-se2.flc fonts/646-yu.flc fonts/8859-2.flc fonts/8859-3.flc fonts/8859-4.flc fonts/8859-5.flc fonts/8859-7.flc fonts/8859-8.flc fonts/8859-9.flc fonts/banner.flf fonts/big.flf fonts/block.flf fonts/bubble.flf fonts/digital.flf fonts/frango.flc fonts/hz.flc fonts/ilhebrew.flc fonts/ivrit.flf fonts/jis0201.flc fonts/koi8r.flc fonts/lean.flf fonts/mini.flf fonts/mnemonic.flf fonts/moscow.flc fonts/script.flf fonts/shadow.flf fonts/slant.flf fonts/small.flf fonts/smscript.flf fonts/smshadow.flf fonts/smslant.flf fonts/standard.flf fonts/term.flf fonts/upper.flc fonts/ushebrew.flc fonts/uskata.flc fonts/utf8.flc /usr/src/tmp/figlet-buildroot/usr/share/figlet/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/figlet-buildroot (auto) Verifying and fixing files in /usr/src/tmp/figlet-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/figlet-buildroot/ (default) Compressing files in /usr/src/tmp/figlet-buildroot (auto) Verifying ELF objects in /usr/src/tmp/figlet-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/figlet-buildroot Processing files: figlet-2.2.5-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.24230 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd figlet-2.2.5 + DOCDIR=/usr/src/tmp/figlet-buildroot/usr/share/doc/figlet-2.2.5 + export DOCDIR + rm -rf /usr/src/tmp/figlet-buildroot/usr/share/doc/figlet-2.2.5 + /bin/mkdir -p /usr/src/tmp/figlet-buildroot/usr/share/doc/figlet-2.2.5 + cp -prL README FAQ CHANGES LICENSE figfont.txt /usr/src/tmp/figlet-buildroot/usr/share/doc/figlet-2.2.5 + chmod -R go-w /usr/src/tmp/figlet-buildroot/usr/share/doc/figlet-2.2.5 + chmod -R a+rX /usr/src/tmp/figlet-buildroot/usr/share/doc/figlet-2.2.5 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KwKIbL 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.IP3pD9 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) find-requires: FINDPACKAGE-COMMANDS: ls sed Requires: /bin/sh, /lib64/ld-linux-x86-64.so.2, coreutils, 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), sed Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7IleWl Creating figlet-debuginfo package Processing files: figlet-debuginfo-2.2.5-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3JAF6O find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NskJIE find-requires: running scripts (debuginfo) Requires: figlet = 2.2.5-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/figlet-2.2.5-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/figlet-debuginfo-2.2.5-alt1.x86_64.rpm (w2.lzdio) 1.30user 1.36system 0:06.41elapsed 41%CPU (0avgtext+0avgdata 45956maxresident)k 0inputs+0outputs (0major+256456minor)pagefaults 0swaps /.out/figlet-2.2.5-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: Academic /.out/figlet-2.2.5-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: Free /.out/figlet-2.2.5-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: License /.out/figlet-debuginfo-2.2.5-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: Academic /.out/figlet-debuginfo-2.2.5-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: Free /.out/figlet-debuginfo-2.2.5-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: License 0.52user 1.83system 0:12.01elapsed 19%CPU (0avgtext+0avgdata 12340maxresident)k 0inputs+0outputs (0major+101786minor)pagefaults 0swaps --- figlet-2.2.5-alt1.x86_64.rpm.repo 2012-11-20 21:10:56.000000000 +0000 +++ figlet-2.2.5-alt1.x86_64.rpm.hasher 2024-05-04 00:10:08.243862032 +0000 @@ -68,6 +68,6 @@ /usr/share/figlet/utf8.flc 100644 root:root -/usr/share/man/man6/chkfont.6.gz 100644 root:root -/usr/share/man/man6/figlet.6.bz2 100644 root:root -/usr/share/man/man6/figlist.6.gz 100644 root:root -/usr/share/man/man6/showfigfonts.6.gz 100644 root:root +/usr/share/man/man6/chkfont.6.xz 100644 root:root +/usr/share/man/man6/figlet.6.xz 100644 root:root +/usr/share/man/man6/figlist.6.xz 100644 root:root +/usr/share/man/man6/showfigfonts.6.xz 100644 root:root Requires: /bin/sh @@ -79,2 +79,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) @@ -85,4 +87,4 @@ Provides: figlet = 2.2.5-alt1 -File: /usr/bin/chkfont 100755 root:root b79823494bfec8a290e642f12d9a94f3 -File: /usr/bin/figlet 100755 root:root 91eb1c865e3d7da2a65db75fce032f10 +File: /usr/bin/chkfont 100755 root:root 4415458d5ce445292489ace6556ebfd0 +File: /usr/bin/figlet 100755 root:root bdac593ba10d5fedc98d7a76d5f192d1 File: /usr/bin/figlist 100755 root:root 4602bd0f5641f8989610190cf9b6282d @@ -153,6 +155,6 @@ File: /usr/share/figlet/utf8.flc 100644 root:root 547026a0c1fc9a2d593adecad0469218 -File: /usr/share/man/man6/chkfont.6.gz 100644 root:root b3670908f981d64844ca4d28845f1cf6 -File: /usr/share/man/man6/figlet.6.bz2 100644 root:root cfa7c2a2176268c4265be3b2ed870a97 -File: /usr/share/man/man6/figlist.6.gz 100644 root:root ed7783f6ecde3baad6c37723ff2f5320 -File: /usr/share/man/man6/showfigfonts.6.gz 100644 root:root 039a2156b3bc1dd31814289edabdd014 -RPMIdentity: 6d114105ac5e9426a8d64c20697727255faf98d27afd434738d25dc2491adc7f4c40be2320452db043f4b3d338e90b8fb023757d523d8e764766e283dad3a485 +File: /usr/share/man/man6/chkfont.6.xz 100644 root:root a31414f614e70a3b55a7e97e381d5fd2 +File: /usr/share/man/man6/figlet.6.xz 100644 root:root 50de179897b94835a7e31775667e8e17 +File: /usr/share/man/man6/figlist.6.xz 100644 root:root 4a4c2ec9ddc4fcf8069beedb4d05acd3 +File: /usr/share/man/man6/showfigfonts.6.xz 100644 root:root 43b0870513b7b5a7df36f00088ce6dd6 +RPMIdentity: f955bc36fcb8ea7b5608d68ae05ec0be9c44693c1c47441aefbdd4ac89279d6c6b9bc01374284c24ae70f7ab37b2a7bf0446242dcc30d4de95b297254c1c451b --- figlet-debuginfo-2.2.5-alt1.x86_64.rpm.repo 2012-11-20 21:10:56.000000000 +0000 +++ figlet-debuginfo-2.2.5-alt1.x86_64.rpm.hasher 2024-05-04 00:10:08.303862943 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/4a 40755 root:root -/usr/lib/debug/.build-id/4a/6d962b940d5c8482c119bb5821b7dd33a93b91 120777 root:root ../../../../bin/figlet -/usr/lib/debug/.build-id/4a/6d962b940d5c8482c119bb5821b7dd33a93b91.debug 120777 root:root ../../usr/bin/figlet.debug -/usr/lib/debug/.build-id/da 40755 root:root -/usr/lib/debug/.build-id/da/bdb227ac5f58a841d4d2cef8388d3f9de0ef86 120777 root:root ../../../../bin/chkfont -/usr/lib/debug/.build-id/da/bdb227ac5f58a841d4d2cef8388d3f9de0ef86.debug 120777 root:root ../../usr/bin/chkfont.debug +/usr/lib/debug/.build-id/26 40755 root:root +/usr/lib/debug/.build-id/26/702b5a0f855e7219d3b6cf7f5af9976a31f399 120777 root:root ../../../../bin/chkfont +/usr/lib/debug/.build-id/26/702b5a0f855e7219d3b6cf7f5af9976a31f399.debug 120777 root:root ../../usr/bin/chkfont.debug +/usr/lib/debug/.build-id/b9 40755 root:root +/usr/lib/debug/.build-id/b9/e586625b9238065c63ec0c2b590e3751281943 120777 root:root ../../../../bin/figlet +/usr/lib/debug/.build-id/b9/e586625b9238065c63ec0c2b590e3751281943.debug 120777 root:root ../../usr/bin/figlet.debug /usr/lib/debug/usr/bin/chkfont.debug 100644 root:root @@ -24,10 +24,10 @@ Provides: figlet-debuginfo = 2.2.5-alt1 -File: /usr/lib/debug/.build-id/4a 40755 root:root -File: /usr/lib/debug/.build-id/4a/6d962b940d5c8482c119bb5821b7dd33a93b91 120777 root:root ../../../../bin/figlet -File: /usr/lib/debug/.build-id/4a/6d962b940d5c8482c119bb5821b7dd33a93b91.debug 120777 root:root ../../usr/bin/figlet.debug -File: /usr/lib/debug/.build-id/da 40755 root:root -File: /usr/lib/debug/.build-id/da/bdb227ac5f58a841d4d2cef8388d3f9de0ef86 120777 root:root ../../../../bin/chkfont -File: /usr/lib/debug/.build-id/da/bdb227ac5f58a841d4d2cef8388d3f9de0ef86.debug 120777 root:root ../../usr/bin/chkfont.debug -File: /usr/lib/debug/usr/bin/chkfont.debug 100644 root:root dc41e38de5e4da605fff736501e93d10 -File: /usr/lib/debug/usr/bin/figlet.debug 100644 root:root 559efca5cfb056798f8fbc2354d7ea15 +File: /usr/lib/debug/.build-id/26 40755 root:root +File: /usr/lib/debug/.build-id/26/702b5a0f855e7219d3b6cf7f5af9976a31f399 120777 root:root ../../../../bin/chkfont +File: /usr/lib/debug/.build-id/26/702b5a0f855e7219d3b6cf7f5af9976a31f399.debug 120777 root:root ../../usr/bin/chkfont.debug +File: /usr/lib/debug/.build-id/b9 40755 root:root +File: /usr/lib/debug/.build-id/b9/e586625b9238065c63ec0c2b590e3751281943 120777 root:root ../../../../bin/figlet +File: /usr/lib/debug/.build-id/b9/e586625b9238065c63ec0c2b590e3751281943.debug 120777 root:root ../../usr/bin/figlet.debug +File: /usr/lib/debug/usr/bin/chkfont.debug 100644 root:root b124d80b673a38279729f057e56b424b +File: /usr/lib/debug/usr/bin/figlet.debug 100644 root:root 03ab35b3b2b0e127e0b87190aa9dc038 File: /usr/src/debug/figlet-2.2.5 40755 root:root @@ -43,2 +43,2 @@ File: /usr/src/debug/figlet-2.2.5/zipio.h 100644 root:root efdfc0941add6b188cffd003d410159e -RPMIdentity: f5a29fd1b0302e5ac90c25a090fdbfae408e6697dabe1d78de6a4f30c6e5d821623202811b053eec1c0e5dfd850ec4ac3352d039bedd8a458a1962729186a688 +RPMIdentity: 5ca9a541dbb0ea6bfc3c506e5da37164dd1159da4ab9f7978c503b959f1de163669d2025ee79627b0e14eb338b4c04e889a59be9ab3b0be91e108b35e4f44555