The package rpms/ocaml-opam-0install.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/ocaml-opam-0install.git/commit/?id=9....
Change: -ExcludeArch: %{ix86}
Thanks.
Full change: ============
commit 9220558efe6745829fa5026cc00295cb2452765a Author: Jerry James loganjerry@gmail.com Date: Thu Aug 22 13:12:02 2024 -0600
Replaced with ocaml-opam-0install-cudf
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5a62ed3..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/opam-0install-cudf-*.tbz diff --git a/README.md b/README.md deleted file mode 100644 index 6f1f449..0000000 --- a/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# ocaml-opam-0install - -[This package](https://ocaml-opam.github.io/opam-0install-solver/) contains a -solver for [opam](https://opam.ocaml.org/) packages using the -[CUDF](https://www.mancoosi.org/cudf/) interface. Opam's default solver is -designed to maintain a set of packages over time, minimizing disruption when -installing new programs and finding a compromise solution across all packages -(e.g. avoiding upgrading some library to prevent uninstalling another -program). - -In many situations (e.g. a CI system building in a clean environment, a -project-local opam root, or a duniverse build) this is not necessary, and we -can get a solution much faster by using a different algorithm. \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..ce3d64f --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Replaced with ocaml-opam-0install-cudf diff --git a/ocaml-opam-0install.spec b/ocaml-opam-0install.spec deleted file mode 100644 index 0c7c9b9..0000000 --- a/ocaml-opam-0install.spec +++ /dev/null @@ -1,76 +0,0 @@ -# NOTE: We do not currently build the opam-0install part. Doing so would -# introduce a circular dependency on opam, plus nothing in Fedora needs it. - -%ifnarch %{ocaml_native_compiler} -%global debug_package %{nil} -%endif - -%global giturl https://github.com/ocaml-opam/opam-0install-solver - -Name: ocaml-opam-0install -Version: 0.4.3 -Release: %autorelease -Summary: Solver for opam packages using 0install's solver engine - -License: ISC -URL: https://ocaml-opam.github.io/opam-0install-solver/ -VCS: git:%{giturl}.git -Source: %{giturl}/releases/download/v%{version}/opam-0install-cudf-%{version}.tbz - -# OCaml packages not built on i686 since OCaml 5 / Fedora 39. -ExcludeArch: %{ix86} - -BuildRequires: ocaml >= 4.08.0 -BuildRequires: ocaml-0install-solver-devel -BuildRequires: ocaml-cudf-devel -BuildRequires: ocaml-dune >= 2.7 - -%global _desc %{expand: -Opam's default solver is designed to maintain a set of packages over -time, minimizing disruption when installing new programs and finding a -compromise solution across all packages (e.g. avoiding upgrading some -library to prevent uninstalling another program). - -In many situations (e.g. a CI system building in a clean environment, a -project-local opam root, or a duniverse build) this is not necessary, -and we can get a solution much faster by using a different algorithm.} - -%description %_desc - -%package cudf -Summary: Solver for opam packages using the CUDF interface - -%description cudf %_desc - -This package uses 0install's solver algorithm with opam packages using -the CUDF interface. - -%package cudf-devel -Summary: Development files for %{name}-cudf -Requires: %{name}-cudf%{?_isa} = %{version}-%{release} - -%description cudf-devel -The %{name}-cudf-devel package contains libraries and -signature files for developing applications that use -%{name}-cudf. - -%prep -%autosetup -n opam-0install-cudf-%{version} - -%build -%dune_build -p opam-0install-cudf - -%install -%dune_install opam-0install-cudf - -%check -%dune_check -p opam-0install-cudf - -%files cudf -f .ofiles -%doc CHANGES.md README.md -%license LICENSE.md - -%files cudf-devel -f .ofiles-devel - -%changelog -%autochangelog diff --git a/sources b/sources deleted file mode 100644 index 1b55a12..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (opam-0install-cudf-0.4.3.tbz) = f29cd54e31229050b5404e66a915ec4087d0a06de573c6449a459f8a5f831256f5f8584ba4b8c81a21de4b897afad726c795b6483eb7927c754dfd7ed62ab564
arch-excludes@lists.fedoraproject.org