<86>May 4 01:30:50 userdel[4060313]: delete user 'rooter' <86>May 4 01:30:50 userdel[4060313]: removed group 'rooter' owned by 'rooter' <86>May 4 01:30:50 userdel[4060313]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 01:30:50 groupadd[4060347]: group added to /etc/group: name=rooter, GID=1850 <86>May 4 01:30:50 groupadd[4060347]: group added to /etc/gshadow: name=rooter <86>May 4 01:30:50 groupadd[4060347]: new group: name=rooter, GID=1850 <86>May 4 01:30:51 useradd[4060371]: new user: name=rooter, UID=1850, GID=1850, home=/root, shell=/bin/bash, from=none <86>May 4 01:30:51 userdel[4060420]: delete user 'builder' <86>May 4 01:30:51 userdel[4060420]: removed group 'builder' owned by 'builder' <86>May 4 01:30:51 userdel[4060420]: removed shadow group 'builder' owned by 'builder' <86>May 4 01:30:51 groupadd[4060464]: group added to /etc/group: name=builder, GID=1851 <86>May 4 01:30:51 groupadd[4060464]: group added to /etc/gshadow: name=builder <86>May 4 01:30:51 groupadd[4060464]: new group: name=builder, GID=1851 <86>May 4 01:30:51 useradd[4060508]: new user: name=builder, UID=1851, GID=1851, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/freedup-1.6-alt1.src.rpm: The use of such a license name is ambiguous: GPL Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/freedup-1.6-alt1.nosrc.rpm (w1.gzdio) Installing freedup-1.6-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.3655 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf freedup-1.6 + echo 'Source #0 (freedup-1.6-2-src.tar):' Source #0 (freedup-1.6-2-src.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/freedup-1.6-2-src.tar + cd freedup-1.6 + /bin/chmod -c -Rf u+rwX,go-w . + rm -f '*.o' freedup symharden + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.3655 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd freedup-1.6 + make freedup symharden 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='\'''\'' -std=gnu99' make: Entering directory '/usr/src/RPM/BUILD/freedup-1.6' awk '{if($1=="%define"){if($2=="version")v=$3;if($2=="release")r=$3;}};END{printf"%s-%s",v,r;}' \ freedup.spec >version echo -e "#define VERSION\t\"$(cat version)\"" >version.h cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99 -c -o freedup.o freedup.c freedup.c: In function 'hashprobe': freedup.c:455:17: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 455 | "hash result is: \"%s\"\n" | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ...... 458 | hashme[method].length,hashme[method].space1, | ~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka long unsigned int} freedup.c:457:24: note: format string is defined here 457 | " \"<#%d>%c%c\"\n", buffer, hashme[method].type, | ~^ | | | int | %ld freedup.c:444:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 444 | fgets(buffer,MAXPATHLENGTH+132,file2hash); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ freedup.c: In function 'getpwd': freedup.c:546:9: warning: ignoring return value of 'getcwd' declared with attribute 'warn_unused_result' [-Wunused-result] 546 | getcwd( pwd, s ); | ^~~~~~~~~~~~~~~~ freedup.c: In function 'readtree': freedup.c:1713:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 1713 | fgets(buffer,MAXPATHLENGTH,in); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ freedup.c: In function 'main': freedup.c:1807:21: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 1807 | chdir( pwd ); break; | ^~~~~~~~~~~~ freedup.c:1890:9: warning: ignoring return value of 'scanf' declared with attribute 'warn_unused_result' [-Wunused-result] 1890 | scanf("%s",stopornot); } | ^~~~~~~~~~~~~~~~~~~~~ freedup.c: In function 'gethash': freedup.c:378:5: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 378 | fgets(buffer,MAXPATHLENGTH+132,file2hash); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99 -c -o config.o config.c config.c: In function 'readconfigline': config.c:360:13: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 360 | while( isspace(ptr[1]) && (ptr-token)<2000 ) ptr++; ptr++; | ^~~~~ config.c:360:65: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 360 | while( isspace(ptr[1]) && (ptr-token)<2000 ) ptr++; ptr++; | ^~~ config.c: In function 'getconfigs': config.c:217:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 217 | fgets( buffer, 2048, cfg ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ config.c: In function 'readconfigfile': config.c:261:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 261 | fgets( buffer, 2048, cfg ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ config.c:294:21: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 294 | chdir(pwd); | ^~~~~~~~~~ config.c: In function 'readconfig': config.c:324:9: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 324 | fgets( buffer, 2048, cfg ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ config.c: In function 'readconfigline': config.c:424:21: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 424 | chdir(pwd); | ^~~~~~~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99 -c -o sha1.o sha1.c sha1.c:58:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 58 | static const char rcsid[] = | ^~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99 -c -o mp3.o mp3.c mp3.c: In function 'mp3start': mp3.c:54:30: warning: variable 'version' set but not used [-Wunused-but-set-variable] 54 | unsigned char buffer[10],version; | ^~~~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99 -c -o mp4.o mp4.c mp4.c: In function 'mp4fulltest': mp4.c:42:12: warning: variable 'count' set but not used [-Wunused-but-set-variable] 42 | size_t count; | ^~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99 -c -o mpc.o mpc.c mpc.c: In function 'mpcfulltest': mpc.c:42:12: warning: variable 'count' set but not used [-Wunused-but-set-variable] 42 | size_t count; | ^~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99 -c -o jpg.o jpg.c jpg.c: In function 'jpgfulltest': jpg.c:36:12: warning: variable 'count' set but not used [-Wunused-but-set-variable] 36 | size_t count; | ^~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99 -c -o my.o my.c cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99 -c -o ogg.o ogg.c ogg.c: In function 'oggfulltest': ogg.c:46:12: warning: variable 'count' set but not used [-Wunused-but-set-variable] 46 | size_t count; | ^~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99 -c -o auto.o auto.c auto.c: In function 'autofulltest': auto.c:53:12: warning: variable 'count' set but not used [-Wunused-but-set-variable] 53 | size_t count; | ^~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99 -c -o web.o web.c In file included from web.c:21: web.c: In function 'answer': web.c:103:28: warning: left-hand operand of comma expression has no effect [-Wunused-value] 103 | assert( ((end-ptr<1024),"filename buffer is defined to 1024 chars only") ); | ^ web.c:103:28: warning: left-hand operand of comma expression has no effect [-Wunused-value] 103 | assert( ((end-ptr<1024),"filename buffer is defined to 1024 chars only") ); | ^ web.c:83:9: warning: variable 'type' set but not used [-Wunused-but-set-variable] 83 | int type=0; | ^~~~ web.c: In function 'process': web.c:234:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 234 | external=show_header(200,2); | ^ web.c: In function 'mysendfile': web.c:201:13: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result] 201 | fgets( buffer, inputstat.st_size+100, infile ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99 -c -o socket.o socket.c socket.c: In function 'l_listen': socket.c:95:5: warning: ignoring return value of 'seteuid' declared with attribute 'warn_unused_result' [-Wunused-result] 95 | seteuid(uid); | ^~~~~~~~~~~~ cc freedup.o config.o sha1.o mp3.o mp4.o mpc.o jpg.o my.o ogg.o auto.o web.o socket.o -o freedup ld: /usr/src/tmp/ccg6Dnek.ltrans0.ltrans.o: in function `linkfilesecure': /usr/src/RPM/BUILD/freedup-1.6/freedup.c:614:(.text+0x1f3a): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' cc -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -Wall -pedantic -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DFLAVOUR='' -std=gnu99 symharden.c -o symharden In function 'strcat', inlined from 'mkmytemp' at symharden.c:72:2, inlined from 'main' at symharden.c:116:5: /usr/include/bits/string_fortified.h:130:10: warning: '__builtin___memcpy_chk' writing 11 bytes into a region of size 10 overflows the destination [-Wstringop-overflow=] 130 | return __builtin___strcat_chk (__dest, __src, __glibc_objsize (__dest)); | ^ ld: /usr/src/tmp/cc2gP9YW.ltrans0.ltrans.o: in function `main': /usr/src/RPM/BUILD/freedup-1.6/symharden.c:73:(.text.startup+0x120): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' make: Leaving directory '/usr/src/RPM/BUILD/freedup-1.6' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.26587 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/freedup-buildroot + : + /bin/rm -rf -- /usr/src/tmp/freedup-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd freedup-1.6 + mkdir -p /usr/src/tmp/freedup-buildroot/usr/bin /usr/src/tmp/freedup-buildroot/usr/share/man/man1 + install -s -p -m 755 freedup symharden /usr/src/tmp/freedup-buildroot/usr/bin/ WARNING: strip is called in %install by 'install -s' (ignored) WARNING: strip is called in %install by 'install -s' (ignored) + install -p -m 644 freedup.1 /usr/src/tmp/freedup-buildroot/usr/share/man/man1/freedup.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/freedup-buildroot (auto) Verifying and fixing files in /usr/src/tmp/freedup-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/freedup-buildroot/ (default) Compressing files in /usr/src/tmp/freedup-buildroot (auto) Verifying ELF objects in /usr/src/tmp/freedup-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/freedup-buildroot Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.26587 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd freedup-1.6 + fakeroot make test make: Entering directory '/usr/src/RPM/BUILD/freedup-1.6' External program "/usr/bin/sha512sum"  is present and executable External program "/usr/bin/sha384sum"  is present and executable External program "/usr/bin/sha256sum"  is present and executable External program "/usr/bin/sha224sum"  is present and executable External program "/usr/bin/sha1sum"  is present and executable External program "/usr/bin/md5sum"  is present and executable External program "/usr/bin/sum"  is present and executable sha1.c:58:19: warning: 'rcsid' defined but not used [-Wunused-const-variable=] 58 | static const char rcsid[] = | ^~~~~ Test prepared: Hash Method - internal: SHA1 by A.Saddi successful make -f Makefile.tests make[1]: Entering directory '/usr/src/RPM/BUILD/freedup-1.6' Test prepared: Same Size - Special Chars, no Hash successful Test prepared: Same Size - Special Chars, Classic Hash successful Test prepared: Same Size - Special Chars, Advanced Hashsuccessful Test prepared: Same Size - Different Content successful Test prepared: Same Size - Similar Content successful Test prepared: Same Size - Spaces in Names successful Test prepared: Same Size - Spaces in Dirs successful Test prepared: Same File - Dir Modification Time successful Test prepared: Same File - Link Clusters successful Test prepared: Same File - Link Cluster Priority successful Test prepared: Same File - Link Cluster Size successful Test prepared: Same File - Link Cluster Oldest successful Test prepared: Same File - Link Cluster Newest successful Test prepared: Same File - Testing standard input successful Test prepared: Same File - Different Trees successful Test prepared: Same File - Different Attributes successful Test prepared: Same File - Different Permissions successful Test prepared: Same File - Different Users successful Test prepared: Same File - Different Group successful Test prepared: Same File - Different Modification Date successful Test prepared: Same File - Modification after 10min successful Test prepared: Same File - Symbolic Links successful Test prepared: Same File - More Symbolic Links successful Test prepared: Same Content - Different Size successful Test prepared: Empty Files - only link non-empty ones successful Test prepared: Empty Files - also link empty ones successful Test prepared: Interactive Mode - Link & Delete successful Test prepared: Extra Style Mode - MP2 & MP3 Tag skip successful Test prepared: Extra Style Mode - MP4 mdat exposure successful Test prepared: Extra Style Mode - JPEG Header skip successful Test prepared: Extra Style Mode - JPEG & MP3 Mix successful make[1]: Leaving directory '/usr/src/RPM/BUILD/freedup-1.6' make: Leaving directory '/usr/src/RPM/BUILD/freedup-1.6' + exit 0 Processing files: freedup-1.6-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.18358 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd freedup-1.6 + DOCDIR=/usr/src/tmp/freedup-buildroot/usr/share/doc/freedup-1.6 + export DOCDIR + rm -rf /usr/src/tmp/freedup-buildroot/usr/share/doc/freedup-1.6 + /bin/mkdir -p /usr/src/tmp/freedup-buildroot/usr/share/doc/freedup-1.6 + cp -prL TODO README README.SHA COPYING.SHA verify ChangeLog html /usr/src/tmp/freedup-buildroot/usr/share/doc/freedup-1.6 + chmod -R go-w /usr/src/tmp/freedup-buildroot/usr/share/doc/freedup-1.6 + chmod -R a+rX /usr/src/tmp/freedup-buildroot/usr/share/doc/freedup-1.6 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VaItRf 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.O5uvQZ 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.14)(64bit), 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.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zOoMhL Creating freedup-debuginfo package Processing files: freedup-debuginfo-1.6-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.y2zOOI find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1mu3M2 find-requires: running scripts (debuginfo) Requires: freedup = 1.6-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/freedup-1.6-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/freedup-debuginfo-1.6-alt1.x86_64.rpm (w2.lzdio) 2.04user 3.00system 0:11.20elapsed 45%CPU (0avgtext+0avgdata 48876maxresident)k 0inputs+0outputs (0major+344801minor)pagefaults 0swaps /.out/freedup-1.6-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/freedup-debuginfo-1.6-alt1.x86_64.rpm: The use of such a license name is ambiguous: GPL 3.20user 2.16system 0:19.30elapsed 27%CPU (0avgtext+0avgdata 125840maxresident)k 0inputs+0outputs (0major+136281minor)pagefaults 0swaps --- freedup-1.6-alt1.x86_64.rpm.repo 2011-07-30 19:20:20.000000000 +0000 +++ freedup-1.6-alt1.x86_64.rpm.hasher 2024-05-04 01:31:06.969537821 +0000 @@ -22,4 +22,5 @@ /usr/share/doc/freedup-1.6/verify 100755 root:root -/usr/share/man/man1/freedup.1.bz2 100644 root:root +/usr/share/man/man1/freedup.1.xz 100644 root:root Requires: /lib64/ld-linux-x86-64.so.2 +Requires: libc.so.6(GLIBC_2.14)(64bit) Requires: libc.so.6(GLIBC_2.2.5)(64bit) @@ -27,4 +28,5 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) +Requires: libc.so.6(GLIBC_2.33)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) Requires: libc.so.6(GLIBC_2.4)(64bit) -Requires: libc.so.6(GLIBC_2.7)(64bit) Requires: rtld(GNU_HASH) @@ -32,4 +34,4 @@ Provides: freedup = 1.6-alt1 -File: /usr/bin/freedup 100755 root:root 8687163c9d078703005aad02b17c72ed -File: /usr/bin/symharden 100755 root:root 8e8b13074bc69dd6dd09b2ac69d9e01f +File: /usr/bin/freedup 100755 root:root 9896aa620d4424ff04f641f678b7d4fc +File: /usr/bin/symharden 100755 root:root a3d5ad7848c053438b873f00fd80d6f4 File: /usr/share/doc/freedup-1.6 40755 root:root @@ -54,3 +56,3 @@ File: /usr/share/doc/freedup-1.6/verify 100755 root:root fa7a9e7528b0f9558f5d94c80c29278d -File: /usr/share/man/man1/freedup.1.bz2 100644 root:root 3f2033ccfdb2033e632183d7b4fe8eb8 -RPMIdentity: f173e6d6e9f13bacd027ebd335caf89c5159437325dee3f9aca6dcd72fab936d6510028f8d7ff2c469c0a255f0970457ea00b577dae26c85a1b7d23c69ca93af +File: /usr/share/man/man1/freedup.1.xz 100644 root:root d21d46cd085ce3a0427ce58a2f97e2d4 +RPMIdentity: 40005240b01c220ab0d35d76fa9b6a7130591103a74145c13b1cf5c08af8ff8f8f4f5cd67312a5ee215ad4e0ca33e956ea6e446a52b56207a2eaef64d5d5656b error: open of /archive/repo/sisyphus/task/_339/347441/files/x86_64/RPMS/freedup-debuginfo-1.6-alt1.x86_64.rpm failed: No such file or directory