<86>Jun  8 07:07:13 userdel[1671124]: delete user 'rooter'
<86>Jun  8 07:07:13 userdel[1671124]: removed group 'rooter' owned by 'rooter'
<86>Jun  8 07:07:13 userdel[1671124]: removed shadow group 'rooter' owned by 'rooter'
<86>Jun  8 07:07:13 groupadd[1671159]: group added to /etc/group: name=rooter, GID=1871
<86>Jun  8 07:07:13 groupadd[1671159]: group added to /etc/gshadow: name=rooter
<86>Jun  8 07:07:13 groupadd[1671159]: new group: name=rooter, GID=1871
<86>Jun  8 07:07:13 useradd[1671189]: new user: name=rooter, UID=1871, GID=1871, home=/root, shell=/bin/bash, from=none
<86>Jun  8 07:07:13 userdel[1671244]: delete user 'builder'
<86>Jun  8 07:07:13 userdel[1671244]: removed group 'builder' owned by 'builder'
<86>Jun  8 07:07:13 userdel[1671244]: removed shadow group 'builder' owned by 'builder'
<86>Jun  8 07:07:13 groupadd[1671296]: group added to /etc/group: name=builder, GID=1872
<86>Jun  8 07:07:13 groupadd[1671296]: group added to /etc/gshadow: name=builder
<86>Jun  8 07:07:13 groupadd[1671296]: new group: name=builder, GID=1872
<86>Jun  8 07:07:13 useradd[1671344]: new user: name=builder, UID=1872, GID=1872, home=/usr/src, shell=/bin/bash, from=none
warning: Macro %ocaml_native_arch not found
warning: Macro %ocaml_find_files not found
<13>Jun  8 07:07:17 rpmi: ocaml-runtime-4.14.1-alt1 sisyphus+333652.177.29.2 1701355789 installed
<13>Jun  8 07:07:17 rpmi: rpm-build-ocaml-1.6.2.1-alt1 sisyphus+349582.100.1.1 1716824125 installed
<13>Jun  8 07:07:23 rpmi: ocaml-4.14.1-alt1 sisyphus+333652.177.29.2 1701355789 installed
<13>Jun  8 07:07:23 rpmi: ocaml-findlib-1.9.6-alt2 sisyphus+333652.2174.29.2 1701356590 installed
<13>Jun  8 07:07:23 rpmi: libexpat-2.5.0-alt1 sisyphus+346180.200.2.1 1716349845 installed
<13>Jun  8 07:07:23 rpmi: libexpat-devel-2.5.0-alt1 sisyphus+346180.200.2.1 1716349845 installed
<13>Jun  8 07:07:23 rpmi: ocaml-findlib-devel-1.9.6-alt2 sisyphus+333652.2174.29.2 1701356590 installed
<13>Jun  8 07:07:23 rpmi: chrpath-0.16-alt1 sisyphus+346101.200.3.1 1716459476 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/ocaml-expat-1.3.0-alt2.nosrc.rpm (w1.gzdio)
Installing ocaml-expat-1.3.0-alt2.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.64230
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ocaml-expat-1.3.0
+ echo 'Source #0 (ocaml-expat-1.3.0.tar):'
Source #0 (ocaml-expat-1.3.0.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-expat-1.3.0.tar
+ cd ocaml-expat-1.3.0
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.64230
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocaml-expat-1.3.0
+ make depend
make: Entering directory '/usr/src/RPM/BUILD/ocaml-expat-1.3.0'
gcc -I /usr/lib/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.3.0'
+ make all
make: Entering directory '/usr/src/RPM/BUILD/ocaml-expat-1.3.0'
ocamlfind ocamlc -package bytes -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/lib/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/lib/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/lib/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:503,
                 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/lib/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
