mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 01:47:58 +02:00
contrib/rpm: Run make check
This commit is contained in:
parent
7ad8b8a358
commit
9db55be9a1
1 changed files with 7 additions and 0 deletions
|
|
@ -166,6 +166,9 @@ BuildRequires: ModemManager-glib-devel >= 1.0
|
|||
%if 0%{?with_nmtui}
|
||||
BuildRequires: newt-devel
|
||||
%endif
|
||||
BuildRequires: /usr/bin/dbus-launch
|
||||
BuildRequires: pygobject3-base
|
||||
BuildRequires: dbus-python
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -468,6 +471,10 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/conf.d
|
|||
%{__rm} -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
|
||||
%post
|
||||
%systemd_post NetworkManager.service NetworkManager-wait-online.service NetworkManager-dispatcher.service
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue