From 43aa1f7ff1a2f1088a0f93c2c7ff554acec14010 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 (cherry picked from commit 0521e06ff13fa614f7da869aac0058b7dd31190a) --- 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 75e62a207d..ec7bf9382c 100644 --- a/contrib/fedora/rpm/NetworkManager.spec +++ b/contrib/fedora/rpm/NetworkManager.spec @@ -701,7 +701,7 @@ intltoolize --automake --copy --force make %{?_smp_mflags} -%endif # end autotools +%endif %install %if %{with meson} @@ -759,7 +759,7 @@ make -k %{?_smp_mflags} check %else make -k %{?_smp_mflags} check || : %endif -%endif # end autotools +%endif %pre