Add missing runtime dependency for nmstatectl.
Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
parent
61a0975d52
commit
8e889ee4cd
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: nmstate
|
Name: nmstate
|
||||||
Version: 0.0.3
|
Version: 0.0.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Declarative network manager API
|
Summary: Declarative network manager API
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/%{srcname}/%{srcname}
|
URL: https://github.com/%{srcname}/%{srcname}
|
||||||
@ -16,6 +16,7 @@ BuildArch: noarch
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: gnupg2
|
BuildRequires: gnupg2
|
||||||
|
Requires: python3-setuptools
|
||||||
Requires: python3-%{libname} = %{?epoch:%{epoch}:}%{version}-%{release}
|
Requires: python3-%{libname} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -58,6 +59,9 @@ gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|||||||
%{python3_sitelib}/%{srcname}-*.egg-info/
|
%{python3_sitelib}/%{srcname}-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jan 02 2019 Gris Ge <fge@redhat.com> - 0.0.3-2
|
||||||
- Add source file PGP verification.
|
- Add source file PGP verification.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user