Sync with upstream to package examples
This commit is contained in:
parent
92c0a4c4f7
commit
7ed2f1accc
1 changed files with 6 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Name: nmstate
|
||||
Version: 0.0.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Declarative network manager API
|
||||
License: GPLv2+
|
||||
URL: https://github.com/%{srcname}/%{srcname}
|
||||
|
|
@ -47,6 +47,7 @@ gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|||
|
||||
%files
|
||||
%doc README.md
|
||||
%doc examples/
|
||||
%{python2_sitelib}/nmstatectl
|
||||
%{_bindir}/nmstatectl
|
||||
|
||||
|
|
@ -56,6 +57,10 @@ gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|||
%{python2_sitelib}/%{srcname}-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Tue Jan 29 2019 Till Maas <opensource@till.name> - 0.0.4-2
|
||||
- Sync with upstream spec
|
||||
- Package examples
|
||||
|
||||
* Thu Jan 24 2019 Gris Ge <fge@redhat.com> - 0.0.4-1
|
||||
- Upgrade to 0.0.4.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue