<86>Sep 11 05:00:22 userdel[4020561]: delete user 'rooter' <86>Sep 11 05:00:22 userdel[4020561]: removed group 'rooter' owned by 'rooter' <86>Sep 11 05:00:22 userdel[4020561]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 11 05:00:22 groupadd[4020566]: group added to /etc/group: name=rooter, GID=963 <86>Sep 11 05:00:22 groupadd[4020566]: group added to /etc/gshadow: name=rooter <86>Sep 11 05:00:22 groupadd[4020566]: new group: name=rooter, GID=963 <86>Sep 11 05:00:22 useradd[4020571]: new user: name=rooter, UID=963, GID=963, home=/root, shell=/bin/bash <86>Sep 11 05:00:22 userdel[4020581]: delete user 'builder' <86>Sep 11 05:00:22 userdel[4020581]: removed group 'builder' owned by 'builder' <86>Sep 11 05:00:22 groupadd[4020591]: group added to /etc/group: name=builder, GID=964 <86>Sep 11 05:00:22 groupadd[4020591]: group added to /etc/gshadow: name=builder <86>Sep 11 05:00:22 groupadd[4020591]: new group: name=builder, GID=964 <86>Sep 11 05:00:22 useradd[4020599]: new user: name=builder, UID=964, GID=964, home=/usr/src, shell=/bin/bash <13>Sep 11 05:00:23 rpmi: ocaml-runtime-4.13.1-alt1 sisyphus+288339.100.3.1 1636228813 installed <13>Sep 11 05:00:23 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+288339.1400.3.1 1636230742 installed <13>Sep 11 05:00:30 rpmi: ocaml-4.13.1-alt1 sisyphus+288339.100.3.1 1636228813 installed <13>Sep 11 05:00:30 rpmi: ocaml-findlib-1.9.3-alt1 sisyphus+294399.100.3.1 1643757339 installed <13>Sep 11 05:00:30 rpmi: libexpat-2.4.7-alt1 sisyphus+296417.100.1.1 1646812525 installed <13>Sep 11 05:00:30 rpmi: libexpat-devel-2.4.7-alt1 sisyphus+296417.100.1.1 1646812525 installed <13>Sep 11 05:00:30 rpmi: ocaml-findlib-devel-1.9.3-alt1 sisyphus+294399.100.3.1 1643757339 installed <13>Sep 11 05:00:30 rpmi: chrpath-0.16-alt1 sisyphus+278100.500.1.1 1626056633 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-expat-1.1.0-alt5.nosrc.rpm (w1.gzdio) Installing ocaml-expat-1.1.0-alt5.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.36010 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-expat-1.1.0 + echo 'Source #0 (ocaml-expat-1.1.0.tar):' Source #0 (ocaml-expat-1.1.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-expat-1.1.0.tar + cd ocaml-expat-1.1.0 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.36010 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-expat-1.1.0 + make depend make: Entering directory '/usr/src/RPM/BUILD/ocaml-expat-1.1.0' gcc -I /usr/lib64/ocaml -MM *.c > depend ocamlfind ocamldep -package bytes *.mli *.ml >> depend make: 'depend' is up to date. make: Leaving directory '/usr/src/RPM/BUILD/ocaml-expat-1.1.0' + make all allopt 'OCAMLC=ocamlc.opt -g' 'OCAMLOPT=ocamlopt.opt -g' make: Entering directory '/usr/src/RPM/BUILD/ocaml-expat-1.1.0' ocamlc.opt -g -c -ccopt "-DFULL_UNROLL -O2 -I/usr/local/include" expat_stubs.c In file included from expat_stubs.c:23: expat_stubs.c: In function 'String_option_val': /usr/lib64/ocaml/caml/mlvalues.h:290:24: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:78:16: note: in expansion of macro 'String_val' 78 | return String_val(Field(string_option, 0)); | ^~~~~~~~~~ expat_stubs.c: In function 'expat_error': expat_stubs.c:350:25: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 350 | expat_error_exn = caml_named_value("expat_error"); | ^ expat_stubs.c: In function 'expat_XML_ParseSub': /usr/lib64/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ^ expat_stubs.c:387:20: note: in expansion of macro 'String_val' 387 | char *string = String_val(vstring); | ^~~~~~~~~~ expat_stubs.c: In function 'character_data_handler': /usr/lib64/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:550:12: note: in expansion of macro 'String_val' 550 | memcpy(String_val(str), data, len); | ^~~~~~~~~~ In file included from /usr/include/features.h:490, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from expat_stubs.c:12: /usr/include/bits/string_fortified.h:26:1: note: expected 'void * restrict' but argument is of type 'const char *' 26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ expat_stubs.c: In function 'default_handler': /usr/lib64/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:819:13: note: in expansion of macro 'String_val' 819 | memmove(String_val(d), data, len); | ^~~~~~~~~~ /usr/include/bits/string_fortified.h:34:1: note: expected 'void *' but argument is of type 'const char *' 34 | __NTH (memmove (void *__dest, const void *__src, size_t __len)) | ^~~~~ ocamlfind ocamlmklib -package bytes -oc mlexpat expat_stubs.o \ -L/usr/local/lib -lexpat ocamlc.opt -g -c expat.mli ocamlc.opt -g -c expat.ml ocamlfind ocamlmklib -package bytes -o expat expat.cmo -oc mlexpat \ -L/usr/local/lib -lexpat ocamlopt.opt -g -c expat.ml ocamlfind ocamlmklib -package bytes -o expat expat.cmx -oc mlexpat \ -L/usr/local/lib -lexpat ocamlopt.opt -g -linkall -shared -o expat.cmxs expat.cmx libmlexpat.a \ -ccopt -L/usr/local/lib -cclib -lexpat make: Leaving directory '/usr/src/RPM/BUILD/ocaml-expat-1.1.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.36010 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-expat-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-expat-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-expat-1.1.0 + export DESTDIR=/usr/src/tmp/ocaml-expat-buildroot + DESTDIR=/usr/src/tmp/ocaml-expat-buildroot + export OCAMLFIND_DESTDIR=/usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml + mkdir -p /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/stublibs + make install make: Entering directory '/usr/src/RPM/BUILD/ocaml-expat-1.1.0' { test ! -f expat.cmxa || extra="expat.cmxa expat.cmxs expat.a"; }; \ ocamlfind install expat META expat.cmi expat.mli expat.cma \ libmlexpat.a $extra \ -optional dllmlexpat.so Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/expat/expat.a Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/expat/expat.cmxs Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/expat/expat.cmxa Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/expat/libmlexpat.a Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/expat/expat.cma Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/expat/expat.mli Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/expat/expat.cmi Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/stublibs/dllmlexpat.so Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/stublibs/dllmlexpat.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/expat/META make: Leaving directory '/usr/src/RPM/BUILD/ocaml-expat-1.1.0' + chrpath --delete /usr/src/tmp/ocaml-expat-buildroot/usr/lib64/ocaml/stublibs/dllmlexpat.so + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-expat-buildroot (auto) mode of './usr/lib64/ocaml/expat/expat.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of './usr/lib64/ocaml/stublibs/dllmlexpat.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ocaml-expat-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-expat-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-expat-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-expat-buildroot ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-expat-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_named_value verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_alloc_tuple verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_stat_free verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: camlStdlib__Callback__register_exception_166 verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_string_length verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_register_global_root verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_callback2 verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_alloc verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_callbackN verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_invalid_argument verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_remove_global_root verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_alloc_string verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_stat_alloc verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_raise_with_arg verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib64/ocaml/expat/expat.cmxs: undefined symbol: caml_callback verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_named_value verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_alloc_tuple verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_stat_free verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_string_length verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_register_global_root verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_callback2 verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_alloc verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_callbackN verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_invalid_argument verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_copy_string verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_remove_global_root verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_alloc_string verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_stat_alloc verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_alloc_custom verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_raise_with_arg verify-elf: WARNING: ./usr/lib64/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_callback Processing files: ocaml-expat-1.1.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.36010 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-expat-1.1.0 + DOCDIR=/usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.1.0 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.1.0 + /bin/mkdir -p /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.1.0 + cp -prL LICENCE README changelog /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.1.0 + chmod -R go-w /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.1.0 + chmod -R a+rX /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CE3vZz 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.Ppbwpf 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(Expat) = 4.13.1-C1190C8B, ocaml-dll(mlexpat) Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.4)(64bit), libexpat, libexpat.so.1()(64bit) >= set:kfIZxo4EWLV0nlFs78IMFZ76oOgmUxI5Hsttx33DZ7ygj1hDvfkrIz18StUec, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Bytes) = 4.13.1-CBDE4789, ocaml-cmi(Stdlib__Callback) = 4.13.1-BE7617C4, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-runtime = 4.13.1, 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.tr2dt4 Creating ocaml-expat-debuginfo package Processing files: ocaml-expat-devel-1.1.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.78804 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-expat-1.1.0 + DOCDIR=/usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-devel-1.1.0 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-devel-1.1.0 + /bin/mkdir -p /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-devel-1.1.0 + cp -prL LICENCE README changelog /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-devel-1.1.0 + chmod -R go-w /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-devel-1.1.0 + chmod -R a+rX /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-devel-1.1.0 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.3cF81V 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.N3SQHJ 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(Expat) = 4.13.1-3F59A0DA Requires: ocaml-expat = 1.1.0-alt5, /usr/lib64/ocaml/stublibs/dllmlexpat.so, libexpat, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(Expat) = 4.13.1-C1190C8B, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Bytes) = 4.13.1-CBDE4789, ocaml-cmi(Stdlib__Callback) = 4.13.1-BE7617C4, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmx(Stdlib__Callback) = 4.13.1-A6D9902A Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WFG0rq Processing files: ocaml-expat-debuginfo-1.1.0-alt5 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zFdxwn find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.haJyzs find-requires: running scripts (debuginfo) Requires: ocaml-expat = 1.1.0-alt5, debug64(libc.so.6), debug64(libexpat.so.1) Adding to ocaml-expat-devel a strict dependency on ocaml-expat Adding to ocaml-expat-debuginfo a strict dependency on ocaml-expat Removing 2 extra deps from ocaml-expat-devel due to dependency on ocaml-expat Removing 6 extra deps from ocaml-expat-devel due to repentancy on ocaml-expat Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-expat-1.1.0-alt5.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-expat-devel-1.1.0-alt5.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-expat-debuginfo-1.1.0-alt5.x86_64.rpm (w2.lzdio) 0.80user 0.66system 0:08.73elapsed 16%CPU (0avgtext+0avgdata 33304maxresident)k 0inputs+0outputs (0major+288462minor)pagefaults 0swaps 1.92user 1.24system 0:20.21elapsed 15%CPU (0avgtext+0avgdata 105612maxresident)k 0inputs+0outputs (30846major+159883minor)pagefaults 0swaps --- ocaml-expat-1.1.0-alt5.x86_64.rpm.repo 2021-11-06 20:41:48.000000000 +0000 +++ ocaml-expat-1.1.0-alt5.x86_64.rpm.hasher 2022-09-11 05:00:40.743407300 +0000 @@ -32,4 +32,4 @@ File: /usr/lib64/ocaml/expat/expat.cmi 100644 root:root fe1c9ac22a4308e77443702ac95c176d -File: /usr/lib64/ocaml/expat/expat.cmxs 100644 root:root 66207e96066aa95c144fc00c8ed43215 -File: /usr/lib64/ocaml/stublibs/dllmlexpat.so 100644 root:root bc6a4ad7e7a771f3dd3cec232a6034b8 +File: /usr/lib64/ocaml/expat/expat.cmxs 100644 root:root 106738e33d28ba84ac8a42470629802c +File: /usr/lib64/ocaml/stublibs/dllmlexpat.so 100644 root:root 744705a9c8f896559cdf465596bb0cbe File: /usr/lib64/ocaml/stublibs/dllmlexpat.so.owner 100644 root:root 2fe417564aff906a9b3b617dfed9de6a @@ -39,2 +39,2 @@ File: /usr/share/doc/ocaml-expat-1.1.0/changelog 100644 root:root 6bda7574b45a1e8d06683efd7d150330 -RPMIdentity: 8e7658cad0176a7865af7544b1dabb5e8e37ac38d12d649a2a725f8f278264e0e143bcf0debd195ac927600b77476dda4aa4514477682cffa765a54396a8253b +RPMIdentity: 148fd6a9d7c89e05fe3833a1be58a94003cff834820104945908f7a4d35afde87c01cdbf0e5977e62fc8148634acff7914431a51e21fbfe755a1f86985ae1cdc --- ocaml-expat-debuginfo-1.1.0-alt5.x86_64.rpm.repo 2021-11-06 20:41:48.000000000 +0000 +++ ocaml-expat-debuginfo-1.1.0-alt5.x86_64.rpm.hasher 2022-09-11 05:00:40.801408189 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/3f 40755 root:root -/usr/lib/debug/.build-id/3f/2f93158f783f83a96df7355d55cfd975863158 120777 root:root ../../../../lib64/ocaml/stublibs/dllmlexpat.so -/usr/lib/debug/.build-id/3f/2f93158f783f83a96df7355d55cfd975863158.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllmlexpat.so.debug -/usr/lib/debug/.build-id/b0 40755 root:root -/usr/lib/debug/.build-id/b0/655d8a437a9efb27f53f39bd76eb84e387ff8b 120777 root:root ../../../../lib64/ocaml/expat/expat.cmxs -/usr/lib/debug/.build-id/b0/655d8a437a9efb27f53f39bd76eb84e387ff8b.debug 120777 root:root ../../usr/lib64/ocaml/expat/expat.cmxs.debug +/usr/lib/debug/.build-id/0f 40755 root:root +/usr/lib/debug/.build-id/0f/2f77902c23f4d37b03019d5536edc496656cb2 120777 root:root ../../../../lib64/ocaml/stublibs/dllmlexpat.so +/usr/lib/debug/.build-id/0f/2f77902c23f4d37b03019d5536edc496656cb2.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllmlexpat.so.debug +/usr/lib/debug/.build-id/fe 40755 root:root +/usr/lib/debug/.build-id/fe/11667957eb33feb0812443833505273a52edaf 120777 root:root ../../../../lib64/ocaml/expat/expat.cmxs +/usr/lib/debug/.build-id/fe/11667957eb33feb0812443833505273a52edaf.debug 120777 root:root ../../usr/lib64/ocaml/expat/expat.cmxs.debug /usr/lib/debug/usr/lib64/ocaml 40755 root:root @@ -19,13 +19,13 @@ Provides: ocaml-expat-debuginfo = 1.1.0-alt5:sisyphus+288339.3100.3.1 -File: /usr/lib/debug/.build-id/3f 40755 root:root -File: /usr/lib/debug/.build-id/3f/2f93158f783f83a96df7355d55cfd975863158 120777 root:root ../../../../lib64/ocaml/stublibs/dllmlexpat.so -File: /usr/lib/debug/.build-id/3f/2f93158f783f83a96df7355d55cfd975863158.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllmlexpat.so.debug -File: /usr/lib/debug/.build-id/b0 40755 root:root -File: /usr/lib/debug/.build-id/b0/655d8a437a9efb27f53f39bd76eb84e387ff8b 120777 root:root ../../../../lib64/ocaml/expat/expat.cmxs -File: /usr/lib/debug/.build-id/b0/655d8a437a9efb27f53f39bd76eb84e387ff8b.debug 120777 root:root ../../usr/lib64/ocaml/expat/expat.cmxs.debug +File: /usr/lib/debug/.build-id/0f 40755 root:root +File: /usr/lib/debug/.build-id/0f/2f77902c23f4d37b03019d5536edc496656cb2 120777 root:root ../../../../lib64/ocaml/stublibs/dllmlexpat.so +File: /usr/lib/debug/.build-id/0f/2f77902c23f4d37b03019d5536edc496656cb2.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllmlexpat.so.debug +File: /usr/lib/debug/.build-id/fe 40755 root:root +File: /usr/lib/debug/.build-id/fe/11667957eb33feb0812443833505273a52edaf 120777 root:root ../../../../lib64/ocaml/expat/expat.cmxs +File: /usr/lib/debug/.build-id/fe/11667957eb33feb0812443833505273a52edaf.debug 120777 root:root ../../usr/lib64/ocaml/expat/expat.cmxs.debug File: /usr/lib/debug/usr/lib64/ocaml 40755 root:root File: /usr/lib/debug/usr/lib64/ocaml/expat 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/expat/expat.cmxs.debug 100644 root:root 241061bed343f297b6b998c9c7aaa389 +File: /usr/lib/debug/usr/lib64/ocaml/expat/expat.cmxs.debug 100644 root:root 2c3159a543ba21af9d01914d0df406b6 File: /usr/lib/debug/usr/lib64/ocaml/stublibs 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/stublibs/dllmlexpat.so.debug 100644 root:root 351769f99050163682ca1ac43ccbaf83 +File: /usr/lib/debug/usr/lib64/ocaml/stublibs/dllmlexpat.so.debug 100644 root:root d450000632f87a43ec9cd9f862d7041c File: /usr/src/debug/ocaml-expat-1.1.0 40755 root:root @@ -33,2 +33,2 @@ File: /usr/src/debug/ocaml-expat-1.1.0/expat_stubs.c 100644 root:root 73da20c5cd25c976d7e54192630a376e -RPMIdentity: c03ca68bf30046e06a6d1b8aa841c6554e5e0ca59fd80e0ab029b28ab479f6444e635b58b77ed52353292876823e5953833bebcb8f1e5214eef9262ee1ee429e +RPMIdentity: e6c9e4b73bc8b4b47a2dcf075f11bb52dfcc9428195e7e4891daee816dcf050e138fd58dc02ca1618be91214f626a58bf95c4bb29706c8e4a8761cab8cf8a076 --- ocaml-expat-devel-1.1.0-alt5.x86_64.rpm.repo 2021-11-06 20:41:48.000000000 +0000 +++ ocaml-expat-devel-1.1.0-alt5.x86_64.rpm.hasher 2022-09-11 05:00:40.885409476 +0000 @@ -13,6 +13,6 @@ Provides: ocaml-expat-devel = 1.1.0-alt5:sisyphus+288339.3100.3.1 -File: /usr/lib64/ocaml/expat/expat.a 100644 root:root e256f53fbd265dc2bb9774fef7ea65a3 +File: /usr/lib64/ocaml/expat/expat.a 100644 root:root 69dc847aad6859a2e9e4c1553e91ea62 File: /usr/lib64/ocaml/expat/expat.cmxa 100644 root:root d66c1c84cb33cd9723ff801623d9cf36 File: /usr/lib64/ocaml/expat/expat.mli 100644 root:root e932068d9c23964c97e18d47753b4477 -File: /usr/lib64/ocaml/expat/libmlexpat.a 100644 root:root 7903f3b37e257bf761291eecc4f7c739 +File: /usr/lib64/ocaml/expat/libmlexpat.a 100644 root:root bc9d2e1c50c48d275fe91e2eefe6b437 File: /usr/share/doc/ocaml-expat-devel-1.1.0 40755 root:root @@ -21,2 +21,2 @@ File: /usr/share/doc/ocaml-expat-devel-1.1.0/changelog 100644 root:root 6bda7574b45a1e8d06683efd7d150330 -RPMIdentity: 8abf27aa0b03c3e32e9fe22accb36921f75b5cc2b85a3db4153f3e91969e0a88b460cdcddc39e7db1ebaf9d2234d986950d0c530b4c25941c0bf016eb3be4ba2 +RPMIdentity: 1d6f6e9bf813b3f2cf33944cfa546dfe4d08ed02c113ae4699a510373f318979f2d9057c55d1976a125eaa565c48c732e0467fd7ca8a2b6580147bf4efb23360