Add missing runtime dependency for nmstatectl.

Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
Gris Ge 2019-01-21 23:35:38 +08:00
parent 61a0975d52
commit 8e889ee4cd

View File

@ -5,7 +5,7 @@
Name: nmstate
Version: 0.0.3
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Declarative network manager API
License: GPLv2+
URL: https://github.com/%{srcname}/%{srcname}
@ -16,6 +16,7 @@ BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: gnupg2
Requires: python3-setuptools
Requires: python3-%{libname} = %{?epoch:%{epoch}:}%{version}-%{release}
%description
@ -58,6 +59,9 @@ gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
%{python3_sitelib}/%{srcname}-*.egg-info/
%changelog
* Mon Jan 21 2019 Gris Ge <fge@redhat.com> - 0.0.3-3
- Add missing runtime dependency for nmstatectl.
* Wed Jan 02 2019 Gris Ge <fge@redhat.com> - 0.0.3-2
- Add source file PGP verification.