Workaround broken dbus-python packaging:
https://bugzilla.redhat.com/show_bug.cgi?id=1654774 Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
parent
dc9353ecd6
commit
98f051856b
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Name: nmstate
|
Name: nmstate
|
||||||
Version: 0.0.7
|
Version: 0.0.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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}
|
||||||
@ -47,6 +47,7 @@ This package contains the Python 3 library for nmstate.
|
|||||||
%prep
|
%prep
|
||||||
gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||||
%setup -q
|
%setup -q
|
||||||
|
sed -i -e '/^dbus-python$/d' requirements.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -66,6 +67,10 @@ gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
|||||||
%{python3_sitelib}/%{srcname}-*.egg-info/
|
%{python3_sitelib}/%{srcname}-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 14 2019 Gris Ge <fge@redhat.com> - 0.0.7-2
|
||||||
|
- Workaround broken dbus-python packaging:
|
||||||
|
https://bugzilla.redhat.com/show_bug.cgi?id=1654774
|
||||||
|
|
||||||
* Fri Jun 14 2019 Gris Ge <fge@redhat.com> - 0.0.7-1
|
* Fri Jun 14 2019 Gris Ge <fge@redhat.com> - 0.0.7-1
|
||||||
- Upgrade to 0.0.7
|
- Upgrade to 0.0.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user