ocamlfind ocamlc -package bytes -c  expat.mli
ocamlfind ocamlc -package bytes -c  expat.ml
ocamlfind ocamlmklib -package bytes -o expat expat.cmo -oc mlexpat \
-L/usr/local/lib -lexpat
make: Leaving directory '/usr/src/RPM/BUILD/ocaml-expat-1.3.0'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.64230
+ 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:/usr/bin:/bin:/usr/local/bin:/usr/games
+ cd ocaml-expat-1.3.0
+ export OCAMLFIND_DESTDIR=/usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml
+ OCAMLFIND_DESTDIR=/usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml
+ mkdir -p /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/stublibs
+ make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/ocaml-expat-buildroot
make: Entering directory '/usr/src/RPM/BUILD/ocaml-expat-1.3.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/lib/ocaml/expat/libmlexpat.a
Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/expat/expat.cma
Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/expat/expat.mli
Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/expat/expat.cmi
Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/stublibs/dllmlexpat.so
Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/stublibs/dllmlexpat.so.owner
ocamlfind: [WARNING] You have installed DLLs but the directory /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/stublibs is not mentioned in ld.conf
Installed /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/expat/META
make: Leaving directory '/usr/src/RPM/BUILD/ocaml-expat-1.3.0'
+ chrpath -d /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/stublibs/dllmlexpat.so
+ __ocaml_find_files
+ find /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(cma|cmi|cmxs|so|js)$' -o -name META ')' -printf '/usr/lib/ocaml/%P\n'
+ find /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/ -type d -printf '%%dir /usr/lib/ocaml/%P\n'
+ find /usr/src/tmp/ocaml-expat-buildroot/usr/lib/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(a|o|cmo|cmt|cmti|cmx|cmxa|ml|mli|exe)$' -o -name opam -o -name dune-package ')' -printf '/usr/lib/ocaml/%P\n'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ocaml-expat-buildroot (auto)
mode of './usr/lib/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/lib: (from <cmdline>: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/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: Caml_state
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_named_value
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_alloc_tuple
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_stat_free
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_string_length
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_register_global_root
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_callback2
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_alloc
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_callbackN
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_invalid_argument
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_modify
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_copy_string
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_remove_global_root
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_alloc_string
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_stat_alloc
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_alloc_custom
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_raise_with_arg
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllmlexpat.so: undefined symbol: caml_callback
Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ocaml-expat-buildroot
Processing files: ocaml-expat-1.3.0-alt2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.64230
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocaml-expat-1.3.0
+ DOCDIR=/usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.3.0
+ export DOCDIR
+ rm -rf /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.3.0
+ /bin/mkdir -p /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.3.0
+ cp -prL LICENCE README changelog /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.3.0
+ chmod -R go-w /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.3.0
+ chmod -R a+rX /usr/src/tmp/ocaml-expat-buildroot/usr/share/doc/ocaml-expat-1.3.0
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Y7gKjP
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.Bt63OW
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.14.1-710EC072, ocaml-dll(mlexpat)
Requires: libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.4), libexpat, libexpat.so.1 >= set:kfIZxo4EWLV0nlFs78IMFZ76oOgmUxI5Hsttx33DZ7ygj1hDvfkrIz18StUec, ocaml-cmi(CamlinternalFormatBasics) = 4.14.1-8F8F6345, ocaml-cmi(Stdlib) = 4.14.1-79B0E9D3, ocaml-cmi(Stdlib__Bytes) = 4.14.1-3D02C333, ocaml-cmi(Stdlib__Callback) = 4.14.1-FE29A598, ocaml-cmi(Stdlib__Either) = 4.14.1-26845DF2, ocaml-cmi(Stdlib__Seq) = 4.14.1-B6351103, ocaml-cmi(Stdlib__Uchar) = 4.14.1-C0DDE02A, ocaml-runtime = 4.14.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.R84sRJ
Creating ocaml-expat-debuginfo package
Processing files: ocaml-expat-devel-1.3.0-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EveuG3
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.iMOhNV
find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Requires: ocaml-expat = 1.3.0-alt2
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.c7jBQp
Processing files: ocaml-expat-debuginfo-1.3.0-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.1b1y7p
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ManJHQ
find-requires: running scripts (debuginfo)
Requires: ocaml-expat = 1.3.0-alt2, debug(libc.so.6), debug(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
Wrote: /usr/src/RPM/RPMS/i586/ocaml-expat-1.3.0-alt2.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/ocaml-expat-devel-1.3.0-alt2.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/ocaml-expat-debuginfo-1.3.0-alt2.i586.rpm (w2.lzdio)
0.67user 1.21system 0:08.97elapsed 21%CPU (0avgtext+0avgdata 27504maxresident)k
0inputs+0outputs (0major+207229minor)pagefaults 0swaps
3.54user 2.48system 0:24.92elapsed 24%CPU (0avgtext+0avgdata 127912maxresident)k
1200inputs+0outputs (0major+198924minor)pagefaults 0swaps
--- ocaml-expat-1.3.0-alt2.i586.rpm.repo	2023-11-30 15:22:32.000000000 +0000
+++ ocaml-expat-1.3.0-alt2.i586.rpm.hasher	2024-06-08 07:07:35.381166082 +0000
@@ -37,3 +37,3 @@
 File: /usr/lib/ocaml/stublibs	40755	root:root		
-File: /usr/lib/ocaml/stublibs/dllmlexpat.so	100644	root:root	36bae66b373a87398e50454fd9591f2d	
+File: /usr/lib/ocaml/stublibs/dllmlexpat.so	100644	root:root	05874fcb8d29fb90f28cedfe02099935	
 File: /usr/lib/ocaml/stublibs/dllmlexpat.so.owner	100644	root:root	2fe417564aff906a9b3b617dfed9de6a	
@@ -43,2 +43,2 @@
 File: /usr/share/doc/ocaml-expat-1.3.0/changelog	100644	root:root	6bda7574b45a1e8d06683efd7d150330	
-RPMIdentity: 6634119d9d4a7b79c99dd91a4e3415576b4ef96b4240c294606e0cc423cc293842b471393d1452bbcf0c916a31ffff02bb029a63c83cce988bbe2cb76dc1e542
+RPMIdentity: df0b94637031f70398064281697b9cf25c89283e97d9389e05ec620b14265580cf0e871ae143cdd8420f51f7eac30191fed290b4209addf51fae84a35c312a4e
--- ocaml-expat-debuginfo-1.3.0-alt2.i586.rpm.repo	2023-11-30 15:22:32.000000000 +0000
+++ ocaml-expat-debuginfo-1.3.0-alt2.i586.rpm.hasher	2024-06-08 07:07:35.450167261 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/c2	40755	root:root	
-/usr/lib/debug/.build-id/c2/dd49d1d2c1a801fe9e5d575ea2acdc6ce2a3b0	120777	root:root	../../../ocaml/stublibs/dllmlexpat.so
-/usr/lib/debug/.build-id/c2/dd49d1d2c1a801fe9e5d575ea2acdc6ce2a3b0.debug	120777	root:root	../../usr/lib/ocaml/stublibs/dllmlexpat.so.debug
+/usr/lib/debug/.build-id/71	40755	root:root	
+/usr/lib/debug/.build-id/71/8947001b70f2ac79023135be5b778e5132b514	120777	root:root	../../../ocaml/stublibs/dllmlexpat.so
+/usr/lib/debug/.build-id/71/8947001b70f2ac79023135be5b778e5132b514.debug	120777	root:root	../../usr/lib/ocaml/stublibs/dllmlexpat.so.debug
 /usr/lib/debug/usr/lib/ocaml	40755	root:root	
@@ -13,10 +13,10 @@
 Provides: ocaml-expat-debuginfo = 1.3.0-alt2:sisyphus+333652.6240.29.2
-File: /usr/lib/debug/.build-id/c2	40755	root:root		
-File: /usr/lib/debug/.build-id/c2/dd49d1d2c1a801fe9e5d575ea2acdc6ce2a3b0	120777	root:root		../../../ocaml/stublibs/dllmlexpat.so
-File: /usr/lib/debug/.build-id/c2/dd49d1d2c1a801fe9e5d575ea2acdc6ce2a3b0.debug	120777	root:root		../../usr/lib/ocaml/stublibs/dllmlexpat.so.debug
+File: /usr/lib/debug/.build-id/71	40755	root:root		
+File: /usr/lib/debug/.build-id/71/8947001b70f2ac79023135be5b778e5132b514	120777	root:root		../../../ocaml/stublibs/dllmlexpat.so
+File: /usr/lib/debug/.build-id/71/8947001b70f2ac79023135be5b778e5132b514.debug	120777	root:root		../../usr/lib/ocaml/stublibs/dllmlexpat.so.debug
 File: /usr/lib/debug/usr/lib/ocaml	40755	root:root		
 File: /usr/lib/debug/usr/lib/ocaml/stublibs	40755	root:root		
-File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllmlexpat.so.debug	100644	root:root	a5597d662b3671b26c16c35cb45314b7	
+File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllmlexpat.so.debug	100644	root:root	b30567c59bb21d31e2cb7b1d5388149f	
 File: /usr/src/debug/ocaml-expat-1.3.0	40755	root:root		
 File: /usr/src/debug/ocaml-expat-1.3.0/expat_stubs.c	100644	root:root	8a318852ee3f70a99f9e4004bcfe57b2	
-RPMIdentity: 8cdb6f8a9ff10d3fa43dc4dc52c0989c9fc3c1b06838c21fa824b3ec17dc2cff939480e714e6eda204271c2cb2a0e21eefb910166931671c3a1e28d8f5ec55bf
+RPMIdentity: 86ab769d03804bacdb4d84261288c79fc9eaed830706be5d62bdb11f58e3fcc6ef6bd7af2c9465f8c0ef0fb28de412b3405b7b0a466ad19b8efb27aade84c2af
--- ocaml-expat-devel-1.3.0-alt2.i586.rpm.repo	2023-11-30 15:22:32.000000000 +0000
+++ ocaml-expat-devel-1.3.0-alt2.i586.rpm.hasher	2024-06-08 07:07:35.518168423 +0000
@@ -6,3 +6,3 @@
 File: /usr/lib/ocaml/expat/expat.mli	100644	root:root	e932068d9c23964c97e18d47753b4477	
-File: /usr/lib/ocaml/expat/libmlexpat.a	100644	root:root	7911bd4d385961125faca7b3c5f354d0	
-RPMIdentity: 0190ef7cbf7e8624a53deb9cf33b5778a708716a24694367e36ceb47d27ff52ccf0b5ba9831ad67409316cf733c7ed5fd1cf3931174871c26bfef21ffaaa65a9
+File: /usr/lib/ocaml/expat/libmlexpat.a	100644	root:root	4367b01e7ed1caddccca96e980938766	
+RPMIdentity: 0a604282ff9b2b1874317176afece8ccd8aa3840d7cbbe0c969b3a00d31d42469a22826473e872274cf8152c42330b07da0dbf1e9fab6c2515b4a226d20d113a