<86>Aug 14 04:14:00 userdel[678754]: delete user 'rooter' <86>Aug 14 04:14:00 userdel[678754]: removed group 'rooter' owned by 'rooter' <86>Aug 14 04:14:00 groupadd[678787]: group added to /etc/group: name=rooter, GID=678 <86>Aug 14 04:14:00 groupadd[678787]: group added to /etc/gshadow: name=rooter <86>Aug 14 04:14:00 groupadd[678787]: new group: name=rooter, GID=678 <86>Aug 14 04:14:00 useradd[678819]: new user: name=rooter, UID=678, GID=678, home=/root, shell=/bin/bash <86>Aug 14 04:14:00 userdel[678836]: delete user 'builder' <86>Aug 14 04:14:00 userdel[678836]: removed group 'builder' owned by 'builder' <86>Aug 14 04:14:00 userdel[678836]: removed shadow group 'builder' owned by 'builder' <86>Aug 14 04:14:00 groupadd[678843]: group added to /etc/group: name=builder, GID=679 <86>Aug 14 04:14:00 groupadd[678843]: group added to /etc/gshadow: name=builder <86>Aug 14 04:14:00 groupadd[678843]: new group: name=builder, GID=679 <86>Aug 14 04:14:00 useradd[678854]: new user: name=builder, UID=679, GID=679, home=/usr/src, shell=/bin/bash <13>Aug 14 04:14:03 rpmi: ocaml-runtime-4.12.0-alt1 sisyphus+279404.100.2.2 1626535812 installed <13>Aug 14 04:14:03 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+268936.100.1.1 1617543918 installed <13>Aug 14 04:14:16 rpmi: ocaml-4.12.0-alt1 sisyphus+279404.100.2.2 1626535812 installed <13>Aug 14 04:14:16 rpmi: ocaml-findlib-1.9.1-alt2 sisyphus+279404.500.2.2 1626536218 installed <13>Aug 14 04:14:16 rpmi: libexpat-2.2.10-alt1 sisyphus+276608.100.1.2 1625153355 installed <13>Aug 14 04:14:16 rpmi: libexpat-devel-2.2.10-alt1 sisyphus+276608.100.1.2 1625153355 installed <13>Aug 14 04:14:16 rpmi: ocaml-findlib-devel-1.9.1-alt2 sisyphus+279404.500.2.2 1626536218 installed <13>Aug 14 04:14:16 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.86054 + 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.86054 + 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:282:24: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ expat_stubs.c:78:9: 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:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 350 | expat_error_exn = caml_named_value("expat_error"); | ^ In file included from expat_stubs.c:23: expat_stubs.c: In function 'expat_XML_ParseSub': /usr/lib64/ocaml/caml/mlvalues.h:282:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #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:282:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #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:465, 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, | ^~~~~ In file included from expat_stubs.c:23: expat_stubs.c: In function 'default_handler': /usr/lib64/ocaml/caml/mlvalues.h:282:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #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); | ^~~~~~~~~~ In file included from /usr/include/features.h:465, 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:33:1: note: expected 'void *' but argument is of type 'const char *' 33 | __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.40389 + 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: 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: camlStdlib__callback__register_exception_166 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.59969 + 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.VExQBd 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.q4V23d 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.12.0-3E4579BD, 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.12.0-B6C66949, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__bytes) = 4.12.0-7EBE0A81, ocaml-cmi(Stdlib__callback) = 4.12.0-21C02ABB, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-runtime = 4.12.0, 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.9jOP5a Creating ocaml-expat-debuginfo package Processing files: ocaml-expat-devel-1.1.0-alt5 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.45005 + 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.2O721e 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.Y0B2be 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.12.0-9EEC561F Requires: ocaml-expat = 1.1.0-alt5, /usr/lib64/ocaml/stublibs/dllmlexpat.so, libexpat, ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(Expat) = 4.12.0-3E4579BD, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__bytes) = 4.12.0-7EBE0A81, ocaml-cmi(Stdlib__callback) = 4.12.0-21C02ABB, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmx(Stdlib__callback) = 4.12.0-F51FFEA7 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.F5O1Td 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.E6mfgd find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.MmQAqf 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) 1.79user 0.85system 0:12.27elapsed 21%CPU (0avgtext+0avgdata 30916maxresident)k 0inputs+0outputs (0major+279774minor)pagefaults 0swaps 19.45user 4.43system 0:35.92elapsed 66%CPU (0avgtext+0avgdata 101896maxresident)k 0inputs+0outputs (0major+585944minor)pagefaults 0swaps --- ocaml-expat-1.1.0-alt5.x86_64.rpm.repo 2021-07-17 15:41:14.000000000 +0000 +++ ocaml-expat-1.1.0-alt5.x86_64.rpm.hasher 2021-08-14 04:14:33.923629462 +0000 @@ -32,4 +32,4 @@ File: /usr/lib64/ocaml/expat/expat.cmi 100644 root:root 86fc51e84fbfabe14838fc924f41d43a -File: /usr/lib64/ocaml/expat/expat.cmxs 100644 root:root 82ac8658ac8a61f860a71e4a29fd4571 -File: /usr/lib64/ocaml/stublibs/dllmlexpat.so 100644 root:root ef1afc0837deeeb8eb7a7aeda7179bb9 +File: /usr/lib64/ocaml/expat/expat.cmxs 100644 root:root 52cc9e5ccabdbe761e1b6f4dfb3d0d40 +File: /usr/lib64/ocaml/stublibs/dllmlexpat.so 100644 root:root ddd25c908d04b368fcee5153b2eed6d1 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: a8bb19ffa6a3073e68dd8fafe716a6a07b17e8214bbdb3c9edcfaac0cb99687ea9a32842b6add18d58f8a58da5df505db98fd23da157d4bd41d6b6ad602c4ed8 +RPMIdentity: 3835769fd3cdfa8c6011b108dd54b0b13bceca7a04e1db852c1ad58ce22cd594104f696d3e73e54e855e0f2ccff01817e2a2cb8d65687bb624f65dfad8189289 --- ocaml-expat-debuginfo-1.1.0-alt5.x86_64.rpm.repo 2021-07-17 15:41:14.000000000 +0000 +++ ocaml-expat-debuginfo-1.1.0-alt5.x86_64.rpm.hasher 2021-08-14 04:14:34.075630073 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/8e 40755 root:root -/usr/lib/debug/.build-id/8e/105498c848dd9c8b2344ff83e7eb77a41e7c55 120777 root:root ../../../../lib64/ocaml/stublibs/dllmlexpat.so -/usr/lib/debug/.build-id/8e/105498c848dd9c8b2344ff83e7eb77a41e7c55.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllmlexpat.so.debug -/usr/lib/debug/.build-id/b8 40755 root:root -/usr/lib/debug/.build-id/b8/79be1942fdc8593bb1bcf2664468c2a808dc6f 120777 root:root ../../../../lib64/ocaml/expat/expat.cmxs -/usr/lib/debug/.build-id/b8/79be1942fdc8593bb1bcf2664468c2a808dc6f.debug 120777 root:root ../../usr/lib64/ocaml/expat/expat.cmxs.debug +/usr/lib/debug/.build-id/49 40755 root:root +/usr/lib/debug/.build-id/49/069e5e59a7766734f7796b0871b273e9bc34d2 120777 root:root ../../../../lib64/ocaml/stublibs/dllmlexpat.so +/usr/lib/debug/.build-id/49/069e5e59a7766734f7796b0871b273e9bc34d2.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllmlexpat.so.debug +/usr/lib/debug/.build-id/e7 40755 root:root +/usr/lib/debug/.build-id/e7/00cce9adc702773acd0660cba8a66ffd5586ab 120777 root:root ../../../../lib64/ocaml/expat/expat.cmxs +/usr/lib/debug/.build-id/e7/00cce9adc702773acd0660cba8a66ffd5586ab.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+279404.1100.2.2 -File: /usr/lib/debug/.build-id/8e 40755 root:root -File: /usr/lib/debug/.build-id/8e/105498c848dd9c8b2344ff83e7eb77a41e7c55 120777 root:root ../../../../lib64/ocaml/stublibs/dllmlexpat.so -File: /usr/lib/debug/.build-id/8e/105498c848dd9c8b2344ff83e7eb77a41e7c55.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllmlexpat.so.debug -File: /usr/lib/debug/.build-id/b8 40755 root:root -File: /usr/lib/debug/.build-id/b8/79be1942fdc8593bb1bcf2664468c2a808dc6f 120777 root:root ../../../../lib64/ocaml/expat/expat.cmxs -File: /usr/lib/debug/.build-id/b8/79be1942fdc8593bb1bcf2664468c2a808dc6f.debug 120777 root:root ../../usr/lib64/ocaml/expat/expat.cmxs.debug +File: /usr/lib/debug/.build-id/49 40755 root:root +File: /usr/lib/debug/.build-id/49/069e5e59a7766734f7796b0871b273e9bc34d2 120777 root:root ../../../../lib64/ocaml/stublibs/dllmlexpat.so +File: /usr/lib/debug/.build-id/49/069e5e59a7766734f7796b0871b273e9bc34d2.debug 120777 root:root ../../usr/lib64/ocaml/stublibs/dllmlexpat.so.debug +File: /usr/lib/debug/.build-id/e7 40755 root:root +File: /usr/lib/debug/.build-id/e7/00cce9adc702773acd0660cba8a66ffd5586ab 120777 root:root ../../../../lib64/ocaml/expat/expat.cmxs +File: /usr/lib/debug/.build-id/e7/00cce9adc702773acd0660cba8a66ffd5586ab.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 c9e81094d1eeaac75ae76513d65f5d60 +File: /usr/lib/debug/usr/lib64/ocaml/expat/expat.cmxs.debug 100644 root:root 55ff8979a9315c2588672ea529d6d84e 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 149cffaa94245057a50068e5bbb16a47 +File: /usr/lib/debug/usr/lib64/ocaml/stublibs/dllmlexpat.so.debug 100644 root:root 7067704d73542f4a4b3419a6a794d353 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: 806c6609336455a5c045e780547a6a86af34822a9495c46290cd89f5dba170aae76305dfb41f74eaa6f8a1dc75f08d456b517649dcfe0eb09700990ecc38bd56 +RPMIdentity: c9262b7889c0a39064e45b59cbc64a0e335449063dedfbd75718c47bdb59824646f07dbd466a11be9d4e6a70a5d3ab10be3524693295bbb73784744ba6fc4d52 --- ocaml-expat-devel-1.1.0-alt5.x86_64.rpm.repo 2021-07-17 15:41:14.000000000 +0000 +++ ocaml-expat-devel-1.1.0-alt5.x86_64.rpm.hasher 2021-08-14 04:14:34.273630869 +0000 @@ -16,3 +16,3 @@ File: /usr/lib64/ocaml/expat/expat.mli 100644 root:root e932068d9c23964c97e18d47753b4477 -File: /usr/lib64/ocaml/expat/libmlexpat.a 100644 root:root 4a1e3a885554c45b5f9863344a92ea3b +File: /usr/lib64/ocaml/expat/libmlexpat.a 100644 root:root 306005597dbc6cf9dc4b0289cc0eaf38 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: 471c765d1d4dcf37ccce3cc914cc839a159fd99f042e35604c9ae9432f53afd6a8177f91728908c2bfc01deae77ad892fded1504fc7aa4ac6c3d725e908d89b2 +RPMIdentity: 0639cfeb8d20add1975f9c36591c6c3441e3ba31876382557fae300184a3c00c8023bddbcaa9a1eb0589475c17fa11ab3c5a3b11b71a3dd8a84be1b8eb84d5bc