Fix the python3-nispor requirement

Signed-off-by: Gris Ge <cnfourt@gmail.com>
This commit is contained in:
Gris Ge 2020-09-07 15:50:44 +08:00
parent 8bc856bcbb
commit 381ad62c50

View File

@ -3,7 +3,7 @@
Name: nispor Name: nispor
Version: 0.5.0 Version: 0.5.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Unified interface for Linux network state querying Summary: Unified interface for Linux network state querying
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/nispor/nispor URL: https://github.com/nispor/nispor
@ -49,7 +49,7 @@ which use "%{name}" crate with default feature.
%package -n python3-%{name} %package -n python3-%{name}
Summary: %{summary} Summary: %{summary}
Requires: nispor%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} Requires: nispor = %{?epoch:%{epoch}:}%{version}-%{release}
BuildArch: noarch BuildArch: noarch
%description -n python3-%{name} %description -n python3-%{name}
@ -145,6 +145,9 @@ popd
%systemd_postun_with_restart nispor.service %systemd_postun_with_restart nispor.service
%changelog %changelog
* Mon Sep 07 2020 Gris Ge <fge@redhat.com> - 0.5.0-2
- Fix the python3-nispor requirement
* Mon Sep 07 2020 Gris Ge <fge@redhat.com> - 0.5.0-1 * Mon Sep 07 2020 Gris Ge <fge@redhat.com> - 0.5.0-1
- Upgrade to 0.5.0 - Upgrade to 0.5.0