summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-11-23 17:01:40 +0100
committerThomas Haller <thaller@redhat.com>2019-11-23 17:01:41 +0100
commit0521e06ff13fa614f7da869aac0058b7dd31190a (patch)
tree8925be266015fe091fc23e17b28ccb9dc5d4e658
parentd3c7083f976f0e769d7f0b55c3024084e46667b1 (diff)
downloadNetworkManager-0521e06ff13fa614f7da869aac0058b7dd31190a.tar.gz
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
-rw-r--r--contrib/fedora/rpm/NetworkManager.spec4
1 files 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