<86>Jan 11 08:10:51 userdel[3847861]: delete user 'rooter' <86>Jan 11 08:10:51 userdel[3847861]: removed group 'rooter' owned by 'rooter' <86>Jan 11 08:10:51 userdel[3847861]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 11 08:10:51 groupadd[3847924]: group added to /etc/group: name=rooter, GID=1826 <86>Jan 11 08:10:51 groupadd[3847924]: group added to /etc/gshadow: name=rooter <86>Jan 11 08:10:51 groupadd[3847924]: new group: name=rooter, GID=1826 <86>Jan 11 08:10:51 useradd[3847977]: new user: name=rooter, UID=1826, GID=1826, home=/root, shell=/bin/bash, from=none <86>Jan 11 08:10:51 userdel[3848050]: delete user 'builder' <86>Jan 11 08:10:51 userdel[3848050]: removed group 'builder' owned by 'builder' <86>Jan 11 08:10:51 userdel[3848050]: removed shadow group 'builder' owned by 'builder' <86>Jan 11 08:10:51 groupadd[3848112]: group added to /etc/group: name=builder, GID=1827 <86>Jan 11 08:10:51 groupadd[3848112]: group added to /etc/gshadow: name=builder <86>Jan 11 08:10:51 groupadd[3848112]: new group: name=builder, GID=1827 <86>Jan 11 08:10:51 useradd[3848166]: new user: name=builder, UID=1827, GID=1827, home=/usr/src, shell=/bin/bash, from=none warning: Macro %ocaml_native_arch not found warning: Macro %ocaml_find_files not found <13>Jan 11 08:10:54 rpmi: rpm-build-ocaml-1.6.3-alt1 sisyphus+356727.100.1.1 1725368784 installed <13>Jan 11 08:10:55 rpmi: ocaml-5.2.0-alt1 sisyphus+356727.140.13.1 1726230909 installed <13>Jan 11 08:10:55 rpmi: ocaml-runtime-5.2.0-alt1 sisyphus+356727.140.13.1 1726230909 installed <13>Jan 11 08:10:57 rpmi: ocaml-compiler-libs-5.2.0-alt1 sisyphus+356727.140.13.1 1726230909 installed <13>Jan 11 08:10:57 rpmi: ocaml-findlib-1.9.6-alt2 sisyphus+356727.3100.13.1 1726231825 installed <13>Jan 11 08:10:57 rpmi: libexpat-2.6.4-alt1 sisyphus+365521.100.1.1 1734700247 installed <13>Jan 11 08:10:57 rpmi: libexpat-devel-2.6.4-alt1 sisyphus+365521.100.1.1 1734700247 installed <13>Jan 11 08:10:57 rpmi: ocaml-findlib-devel-1.9.6-alt2 sisyphus+356727.3100.13.1 1726231825 installed <13>Jan 11 08:10:57 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.22177 + 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.22177 + 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 "-pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -pthread" 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:332:24: warning: return discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 332 | #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:332:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 332 | #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:332:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 332 | #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 *' 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:332:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 332 | #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.22177 + 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 :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_bad_caml_state 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.22177 + 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.45hs9N 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.S7Y8U5 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) = 5.2.0-A9B20EC2, ocaml-dll(mlexpat) Requires: ld-linux.so.2 >= set:jiL26, ld-linux.so.2(GLIBC_2.3), 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) = 5.2.0-1068D69A, ocaml-cmi(Stdlib) = 5.2.0-C58CFA3A, ocaml-cmi(Stdlib__Bytes) = 5.2.0-68E1ECE9, ocaml-cmi(Stdlib__Callback) = 5.2.0-E5E2C60F, ocaml-cmi(Stdlib__Either) = 5.2.0-20EB2929, ocaml-cmi(Stdlib__Seq) = 5.2.0-BE0DDC4F, ocaml-cmi(Stdlib__Uchar) = 5.2.0-4907C986, ocaml-runtime = 5.2.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.wiT9B1 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.ujRMwH 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.R2lewq 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.1RLGcj 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.9N7mWA find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XbqwXg find-requires: running scripts (debuginfo) Requires: ocaml-expat = 1.3.0-alt2, debug(ld-linux.so.2), 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.79user 1.37system 0:09.13elapsed 23%CPU (0avgtext+0avgdata 29004maxresident)k 0inputs+0outputs (0major+215790minor)pagefaults 0swaps 3.20user 2.50system 0:21.51elapsed 26%CPU (0avgtext+0avgdata 130432maxresident)k 1144inputs+0outputs (0major+203965minor)pagefaults 0swaps --- ocaml-expat-1.3.0-alt2.i586.rpm.repo 2024-09-13 13:15:18.000000000 +0000 +++ ocaml-expat-1.3.0-alt2.i586.rpm.hasher 2025-01-11 08:11:09.479511224 +0000 @@ -39,3 +39,3 @@ File: /usr/lib/ocaml/stublibs 40755 root:root -File: /usr/lib/ocaml/stublibs/dllmlexpat.so 100644 root:root a2d1e574f520e57a749f756effb4be48 +File: /usr/lib/ocaml/stublibs/dllmlexpat.so 100644 root:root cca5bfeec94aa885a18652deb330fea6 File: /usr/lib/ocaml/stublibs/dllmlexpat.so.owner 100644 root:root 2fe417564aff906a9b3b617dfed9de6a @@ -45,2 +45,2 @@ File: /usr/share/doc/ocaml-expat-1.3.0/changelog 100644 root:root 6bda7574b45a1e8d06683efd7d150330 -RPMIdentity: 082853458c5a681048e35fe025046984c7682bdb0fc9f239db6b0eb013bc6c122d6c4f953555f84ce2d5d0b74f6b3de4d99d9929c2d0078145f3a2bdb26d87af +RPMIdentity: 58d31bfa62e6928fe78f50f78a0a3622095c763fef084ad5be6a6e633aa471ebb854acb9c86885caa0a551e181f9df4a68f41b096beca7fec788c6090da5d0f8 --- ocaml-expat-debuginfo-1.3.0-alt2.i586.rpm.repo 2024-09-13 13:15:18.000000000 +0000 +++ ocaml-expat-debuginfo-1.3.0-alt2.i586.rpm.hasher 2025-01-11 08:11:09.573512862 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/c7 40755 root:root -/usr/lib/debug/.build-id/c7/b96dfec9f4ccea88dc3df3c41e8034b4709c08 120777 root:root ../../../ocaml/stublibs/dllmlexpat.so -/usr/lib/debug/.build-id/c7/b96dfec9f4ccea88dc3df3c41e8034b4709c08.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllmlexpat.so.debug +/usr/lib/debug/.build-id/b7 40755 root:root +/usr/lib/debug/.build-id/b7/77ec3e2725c3563817160b98af9bae516cb66c 120777 root:root ../../../ocaml/stublibs/dllmlexpat.so +/usr/lib/debug/.build-id/b7/77ec3e2725c3563817160b98af9bae516cb66c.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllmlexpat.so.debug /usr/lib/debug/usr/lib/ocaml 40755 root:root @@ -14,10 +14,10 @@ Provides: ocaml-expat-debuginfo = 1.3.0-alt2:sisyphus+356727.10100.13.1 -File: /usr/lib/debug/.build-id/c7 40755 root:root -File: /usr/lib/debug/.build-id/c7/b96dfec9f4ccea88dc3df3c41e8034b4709c08 120777 root:root ../../../ocaml/stublibs/dllmlexpat.so -File: /usr/lib/debug/.build-id/c7/b96dfec9f4ccea88dc3df3c41e8034b4709c08.debug 120777 root:root ../../usr/lib/ocaml/stublibs/dllmlexpat.so.debug +File: /usr/lib/debug/.build-id/b7 40755 root:root +File: /usr/lib/debug/.build-id/b7/77ec3e2725c3563817160b98af9bae516cb66c 120777 root:root ../../../ocaml/stublibs/dllmlexpat.so +File: /usr/lib/debug/.build-id/b7/77ec3e2725c3563817160b98af9bae516cb66c.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 c533b607b1e1470d4f733b9921593bd7 +File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllmlexpat.so.debug 100644 root:root dc4783351a1f2767a9c3eb8ee49f1d2a 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: 1d85cf2606845fc057044d99c549591aa386427f97205d50ee2b5c121da4c4912c990cf6587bcc22f7d15dcd67ad91e10835e89bb339e1105a0ad7b94ac55c4b +RPMIdentity: dad303b5785c41f01799d42529aa643362d2d395899cb6f6185c4d9a6d2846a577f4c3f383e4406280766cfa8281fe13dc4e15fd8701b031a3a0d381d863b94b --- ocaml-expat-devel-1.3.0-alt2.i586.rpm.repo 2024-09-13 13:15:18.000000000 +0000 +++ ocaml-expat-devel-1.3.0-alt2.i586.rpm.hasher 2025-01-11 08:11:09.655514291 +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 496d9ea5badd12b21e8feba53e96eb3e -RPMIdentity: 5181820fd6ee988ce8976707b2ce975bc5780f4bba93d26702ff85b38ad7b5a7c89d08909c6c6a313ffe43aef88e0e4c8e61b041a7540529deba326c7893e9d7 +File: /usr/lib/ocaml/expat/libmlexpat.a 100644 root:root 510cb8938c2f1fbd06ae7636cd0eeba2 +RPMIdentity: 956cd3b761f79734f30335a89d4022e05729ba966e37ba00f6263398b9302325d45e7f36467cbe2e5e52c1528859460f0c8086a9ba65049144a9b3fb3c3383ff