<86>Oct 12 08:08:56 userdel[2974218]: delete user 'rooter' <86>Oct 12 08:08:56 userdel[2974218]: removed group 'rooter' owned by 'rooter' <86>Oct 12 08:08:56 userdel[2974218]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 12 08:08:56 groupadd[2974251]: group added to /etc/group: name=rooter, GID=1835 <86>Oct 12 08:08:56 groupadd[2974251]: group added to /etc/gshadow: name=rooter <86>Oct 12 08:08:56 groupadd[2974251]: new group: name=rooter, GID=1835 <86>Oct 12 08:08:56 useradd[2974291]: new user: name=rooter, UID=1835, GID=1835, home=/root, shell=/bin/bash, from=none <86>Oct 12 08:08:56 userdel[2974340]: delete user 'builder' <86>Oct 12 08:08:56 userdel[2974340]: removed group 'builder' owned by 'builder' <86>Oct 12 08:08:56 userdel[2974340]: removed shadow group 'builder' owned by 'builder' <86>Oct 12 08:08:56 groupadd[2974382]: group added to /etc/group: name=builder, GID=1836 <86>Oct 12 08:08:56 groupadd[2974382]: group added to /etc/gshadow: name=builder <86>Oct 12 08:08:56 groupadd[2974382]: new group: name=builder, GID=1836 <86>Oct 12 08:08:56 useradd[2974416]: new user: name=builder, UID=1836, GID=1836, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/guetzli-1.0.1-alt1.src.rpm: The use of such a license name is ambiguous: Apache /usr/src/in/srpm/guetzli-1.0.1-alt1.src.rpm: license not found in '/usr/share/license' directory: 2.0 <13>Oct 12 08:08:59 rpmi: rpm-build-licenses-3.0.0-alt1 sisyphus+241804.100.1.1 1574868053 installed <13>Oct 12 08:09:01 rpmi: gcc-c++-common-1.4.28-alt1 sisyphus+348678.100.1.1 1716396142 installed <13>Oct 12 08:09:01 rpmi: libstdc++13-devel-13.2.1-alt4 sisyphus+354645.100.1.1 1723060825 installed <13>Oct 12 08:09:02 rpmi: gcc13-c++-13.2.1-alt4 sisyphus+354645.100.1.1 1723060825 installed <13>Oct 12 08:09:02 rpmi: libpng16-1.6.42-alt2 sisyphus+339555.100.1.1 1706781690 installed <13>Oct 12 08:09:02 rpmi: zlib-devel-1.3.1-alt1 sisyphus+342532.100.1.1 1710232285 installed <13>Oct 12 08:09:02 rpmi: libjpeg-2:3.0.2-alt2.1 sisyphus+340135.100.1.1 1707449053 installed <13>Oct 12 08:09:02 rpmi: libturbojpeg-2:3.0.2-alt2.1 sisyphus+340135.100.1.1 1707449053 installed <13>Oct 12 08:09:02 rpmi: libjpeg-devel-2:3.0.2-alt2.1 sisyphus+340135.100.1.1 1707449053 installed <13>Oct 12 08:09:02 rpmi: libpng-devel-1.6.42-alt2 sisyphus+339555.100.1.1 1706781690 installed <13>Oct 12 08:09:02 rpmi: gcc-c++-13-alt1 sisyphus+323337.300.1.1 1687268227 installed warning: File /usr/src/in/source/guetzli-1.0.1-alt1.patch is smaller than 8 bytes Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/guetzli-1.0.1-alt1.nosrc.rpm (w1.gzdio) warning: File /usr/src/RPM/SOURCES/guetzli-1.0.1-alt1.patch is smaller than 8 bytes Installing guetzli-1.0.1-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.67163 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf guetzli-1.0.1 + echo 'Source #0 (guetzli-1.0.1.tar):' Source #0 (guetzli-1.0.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/guetzli-1.0.1.tar + cd guetzli-1.0.1 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (guetzli-1.0.1-alt1.patch):' Patch #0 (guetzli-1.0.1-alt1.patch): + /usr/bin/patch -p0 + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.67163 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd guetzli-1.0.1 + make make: Entering directory '/usr/src/RPM/BUILD/guetzli-1.0.1' ==== Building guetzli (release) ==== Creating bin/Release Creating obj/Release butteraugli_comparator.cc dct_double.cc debug_print.cc entropy_encode.cc fdct.cc gamma_correct.cc guetzli.cc idct.cc jpeg_data.cc jpeg_data_decoder.cc jpeg_data_encoder.cc jpeg_data_reader.cc jpeg_data_writer.cc jpeg_huffman_decode.cc output_image.cc preprocess_downsample.cc processor.cc quality.cc quantize.cc score.cc butteraugli.cc third_party/butteraugli/butteraugli/butteraugli.cc: In function 'void butteraugli::CheckImage(const ImageF&, const char*)': third_party/butteraugli/butteraugli/butteraugli.cc:97:30: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 97 | printf("Image %s @ %lu,%lu (of %lu,%lu)\n", name, x, y, image.xsize(), | ~~^ ~ | | | | long unsigned int size_t {aka unsigned int} | %u third_party/butteraugli/butteraugli/butteraugli.cc:97:34: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 97 | printf("Image %s @ %lu,%lu (of %lu,%lu)\n", name, x, y, image.xsize(), | ~~^ ~ | | | | long unsigned int size_t {aka unsigned int} | %u third_party/butteraugli/butteraugli/butteraugli.cc:97:42: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 97 | printf("Image %s @ %lu,%lu (of %lu,%lu)\n", name, x, y, image.xsize(), | ~~^ ~~~~~~~~~~~~~ | | | | long unsigned int size_t {aka unsigned int} | %u third_party/butteraugli/butteraugli/butteraugli.cc:97:46: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 97 | printf("Image %s @ %lu,%lu (of %lu,%lu)\n", name, x, y, image.xsize(), | ~~^ | | | long unsigned int | %u 98 | image.ysize()); | ~~~~~~~~~~~~~ | | | size_t {aka unsigned int} Linking guetzli make: Leaving directory '/usr/src/RPM/BUILD/guetzli-1.0.1' + cp -- third_party/butteraugli/README.md butteraugli.md + pushd third_party/butteraugli/butteraugli ~/RPM/BUILD/guetzli-1.0.1/third_party/butteraugli/butteraugli ~/RPM/BUILD/guetzli-1.0.1 + make make: Entering directory '/usr/src/RPM/BUILD/guetzli-1.0.1/third_party/butteraugli/butteraugli' g++ -std=c++11 -I.. -c -o butteraugli.o butteraugli.cc butteraugli.cc: In function 'void butteraugli::CheckImage(const ImageF&, const char*)': butteraugli.cc:97:30: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 97 | printf("Image %s @ %lu,%lu (of %lu,%lu)\n", name, x, y, image.xsize(), | ~~^ ~ | | | | long unsigned int size_t {aka unsigned int} | %u butteraugli.cc:97:34: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 97 | printf("Image %s @ %lu,%lu (of %lu,%lu)\n", name, x, y, image.xsize(), | ~~^ ~ | | | | long unsigned int size_t {aka unsigned int} | %u butteraugli.cc:97:42: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 97 | printf("Image %s @ %lu,%lu (of %lu,%lu)\n", name, x, y, image.xsize(), | ~~^ ~~~~~~~~~~~~~ | | | | long unsigned int size_t {aka unsigned int} | %u butteraugli.cc:97:46: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 97 | printf("Image %s @ %lu,%lu (of %lu,%lu)\n", name, x, y, image.xsize(), | ~~^ | | | long unsigned int | %u 98 | image.ysize()); | ~~~~~~~~~~~~~ | | | size_t {aka unsigned int} g++ -std=c++11 -I.. -c -o butteraugli_main.o butteraugli_main.cc butteraugli_main.cc: In function 'int butteraugli::{anonymous}::Run(int, char**)': butteraugli_main.cc:359:54: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'std::vector >::size_type' {aka 'unsigned int'} [-Wformat=] 359 | fprintf(stderr, "Different number of channels: %lu vs %lu\n", rgb1.size(), | ~~^ ~~~~~~~~~~~ | | | | long unsigned int std::vector >::size_type {aka unsigned int} | %u butteraugli_main.cc:359:61: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'std::vector >::size_type' {aka 'unsigned int'} [-Wformat=] 359 | fprintf(stderr, "Different number of channels: %lu vs %lu\n", rgb1.size(), | ~~^ | | | long unsigned int | %u 360 | rgb2.size()); | ~~~~~~~~~~~ | | | std::vector >::size_type {aka unsigned int} butteraugli_main.cc:368:57: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 368 | stderr, "The images are not equal in size: (%lu,%lu) vs (%lu,%lu)\n", | ~~^ | | | long unsigned int | %u 369 | rgb1[c].xsize(), rgb2[c].xsize(), rgb1[c].ysize(), rgb2[c].ysize()); | ~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} butteraugli_main.cc:368:61: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 368 | stderr, "The images are not equal in size: (%lu,%lu) vs (%lu,%lu)\n", | ~~^ | | | long unsigned int | %u 369 | rgb1[c].xsize(), rgb2[c].xsize(), rgb1[c].ysize(), rgb2[c].ysize()); | ~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} butteraugli_main.cc:368:70: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 368 | stderr, "The images are not equal in size: (%lu,%lu) vs (%lu,%lu)\n", | ~~^ | | | long unsigned int | %u 369 | rgb1[c].xsize(), rgb2[c].xsize(), rgb1[c].ysize(), rgb2[c].ysize()); | ~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} butteraugli_main.cc:368:74: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 368 | stderr, "The images are not equal in size: (%lu,%lu) vs (%lu,%lu)\n", | ~~^ | | | long unsigned int | %u 369 | rgb1[c].xsize(), rgb2[c].xsize(), rgb1[c].ysize(), rgb2[c].ysize()); | ~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} butteraugli_main.cc:419:30: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 419 | if (fprintf(fmap, "P6\n%lu %lu\n255\n", | ~~^ | | | long unsigned int | %u 420 | rgb1[0].xsize(), rgb1[0].ysize()) < 0){ | ~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} butteraugli_main.cc:419:34: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 419 | if (fprintf(fmap, "P6\n%lu %lu\n255\n", | ~~^ | | | long unsigned int | %u 420 | rgb1[0].xsize(), rgb1[0].ysize()) < 0){ | ~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} g++ -std=c++11 -I.. butteraugli.o butteraugli_main.o -lpng -ljpeg -o butteraugli make: Leaving directory '/usr/src/RPM/BUILD/guetzli-1.0.1/third_party/butteraugli/butteraugli' + popd ~/RPM/BUILD/guetzli-1.0.1 + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.62091 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/guetzli-buildroot + : + /bin/rm -rf -- /usr/src/tmp/guetzli-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd guetzli-1.0.1 + install -D -m 0755 -- bin/Release/guetzli /usr/src/tmp/guetzli-buildroot//usr/bin/guetzli + install -D -m 0755 -- third_party/butteraugli/butteraugli/butteraugli /usr/src/tmp/guetzli-buildroot//usr/bin/butteraugli + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/guetzli-buildroot (auto) Verifying and fixing files in /usr/src/tmp/guetzli-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/guetzli-buildroot/ (default) Compressing files in /usr/src/tmp/guetzli-buildroot (auto) Verifying ELF objects in /usr/src/tmp/guetzli-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/butteraugli: uses non-LFS functions: fopen verify-elf: WARNING: ./usr/bin/guetzli: uses non-LFS functions: fopen Splitting links to aliased files under /{,s}bin in /usr/src/tmp/guetzli-buildroot Processing files: guetzli-1.0.1-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.96075 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd guetzli-1.0.1 + DOCDIR=/usr/src/tmp/guetzli-buildroot/usr/share/doc/guetzli-1.0.1 + export DOCDIR + rm -rf /usr/src/tmp/guetzli-buildroot/usr/share/doc/guetzli-1.0.1 + /bin/mkdir -p /usr/src/tmp/guetzli-buildroot/usr/share/doc/guetzli-1.0.1 + cp -prL README.md butteraugli.md tools/guetzli-compare.py /usr/src/tmp/guetzli-buildroot/usr/share/doc/guetzli-1.0.1 + chmod -R go-w /usr/src/tmp/guetzli-buildroot/usr/share/doc/guetzli-1.0.1 + chmod -R a+rX /usr/src/tmp/guetzli-buildroot/usr/share/doc/guetzli-1.0.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.M45C7Y 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.gSOhof find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.11), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.38), libc.so.6(GLIBC_2.4), libgcc_s.so.1(GCC_3.0), libjpeg.so.62 >= set:kgEMEI2QpyjVSsPVW0tjvvpg9, libm.so.6(GLIBC_2.0), libm.so.6(GLIBC_2.1), libm.so.6(GLIBC_2.29), libpng16.so.16 >= set:lhoZlzoZFzLs6Hd5reSFLFZ6MzajW8, libpng16.so.16(PNG16_0), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.21), libstdc++.so.6(GLIBCXX_3.4.29), 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.S10Cco Creating guetzli-debuginfo package Processing files: guetzli-debuginfo-1.0.1-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1wJK0P find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZNaLG8 find-requires: running scripts (debuginfo) Requires: guetzli = 1.0.1-alt1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libjpeg.so.62), debug(libm.so.6), debug(libpng16.so.16), debug(libstdc++.so.6) Wrote: /usr/src/RPM/RPMS/i586/guetzli-1.0.1-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/guetzli-debuginfo-1.0.1-alt1.i586.rpm (w2.lzdio) 16.89user 2.83system 0:23.50elapsed 83%CPU (0avgtext+0avgdata 151664maxresident)k 0inputs+0outputs (0major+699719minor)pagefaults 0swaps /.out/guetzli-1.0.1-alt1.i586.rpm: license not found in '/usr/share/license' directory: 2.0 /.out/guetzli-debuginfo-1.0.1-alt1.i586.rpm: license not found in '/usr/share/license' directory: 2.0 4.03user 2.94system 0:35.51elapsed 19%CPU (0avgtext+0avgdata 131688maxresident)k 0inputs+0outputs (0major+264486minor)pagefaults 0swaps --- guetzli-1.0.1-alt1.i586.rpm.repo 2017-06-29 09:44:33.000000000 +0000 +++ guetzli-1.0.1-alt1.i586.rpm.hasher 2024-10-12 08:09:28.638144416 +0000 @@ -9,7 +9,10 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.11) Requires: libc.so.6(GLIBC_2.3.4) +Requires: libc.so.6(GLIBC_2.34) +Requires: libc.so.6(GLIBC_2.38) Requires: libc.so.6(GLIBC_2.4) Requires: libgcc_s.so.1(GCC_3.0) -Requires: libjpeg.so.62 >= set:jfvZgUYgm1WcNFYdT6ZpXb1B0 +Requires: libjpeg.so.62 >= set:kgEMEI2QpyjVSsPVW0tjvvpg9 Requires: rpmlib(SetVersions) @@ -17,2 +20,3 @@ Requires: libm.so.6(GLIBC_2.1) +Requires: libm.so.6(GLIBC_2.29) Requires: libpng16.so.16 >= set:lhoZlzoZFzLs6Hd5reSFLFZ6MzajW8 @@ -22,2 +26,3 @@ Requires: libstdc++.so.6(GLIBCXX_3.4.21) +Requires: libstdc++.so.6(GLIBCXX_3.4.29) Requires: rtld(GNU_HASH) @@ -25,4 +30,4 @@ Provides: guetzli = 1.0.1-alt1 -File: /usr/bin/butteraugli 100755 root:root 4b3273f1fda0df173950f174ba51d2e9 -File: /usr/bin/guetzli 100755 root:root d6bb12aecad0bacc2724d5291db5c32d +File: /usr/bin/butteraugli 100755 root:root c4e535d65640dc9aa22637a2fd05d666 +File: /usr/bin/guetzli 100755 root:root 5d06200981d1c96c1f8fed47af259167 File: /usr/share/doc/guetzli-1.0.1 40755 root:root @@ -31,2 +36,2 @@ File: /usr/share/doc/guetzli-1.0.1/guetzli-compare.py 100644 root:root 3aa3c65761ac9495d38748b85f8ce108 -RPMIdentity: f77e67f38c247fc3ebaed4c59a951bdd6ebfe7aabefd5f9b011c8a32207eb2ae0bfdd48166a5969f5b551f26d497430a1f91df37aceeda54b53bb17a06ac0c6d +RPMIdentity: 89b12a4a872609c9f4c05d4eaf3fa13d1fb8b35db077236b6ac865820e14a164d19dbc8892ca7bb5183889eda825f2a6c31fddda9e86420f162b37ba314d8b7a --- guetzli-debuginfo-1.0.1-alt1.i586.rpm.repo 2017-06-29 09:44:33.000000000 +0000 +++ guetzli-debuginfo-1.0.1-alt1.i586.rpm.hasher 2024-10-12 08:09:28.787146895 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/09 40755 root:root -/usr/lib/debug/.build-id/09/f6cd29e0bd76ec7da57a0289b40fa192e4842f 120777 root:root ../../../../bin/guetzli -/usr/lib/debug/.build-id/09/f6cd29e0bd76ec7da57a0289b40fa192e4842f.debug 120777 root:root ../../usr/bin/guetzli.debug -/usr/lib/debug/.build-id/c2 40755 root:root -/usr/lib/debug/.build-id/c2/6982936646decc29953446b43f4370c25e8d98 120777 root:root ../../../../bin/butteraugli -/usr/lib/debug/.build-id/c2/6982936646decc29953446b43f4370c25e8d98.debug 120777 root:root ../../usr/bin/butteraugli.debug +/usr/lib/debug/.build-id/89 40755 root:root +/usr/lib/debug/.build-id/89/19ac08025752c7e02d867dcd5b7c01c7a4fed3 120777 root:root ../../../../bin/guetzli +/usr/lib/debug/.build-id/89/19ac08025752c7e02d867dcd5b7c01c7a4fed3.debug 120777 root:root ../../usr/bin/guetzli.debug +/usr/lib/debug/.build-id/a1 40755 root:root +/usr/lib/debug/.build-id/a1/a335beefb1cc40594cdc936d038446fd9e0409 120777 root:root ../../../../bin/butteraugli +/usr/lib/debug/.build-id/a1/a335beefb1cc40594cdc936d038446fd9e0409.debug 120777 root:root ../../usr/bin/butteraugli.debug /usr/lib/debug/usr/bin/butteraugli.debug 100644 root:root @@ -71,10 +71,10 @@ Provides: guetzli-debuginfo = 1.0.1-alt1 -File: /usr/lib/debug/.build-id/09 40755 root:root -File: /usr/lib/debug/.build-id/09/f6cd29e0bd76ec7da57a0289b40fa192e4842f 120777 root:root ../../../../bin/guetzli -File: /usr/lib/debug/.build-id/09/f6cd29e0bd76ec7da57a0289b40fa192e4842f.debug 120777 root:root ../../usr/bin/guetzli.debug -File: /usr/lib/debug/.build-id/c2 40755 root:root -File: /usr/lib/debug/.build-id/c2/6982936646decc29953446b43f4370c25e8d98 120777 root:root ../../../../bin/butteraugli -File: /usr/lib/debug/.build-id/c2/6982936646decc29953446b43f4370c25e8d98.debug 120777 root:root ../../usr/bin/butteraugli.debug -File: /usr/lib/debug/usr/bin/butteraugli.debug 100644 root:root c78208dc0310c976cd8210c4b73e9a68 -File: /usr/lib/debug/usr/bin/guetzli.debug 100644 root:root 60b66a4a124ea89f5259f6abf1874925 +File: /usr/lib/debug/.build-id/89 40755 root:root +File: /usr/lib/debug/.build-id/89/19ac08025752c7e02d867dcd5b7c01c7a4fed3 120777 root:root ../../../../bin/guetzli +File: /usr/lib/debug/.build-id/89/19ac08025752c7e02d867dcd5b7c01c7a4fed3.debug 120777 root:root ../../usr/bin/guetzli.debug +File: /usr/lib/debug/.build-id/a1 40755 root:root +File: /usr/lib/debug/.build-id/a1/a335beefb1cc40594cdc936d038446fd9e0409 120777 root:root ../../../../bin/butteraugli +File: /usr/lib/debug/.build-id/a1/a335beefb1cc40594cdc936d038446fd9e0409.debug 120777 root:root ../../usr/bin/butteraugli.debug +File: /usr/lib/debug/usr/bin/butteraugli.debug 100644 root:root 99d11fa544b111836afcd797105afcb5 +File: /usr/lib/debug/usr/bin/guetzli.debug 100644 root:root 5a911c53d04b19eeb2560713f1423cdf File: /usr/src/debug/guetzli-1.0.1 40755 root:root @@ -132,2 +132,2 @@ File: /usr/src/debug/guetzli-1.0.1/third_party/butteraugli/butteraugli/butteraugli.h 100644 root:root ae92542d23071d38cb56a4c54d3f8125 -RPMIdentity: 554dad5addcc3e2eabb3f3dee2be141fa64c5bc887d1006a3866200b498e5d6d65c7c8b82362d00a70f392478d96e53c76dd6c4a7abccb7da52aa5e1598a6b79 +RPMIdentity: 5bda03cf184791e8fe477e3ef47332745ed4e44dd39dad7c88cfbd71b96a2f4e5cbe2dc618428877d519b88e90c094f9520609040ff19bf663767d16f00eb251