<86>Apr 27 08:51:24 userdel[807797]: delete user 'rooter' <86>Apr 27 08:51:24 userdel[807797]: removed group 'rooter' owned by 'rooter' <86>Apr 27 08:51:24 userdel[807797]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 27 08:51:24 groupadd[807852]: group added to /etc/group: name=rooter, GID=1871 <86>Apr 27 08:51:24 groupadd[807852]: group added to /etc/gshadow: name=rooter <86>Apr 27 08:51:24 groupadd[807852]: new group: name=rooter, GID=1871 <86>Apr 27 08:51:24 useradd[807912]: new user: name=rooter, UID=1871, GID=1871, home=/root, shell=/bin/bash, from=none <86>Apr 27 08:51:24 userdel[807985]: delete user 'builder' <86>Apr 27 08:51:24 userdel[807985]: removed group 'builder' owned by 'builder' <86>Apr 27 08:51:24 userdel[807985]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 08:51:24 groupadd[808061]: group added to /etc/group: name=builder, GID=1872 <86>Apr 27 08:51:24 groupadd[808061]: group added to /etc/gshadow: name=builder <86>Apr 27 08:51:24 groupadd[808061]: new group: name=builder, GID=1872 <86>Apr 27 08:51:24 useradd[808116]: new user: name=builder, UID=1872, GID=1872, home=/usr/src, shell=/bin/bash, from=none <13>Apr 27 08:51:27 rpmi: libusb-1.0.26-alt3 sisyphus+340691.100.3.1 1708466436 installed <13>Apr 27 08:51:27 rpmi: libusb-compat-0.1.8-alt1 sisyphus+339464.100.1.1 1706693618 installed <13>Apr 27 08:51:27 rpmi: libusb-compat-devel-0.1.8-alt1 sisyphus+339464.100.1.1 1706693618 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.35330 + 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.35330 + 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 -flto=auto -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 -flto=auto -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] 115 | if (strstr(argv[i],"-w") != 0x00) { | ^~~~~~ pegg.c:48:1: note: include '' or provide a declaration of 'strstr' 47 | #include +++ |+#include 48 | pegg.c:115:9: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch] 115 | if (strstr(argv[i],"-w") != 0x00) { | ^~~~~~ pegg.c:115:9: note: include '' or provide a declaration of 'strstr' pegg.c:116:10: warning: implicit declaration of function 'strtok'; did you mean 'strtoq'? [-Wimplicit-function-declaration] 116 | if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); | ^~~~~~ | strtoq pegg.c:116:32: warning: comparison between pointer and integer 116 | if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); | ^~ pegg.c:116:49: warning: implicit declaration of function 'chr2int' [-Wimplicit-function-declaration] 116 | if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); | ^~~~~~~ pegg.c:118:9: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch] 118 | 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 119 | 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' [-Wbuiltin-declaration-mismatch] 121 | 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 122 | 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' [-Wbuiltin-declaration-mismatch] 124 | 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] 129 | display_printer_status(); | ^~~~~~~~~~~~~~~~~~~~~~ pegg.c:156:7: warning: implicit declaration of function 'send_raw_data' [-Wimplicit-function-declaration] 156 | send_raw_data(data); | ^~~~~~~~~~~~~ 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 -flto=auto -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 -flto=auto -march=i586 -mtune=generic -I/usr/include -L/usr/lib -lusb pegg_el.c:53:1: warning: return type defaults to 'int' [-Wimplicit-int] 53 | 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] 85 | if (strstr(argv[i],"-w") != 0x00) { | ^~~~~~ pegg_el.c:52:1: note: include '' or provide a declaration of 'strstr' 51 | #include +++ |+#include 52 | pegg_el.c:85:9: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch] 85 | if (strstr(argv[i],"-w") != 0x00) { | ^~~~~~ pegg_el.c:85:9: note: include '' or provide a declaration of 'strstr' pegg_el.c:86:10: warning: implicit declaration of function 'strtok'; did you mean 'strtoq'? [-Wimplicit-function-declaration] 86 | if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); | ^~~~~~ | strtoq pegg_el.c:86:32: warning: comparison between pointer and integer 86 | if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); | ^~ pegg_el.c:86:49: warning: implicit declaration of function 'chr2int' [-Wimplicit-function-declaration] 86 | if(strtok(argv[i], "-w") != NULL) width = chr2int(strtok(argv[i], "-w")); | ^~~~~~~ pegg_el.c:89:9: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch] 89 | 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 90 | 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' [-Wbuiltin-declaration-mismatch] 93 | 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 94 | 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' [-Wbuiltin-declaration-mismatch] 97 | 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 98 | 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' [-Wbuiltin-declaration-mismatch] 101 | 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 102 | if(strtok(argv[i], "-c") != NULL) { | ^~ pegg_el.c:116:9: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch] 116 | 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 117 | if(strtok(argv[i], "-H") != NULL) { | ^~ pegg_el.c:129:9: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch] 129 | 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 130 | if(strtok(argv[i], "-d") != NULL) { | ^~ pegg_el.c:149:9: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch] 149 | 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 150 | if(strtok(argv[i], "-s") != NULL) { | ^~ pegg_el.c:160:9: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch] 160 | 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 161 | if(strtok(argv[i], "-f") != NULL) { | ^~ pegg_el.c:178:9: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch] 178 | 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' [-Wbuiltin-declaration-mismatch] 180 | 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' [-Wimplicit-function-declaration] 181 | if(open_printer() < 0){ | ^~~~~~~~~~~~ pegg_el.c:187:9: warning: implicit declaration of function 'write_to_printer' [-Wimplicit-function-declaration] 187 | write_to_printer(1); | ^~~~~~~~~~~~~~~~ pegg_el.c:188:9: warning: implicit declaration of function 'close_printer' [-Wimplicit-function-declaration] 188 | close_printer(); | ^~~~~~~~~~~~~ pegg_el.c:224:7: warning: implicit declaration of function 'print_label' [-Wimplicit-function-declaration] 224 | print_label(data); | ^~~~~~~~~~~ pegg_el.c:249:6: warning: implicit declaration of function 'test_printer' [-Wimplicit-function-declaration] 249 | test_printer(); | ^~~~~~~~~~~~ pegg_el.c: In function 'print_label': pegg_el.c:606:5: warning: implicit declaration of function 'wait_for_ready' [-Wimplicit-function-declaration] 606 | wait_for_ready(); | ^~~~~~~~~~~~~~ pegg_el.c: At top level: pegg_el.c:801:6: warning: conflicting types for 'wait_for_ready'; have 'void()' 801 | void wait_for_ready() { | ^~~~~~~~~~~~~~ pegg_el.c:606:5: note: previous implicit declaration of 'wait_for_ready' with type 'void()' 606 | wait_for_ready(); | ^~~~~~~~~~~~~~ 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.5235 + 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:/usr/bin:/bin:/usr/local/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: (from :0) 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 Splitting links to aliased files under /{,s}bin in /usr/src/tmp/printer-driver-rname-buildroot Processing files: printer-driver-rname-0.23-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.5235 + 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.UuYKZU 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.TCzEWP find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,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.1.3), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), 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.wFL5Te 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.QX3JsA find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VsKq5P 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) 0.91user 1.27system 0:06.19elapsed 35%CPU (0avgtext+0avgdata 27644maxresident)k 0inputs+0outputs (0major+222092minor)pagefaults 0swaps 3.40user 2.48system 0:14.93elapsed 39%CPU (0avgtext+0avgdata 127448maxresident)k 0inputs+0outputs (0major+187966minor)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 2024-04-27 08:51:35.917371577 +0000 @@ -34,4 +34,6 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -42,4 +44,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 e2fabf237143e10de5582461a587b769 +File: /usr/bin/pegg_el 100755 root:root 0e445eada5d770a29b2514dea8c031e4 File: /usr/bin/xbm2crw 100755 root:root 35b6baccaf54f5da420487174d2262f7 @@ -70,2 +72,2 @@ File: /usr/share/man/man1/pegg_el.1.xz 100644 root:root 47faf4e3d49d5e3c8e89f722a69bb160 -RPMIdentity: 5a8f63dd0c5d721d4f9a8717fe3659c9d275c925d20e7f65b421a8b86cf2c5b01a9fe964ed871741315f5ad7534429a343435c569845495bdcd700edb76f0bcd +RPMIdentity: 4286ed31be1a4fb976304c1ee72c9792564a4cbceaefcc95b28090178f4ce553e8ea6a8614f1ee97494dfc258ebea9943d9e8da09b77d52a69a52ad22ac930dc --- 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 2024-04-27 08:51:35.980372477 +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/46 40755 root:root +/usr/lib/debug/.build-id/46/224ff8de2a26f61f9cc605184e23dcb516e84e 120777 root:root ../../../../bin/pegg +/usr/lib/debug/.build-id/46/224ff8de2a26f61f9cc605184e23dcb516e84e.debug 120777 root:root ../../usr/bin/pegg.debug +/usr/lib/debug/.build-id/48 40755 root:root +/usr/lib/debug/.build-id/48/5628e1dc5574050ac5d615ac5fdd1b5b121346 120777 root:root ../../../../bin/pegg_el +/usr/lib/debug/.build-id/48/5628e1dc5574050ac5d615ac5fdd1b5b121346.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/46 40755 root:root +File: /usr/lib/debug/.build-id/46/224ff8de2a26f61f9cc605184e23dcb516e84e 120777 root:root ../../../../bin/pegg +File: /usr/lib/debug/.build-id/46/224ff8de2a26f61f9cc605184e23dcb516e84e.debug 120777 root:root ../../usr/bin/pegg.debug +File: /usr/lib/debug/.build-id/48 40755 root:root +File: /usr/lib/debug/.build-id/48/5628e1dc5574050ac5d615ac5fdd1b5b121346 120777 root:root ../../../../bin/pegg_el +File: /usr/lib/debug/.build-id/48/5628e1dc5574050ac5d615ac5fdd1b5b121346.debug 120777 root:root ../../usr/bin/pegg_el.debug +File: /usr/lib/debug/usr/bin/pegg.debug 100644 root:root 9c09fcbf305f8817d5f34d2a12c5a0bb +File: /usr/lib/debug/usr/bin/pegg_el.debug 100644 root:root e97e06d6ce578dd76d2b6bee79921d6e 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: b3e505e1c5a3b5f3b72128c4dd7e0a1339c12e10ceea462f5d52081da71ae166901297320fa59c5865d31f1b2854cb911a6d390085912bbe590be6a6b4964260