<86>May 26 00:07:48 userdel[1303010]: delete user 'rooter' <86>May 26 00:07:48 groupadd[1303490]: group added to /etc/group: name=rooter, GID=1814 <86>May 26 00:07:48 groupadd[1303490]: group added to /etc/gshadow: name=rooter <86>May 26 00:07:48 groupadd[1303490]: new group: name=rooter, GID=1814 <86>May 26 00:07:49 useradd[1303946]: new user: name=rooter, UID=1814, GID=1814, home=/root, shell=/bin/bash <86>May 26 00:07:49 userdel[1304209]: delete user 'builder' <86>May 26 00:07:49 userdel[1304209]: removed group 'builder' owned by 'builder' <86>May 26 00:07:49 userdel[1304209]: removed shadow group 'builder' owned by 'builder' <86>May 26 00:07:49 groupadd[1304855]: group added to /etc/group: name=builder, GID=1815 <86>May 26 00:07:49 groupadd[1304855]: group added to /etc/gshadow: name=builder <86>May 26 00:07:49 groupadd[1304855]: new group: name=builder, GID=1815 <86>May 26 00:07:49 useradd[1305070]: new user: name=builder, UID=1815, GID=1815, home=/usr/src, shell=/bin/bash Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/bin2iso-1.9b-alt1.nosrc.rpm (w1.gzdio) Installing bin2iso-1.9b-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.28085 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf bin2iso-1.9b + echo 'Source #0 (bin2iso-1.9b.tar):' Source #0 (bin2iso-1.9b.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/bin2iso-1.9b.tar + cd bin2iso-1.9b + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.88439 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd bin2iso-1.9b + cd src/linux_macos + gcc -pipe -frecord-gcc-switches -Wall -g -O2 -o bin2iso bin2iso_v1.9b_linux.c bin2iso_v1.9b_linux.c:114:1: warning: return type defaults to 'int' [-Wimplicit-int] 114 | buffered_fread(unsigned char *array, unsigned int size) { | ^~~~~~~~~~~~~~ bin2iso_v1.9b_linux.c: In function 'buffered_fread': bin2iso_v1.9b_linux.c:128:39: warning: statement with no effect [-Wunused-value] 128 | while(i++ < size) { array[i] == 0; }/* zero fill the rest */ | ~~~~~~~~~^~~~ bin2iso_v1.9b_linux.c: In function 'getTrackinfo': bin2iso_v1.9b_linux.c:240:20: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] 240 | strncpy(track->num, &Line[8], 2); track->num[2] = '\0'; | ~~~~~^~~~~ | | | unsigned char * In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from bin2iso_v1.9b_linux.c:1: /usr/include/bits/string_fortified.h:88:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 88 | __NTH (strncpy (char *__restrict __dest, const char *__restrict __src, | ^~~~~ bin2iso_v1.9b_linux.c:252:16: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] 252 | strcpy(track->name, sBinFilename); | ~~~~~^~~~~~ | | | unsigned char * In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from bin2iso_v1.9b_linux.c:1: /usr/include/bits/string_fortified.h:73:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 73 | __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ bin2iso_v1.9b_linux.c:254:16: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] 254 | strcat(track->name, "-"); | ~~~~~^~~~~~ | | | unsigned char * In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from bin2iso_v1.9b_linux.c:1: /usr/include/bits/string_fortified.h:112:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 112 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ bin2iso_v1.9b_linux.c:255:16: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] 255 | strcat(track->name, track->num); | ~~~~~^~~~~~ | | | unsigned char * In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from bin2iso_v1.9b_linux.c:1: /usr/include/bits/string_fortified.h:112:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 112 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ bin2iso_v1.9b_linux.c:255:29: warning: pointer targets in passing argument 2 of 'strcat' differ in signedness [-Wpointer-sign] 255 | strcat(track->name, track->num); | ~~~~~^~~~~ | | | unsigned char * In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from bin2iso_v1.9b_linux.c:1: /usr/include/bits/string_fortified.h:112:1: note: expected 'const char * restrict' but argument is of type 'unsigned char *' 112 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ bin2iso_v1.9b_linux.c:262:19: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] 262 | strcat(track->name, ".iso"); | ~~~~~^~~~~~ | | | unsigned char * In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from bin2iso_v1.9b_linux.c:1: /usr/include/bits/string_fortified.h:112:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 112 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ bin2iso_v1.9b_linux.c:264:19: warning: pointer targets in passing argument 1 of 'strcat' differ in signedness [-Wpointer-sign] 264 | strcat(track->name, ".wav"); | ~~~~~^~~~~~ | | | unsigned char * In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from bin2iso_v1.9b_linux.c:1: /usr/include/bits/string_fortified.h:112:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 112 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ bin2iso_v1.9b_linux.c:266:22: warning: format '%d' expects argument of type 'int', but argument 2 has type 'unsigned char *' [-Wformat=] 266 | printf("Track %d Unsupported mode\n", track->num); | ~^ ~~~~~~~~~~ | | | | int unsigned char * | %hhn bin2iso_v1.9b_linux.c:282:46: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 282 | min = ((Line[13]-'0')<<4) | Line[14]-'0'; | ~~~~~~~~^~~~ bin2iso_v1.9b_linux.c:283:46: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 283 | sec = ((Line[16]-'0')<<4) | Line[17]-'0'; | ~~~~~~~~^~~~ bin2iso_v1.9b_linux.c:284:48: warning: suggest parentheses around arithmetic in operand of '|' [-Wparentheses] 284 | block = ((Line[19]-'0')<<4) | Line[20]-'0'; | ~~~~~~~~^~~~ bin2iso_v1.9b_linux.c: In function 'dotrack': bin2iso_v1.9b_linux.c:329:48: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] 329 | if(startidx != 0) printf("\nNote: PreGap = %d frames\n", startidx-preidx); | ~^ ~~~~~~~~~~~~~~~ | | | | int long int | %ld bin2iso_v1.9b_linux.c:334:31: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 334 | printf("Creating %s (%06d,%06d) ", sOutFilename, startidx, endidx-1); | ~~~^ ~~~~~~~~ | | | | int long int | %06ld bin2iso_v1.9b_linux.c:334:36: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=] 334 | printf("Creating %s (%06d,%06d) ", sOutFilename, startidx, endidx-1); | ~~~^ ~~~~~~~~ | | | | int long int | %06ld bin2iso_v1.9b_linux.c:336:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] 336 | printf("Converting (%06d,%06d) ", startidx, endidx-1); | ~~~^ ~~~~~~~~ | | | | int long int | %06ld bin2iso_v1.9b_linux.c:336:35: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=] 336 | printf("Converting (%06d,%06d) ", startidx, endidx-1); | ~~~^ ~~~~~~~~ | | | | int long int | %06ld bin2iso_v1.9b_linux.c:415:68: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] 415 | if (startidx%PROG_INTERVAL == 0) { printf("\b\b\b\b\b\b%06d", startidx); } | ~~~^ ~~~~~~~~ | | | | int long int | %06ld bin2iso_v1.9b_linux.c:422:68: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] 422 | if (startidx%PROG_INTERVAL == 0) { printf("\b\b\b\b\b\b%06d", startidx); } | ~~~^ ~~~~~~~~ | | | | int long int | %06ld bin2iso_v1.9b_linux.c:496:68: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] 496 | if (startidx%PROG_INTERVAL == 0) { printf("\b\b\b\b\b\b%06d", startidx); } | ~~~^ ~~~~~~~~ | | | | int long int | %06ld bin2iso_v1.9b_linux.c: In function 'checkGaps': bin2iso_v1.9b_linux.c:604:8: warning: unused variable 'c' [-Wunused-variable] 604 | int c = 0; | ^ bin2iso_v1.9b_linux.c: In function 'main': bin2iso_v1.9b_linux.c:696:66: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=] 696 | printf(" -nob - Doesn't use overburn data past %ld sectors. \n", CD74_MAX_SECTORS); | ~~^ | | | long int | %d bin2iso_v1.9b_linux.c:792:18: warning: too many arguments for format [-Wformat-extra-args] 792 | printf ("Error: Filename not found on first line of cuefile.\n", argv[1]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bin2iso_v1.9b_linux.c:882:29: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] 882 | strcpy(tracks[i].name, "obdatatemp.bin"); | ~~~~~~~~~^~~~~ | | | unsigned char * In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from bin2iso_v1.9b_linux.c:1: /usr/include/bits/string_fortified.h:73:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' 73 | __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ bin2iso_v1.9b_linux.c:927:24: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 927 | printf("%s (%3d Mb) - sectors %06ld:%06ld (offset %09ld:%09ld)\n", | ~~^ | | | int | %3ld 928 | tracks[i].name, 929 | tracks[i].size/(1024*1024), | ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int bin2iso_v1.9b_linux.c:943:49: warning: pointer targets in passing argument 2 of 'rename' differ in signedness [-Wpointer-sign] 943 | if( 0 != rename(sBinFilename, tracks[0].name) ) { | ~~~~~~~~~^~~~~ | | | unsigned char * In file included from bin2iso_v1.9b_linux.c:1: /usr/include/stdio.h:148:51: note: expected 'const char *' but argument is of type 'unsigned char *' 148 | extern int rename (const char *__old, const char *__new) __THROW; | ~~~~~~~~~~~~^~~~~ bin2iso_v1.9b_linux.c:961:40: warning: pointer targets in passing argument 2 of 'strcat' differ in signedness [-Wpointer-sign] 961 | strcat(sOutFilename, trackA.name); | ~~~~~~^~~~~ | | | unsigned char * In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from bin2iso_v1.9b_linux.c:1: /usr/include/bits/string_fortified.h:112:1: note: expected 'const char * restrict' but argument is of type 'unsigned char *' 112 | __NTH (strcat (char *__restrict __dest, const char *__restrict __src)) | ^~~~~ bin2iso_v1.9b_linux.c:963:50: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign] 963 | if ( ((doOneTrack == 1) && strcmp(trackA.num, sTrack)==0) || (doOneTrack == 0) ) { | ~~~~~~^~~~ | | | unsigned char * In file included from bin2iso_v1.9b_linux.c:2: /usr/include/string.h:140:32: note: expected 'const char *' but argument is of type 'unsigned char *' 140 | extern int strcmp (const char *__s1, const char *__s2) | ~~~~~~~~~~~~^~~~ bin2iso_v1.9b_linux.c:982:26: warning: implicit declaration of function 'ftruncate'; did you mean 'strncat'? [-Wimplicit-function-declaration] 982 | if( -1 == ftruncate(fileno(fdBinFile), trackA.offset1) ) { | ^~~~~~~~~ | strncat bin2iso_v1.9b_linux.c:989:52: warning: pointer targets in passing argument 2 of 'rename' differ in signedness [-Wpointer-sign] 989 | if( 0 != rename(sBinFilename, trackA.name) ) { | ~~~~~~^~~~~ | | | unsigned char * In file included from bin2iso_v1.9b_linux.c:1: /usr/include/stdio.h:148:51: note: expected 'const char *' but argument is of type 'unsigned char *' 148 | extern int rename (const char *__old, const char *__new) __THROW; | ~~~~~~~~~~~~^~~~~ bin2iso_v1.9b_linux.c:999:40: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] 999 | fdBinFile = fopen(trackA.name, "rb+"); // gets closed in doTrack... | ~~~~~~^~~~~ | | | unsigned char * In file included from bin2iso_v1.9b_linux.c:1: /usr/include/stdio.h:246:44: note: expected 'const char * restrict' but argument is of type 'unsigned char *' 246 | extern FILE *fopen (const char *__restrict __filename, | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ bin2iso_v1.9b_linux.c:648:22: warning: unused variable 'count' [-Wunused-variable] 648 | unsigned long int count = 0; | ^~~~~ bin2iso_v1.9b_linux.c:756:10: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 756 | fread( sLine, 1, sizeof(tWavHead), fdBinFile ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bin2iso_v1.9b_linux.c: In function 'buffered_fwrite': bin2iso_v1.9b_linux.c:174:18: warning: 'readpos' may be used uninitialized in this function [-Wmaybe-uninitialized] 174 | if(0 != fseek(fdOutFile, readpos, SEEK_SET)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bin2iso_v1.9b_linux.c: In function 'flush_buffers': bin2iso_v1.9b_linux.c:215:15: warning: 'readpos' may be used uninitialized in this function [-Wmaybe-uninitialized] 215 | if(0 != fseek(fdOutFile, readpos, SEEK_SET)) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ bin2iso_v1.9b_linux.c: In function 'doCueFile': bin2iso_v1.9b_linux.c:552:39: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] 552 | sprintf(mode, "MODE%d/2352", buf[15]); | ^ In file included from /usr/include/stdio.h:866, from bin2iso_v1.9b_linux.c:1: /usr/include/bits/stdio2.h:38:10: note: '__builtin___sprintf_chk' output between 11 and 13 bytes into a destination of size 12 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.88439 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/bin2iso-buildroot + : + /bin/rm -rf -- /usr/src/tmp/bin2iso-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd bin2iso-1.9b + cd src/linux_macos + /bin/mkdir -p /usr/src/tmp/bin2iso-buildroot/usr/bin + /bin/install -m 0755 bin2iso /usr/src/tmp/bin2iso-buildroot//usr/bin + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/bin2iso-buildroot (auto) Verifying and fixing files in /usr/src/tmp/bin2iso-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/bin2iso-buildroot/ (default) Compressing files in /usr/src/tmp/bin2iso-buildroot (auto) Verifying ELF objects in /usr/src/tmp/bin2iso-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: bin2iso-1.9b-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tBch2l 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.Vzanvm 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.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(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.PsBKEk Creating bin2iso-debuginfo package Processing files: bin2iso-debuginfo-1.9b-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dOj3Oj find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.O6vAWi find-requires: running scripts (debuginfo) Requires: bin2iso = 1.9b-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Adding to bin2iso-debuginfo a strict dependency on bin2iso Wrote: /usr/src/RPM/RPMS/x86_64/bin2iso-1.9b-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/bin2iso-debuginfo-1.9b-alt1.x86_64.rpm (w2.lzdio) 0.84user 1.09system 0:07.25elapsed 26%CPU (0avgtext+0avgdata 34256maxresident)k 0inputs+0outputs (0major+131765minor)pagefaults 0swaps 0.94user 3.93system 0:22.42elapsed 21%CPU (0avgtext+0avgdata 12208maxresident)k 0inputs+0outputs (0major+98059minor)pagefaults 0swaps --- bin2iso-1.9b-alt1.x86_64.rpm.repo 2020-03-11 10:40:03.000000000 +0000 +++ bin2iso-1.9b-alt1.x86_64.rpm.hasher 2024-05-26 00:08:01.674608476 +0000 @@ -9,3 +9,3 @@ Provides: bin2iso = 1.9b-alt1:sisyphus+247620.100.1.1 -File: /usr/bin/bin2iso 100755 root:root 973294663990b6d74f197667aa1327ce -RPMIdentity: a253362dfdb70936074190654f4ca29afc37aa46c6d28fa63679c098bc29feaccccca965dcd6faeac494ee8090277c3eb55a351a803860afefc3db7b2fe913d3 +File: /usr/bin/bin2iso 100755 root:root b3051b83f6edd3b194186816dc52af85 +RPMIdentity: 8cd595578743e785701efc6304e3dd56731761c9c1741d50aed84f066227a421291211e56e72ba00d2311ab108e1cd262c906b7addd9c7410ed86ac7215c959e --- bin2iso-debuginfo-1.9b-alt1.x86_64.rpm.repo 2020-03-11 10:40:03.000000000 +0000 +++ bin2iso-debuginfo-1.9b-alt1.x86_64.rpm.hasher 2024-05-26 00:08:01.914611687 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/91 40755 root:root -/usr/lib/debug/.build-id/91/11d354abfc109742fa75664dfe755290a47250 120777 root:root ../../../../bin/bin2iso -/usr/lib/debug/.build-id/91/11d354abfc109742fa75664dfe755290a47250.debug 120777 root:root ../../usr/bin/bin2iso.debug +/usr/lib/debug/.build-id/e8 40755 root:root +/usr/lib/debug/.build-id/e8/607181414d1df96f7b373040c8f98d637afae2 120777 root:root ../../../../bin/bin2iso +/usr/lib/debug/.build-id/e8/607181414d1df96f7b373040c8f98d637afae2.debug 120777 root:root ../../usr/bin/bin2iso.debug /usr/lib/debug/usr/bin/bin2iso.debug 100644 root:root @@ -13,6 +13,6 @@ Provides: bin2iso-debuginfo = 1.9b-alt1:sisyphus+247620.100.1.1 -File: /usr/lib/debug/.build-id/91 40755 root:root -File: /usr/lib/debug/.build-id/91/11d354abfc109742fa75664dfe755290a47250 120777 root:root ../../../../bin/bin2iso -File: /usr/lib/debug/.build-id/91/11d354abfc109742fa75664dfe755290a47250.debug 120777 root:root ../../usr/bin/bin2iso.debug -File: /usr/lib/debug/usr/bin/bin2iso.debug 100644 root:root 5883cccd6f39165721d005b9cf23ee6c +File: /usr/lib/debug/.build-id/e8 40755 root:root +File: /usr/lib/debug/.build-id/e8/607181414d1df96f7b373040c8f98d637afae2 120777 root:root ../../../../bin/bin2iso +File: /usr/lib/debug/.build-id/e8/607181414d1df96f7b373040c8f98d637afae2.debug 120777 root:root ../../usr/bin/bin2iso.debug +File: /usr/lib/debug/usr/bin/bin2iso.debug 100644 root:root c9180c048fde96460c92284b21f83803 File: /usr/src/debug/bin2iso-1.9b 40755 root:root @@ -21,2 +21,2 @@ File: /usr/src/debug/bin2iso-1.9b/src/linux_macos/bin2iso_v1.9b_linux.c 100644 root:root 0175f2f635bbe4f041df931ccb125aba -RPMIdentity: 72b762b2e71a0e10c3a5aa25c3bea79a934abb4d7853ba703b4134972a0337a808588e2c14988acddc3858523d8b69a202385d31a5d0d5105716cac089b36383 +RPMIdentity: cf909f22ee0fb4859ca8f084f6bc0aaa7f1c586ba564cb983c37c15ccc31d2e9aa2aaae74426196ea9777d2971fb53ad67d36a2bf61fda102d7e0f01e93db2f3