<86>Aug 11 04:40:56 userdel[1169258]: delete user 'rooter' <86>Aug 11 04:40:56 userdel[1169258]: removed group 'rooter' owned by 'rooter' <86>Aug 11 04:40:56 userdel[1169258]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 11 04:40:56 groupadd[1169286]: group added to /etc/group: name=rooter, GID=654 <86>Aug 11 04:40:56 groupadd[1169286]: group added to /etc/gshadow: name=rooter <86>Aug 11 04:40:56 groupadd[1169286]: new group: name=rooter, GID=654 <86>Aug 11 04:40:56 useradd[1169308]: new user: name=rooter, UID=654, GID=654, home=/root, shell=/bin/bash <86>Aug 11 04:40:56 userdel[1169340]: delete user 'builder' <86>Aug 11 04:40:56 userdel[1169340]: removed group 'builder' owned by 'builder' <86>Aug 11 04:40:56 userdel[1169340]: removed shadow group 'builder' owned by 'builder' <86>Aug 11 04:40:56 groupadd[1169361]: group added to /etc/group: name=builder, GID=655 <86>Aug 11 04:40:56 groupadd[1169361]: group added to /etc/gshadow: name=builder <86>Aug 11 04:40:56 groupadd[1169361]: new group: name=builder, GID=655 <86>Aug 11 04:40:56 useradd[1169387]: new user: name=builder, UID=655, GID=655, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/ocaml-uutf-1.0.2-alt2.src.rpm: license not found in '/usr/share/license' directory: BSD3 <13>Aug 11 04:40:57 rpmi: ocaml-runtime-4.12.0-alt1 sisyphus+279404.100.2.2 1626535812 installed <13>Aug 11 04:40:57 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+268936.100.1.1 1617543918 installed <13>Aug 11 04:41:08 rpmi: ocaml-4.12.0-alt1 sisyphus+279404.100.2.2 1626535812 installed <13>Aug 11 04:41:08 rpmi: ocaml-cmdliner-1.0.4-alt1 sisyphus+279404.3600.2.2 1626537581 installed <13>Aug 11 04:41:08 rpmi: ocaml-result-1.5-alt2 sisyphus+279404.2700.2.2 1626537213 installed <13>Aug 11 04:41:08 rpmi: ocaml-result-devel-1.5-alt2 sisyphus+279404.2700.2.2 1626537213 installed <13>Aug 11 04:41:08 rpmi: ocaml-cmdliner-devel-1.0.4-alt1 sisyphus+279404.3600.2.2 1626537581 installed <13>Aug 11 04:41:08 rpmi: ocaml-findlib-1.9.1-alt2 sisyphus+279404.500.2.2 1626536218 installed <13>Aug 11 04:41:08 rpmi: ocaml-ocamlbuild-1:0.14.0-alt1 sisyphus+279404.300.2.2 1626536081 installed <13>Aug 11 04:41:08 rpmi: ocaml-topkg-1.0.3-alt1 sisyphus+279404.3000.2.2 1626537264 installed <13>Aug 11 04:41:08 rpmi: opam-2.1.0-alt1 sisyphus+281779.100.1.1 1628058267 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-uutf-1.0.2-alt2.nosrc.rpm (w1.gzdio) Installing ocaml-uutf-1.0.2-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.25921 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-uutf-1.0.2 + echo 'Source #0 (ocaml-uutf-1.0.2.tar):' Source #0 (ocaml-uutf-1.0.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-uutf-1.0.2.tar + cd ocaml-uutf-1.0.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ocaml-uutf-uchar.patch):' Patch #0 (ocaml-uutf-uchar.patch): + /usr/bin/patch -p2 patching file _tags patching file opam patching file pkg/META + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.25921 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-uutf-1.0.2 + ocaml pkg/pkg.ml build ocamlfind ocamldep -package bytes -modules src/uutf.ml > src/uutf.ml.depends ocamlfind ocamldep -package bytes -modules src/uutf.mli > src/uutf.mli.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/uutf.cmi src/uutf.mli ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/uutf.cmx src/uutf.ml + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/uutf.cmx src/uutf.ml File "src/uutf.ml", line 34, characters 33-49: 34 | let encoding_of_string s = match String.uppercase s with (* IANA names. *) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii/StringLabels.uppercase_ascii instead. ocamlfind ocamlopt -a -package bytes -I src src/uutf.cmx -o src/uutf.cmxa ocamlfind ocamlopt -shared -linkall -package bytes -I src src/uutf.cmxa -o src/uutf.cmxs ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/uutf.cmo src/uutf.ml + ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/uutf.cmo src/uutf.ml File "src/uutf.ml", line 34, characters 33-49: 34 | let encoding_of_string s = match String.uppercase s with (* IANA names. *) ^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.String.uppercase Use String.uppercase_ascii/StringLabels.uppercase_ascii instead. ocamlfind ocamlc -a -package bytes -I src src/uutf.cmo -o src/uutf.cma ocamlfind ocamldep -package unix -package cmdliner -package bytes -modules test/utftrip.ml > test/utftrip.ml.depends ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package cmdliner -package bytes -I test -I src -o test/utftrip.cmo test/utftrip.ml ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package cmdliner -package bytes -I test -I src -o test/utftrip.cmx test/utftrip.ml ocamlfind ocamlopt -linkpkg -g -package unix -package cmdliner -package bytes -I src -I test src/uutf.cmx test/utftrip.cmx -o test/utftrip.native # No parallelism done + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.95764 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-uutf-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-uutf-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-uutf-1.0.2 + opam-installer --prefix=/usr/src/tmp/ocaml-uutf-buildroot/usr --libdir=/usr/src/tmp/ocaml-uutf-buildroot/usr/lib64/ocaml Creating directory /usr/src/tmp/ocaml-uutf-buildroot/usr/bin _build/test/utftrip.native => /usr/src/tmp/ocaml-uutf-buildroot/usr/bin/utftrip Creating directory /usr/src/tmp/ocaml-uutf-buildroot/usr/lib64/ocaml/uutf _build/opam => /usr/src/tmp/ocaml-uutf-buildroot/usr/lib64/ocaml/uutf/opam _build/pkg/META => /usr/src/tmp/ocaml-uutf-buildroot/usr/lib64/ocaml/uutf/META _build/src/uutf.a => /usr/src/tmp/ocaml-uutf-buildroot/usr/lib64/ocaml/uutf/uutf.a _build/src/uutf.cma => /usr/src/tmp/ocaml-uutf-buildroot/usr/lib64/ocaml/uutf/uutf.cma _build/src/uutf.cmi => /usr/src/tmp/ocaml-uutf-buildroot/usr/lib64/ocaml/uutf/uutf.cmi _build/src/uutf.cmti => /usr/src/tmp/ocaml-uutf-buildroot/usr/lib64/ocaml/uutf/uutf.cmti _build/src/uutf.cmx => /usr/src/tmp/ocaml-uutf-buildroot/usr/lib64/ocaml/uutf/uutf.cmx _build/src/uutf.cmxa => /usr/src/tmp/ocaml-uutf-buildroot/usr/lib64/ocaml/uutf/uutf.cmxa _build/src/uutf.cmxs => /usr/src/tmp/ocaml-uutf-buildroot/usr/lib64/ocaml/uutf/uutf.cmxs _build/src/uutf.mli => /usr/src/tmp/ocaml-uutf-buildroot/usr/lib64/ocaml/uutf/uutf.mli Creating directory /usr/src/tmp/ocaml-uutf-buildroot/usr/doc/uutf _build/CHANGES.md => /usr/src/tmp/ocaml-uutf-buildroot/usr/doc/uutf/CHANGES.md _build/LICENSE.md => /usr/src/tmp/ocaml-uutf-buildroot/usr/doc/uutf/LICENSE.md _build/README.md => /usr/src/tmp/ocaml-uutf-buildroot/usr/doc/uutf/README.md + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-uutf-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ocaml-uutf-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-uutf-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-uutf-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-uutf-buildroot ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-uutf-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: camlStdlib__format verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: caml_obj_dup verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: camlStdlib__bytes verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: caml_create_bytes verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: camlStdlib__char verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: caml_ml_array_bound_error verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: camlStdlib__input_295 verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: camlStdlib__buffer__add_substring_371 verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: camlStdlib__bytes__sub_116 verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: camlStdlib__buffer__resize_290 verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: camlStdlib__invalid_arg_9 verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: caml_blit_bytes verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: camlStdlib__output_250 verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: camlStdlib__printf__sprintf_202 verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: camlStdlib__bytes__map_226 verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: camlStdlib__format__fprintf_1227 verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: camlStdlib__bytes__cat_197 verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: camlStdlib__min_43 verify-elf: WARNING: ./usr/lib64/ocaml/uutf/uutf.cmxs: undefined symbol: camlStdlib__max_47 Processing files: ocaml-uutf-1.0.2-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.50252 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-uutf-1.0.2 + DOCDIR=/usr/src/tmp/ocaml-uutf-buildroot/usr/share/doc/ocaml-uutf-1.0.2 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-uutf-buildroot/usr/share/doc/ocaml-uutf-1.0.2 + /bin/mkdir -p /usr/src/tmp/ocaml-uutf-buildroot/usr/share/doc/ocaml-uutf-1.0.2 + cp -prL README.md CHANGES.md /usr/src/tmp/ocaml-uutf-buildroot/usr/share/doc/ocaml-uutf-1.0.2 + chmod -R go-w /usr/src/tmp/ocaml-uutf-buildroot/usr/share/doc/ocaml-uutf-1.0.2 + chmod -R a+rX /usr/src/tmp/ocaml-uutf-buildroot/usr/share/doc/ocaml-uutf-1.0.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LgVbMt find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3ZOgjw find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmi(Uutf) = 4.12.0-917F8B74 Requires: /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.10)(64bit), libc.so.6(GLIBC_2.11)(64bit), libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.16)(64bit), libc.so.6(GLIBC_2.17)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.28)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libc.so.6(GLIBC_2.9)(64bit), libdl.so.2(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.2.5)(64bit), libm.so.6(GLIBC_2.29)(64bit), ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__array) = 4.12.0-4E32E71C, ocaml-cmi(Stdlib__buffer) = 4.12.0-9EAF2B1C, ocaml-cmi(Stdlib__bytes) = 4.12.0-7EBE0A81, ocaml-cmi(Stdlib__char) = 4.12.0-CCD3738D, ocaml-cmi(Stdlib__format) = 4.12.0-E8696010, ocaml-cmi(Stdlib__printf) = 4.12.0-6B41A35D, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmi(Stdlib__string) = 4.12.0-9F0E4229, ocaml-cmi(Stdlib__uchar) = 4.12.0-82DADCD9, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.LYTiat Creating ocaml-uutf-debuginfo package Processing files: ocaml-uutf-devel-1.0.2-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.34111 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-uutf-1.0.2 + DOCDIR=/usr/src/tmp/ocaml-uutf-buildroot/usr/share/doc/ocaml-uutf-devel-1.0.2 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-uutf-buildroot/usr/share/doc/ocaml-uutf-devel-1.0.2 + /bin/mkdir -p /usr/src/tmp/ocaml-uutf-buildroot/usr/share/doc/ocaml-uutf-devel-1.0.2 + cp -prL doc/ /usr/src/tmp/ocaml-uutf-buildroot/usr/share/doc/ocaml-uutf-devel-1.0.2 + chmod -R go-w /usr/src/tmp/ocaml-uutf-buildroot/usr/share/doc/ocaml-uutf-devel-1.0.2 + chmod -R a+rX /usr/src/tmp/ocaml-uutf-buildroot/usr/share/doc/ocaml-uutf-devel-1.0.2 + cp -prL test/ /usr/src/tmp/ocaml-uutf-buildroot/usr/share/doc/ocaml-uutf-devel-1.0.2 + chmod -R go-w /usr/src/tmp/ocaml-uutf-buildroot/usr/share/doc/ocaml-uutf-devel-1.0.2 + chmod -R a+rX /usr/src/tmp/ocaml-uutf-buildroot/usr/share/doc/ocaml-uutf-devel-1.0.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.wYHCIu find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JyWdUt find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmx(Uutf) = 4.12.0-16531FE2 Requires: ocaml-uutf = 1.0.2-alt2, ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__array) = 4.12.0-4E32E71C, ocaml-cmi(Stdlib__buffer) = 4.12.0-9EAF2B1C, ocaml-cmi(Stdlib__bytes) = 4.12.0-7EBE0A81, ocaml-cmi(Stdlib__char) = 4.12.0-CCD3738D, ocaml-cmi(Stdlib__format) = 4.12.0-E8696010, ocaml-cmi(Stdlib__printf) = 4.12.0-6B41A35D, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmi(Stdlib__string) = 4.12.0-9F0E4229, ocaml-cmi(Stdlib__uchar) = 4.12.0-82DADCD9, ocaml-cmi(Uutf) = 4.12.0-917F8B74, ocaml-cmx(Stdlib) = 4.12.0-90535572, ocaml-cmx(Stdlib__buffer) = 4.12.0-F2C78998, ocaml-cmx(Stdlib__bytes) = 4.12.0-1920173D, ocaml-cmx(Stdlib__format) = 4.12.0-41296AC9, ocaml-cmx(Stdlib__printf) = 4.12.0-9C372B73, ocaml-cmx(Stdlib__string) = 4.12.0-0F51BE4F, ocaml-cmx(Stdlib__uchar) = 4.12.0-D51B9F6E Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SYczvt Processing files: ocaml-uutf-debuginfo-1.0.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zribav find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.r4hfKw find-requires: running scripts (debuginfo) Requires: ocaml-uutf = 1.0.2-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libdl.so.2), debug64(libm.so.6) Adding to ocaml-uutf-devel a strict dependency on ocaml-uutf Adding to ocaml-uutf-debuginfo a strict dependency on ocaml-uutf Removing 1 extra deps from ocaml-uutf-devel due to dependency on ocaml-uutf Removing 11 extra deps from ocaml-uutf-devel due to repentancy on ocaml-uutf warning: Installed (but unpackaged) file(s) found: /usr/doc/uutf/CHANGES.md /usr/doc/uutf/LICENSE.md /usr/doc/uutf/README.md Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-uutf-1.0.2-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-uutf-devel-1.0.2-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-uutf-debuginfo-1.0.2-alt2.x86_64.rpm (w2.lzdio) 2.12user 0.69system 0:11.33elapsed 24%CPU (0avgtext+0avgdata 31348maxresident)k 0inputs+0outputs (0major+300434minor)pagefaults 0swaps /.out/ocaml-uutf-1.0.2-alt2.x86_64.rpm: license not found in '/usr/share/license' directory: BSD3 /.out/ocaml-uutf-devel-1.0.2-alt2.x86_64.rpm: license not found in '/usr/share/license' directory: BSD3 /.out/ocaml-uutf-debuginfo-1.0.2-alt2.x86_64.rpm: license not found in '/usr/share/license' directory: BSD3 15.72user 3.57system 0:30.49elapsed 63%CPU (0avgtext+0avgdata 105288maxresident)k 0inputs+0outputs (0major+606014minor)pagefaults 0swaps --- ocaml-uutf-1.0.2-alt2.x86_64.rpm.repo 2021-07-17 16:01:22.000000000 +0000 +++ ocaml-uutf-1.0.2-alt2.x86_64.rpm.hasher 2021-08-11 04:41:24.543693985 +0000 @@ -43,3 +43,3 @@ Provides: ocaml-uutf = 1.0.2-alt2:sisyphus+279404.4000.2.2 -File: /usr/bin/utftrip 100755 root:root 98334dae6122fb0ac3d4380edff3bcdc +File: /usr/bin/utftrip 100755 root:root ee934923ab836e75e432f3695bff3a3c File: /usr/lib64/ocaml/uutf 40755 root:root @@ -50,3 +50,3 @@ File: /usr/lib64/ocaml/uutf/uutf.cmti 100644 root:root 5923236255799bdd3a27f982d9a0c3ea -File: /usr/lib64/ocaml/uutf/uutf.cmxs 100644 root:root ea90199f7364dc880289079a12f2055f +File: /usr/lib64/ocaml/uutf/uutf.cmxs 100644 root:root 768cd2ae0abd835b99e895320bfc358e File: /usr/share/doc/ocaml-uutf-1.0.2 40755 root:root @@ -54,2 +54,2 @@ File: /usr/share/doc/ocaml-uutf-1.0.2/README.md 100644 root:root 98ccdd765d997e077c13a9a05501533c -RPMIdentity: 3ebb6dd2d589689890f7455c1b4edafca18ce498bd7d76b6bca25939dcccc7061fcb884d6e0bd531e95e1c6013776442465ed3feeb9a04376f9e33c46b859f59 +RPMIdentity: e1bcd561a268e9fb7067d4143e1261aeaadf88f138cf8551c7b48a2efbb8fabcf00dc519c3b899c6fc840cc4880dfd44256532a25c4e84d648c626e9bb78a99c --- ocaml-uutf-debuginfo-1.0.2-alt2.x86_64.rpm.repo 2021-07-17 16:01:22.000000000 +0000 +++ ocaml-uutf-debuginfo-1.0.2-alt2.x86_64.rpm.hasher 2021-08-11 04:41:24.748694211 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/51 40755 root:root -/usr/lib/debug/.build-id/51/cd3d506b25e8535521bb2258f88fbab4a34663 120777 root:root ../../../../lib64/ocaml/uutf/uutf.cmxs -/usr/lib/debug/.build-id/51/cd3d506b25e8535521bb2258f88fbab4a34663.debug 120777 root:root ../../usr/lib64/ocaml/uutf/uutf.cmxs.debug -/usr/lib/debug/.build-id/67 40755 root:root -/usr/lib/debug/.build-id/67/92a7c32686e0713c9935173c86a2f76e21a3f6 120777 root:root ../../../../bin/utftrip -/usr/lib/debug/.build-id/67/92a7c32686e0713c9935173c86a2f76e21a3f6.debug 120777 root:root ../../usr/bin/utftrip.debug +/usr/lib/debug/.build-id/91 40755 root:root +/usr/lib/debug/.build-id/91/2712ab9e09a9e37c000059af0dbcf5243cca04 120777 root:root ../../../../lib64/ocaml/uutf/uutf.cmxs +/usr/lib/debug/.build-id/91/2712ab9e09a9e37c000059af0dbcf5243cca04.debug 120777 root:root ../../usr/lib64/ocaml/uutf/uutf.cmxs.debug +/usr/lib/debug/.build-id/d6 40755 root:root +/usr/lib/debug/.build-id/d6/1b470038a01c3e91935aa7b276401f5ce3ef1d 120777 root:root ../../../../bin/utftrip +/usr/lib/debug/.build-id/d6/1b470038a01c3e91935aa7b276401f5ce3ef1d.debug 120777 root:root ../../usr/bin/utftrip.debug /usr/lib/debug/usr/bin/utftrip.debug 100644 root:root @@ -23,12 +23,12 @@ Provides: ocaml-uutf-debuginfo = 1.0.2-alt2:sisyphus+279404.4000.2.2 -File: /usr/lib/debug/.build-id/51 40755 root:root -File: /usr/lib/debug/.build-id/51/cd3d506b25e8535521bb2258f88fbab4a34663 120777 root:root ../../../../lib64/ocaml/uutf/uutf.cmxs -File: /usr/lib/debug/.build-id/51/cd3d506b25e8535521bb2258f88fbab4a34663.debug 120777 root:root ../../usr/lib64/ocaml/uutf/uutf.cmxs.debug -File: /usr/lib/debug/.build-id/67 40755 root:root -File: /usr/lib/debug/.build-id/67/92a7c32686e0713c9935173c86a2f76e21a3f6 120777 root:root ../../../../bin/utftrip -File: /usr/lib/debug/.build-id/67/92a7c32686e0713c9935173c86a2f76e21a3f6.debug 120777 root:root ../../usr/bin/utftrip.debug -File: /usr/lib/debug/usr/bin/utftrip.debug 100644 root:root 2491d8cda89534168c8a455faf268982 +File: /usr/lib/debug/.build-id/91 40755 root:root +File: /usr/lib/debug/.build-id/91/2712ab9e09a9e37c000059af0dbcf5243cca04 120777 root:root ../../../../lib64/ocaml/uutf/uutf.cmxs +File: /usr/lib/debug/.build-id/91/2712ab9e09a9e37c000059af0dbcf5243cca04.debug 120777 root:root ../../usr/lib64/ocaml/uutf/uutf.cmxs.debug +File: /usr/lib/debug/.build-id/d6 40755 root:root +File: /usr/lib/debug/.build-id/d6/1b470038a01c3e91935aa7b276401f5ce3ef1d 120777 root:root ../../../../bin/utftrip +File: /usr/lib/debug/.build-id/d6/1b470038a01c3e91935aa7b276401f5ce3ef1d.debug 120777 root:root ../../usr/bin/utftrip.debug +File: /usr/lib/debug/usr/bin/utftrip.debug 100644 root:root 78c9e5e67464c6d051ca54f453aca409 File: /usr/lib/debug/usr/lib64/ocaml 40755 root:root File: /usr/lib/debug/usr/lib64/ocaml/uutf 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/uutf/uutf.cmxs.debug 100644 root:root 0a03220219e498988d055e681f54b785 +File: /usr/lib/debug/usr/lib64/ocaml/uutf/uutf.cmxs.debug 100644 root:root acacb81548df4e9ff91d562c62ed0905 File: /usr/src/debug/ocaml-uutf-1.0.2 40755 root:root @@ -39,2 +39,2 @@ File: /usr/src/debug/ocaml-uutf-1.0.2/_build/test/utftrip.ml 100644 root:root 918223e72fd6e02048a3695d5a8727f4 -RPMIdentity: 2abe663da1dd4198ab931a2c75036c4e1466e48c1d0ff9471ecdb5d13763224653ec60611f5a65e6c89127dc914c1c197988d8c5dae7476001fe03f2339cc51c +RPMIdentity: 1c29b5db552926546ae99c97399a416055edb5b5af577efbd074c8d33efcee1edd1016a086dfe5e53f1488b545aa55d6179f2cbae27dcff6b0e4f9ecff46b447