From 0521e06ff13fa614f7da869aac0058b7dd31190a Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sat, 23 Nov 2019 17:01:40 +0100 Subject: [PATCH] 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 --- contrib/fedora/rpm/NetworkManager.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec index 9b7af5d353..531334aba6 100644 --- a/contrib/fedora/rpm/NetworkManager.spec +++ b/contrib/fedora/rpm/NetworkManager.spec @@ -714,7 +714,7 @@ intltoolize --automake --copy --force make %{?_smp_mflags} -%endif # end autotools +%endif %install %if %{with meson} @@ -772,7 +772,7 @@ make -k %{?_smp_mflags} check %else make -k %{?_smp_mflags} check || : %endif -%endif # end autotools +%endif %pre