Update to 0.1.1 and sync spec file
This commit is contained in:
parent
e5b538a4a7
commit
d263beb139
2
.gitignore
vendored
2
.gitignore
vendored
@ -12,3 +12,5 @@
|
||||
/nmstate-0.0.7.tar.gz.asc
|
||||
/nmstate-0.0.8.tar.gz.asc
|
||||
/nmstate-0.0.8.tar.gz
|
||||
/nmstate-0.1.1.tar.gz
|
||||
/nmstate-0.1.1.tar.gz.asc
|
||||
|
19
nmstate.spec
19
nmstate.spec
@ -3,8 +3,8 @@
|
||||
%define libname libnmstate
|
||||
|
||||
Name: nmstate
|
||||
Version: 0.0.8
|
||||
Release: 3%{?dist}
|
||||
Version: 0.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Declarative network manager API
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/%{srcname}/%{srcname}
|
||||
@ -19,7 +19,7 @@ Requires: python3-setuptools
|
||||
Requires: python3-%{libname} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
%description
|
||||
NMState is a library with an accompanying command line tool that manages host
|
||||
Nmstate is a library with an accompanying command line tool that manages host
|
||||
networking settings in a declarative manner and aimed to satisfy enterprise
|
||||
needs to manage host networking through a northbound declarative API and multi
|
||||
provider support on the southbound.
|
||||
@ -27,17 +27,19 @@ provider support on the southbound.
|
||||
|
||||
%package -n python3-%{libname}
|
||||
Summary: nmstate Python 3 API library
|
||||
Requires: NetworkManager-libnm
|
||||
Requires: python3-dbus
|
||||
Requires: NetworkManager-libnm >= 1:1.20
|
||||
# Use Recommends for NetworkManager because only access to NM DBus is required,
|
||||
# but NM could be running on a different host
|
||||
Recommends: NetworkManager
|
||||
# Avoid automatically generated profiles
|
||||
Recommends: NetworkManager-config-server
|
||||
# Use Suggests for NetworkManager-ovs since it is only required for OVS support
|
||||
Suggests: NetworkManager-ovs
|
||||
Requires: python3-dbus
|
||||
|
||||
|
||||
%description -n python3-%{libname}
|
||||
This package contains the Python 3 library for nmstate.
|
||||
This package contains the Python 3 library for Nmstate.
|
||||
|
||||
%prep
|
||||
gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
@ -53,6 +55,7 @@ sed -i -e '/^dbus-python$/d' requirements.txt
|
||||
%files
|
||||
%doc README.md
|
||||
%doc examples/
|
||||
%{_mandir}/man8/nmstatectl.8*
|
||||
%{python3_sitelib}/nmstatectl
|
||||
%{_bindir}/nmstatectl
|
||||
|
||||
@ -62,6 +65,10 @@ sed -i -e '/^dbus-python$/d' requirements.txt
|
||||
%{python3_sitelib}/%{srcname}-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Mon Dec 02 2019 Till Maas <opensource@till.name> - 0.1.1-1
|
||||
- Update to 0.1.1
|
||||
- Sync with upstream specfile
|
||||
|
||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.0.8-3
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
|
5
sources
5
sources
@ -1,3 +1,2 @@
|
||||
SHA512 (nmstate-0.0.8.tar.gz.asc) = abf122371b6b1a02a26e30ea7d95f8dea420a0244ef9a9c79547574e42e98c0d6d00faedfdcb62b4a965408b15499401b6d110409a3ef6cc7bdabe14c54c9eea
|
||||
SHA512 (nmstate-0.0.8.tar.gz) = b32619590a0d7ac3d2ec5ed6460cf42d2e94dd67179fe79f4ed9bdebae5652185b2b36216e40660054cfb430a21a78b3e3742a4773a010d5552d317d4ba9b1a7
|
||||
SHA512 (gpgkey-F7910D93CA83D77348595C0E899014C0463C12BB.gpg) = 0b416e3c465ff679f701cb1f4d264d8341f1c778ca1403a39b83df959cad5c4faf23f6cbb1772b2547cbbdb267cb9d1a34794cc1710950f0d847b5f5c67361bf
|
||||
SHA512 (nmstate-0.1.1.tar.gz) = 5ff609a8cc886c2528ed167db503785224bd9d5d590ab279af46ba7be4fd6dc1e0f41fe5b5809d04d91e0825ed93f83c0df8ae06eccacbb18a7f1e9691967cdb
|
||||
SHA512 (nmstate-0.1.1.tar.gz.asc) = c4044a2228304e7f02daec3d90dcdd8fa5239b1c956f1bf9ea68b111bb01d462f13c125285ffce462dc74f0e3eb4d931f84b999f7672828f61ffc40f60243bc9
|
||||
|
Loading…
Reference in New Issue
Block a user