From eb41cdba6fafff49545515d6f887d10fbfd6afb6 Mon Sep 17 00:00:00 2001 From: Chris Leech Date: Fri, 13 Dec 2024 09:40:33 -0800 Subject: [PATCH] Add explicit requires with version on subpackage isns-utils-lib Resolves: RHEL-70744 Signed-off-by: Chris Leech --- isns-utils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/isns-utils.spec b/isns-utils.spec index 45898f7..c48b41d 100644 --- a/isns-utils.spec +++ b/isns-utils.spec @@ -1,6 +1,6 @@ Name: isns-utils Version: 0.101 -Release: 11%{?dist} +Release: 12%{?dist} Summary: The iSNS daemon and utility programs License: LGPL-2.1-or-later @@ -14,6 +14,7 @@ BuildRequires: make Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units +Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description The iSNS package contains the daemon and tools to setup a iSNS server, @@ -103,6 +104,10 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/isnsd.service %changelog +* Fri Dec 13 2024 Chris Leech - 0.101-12 +- Add explicit requires with version on subpackage isns-utils-lib + Resolves: RHEL-70744 + * Tue Oct 29 2024 Troy Dawson - 0.101-11 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018