From 381ad62c50ee15b7a799cecebf59253779aa778e Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Mon, 7 Sep 2020 15:50:44 +0800 Subject: [PATCH] Fix the python3-nispor requirement Signed-off-by: Gris Ge --- nispor.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nispor.spec b/nispor.spec index fdd6387..f7683fb 100644 --- a/nispor.spec +++ b/nispor.spec @@ -3,7 +3,7 @@ Name: nispor Version: 0.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Unified interface for Linux network state querying License: ASL 2.0 URL: https://github.com/nispor/nispor @@ -49,7 +49,7 @@ which use "%{name}" crate with default feature. %package -n python3-%{name} Summary: %{summary} -Requires: nispor%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} +Requires: nispor = %{?epoch:%{epoch}:}%{version}-%{release} BuildArch: noarch %description -n python3-%{name} @@ -145,6 +145,9 @@ popd %systemd_postun_with_restart nispor.service %changelog +* Mon Sep 07 2020 Gris Ge - 0.5.0-2 +- Fix the python3-nispor requirement + * Mon Sep 07 2020 Gris Ge - 0.5.0-1 - Upgrade to 0.5.0