mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-27 09:20:32 +01:00
contrib/rpm: avoid warning in specfile about tokens after %endif
warning: extra tokens at the end of %endif directive in line 717: %endif # end autotools warning: extra tokens at the end of %endif directive in line 775: %endif # end autotools (cherry picked from commit0521e06ff1) (cherry picked from commit43aa1f7ff1)
This commit is contained in:
parent
a4f735029a
commit
d7cf55849c
1 changed files with 2 additions and 2 deletions
|
|
@ -756,7 +756,7 @@ intltoolize --automake --copy --force
|
|||
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%endif # end autotools
|
||||
%endif
|
||||
|
||||
%install
|
||||
%if %{with meson}
|
||||
|
|
@ -812,7 +812,7 @@ make -k %{?_smp_mflags} check
|
|||
%else
|
||||
make -k %{?_smp_mflags} check || :
|
||||
%endif
|
||||
%endif # end autotools
|
||||
%endif
|
||||
|
||||
|
||||
%pre
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue