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
|
||||
Version: 0.0.7
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Declarative network manager API
|
||||
License: GPLv2+
|
||||
URL: https://github.com/%{srcname}/%{srcname}
|
||||
@ -47,6 +47,7 @@ This package contains the Python 3 library for nmstate.
|
||||
%prep
|
||||
gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
%setup -q
|
||||
sed -i -e '/^dbus-python$/d' requirements.txt
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -66,6 +67,10 @@ gpgv2 --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
%{python3_sitelib}/%{srcname}-*.egg-info/
|
||||
|
||||
%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
|
||||
- Upgrade to 0.0.7
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user