From 29295dc6f4375ca2508a3271e231c39e55c84f5a Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Wed, 23 Apr 2025 20:17:27 +0800 Subject: [PATCH] Add version limit for ocaml-srpm-macros --- ocaml.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ocaml.spec b/ocaml.spec index 71ab8d5..5645ce7 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -4,7 +4,7 @@ Name: ocaml Version: 5.3.0 -Release: 1 +Release: 2 Summary: OCaml compiler and programming environment License: LGPL-2.1-only URL: https://www.ocaml.org @@ -22,7 +22,7 @@ BuildRequires: gcc binutils-devel ncurses-devel gdbm-devel gawk perl-interpret BuildRequires: util-linux chrpath autoconf annobin make Requires: gcc util-linux %{_vendor}-rpm-config -Requires: ocaml-srpm-macros +Requires: %{name}-srpm-macros = %{version}-%{release} Provides: bundled(md5-plumb) ocaml(runtime) = %{version} Provides: ocaml(compiler) = %{version} @@ -290,6 +290,9 @@ install -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_rpmconfigdir}/%{_vendor} %{_mandir}/man3/* %changelog +* Wed Apr 23 2025 wangkai <13474090681@163.com> - 5.3.0-2 +- Add version limit for ocaml-srpm-macros + * Fri Apr 18 2025 yaoxin <1024769339@qq.com> - 5.3.0-1 - Update to 5.3.0: * Syntax for deep effect handlers -- Gitee