<86>Aug 1 08:00:27 userdel[3086215]: delete user 'rooter' <86>Aug 1 08:00:27 userdel[3086215]: removed group 'rooter' owned by 'rooter' <86>Aug 1 08:00:27 groupadd[3086229]: group added to /etc/group: name=rooter, GID=690 <86>Aug 1 08:00:27 groupadd[3086229]: group added to /etc/gshadow: name=rooter <86>Aug 1 08:00:27 groupadd[3086229]: new group: name=rooter, GID=690 <86>Aug 1 08:00:27 useradd[3086239]: new user: name=rooter, UID=690, GID=690, home=/root, shell=/bin/bash <86>Aug 1 08:00:27 userdel[3086247]: delete user 'builder' <86>Aug 1 08:00:27 userdel[3086247]: removed group 'builder' owned by 'builder' <86>Aug 1 08:00:27 userdel[3086247]: removed shadow group 'builder' owned by 'builder' <86>Aug 1 08:00:27 groupadd[3086254]: group added to /etc/group: name=builder, GID=691 <86>Aug 1 08:00:27 groupadd[3086254]: group added to /etc/gshadow: name=builder <86>Aug 1 08:00:27 groupadd[3086254]: new group: name=builder, GID=691 <86>Aug 1 08:00:27 useradd[3086262]: new user: name=builder, UID=691, GID=691, home=/usr/src, shell=/bin/bash <13>Aug 1 08:00:29 rpmi: libusb-1.0.22-alt1 1525452055 installed <13>Aug 1 08:00:29 rpmi: libusb-compat-0.1.5-alt1 1404810477 installed <13>Aug 1 08:00:29 rpmi: libusb-compat-devel-0.1.5-alt1 1404810477 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/printer-driver-rname-0.23-alt1.nosrc.rpm (w1.gzdio) Installing printer-driver-rname-0.23-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.8043 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf pegg-0.23 + /bin/mkdir -p pegg-0.23 + cd pegg-0.23 + echo 'Source #0 (pegg-0.23.tar):' Source #0 (pegg-0.23.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/pegg-0.23.tar + echo 'Source #1 (xbm2crw-0.4.tar):' Source #1 (xbm2crw-0.4.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/xbm2crw-0.4.tar + echo 'Source #2 (cups2pegg-0.21a.tar):' Source #2 (cups2pegg-0.21a.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/cups2pegg-0.21a.tar + echo 'Source #3 (pegg_el-0.11.tar):' Source #3 (pegg_el-0.11.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/pegg_el-0.11.tar + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (cups-drivers-pegg-0.23-LDFLAGS.patch):' Patch #1 (cups-drivers-pegg-0.23-LDFLAGS.patch): + /usr/bin/patch -p1 patching file pegg-0.23/Makefile patching file pegg_el-0.11/src/Makefile + find -name '*.1.gz' + xargs gunzip + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.8043 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pegg-0.23 + make -C pegg-0.23 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' LIB_PATH=/usr/lib make: Entering directory '/usr/src/RPM/BUILD/pegg-0.23/pegg-0.23' gcc -o pegg pegg.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -I/usr/include -L/usr/lib -lusb pegg.c: In function 'main': pegg.c:115:9: warning: implicit declaration of function 'strstr' [-Wimplicit-function-declaration] if (strstr(argv[i],"-w") != 0x00) { ^~~~~~ pegg.c:115:9: warning: incompatible implicit declaration of built-in function 'strstr' pegg.c:115:9: note: include '' or provide a declaration of 'strstr' pegg.c:48:1: +#include pegg.c:115:9: if (strstr(argv[i],"-w") != 0x00) { ^~~~~~ pegg.c:116:10: warning: implicit declaration of function 'strtok'; did you mean 'strtoq'? [-Wimplicit-function-declaration] if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); ^~~~~~ strtoq pegg.c:116:32: warning: comparison between pointer and integer if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); ^~ pegg.c:116:49: warning: implicit declaration of function 'chr2int'; did you mean 'chroot'? [-Wimplicit-function-declaration] if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); ^~~~~~~ chroot pegg.c:118:9: warning: incompatible implicit declaration of built-in function 'strstr' if (strstr(argv[i],"-d") != 0x00) { ^~~~~~ pegg.c:118:9: note: include '' or provide a declaration of 'strstr' pegg.c:119:32: warning: comparison between pointer and integer if(strtok(argv[i], "-d") != NULL) density = chr2int(strtok(argv[i], "-d")); ^~ pegg.c:121:9: warning: incompatible implicit declaration of built-in function 'strstr' if (strstr(argv[i],"-o") != 0x00) { ^~~~~~ pegg.c:121:9: note: include '' or provide a declaration of 'strstr' pegg.c:122:32: warning: comparison between pointer and integer if(strtok(argv[i], "-o") != NULL) pnm_filename = 2+strstr(argv[i], "-o"); ^~ pegg.c:124:9: warning: incompatible implicit declaration of built-in function 'strstr' if (strstr(argv[i],"-t") != 0x00) test = 1; ^~~~~~ pegg.c:124:9: note: include '' or provide a declaration of 'strstr' pegg.c:129:4: warning: implicit declaration of function 'display_printer_status' [-Wimplicit-function-declaration] display_printer_status(); ^~~~~~~~~~~~~~~~~~~~~~ pegg.c:156:7: warning: implicit declaration of function 'send_raw_data' [-Wimplicit-function-declaration] send_raw_data(data); ^~~~~~~~~~~~~ pegg.c: In function 'recv_from_printer': pegg.c:203:7: warning: 'n' may be used uninitialized in this function [-Wmaybe-uninitialized] int n,rd=0, loop=0; ^ make: Leaving directory '/usr/src/RPM/BUILD/pegg-0.23/pegg-0.23' + make -C pegg_el-0.11/src 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic' LIB_PATH=/usr/lib make: Entering directory '/usr/src/RPM/BUILD/pegg-0.23/pegg_el-0.11/src' gcc -o pegg_el pegg_el.c -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -I/usr/include -L/usr/lib -lusb pegg_el.c:53:1: warning: return type defaults to 'int' [-Wimplicit-int] main (int argc, char *argv[]) { /* The Main Program handles commandline args ^~~~ pegg_el.c: In function 'main': pegg_el.c:85:9: warning: implicit declaration of function 'strstr' [-Wimplicit-function-declaration] if (strstr(argv[i],"-w") != 0x00) { ^~~~~~ pegg_el.c:85:9: warning: incompatible implicit declaration of built-in function 'strstr' pegg_el.c:85:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:52:1: +#include pegg_el.c:85:9: if (strstr(argv[i],"-w") != 0x00) { ^~~~~~ pegg_el.c:86:10: warning: implicit declaration of function 'strtok'; did you mean 'strtoq'? [-Wimplicit-function-declaration] if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); ^~~~~~ strtoq pegg_el.c:86:32: warning: comparison between pointer and integer if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); ^~ pegg_el.c:86:49: warning: implicit declaration of function 'chr2int'; did you mean 'chroot'? [-Wimplicit-function-declaration] if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); ^~~~~~~ chroot pegg_el.c:89:9: warning: incompatible implicit declaration of built-in function 'strstr' if (strstr(argv[i],"-h") != 0x00) { ^~~~~~ pegg_el.c:89:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:90:32: warning: comparison between pointer and integer if(strtok(argv[i], "-h") != NULL) height = chr2int(strtok(argv[i], "-h")); ^~ pegg_el.c:93:9: warning: incompatible implicit declaration of built-in function 'strstr' if (strstr(argv[i],"-o") != 0x00) { ^~~~~~ pegg_el.c:93:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:94:32: warning: comparison between pointer and integer if(strtok(argv[i], "-o") != NULL) offset = chr2int(strtok(argv[i], "-o")); ^~ pegg_el.c:97:9: warning: incompatible implicit declaration of built-in function 'strstr' if (strstr(argv[i],"-O") != 0x00) { ^~~~~~ pegg_el.c:97:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:98:32: warning: comparison between pointer and integer if(strtok(argv[i], "-O") != NULL) pnm_filename = 2+strstr(argv[i], "-O"); ^~ pegg_el.c:101:9: warning: incompatible implicit declaration of built-in function 'strstr' if (strstr(argv[i],"-c") != 0x00) { ^~~~~~ pegg_el.c:101:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:102:32: warning: comparison between pointer and integer if(strtok(argv[i], "-c") != NULL) { ^~ pegg_el.c:116:9: warning: incompatible implicit declaration of built-in function 'strstr' if (strstr(argv[i],"-H") != 0x00) { ^~~~~~ pegg_el.c:116:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:117:32: warning: comparison between pointer and integer if(strtok(argv[i], "-H") != NULL) { ^~ pegg_el.c:129:9: warning: incompatible implicit declaration of built-in function 'strstr' if (strstr(argv[i],"-d") != 0x00) { ^~~~~~ pegg_el.c:129:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:130:32: warning: comparison between pointer and integer if(strtok(argv[i], "-d") != NULL) { ^~ pegg_el.c:149:9: warning: incompatible implicit declaration of built-in function 'strstr' if (strstr(argv[i],"-s") != 0x00) { ^~~~~~ pegg_el.c:149:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:150:32: warning: comparison between pointer and integer if(strtok(argv[i], "-s") != NULL) { ^~ pegg_el.c:160:9: warning: incompatible implicit declaration of built-in function 'strstr' if (strstr(argv[i],"-f") != 0x00) { ^~~~~~ pegg_el.c:160:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:161:32: warning: comparison between pointer and integer if(strtok(argv[i], "-f") != NULL) { ^~ pegg_el.c:178:9: warning: incompatible implicit declaration of built-in function 'strstr' if (strstr(argv[i],"-t") != 0x00) testmode = 1; ^~~~~~ pegg_el.c:178:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:180:9: warning: incompatible implicit declaration of built-in function 'strstr' if (strstr(argv[i],"-C") != 0x00) { ^~~~~~ pegg_el.c:180:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:181:12: warning: implicit declaration of function 'open_printer'; did you mean 'opendir'? [-Wimplicit-function-declaration] if(open_printer() < 0){ ^~~~~~~~~~~~ opendir pegg_el.c:187:9: warning: implicit declaration of function 'write_to_printer' [-Wimplicit-function-declaration] write_to_printer(1); ^~~~~~~~~~~~~~~~ pegg_el.c:188:9: warning: implicit declaration of function 'close_printer'; did you mean 'closedir'? [-Wimplicit-function-declaration] close_printer(); ^~~~~~~~~~~~~ closedir pegg_el.c:224:7: warning: implicit declaration of function 'print_label' [-Wimplicit-function-declaration] print_label(data); ^~~~~~~~~~~ pegg_el.c:249:6: warning: implicit declaration of function 'test_printer'; did you mean 'isprint_l'? [-Wimplicit-function-declaration] test_printer(); ^~~~~~~~~~~~ isprint_l pegg_el.c: In function 'print_label': pegg_el.c:606:5: warning: implicit declaration of function 'wait_for_ready' [-Wimplicit-function-declaration] wait_for_ready(); ^~~~~~~~~~~~~~ pegg_el.c: At top level: pegg_el.c:801:6: warning: conflicting types for 'wait_for_ready' void wait_for_ready() { ^~~~~~~~~~~~~~ pegg_el.c:606:5: note: previous implicit declaration of 'wait_for_ready' was here wait_for_ready(); ^~~~~~~~~~~~~~ pegg_el.c: In function 'recv_from_printer': pegg_el.c:286:7: warning: 'n' may be used uninitialized in this function [-Wmaybe-uninitialized] int n,rd=0, loop=0; ^ make: Leaving directory '/usr/src/RPM/BUILD/pegg-0.23/pegg_el-0.11/src' + perl -p -i -e s:/var/log/cups/cups2pegg.log:/dev/null: cups2pegg-0.21a/src/cups2pegg + perl -p -i -e 's/^(\*ModelName:).*$/$1 "CASIO Computer CO. LTD. EL-700 EL-5000W"/' cups2pegg-0.21a/src/ppd/casio_el.ppd + perl -p -i -e 's/^(\*ShortNickName:).*$/$1 "CASIO EL-700 EL-5000W"/' cups2pegg-0.21a/src/ppd/casio_el.ppd + perl -p -i -e 's/^(\*ModelName:).*$/$1 "CASIO Computer CO. LTD. KL-P1000 KL-E11"/' cups2pegg-0.21a/src/ppd/casio_kl.ppd + perl -p -i -e 's/^(\*ShortNickName:).*$/$1 "CASIO KL-P1000 KL-E11"/' cups2pegg-0.21a/src/ppd/casio_kl.ppd + perl -p -i -e 's/: Letter/: 128_64/' cups2pegg-0.21a/src/ppd/casio_kl.ppd + perl -p -i -e 's/^(\*ModelName:).*$/$1 "CASIO Computer CO. LTD. KP-C10 KP-C50"/' cups2pegg-0.21a/src/ppd/casio_kp.ppd + perl -p -i -e 's/^(\*ShortNickName:).*$/$1 "CASIO KP-C10 KP-C50"/' cups2pegg-0.21a/src/ppd/casio_kp.ppd + perl -p -i -e 's/: Letter/: 512_64/' cups2pegg-0.21a/src/ppd/casio_kp.ppd + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.4017 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/printer-driver-rname-buildroot + : + /bin/rm -rf -- /usr/src/tmp/printer-driver-rname-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd pegg-0.23 + install -d /usr/src/tmp/printer-driver-rname-buildroot/usr/bin + install -d /usr/src/tmp/printer-driver-rname-buildroot/usr/lib/cups/backend + install -d /usr/src/tmp/printer-driver-rname-buildroot/usr/share/cups/model/pegg + install -d /usr/src/tmp/printer-driver-rname-buildroot/usr/share/man/man1 + install -m0755 pegg-0.23/pegg /usr/src/tmp/printer-driver-rname-buildroot/usr/bin/ + install -m0755 pegg_el-0.11/src/pegg_el /usr/src/tmp/printer-driver-rname-buildroot/usr/bin/ + install -m0755 xbm2crw-0.4/xbm2crw /usr/src/tmp/printer-driver-rname-buildroot/usr/bin/ + install -m0755 cups2pegg-0.21a/src/cups2pegg /usr/src/tmp/printer-driver-rname-buildroot/usr/lib/cups/backend/ + install -m0644 pegg-0.23/pegg.1 /usr/src/tmp/printer-driver-rname-buildroot/usr/share/man/man1/ + install -m0644 pegg_el-0.11/src/pegg_el.1 /usr/src/tmp/printer-driver-rname-buildroot/usr/share/man/man1/ + install -m0644 cups2pegg-0.21a/src/ppd/casio_el.ppd cups2pegg-0.21a/src/ppd/casio_kl.ppd cups2pegg-0.21a/src/ppd/casio_kp.ppd /usr/src/tmp/printer-driver-rname-buildroot/usr/share/cups/model/pegg/ + rm -rf installed_docs + mkdir -p installed_docs/pegg_el installed_docs/xbm2crw installed_docs/cups2pegg + cp pegg_el-0.11/README pegg_el-0.11/TODO pegg_el-0.11/INSTALL installed_docs/pegg_el/ + cp xbm2crw-0.4/README installed_docs/xbm2crw/ + cp cups2pegg-0.21a/install_1.png cups2pegg-0.21a/install_2.png cups2pegg-0.21a/install_3.png cups2pegg-0.21a/install_4.png cups2pegg-0.21a/howto_label.html cups2pegg-0.21a/install.html installed_docs/cups2pegg/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/printer-driver-rname-buildroot (auto) Verifying and fixing files in /usr/src/tmp/printer-driver-rname-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/printer-driver-rname-buildroot/ (default) Compressing files in /usr/src/tmp/printer-driver-rname-buildroot (auto) Adjusting library links in /usr/src/tmp/printer-driver-rname-buildroot ./usr/lib: Verifying ELF objects in /usr/src/tmp/printer-driver-rname-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/pegg_el: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/pegg: uses non-LFS functions: fopen Hardlinking identical .pyc and .pyo files Processing files: printer-driver-rname-0.23-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.4017 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pegg-0.23 + DOCDIR=/usr/src/tmp/printer-driver-rname-buildroot/usr/share/doc/printer-driver-rname-0.23 + export DOCDIR + rm -rf /usr/src/tmp/printer-driver-rname-buildroot/usr/share/doc/printer-driver-rname-0.23 + /bin/mkdir -p /usr/src/tmp/printer-driver-rname-buildroot/usr/share/doc/printer-driver-rname-0.23 + cp -prL pegg-0.23/CHANGELOG pegg-0.23/README pegg-0.23/LICENSE pegg-0.23/INSTALL installed_docs/cups2pegg installed_docs/pegg_el installed_docs/xbm2crw /usr/src/tmp/printer-driver-rname-buildroot/usr/share/doc/printer-driver-rname-0.23 + chmod -R go-w /usr/src/tmp/printer-driver-rname-buildroot/usr/share/doc/printer-driver-rname-0.23 + chmod -R a+rX /usr/src/tmp/printer-driver-rname-buildroot/usr/share/doc/printer-driver-rname-0.23 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vrdM95 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.Ckv6R6 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/printer-driver-rname-buildroot/usr/bin/xbm2crw syntax OK /usr/src/tmp/printer-driver-rname-buildroot/usr/lib/cups/backend/cups2pegg syntax OK Requires: cups, ImageMagick-tools, /lib/ld-linux.so.2, /usr/bin/perl, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libusb-0.1.so.4 >= set:ie4ZxxKnLaj7RHqqOdPJIAcVq3, 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.eO527n Creating printer-driver-rname-debuginfo package Processing files: printer-driver-rname-debuginfo-0.23-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HLV88W find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zwe24H find-requires: running scripts (debuginfo) Requires: printer-driver-rname = 0.23-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libusb-0.1.so.4) Wrote: /usr/src/RPM/RPMS/i586/printer-driver-rname-0.23-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/printer-driver-rname-debuginfo-0.23-alt1.i586.rpm (w2.lzdio) 3.01user 0.71system 0:07.86elapsed 47%CPU (0avgtext+0avgdata 26888maxresident)k 0inputs+0outputs (0major+234137minor)pagefaults 0swaps 6.42user 2.90system 0:14.15elapsed 65%CPU (0avgtext+0avgdata 118060maxresident)k 40inputs+0outputs (0major+501613minor)pagefaults 0swaps --- printer-driver-rname-0.23-alt1.i586.rpm.repo 2018-07-16 07:08:13.000000000 +0000 +++ printer-driver-rname-0.23-alt1.i586.rpm.hasher 2021-08-01 08:00:39.745523362 +0000 @@ -42,4 +42,4 @@ Provides: printer-driver-rname = 0.23-alt1 -File: /usr/bin/pegg 100755 root:root db680ee893c9c0f3fce617c333fbd7a5 -File: /usr/bin/pegg_el 100755 root:root 5fc56319d44550561d06683c2e66960b +File: /usr/bin/pegg 100755 root:root 77d81bc168979f6a379d887191381524 +File: /usr/bin/pegg_el 100755 root:root c376848769e475e5b1a46494eca24d30 File: /usr/bin/xbm2crw 100755 root:root 35b6baccaf54f5da420487174d2262f7 @@ -70,2 +70,2 @@ File: /usr/share/man/man1/pegg_el.1.xz 100644 root:root 47faf4e3d49d5e3c8e89f722a69bb160 -RPMIdentity: 5a8f63dd0c5d721d4f9a8717fe3659c9d275c925d20e7f65b421a8b86cf2c5b01a9fe964ed871741315f5ad7534429a343435c569845495bdcd700edb76f0bcd +RPMIdentity: 377f33734f623b418477a87e30ca3d1a5bff61607ca28d1333d5899849f3ba726953e41154d24bda7229788054e2c095ce5b3b49b418221edd5f8205f6e0a590 --- printer-driver-rname-debuginfo-0.23-alt1.i586.rpm.repo 2018-07-16 07:08:13.000000000 +0000 +++ printer-driver-rname-debuginfo-0.23-alt1.i586.rpm.hasher 2021-08-01 08:00:39.818524061 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/5b 40755 root:root -/usr/lib/debug/.build-id/5b/602805ac8b863febd1eb3018f6f3d2a6313638 120777 root:root ../../../../bin/pegg_el -/usr/lib/debug/.build-id/5b/602805ac8b863febd1eb3018f6f3d2a6313638.debug 120777 root:root ../../usr/bin/pegg_el.debug -/usr/lib/debug/.build-id/fd 40755 root:root -/usr/lib/debug/.build-id/fd/c485daa24c16a0df5039e7f1d04a89800313cf 120777 root:root ../../../../bin/pegg -/usr/lib/debug/.build-id/fd/c485daa24c16a0df5039e7f1d04a89800313cf.debug 120777 root:root ../../usr/bin/pegg.debug +/usr/lib/debug/.build-id/59 40755 root:root +/usr/lib/debug/.build-id/59/1e0ed9369a4bfab9b46abebcacff7f5c8282f6 120777 root:root ../../../../bin/pegg +/usr/lib/debug/.build-id/59/1e0ed9369a4bfab9b46abebcacff7f5c8282f6.debug 120777 root:root ../../usr/bin/pegg.debug +/usr/lib/debug/.build-id/e1 40755 root:root +/usr/lib/debug/.build-id/e1/2b4a2d483b8c08da83f11a95a688ce3f92d823 120777 root:root ../../../../bin/pegg_el +/usr/lib/debug/.build-id/e1/2b4a2d483b8c08da83f11a95a688ce3f92d823.debug 120777 root:root ../../usr/bin/pegg_el.debug /usr/lib/debug/usr/bin/pegg.debug 100644 root:root @@ -21,10 +21,10 @@ Provides: printer-driver-rname-debuginfo = 0.23-alt1 -File: /usr/lib/debug/.build-id/5b 40755 root:root -File: /usr/lib/debug/.build-id/5b/602805ac8b863febd1eb3018f6f3d2a6313638 120777 root:root ../../../../bin/pegg_el -File: /usr/lib/debug/.build-id/5b/602805ac8b863febd1eb3018f6f3d2a6313638.debug 120777 root:root ../../usr/bin/pegg_el.debug -File: /usr/lib/debug/.build-id/fd 40755 root:root -File: /usr/lib/debug/.build-id/fd/c485daa24c16a0df5039e7f1d04a89800313cf 120777 root:root ../../../../bin/pegg -File: /usr/lib/debug/.build-id/fd/c485daa24c16a0df5039e7f1d04a89800313cf.debug 120777 root:root ../../usr/bin/pegg.debug -File: /usr/lib/debug/usr/bin/pegg.debug 100644 root:root 50a32f17c43b4c68a651554aebb659c7 -File: /usr/lib/debug/usr/bin/pegg_el.debug 100644 root:root a6ea50b0e45c988bc56be2c4a6c80e26 +File: /usr/lib/debug/.build-id/59 40755 root:root +File: /usr/lib/debug/.build-id/59/1e0ed9369a4bfab9b46abebcacff7f5c8282f6 120777 root:root ../../../../bin/pegg +File: /usr/lib/debug/.build-id/59/1e0ed9369a4bfab9b46abebcacff7f5c8282f6.debug 120777 root:root ../../usr/bin/pegg.debug +File: /usr/lib/debug/.build-id/e1 40755 root:root +File: /usr/lib/debug/.build-id/e1/2b4a2d483b8c08da83f11a95a688ce3f92d823 120777 root:root ../../../../bin/pegg_el +File: /usr/lib/debug/.build-id/e1/2b4a2d483b8c08da83f11a95a688ce3f92d823.debug 120777 root:root ../../usr/bin/pegg_el.debug +File: /usr/lib/debug/usr/bin/pegg.debug 100644 root:root 76189555c9a5187917dbafd2373bfb4a +File: /usr/lib/debug/usr/bin/pegg_el.debug 100644 root:root e945fefecf0180e84b422736378877e4 File: /usr/src/debug/pegg-0.23 40755 root:root @@ -36,2 +36,2 @@ File: /usr/src/debug/pegg-0.23/pegg_el-0.11/src/pegg_el.h 100644 root:root c79204715de6a13cd244175e459210a7 -RPMIdentity: 4d23a8548624c1716abffaa8c86f496ad1be7dd762713945cfdabdc9120494ca42a58c321c2b81110870ae16d16f2e100a95949f266e31c2fc0316b915aa1301 +RPMIdentity: 3f44ebf1cc89956a29bdd7f5bac32d9d6319d4963aa75d289e643c55de27419b7dbe30301afefbb9c0df4f45859535c849c43760122eee03813c7c0f7a5f40c4