Fix epoch in dependency
This commit is contained in:
parent
ace327848a
commit
e1e2e0989b
@ -7,7 +7,7 @@ ExcludeArch: %{ix86}
|
|||||||
Name: ocaml-calendar
|
Name: ocaml-calendar
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.04
|
Version: 2.04
|
||||||
Release: 46%{?dist}
|
Release: 47%{?dist}
|
||||||
Summary: Objective Caml library for managing dates and times
|
Summary: Objective Caml library for managing dates and times
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ Objective Caml library for managing dates and times.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
||||||
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
@ -83,6 +83,9 @@ make install
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 31 2024 Richard W.M. Jones <rjones@redhat.com> - 2.04-47
|
||||||
|
- Revert back to ocaml-calendar 2.04 for RHEL 10
|
||||||
|
|
||||||
* Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 2.04-46
|
* Tue Jan 24 2023 Richard W.M. Jones <rjones@redhat.com> - 2.04-46
|
||||||
- Rebuild OCaml packages for F38
|
- Rebuild OCaml packages for F38
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user