<86>May 4 01:25:55 userdel[3414579]: delete user 'rooter' <86>May 4 01:25:55 userdel[3414579]: removed group 'rooter' owned by 'rooter' <86>May 4 01:25:55 userdel[3414579]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 01:25:55 groupadd[3414731]: group added to /etc/group: name=rooter, GID=1814 <86>May 4 01:25:55 groupadd[3414731]: group added to /etc/gshadow: name=rooter <86>May 4 01:25:55 groupadd[3414731]: new group: name=rooter, GID=1814 <86>May 4 01:25:55 useradd[3414831]: new user: name=rooter, UID=1814, GID=1814, home=/root, shell=/bin/bash, from=none <86>May 4 01:25:55 userdel[3415217]: delete user 'builder' <86>May 4 01:25:55 userdel[3415217]: removed group 'builder' owned by 'builder' <86>May 4 01:25:55 userdel[3415217]: removed shadow group 'builder' owned by 'builder' <86>May 4 01:25:55 groupadd[3415321]: group added to /etc/group: name=builder, GID=1815 <86>May 4 01:25:55 groupadd[3415321]: group added to /etc/gshadow: name=builder <86>May 4 01:25:55 groupadd[3415321]: new group: name=builder, GID=1815 <86>May 4 01:25:55 useradd[3415423]: new user: name=builder, UID=1815, GID=1815, home=/usr/src, shell=/bin/bash, from=none <13>May 4 01:26:03 rpmi: libpng16-1.6.42-alt2 sisyphus+339555.100.1.1 1706781682 installed <13>May 4 01:26:03 rpmi: zlib-devel-1.3.1-alt1 sisyphus+342532.100.1.1 1710232285 installed <13>May 4 01:26:03 rpmi: libjpeg-2:3.0.2-alt2.1 sisyphus+340135.100.1.1 1707449145 installed <13>May 4 01:26:03 rpmi: libturbojpeg-2:3.0.2-alt2.1 sisyphus+340135.100.1.1 1707449145 installed <13>May 4 01:26:03 rpmi: libgif-4.1.6-alt3 sisyphus+276911.100.1.3 1625273979 installed <13>May 4 01:26:03 rpmi: libgif-devel-4.1.6-alt3 sisyphus+276911.100.1.3 1625273979 installed <13>May 4 01:26:03 rpmi: libjpeg-devel-2:3.0.2-alt2.1 sisyphus+340135.100.1.1 1707449145 installed <13>May 4 01:26:03 rpmi: libpng-devel-1.6.42-alt2 sisyphus+339555.100.1.1 1706781682 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/fbv-1.0b-alt2.1.nosrc.rpm (w1.gzdio) Installing fbv-1.0b-alt2.1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.18953 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf fbv-1.0b + echo 'Source #0 (fbv-1.0b.tar.gz):' Source #0 (fbv-1.0b.tar.gz): + /bin/tar -xf - + /bin/gzip -dc /usr/src/RPM/SOURCES/fbv-1.0b.tar.gz + cd fbv-1.0b + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (fbv-nocenter.patch):' Patch #1 (fbv-nocenter.patch): + /usr/bin/patch -p1 patching file ChangeLog patching file fbv.1 patching file main.c + echo 'Patch #2 (fbv-1.0b-features.h.patch):' Patch #2 (fbv-1.0b-features.h.patch): + /usr/bin/patch -p1 patching file fb_display.c + echo 'Patch #3 (fbv-1.0b-alt-libpng15.patch):' Patch #3 (fbv-1.0b-alt-libpng15.patch): + /usr/bin/patch -p2 patching file png.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.18953 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd fbv-1.0b + ./configure --prefix=/usr --mandir=/usr/share/man checking for libungif presence... yes checking for libjpeg presence... yes checking for libpng presence... yes building with bmp support... yes checking for DEFAULT_FRAMEBUFFER... /dev/fb0 installation dir: /usr/bin manuals dir: /usr/share/man + make -j16 'CC=gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 -Wall -D_GNU_SOURCE -c -o jpeg.o jpeg.c jpeg.c: In function 'fh_jpeg_load': jpeg.c:65:12: warning: variable 'py' set but not used [-Wunused-but-set-variable] 65 | int px,py,c; | ^~ jpeg.c: In function 'fh_jpeg_getsize': jpeg.c:114:15: warning: variable 'c' set but not used [-Wunused-but-set-variable] 114 | int px,py,c; | ^ jpeg.c: In function 'fh_jpeg_id': jpeg.c:43:5: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 43 | read(fd,id,10); | ^~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 -Wall -D_GNU_SOURCE -c -o bmp.o bmp.c bmp.c: In function 'fh_bmp_id': bmp.c:51:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 51 | read(fd, id, 2); | ^~~~~~~~~~~~~~~ bmp.c: In function 'fetch_pallete': bmp.c:66:17: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 66 | read(fd, buff, 4); | ^~~~~~~~~~~~~~~~~ bmp.c: In function 'fh_bmp_load': bmp.c:89:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 89 | read(fd, buff, 4); | ^~~~~~~~~~~~~~~~~ bmp.c:95:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 95 | read(fd, buff, 2); | ^~~~~~~~~~~~~~~~~ bmp.c:104:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 104 | read(fd, buff, 1); | ^~~~~~~~~~~~~~~~~ bmp.c:120:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 120 | read(fd, buff, 1); | ^~~~~~~~~~~~~~~~~ bmp.c:136:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 136 | read(fd, buff, skip); | ^~~~~~~~~~~~~~~~~~~~ bmp.c:147:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 147 | read(fd, buff, 1); | ^~~~~~~~~~~~~~~~~ bmp.c:158:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 158 | read(fd, buff, 1); | ^~~~~~~~~~~~~~~~~ bmp.c:165:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 165 | read(fd, buff, skip); | ^~~~~~~~~~~~~~~~~~~~ bmp.c:176:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 176 | read(fd, buff, 1); | ^~~~~~~~~~~~~~~~~ bmp.c:182:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 182 | read(fd, buff, skip); | ^~~~~~~~~~~~~~~~~~~~ bmp.c:195:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 195 | read(fd, buff, 3); | ^~~~~~~~~~~~~~~~~ bmp.c:201:41: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 201 | read(fd, buff, skip); | ^~~~~~~~~~~~~~~~~~~~ bmp.c: In function 'fh_bmp_getsize': bmp.c:226:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 226 | read(fd, size, 4); | ^~~~~~~~~~~~~~~~~ bmp.c:229:9: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 229 | read(fd, size, 4); | ^~~~~~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 -Wall -D_GNU_SOURCE -c -o gif.o gif.c gif.c: In function 'fh_gif_id': gif.c:45:5: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 45 | read(fd,id,4); | ^~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 -Wall -D_GNU_SOURCE -c -o fb_display.o fb_display.c make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 -Wall -D_GNU_SOURCE -c -o transforms.o transforms.c In file included from transforms.c:21: transforms.c: In function 'simple_resize': transforms.c:27:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 27 | assert(cr = (unsigned char*) malloc(dx*dy*3)); | ^~ transforms.c: In function 'color_average_resize': transforms.c:65:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 65 | assert(cr=(unsigned char*) malloc(dx*dy*3)); p=cr; | ^~ transforms.c: In function 'rotate': transforms.c:93:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 93 | assert(n = (unsigned char*) malloc(ox * oy * 3)); | ^ transforms.c: In function 'alpha_rotate': transforms.c:143:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 143 | assert(n = (unsigned char*) malloc(ox * oy)); | ^ make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 -Wall -D_GNU_SOURCE -c -o png.o png.c png.c: In function 'fh_png_load': png.c:108:31: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] 108 | fbptr = buffer; | ^ png.c:114:54: warning: pointer targets in initialization of 'unsigned char *' from 'char *' differ in signedness [-Wpointer-sign] 114 | unsigned char *trp = rp; | ^~ png.c:131:31: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] 131 | fbptr = buffer; | ^ png.c: In function 'fh_png_id': png.c:41:5: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 41 | read(fd,id,4); | ^~~~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -O2 -Wall -D_GNU_SOURCE -c -o main.o main.c make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -o fbv main.o jpeg.o gif.o png.o bmp.o fb_display.o transforms.o -lpng -ljpeg -lungif In function 'alpha_rotate', inlined from 'do_rotate' at main.c:72:12, inlined from 'show_image' at main.c:292:5: transforms.c:143:9: warning: argument 1 range [18446744071562067968, 18446744073709551615] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 143 | assert(n = (unsigned char*) malloc(ox * oy)); | ^ /usr/include/stdlib.h: In function 'show_image': /usr/include/stdlib.h:672:14: note: in a call to allocation function 'malloc' declared here 672 | extern void *malloc (size_t __size) __THROW __attribute_malloc__ | ^ make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' Build DONE. make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.60466 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/fbv-buildroot + : + /bin/rm -rf -- /usr/src/tmp/fbv-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd fbv-1.0b + mkdir -p /usr/src/tmp/fbv-buildroot/usr/bin /usr/src/tmp/fbv-buildroot/usr/share/man/man1 + /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/fbv-buildroot/usr exec_prefix=/usr/src/tmp/fbv-buildroot/usr bindir=/usr/src/tmp/fbv-buildroot/usr/bin sbindir=/usr/src/tmp/fbv-buildroot/usr/sbin sysconfdir=/usr/src/tmp/fbv-buildroot/etc datadir=/usr/src/tmp/fbv-buildroot/usr/share includedir=/usr/src/tmp/fbv-buildroot/usr/include libdir=/usr/src/tmp/fbv-buildroot/usr/lib64 libexecdir=/usr/src/tmp/fbv-buildroot/usr/lib localstatedir=/usr/src/tmp/fbv-buildroot/var/lib runstatedir=/usr/src/tmp/fbv-buildroot/var/run sharedstatedir=/usr/src/tmp/fbv-buildroot/var/lib mandir=/usr/src/tmp/fbv-buildroot/usr/share/man infodir=/usr/src/tmp/fbv-buildroot/usr/share/info install make: Entering directory '/usr/src/RPM/BUILD/fbv-1.0b' cp fbv /usr/src/tmp/fbv-buildroot/usr/bin gzip -9c fbv.1 > /usr/src/tmp/fbv-buildroot/usr/share/man/man1/fbv.1.gz make: Leaving directory '/usr/src/RPM/BUILD/fbv-1.0b' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/fbv-buildroot (auto) Verifying and fixing files in /usr/src/tmp/fbv-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/fbv-buildroot/ (default) Compressing files in /usr/src/tmp/fbv-buildroot (auto) Verifying ELF objects in /usr/src/tmp/fbv-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/fbv-buildroot Processing files: fbv-1.0b-alt2.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.15464 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd fbv-1.0b + DOCDIR=/usr/src/tmp/fbv-buildroot/usr/share/doc/fbv-1.0b + export DOCDIR + rm -rf /usr/src/tmp/fbv-buildroot/usr/share/doc/fbv-1.0b + /bin/mkdir -p /usr/src/tmp/fbv-buildroot/usr/share/doc/fbv-1.0b + cp -prL ChangeLog README TODO /usr/src/tmp/fbv-buildroot/usr/share/doc/fbv-1.0b + chmod -R go-w /usr/src/tmp/fbv-buildroot/usr/share/doc/fbv-1.0b + chmod -R a+rX /usr/src/tmp/fbv-buildroot/usr/share/doc/fbv-1.0b + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EE4ah4 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.0Bi0O7 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.11)(64bit), libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.38)(64bit), libc.so.6(GLIBC_2.4)(64bit), libgif.so.4()(64bit) >= set:jgr7ccu9aWZ1j3jcUVC3, libjpeg.so.62()(64bit) >= set:kgEMEI2QpyjVSsPVW0tjvPb, libpng16.so.16()(64bit) >= set:lgOKYIugJ8W6A1wDVl8PO6o4iHmqkk45x58S2721YPClP1, libpng16.so.16(PNG16_0)(64bit), 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.HMn9US Creating fbv-debuginfo package Processing files: fbv-debuginfo-1.0b-alt2.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BiMXVS find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hhJ1b6 find-requires: running scripts (debuginfo) Requires: fbv = 1.0b-alt2.1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libgif.so.4), debug64(libjpeg.so.62), debug64(libpng16.so.16) Adding to fbv-debuginfo a strict dependency on fbv Wrote: /usr/src/RPM/RPMS/x86_64/fbv-1.0b-alt2.1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/fbv-debuginfo-1.0b-alt2.1.x86_64.rpm (w2.lzdio) 1.67user 1.58system 0:09.49elapsed 34%CPU (0avgtext+0avgdata 42168maxresident)k 0inputs+0outputs (0major+221118minor)pagefaults 0swaps 6.45user 5.29system 0:33.50elapsed 35%CPU (0avgtext+0avgdata 131788maxresident)k 840inputs+0outputs (0major+197623minor)pagefaults 0swaps --- fbv-1.0b-alt2.1.x86_64.rpm.repo 2019-03-02 08:42:33.000000000 +0000 +++ fbv-1.0b-alt2.1.x86_64.rpm.hasher 2024-05-04 01:26:18.605724957 +0000 @@ -11,2 +11,4 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) +Requires: libc.so.6(GLIBC_2.38)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) @@ -14,3 +16,3 @@ Requires: rpmlib(SetVersions) -Requires: libjpeg.so.62()(64bit) >= set:jfvZgUYgm1WcNFYdT6Zpru +Requires: libjpeg.so.62()(64bit) >= set:kgEMEI2QpyjVSsPVW0tjvPb Requires: libpng16.so.16()(64bit) >= set:lgOKYIugJ8W6A1wDVl8PO6o4iHmqkk45x58S2721YPClP1 @@ -20,3 +22,3 @@ Provides: fbv = 1.0b-alt2.1:sisyphus+223396.100.1.1 -File: /usr/bin/fbv 100755 root:root a374b3bdd4afa7d301176c6e9f36fa62 +File: /usr/bin/fbv 100755 root:root 8df089903ebcfcac0307fe0af40baae9 File: /usr/share/doc/fbv-1.0b 40755 root:root @@ -26,2 +28,2 @@ File: /usr/share/man/man1/fbv.1.xz 100644 root:root a95df8bf4333d0fc7a08e7da32da7b38 -RPMIdentity: 20ffb63861bc459bf9b21bddb5685ff56b396edddeb53c81ef99084b3812ee1cf372f334e5c211306a2c3a067bf9ff34348030306340fb0e94f2e88332f9b047 +RPMIdentity: babd4f473c758eee57ed552dc4a9b0b43cfc7f28e4aeb8bd7734c29633e6824304d9dece52515592f8345543060ea7d431ee704d4a9ec2371e02689b73d79075 --- fbv-debuginfo-1.0b-alt2.1.x86_64.rpm.repo 2019-03-02 08:42:33.000000000 +0000 +++ fbv-debuginfo-1.0b-alt2.1.x86_64.rpm.hasher 2024-05-04 01:26:18.844728482 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/73 40755 root:root -/usr/lib/debug/.build-id/73/bbd37ee72fbd2625678eae0ef26febd3cd22de 120777 root:root ../../../../bin/fbv -/usr/lib/debug/.build-id/73/bbd37ee72fbd2625678eae0ef26febd3cd22de.debug 120777 root:root ../../usr/bin/fbv.debug +/usr/lib/debug/.build-id/2c 40755 root:root +/usr/lib/debug/.build-id/2c/6dc21980a1294d43c31ef90b3e2b8815dfbc54 120777 root:root ../../../../bin/fbv +/usr/lib/debug/.build-id/2c/6dc21980a1294d43c31ef90b3e2b8815dfbc54.debug 120777 root:root ../../usr/bin/fbv.debug /usr/lib/debug/usr/bin/fbv.debug 100644 root:root @@ -21,6 +21,6 @@ Provides: fbv-debuginfo = 1.0b-alt2.1:sisyphus+223396.100.1.1 -File: /usr/lib/debug/.build-id/73 40755 root:root -File: /usr/lib/debug/.build-id/73/bbd37ee72fbd2625678eae0ef26febd3cd22de 120777 root:root ../../../../bin/fbv -File: /usr/lib/debug/.build-id/73/bbd37ee72fbd2625678eae0ef26febd3cd22de.debug 120777 root:root ../../usr/bin/fbv.debug -File: /usr/lib/debug/usr/bin/fbv.debug 100644 root:root 140150261b9bc915855c57b3763dfc27 +File: /usr/lib/debug/.build-id/2c 40755 root:root +File: /usr/lib/debug/.build-id/2c/6dc21980a1294d43c31ef90b3e2b8815dfbc54 120777 root:root ../../../../bin/fbv +File: /usr/lib/debug/.build-id/2c/6dc21980a1294d43c31ef90b3e2b8815dfbc54.debug 120777 root:root ../../usr/bin/fbv.debug +File: /usr/lib/debug/usr/bin/fbv.debug 100644 root:root d3cc1c16f3b9b49d466cd9baa7eb0da6 File: /usr/src/debug/fbv-1.0b 40755 root:root @@ -34,2 +34,2 @@ File: /usr/src/debug/fbv-1.0b/transforms.c 100644 root:root 515c0354b503aaaae790990304049ba8 -RPMIdentity: dd808cf3e887b037ac29e4763253ae289dbcb56288c72be0d47b6af2e67a11aa92e56b194676a9a2d75008daf94bd33efbdfff6e5fefbd858317cac1c269c9f3 +RPMIdentity: aa7ac15d2ca5468f37a76494839d838489da2477b7a8fe4842a2bff7327536c3b14b3837120057edb24827fd9dfc2e9057b3bbc8d0eba078a2ccfc91d378d082