Fix the python3-nispor requirement
Signed-off-by: Gris Ge <cnfourt@gmail.com>
This commit is contained in:
parent
8bc856bcbb
commit
381ad62c50
@ -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 <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
|
||||
- Upgrade to 0.5.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user