<86>Jun 16 00:32:04 userdel[333904]: delete user 'rooter' <86>Jun 16 00:32:04 userdel[333904]: removed group 'rooter' owned by 'rooter' <86>Jun 16 00:32:04 userdel[333904]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 00:32:04 groupadd[333920]: group added to /etc/group: name=rooter, GID=1874 <86>Jun 16 00:32:04 groupadd[333920]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:32:04 groupadd[333920]: new group: name=rooter, GID=1874 <86>Jun 16 00:32:04 useradd[333932]: new user: name=rooter, UID=1874, GID=1874, home=/root, shell=/bin/bash <86>Jun 16 00:32:04 userdel[333953]: delete user 'builder' <86>Jun 16 00:32:04 userdel[333953]: removed group 'builder' owned by 'builder' <86>Jun 16 00:32:04 userdel[333953]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:32:04 groupadd[333969]: group added to /etc/group: name=builder, GID=1875 <86>Jun 16 00:32:04 groupadd[333969]: group added to /etc/gshadow: name=builder <86>Jun 16 00:32:04 groupadd[333969]: new group: name=builder, GID=1875 <86>Jun 16 00:32:04 useradd[333984]: new user: name=builder, UID=1875, GID=1875, home=/usr/src, shell=/bin/bash <13>Jun 16 00:32:07 rpmi: libusb-1.0.26-alt2 p10+305622.100.3.1 1662994398 installed <13>Jun 16 00:32:07 rpmi: libusb-compat-0.1.5-alt1 sisyphus+275409.100.2.2 1624579099 installed <13>Jun 16 00:32:07 rpmi: libusb-compat-devel-0.1.5-alt1 sisyphus+275409.100.2.2 1624579099 installed Building target platforms: x86_64 Building for target x86_64 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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.29828 + 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.29828 + 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' LIB_PATH=/usr/lib64 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 -I/usr/include -L/usr/lib64 -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:115:9: warning: incompatible implicit declaration of built-in function 'strstr' pegg.c:48:1: note: include '' or provide a declaration of 'strstr' 47 | #include +++ |+#include 48 | 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' 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' 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' 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); | ^~~~~~~~~~~~~ pegg.c: In function 'recv_from_printer': pegg.c:203:7: warning: 'n' may be used uninitialized in this function [-Wmaybe-uninitialized] 203 | 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' LIB_PATH=/usr/lib64 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 -I/usr/include -L/usr/lib64 -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:85:9: warning: incompatible implicit declaration of built-in function 'strstr' pegg_el.c:52:1: note: include '' or provide a declaration of 'strstr' 51 | #include +++ |+#include 52 | 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' 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' 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' 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' 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' 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' 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' 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' 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' 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' 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' 801 | void wait_for_ready() { | ^~~~~~~~~~~~~~ pegg_el.c:606:5: note: previous implicit declaration of 'wait_for_ready' was here 606 | 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] 286 | 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.96285 + 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/lib64/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/lib64/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/lib64: (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) Processing files: printer-driver-rname-0.23-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.96285 + 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.xCOlzO 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.e0C7ZQ 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/lib64/cups/backend/cups2pegg syntax OK Requires: cups, ImageMagick-tools, /lib64/ld-linux-x86-64.so.2, /usr/bin/perl, 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.4)(64bit), libusb-0.1.so.4()(64bit) >= 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.kK4yiN 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.Vmot0Q find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.x3ZMjQ find-requires: running scripts (debuginfo) Requires: printer-driver-rname = 0.23-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libusb-0.1.so.4) Wrote: /usr/src/RPM/RPMS/x86_64/printer-driver-rname-0.23-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/printer-driver-rname-debuginfo-0.23-alt1.x86_64.rpm (w2.lzdio) 0.60user 1.29system 0:05.96elapsed 31%CPU (0avgtext+0avgdata 31516maxresident)k 0inputs+0outputs (0major+227730minor)pagefaults 0swaps 2.87user 2.40system 0:14.00elapsed 37%CPU (0avgtext+0avgdata 128984maxresident)k 40inputs+0outputs (0major+196194minor)pagefaults 0swaps --- printer-driver-rname-0.23-alt1.x86_64.rpm.repo 2018-07-16 07:07:50.000000000 +0000 +++ printer-driver-rname-0.23-alt1.x86_64.rpm.hasher 2024-06-16 00:32:15.557645073 +0000 @@ -41,4 +41,4 @@ Provides: printer-driver-rname = 0.23-alt1 -File: /usr/bin/pegg 100755 root:root b2718cfc32d5d71a5904438d5cd87d1c -File: /usr/bin/pegg_el 100755 root:root ebec4469c779c48144333827ac58e77d +File: /usr/bin/pegg 100755 root:root 3f812a82eec34d6c599f58559a7c49b0 +File: /usr/bin/pegg_el 100755 root:root c629c47466e972b569e5479bb3d33da2 File: /usr/bin/xbm2crw 100755 root:root 35b6baccaf54f5da420487174d2262f7 @@ -69,2 +69,2 @@ File: /usr/share/man/man1/pegg_el.1.xz 100644 root:root 47faf4e3d49d5e3c8e89f722a69bb160 -RPMIdentity: 24acbf501260cc1a1f5b94439ae664165c650e0bf91589768f5e19dce1bf76b2a131be771d9759e5246feb3504fafb8471a6d904d8448560852d1a57761fe903 +RPMIdentity: a9fb57508e4e79452fd48c29382326c5c511e3b2318ef574659d69a19322a9d634402a0a7ae252197e3eb61df56239848a9f595579a5d910dd9a1da53233c25b --- printer-driver-rname-debuginfo-0.23-alt1.x86_64.rpm.repo 2018-07-16 07:07:50.000000000 +0000 +++ printer-driver-rname-debuginfo-0.23-alt1.x86_64.rpm.hasher 2024-06-16 00:32:15.615646060 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/05 40755 root:root -/usr/lib/debug/.build-id/05/767fac5922af58a00734dbfafc3adc96324260 120777 root:root ../../../../bin/pegg -/usr/lib/debug/.build-id/05/767fac5922af58a00734dbfafc3adc96324260.debug 120777 root:root ../../usr/bin/pegg.debug -/usr/lib/debug/.build-id/b7 40755 root:root -/usr/lib/debug/.build-id/b7/80ec988e7286f96c75d904b16b68a6acc46834 120777 root:root ../../../../bin/pegg_el -/usr/lib/debug/.build-id/b7/80ec988e7286f96c75d904b16b68a6acc46834.debug 120777 root:root ../../usr/bin/pegg_el.debug +/usr/lib/debug/.build-id/04 40755 root:root +/usr/lib/debug/.build-id/04/8465fc64888a51e64a050f6debe11aebd6eb33 120777 root:root ../../../../bin/pegg_el +/usr/lib/debug/.build-id/04/8465fc64888a51e64a050f6debe11aebd6eb33.debug 120777 root:root ../../usr/bin/pegg_el.debug +/usr/lib/debug/.build-id/b8 40755 root:root +/usr/lib/debug/.build-id/b8/cadd7d759ae8ba6a53b9dddaccae421a9332cb 120777 root:root ../../../../bin/pegg +/usr/lib/debug/.build-id/b8/cadd7d759ae8ba6a53b9dddaccae421a9332cb.debug 120777 root:root ../../usr/bin/pegg.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/05 40755 root:root -File: /usr/lib/debug/.build-id/05/767fac5922af58a00734dbfafc3adc96324260 120777 root:root ../../../../bin/pegg -File: /usr/lib/debug/.build-id/05/767fac5922af58a00734dbfafc3adc96324260.debug 120777 root:root ../../usr/bin/pegg.debug -File: /usr/lib/debug/.build-id/b7 40755 root:root -File: /usr/lib/debug/.build-id/b7/80ec988e7286f96c75d904b16b68a6acc46834 120777 root:root ../../../../bin/pegg_el -File: /usr/lib/debug/.build-id/b7/80ec988e7286f96c75d904b16b68a6acc46834.debug 120777 root:root ../../usr/bin/pegg_el.debug -File: /usr/lib/debug/usr/bin/pegg.debug 100644 root:root b5a8f9fb4746272a4b8c447f7c4404f0 -File: /usr/lib/debug/usr/bin/pegg_el.debug 100644 root:root 469f5594c4712ffea2095c9474bd2108 +File: /usr/lib/debug/.build-id/04 40755 root:root +File: /usr/lib/debug/.build-id/04/8465fc64888a51e64a050f6debe11aebd6eb33 120777 root:root ../../../../bin/pegg_el +File: /usr/lib/debug/.build-id/04/8465fc64888a51e64a050f6debe11aebd6eb33.debug 120777 root:root ../../usr/bin/pegg_el.debug +File: /usr/lib/debug/.build-id/b8 40755 root:root +File: /usr/lib/debug/.build-id/b8/cadd7d759ae8ba6a53b9dddaccae421a9332cb 120777 root:root ../../../../bin/pegg +File: /usr/lib/debug/.build-id/b8/cadd7d759ae8ba6a53b9dddaccae421a9332cb.debug 120777 root:root ../../usr/bin/pegg.debug +File: /usr/lib/debug/usr/bin/pegg.debug 100644 root:root 14c134011f249a49a703cdb25a02fe2f +File: /usr/lib/debug/usr/bin/pegg_el.debug 100644 root:root a1b004bfceda0b4f8c2f89d65487e83c 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: fdb06d6640f7117cc4afaf78b8f40b983a4bde8745e9d62ba320163e52453924b1eb435da6892f527dd2ff9c41aacda8f192290f7475f0c9f03e1e1c5ce91069 +RPMIdentity: bc93ce75442a09e39fdc280202c605d803a612e4bc1b6b169048e29caf9f24b04f910178abd33f0df4042ec0a4eb495269595dbff4fb5b93ab68289ee697ea4e