From bc10fac0532f70d6d21d338bbba0f89e66048513 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 8 Apr 2024 15:06:57 +0100 Subject: [PATCH] Revert "Require ocaml-rpm-macros only in Fedora or RHEL >= 10" Revert this commit as we would also have to change %ocaml_files and lots of other places. Instead I decided to push the Fedora 38 version into RHEL 9. This reverts commit edc13e85f2936a01d686e16a75d2d6630161c0f2. --- ocaml-augeas.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ocaml-augeas.spec b/ocaml-augeas.spec index fb66202..c90218c 100644 --- a/ocaml-augeas.spec +++ b/ocaml-augeas.spec @@ -3,7 +3,7 @@ ExcludeArch: %{ix86} Name: ocaml-augeas Version: 0.6 -Release: 32%{?dist} +Release: 33%{?dist} Summary: OCaml bindings for Augeas configuration API License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception @@ -19,9 +19,7 @@ BuildRequires: make BuildRequires: ocaml >= 3.09.0 BuildRequires: ocaml-findlib BuildRequires: ocaml-ocamldoc -%if 0%{?fedora} || 0%{?rhel} >= 10 BuildRequires: ocaml-rpm-macros -%endif BuildRequires: augeas-devel >= 0.1.0 @@ -87,8 +85,8 @@ ocamlfind install augeas META *.mli *.cma *.a augeas.cmi *.so %changelog -* Mon Apr 08 2024 Richard W.M. Jones -- Require ocaml-rpm-macros only in Fedora or RHEL >= 10 +* Mon Apr 08 2024 Richard W.M. Jones - 0.6-33 +- No change, just bump release. * Thu Jan 25 2024 Fedora Release Engineering - 0.6-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild