Add missing runtime dependency for nmstatectl.
Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
parent
cabe21038a
commit
ddf8bb7700
1 changed files with 5 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Name: nmstate
|
||||
Version: 0.0.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Declarative network manager API
|
||||
License: GPLv2+
|
||||
URL: https://github.com/%{srcname}/%{srcname}
|
||||
|
|
@ -13,6 +13,7 @@ Source2: gpgkey-F7910D93CA83D77348595C0E899014C0463C12BB.gpg
|
|||
BuildArch: noarch
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-setuptools
|
||||
Requires: python2-setuptools
|
||||
BuildRequires: gnupg2
|
||||
Requires: python2-%{libname} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
|
|
@ -55,6 +56,9 @@ gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|||
%{python2_sitelib}/%{srcname}-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Mon Jan 21 2019 Gris Ge <fge@redhat.com> - 0.0.3-2
|
||||
- Add missing runtime dependency for nmstatectl.
|
||||
|
||||
* Thu Jan 03 2019 Gris Ge <fge@redhat.com> - 0.0.3-1
|
||||
- Initial release.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue