From c210ad9d269fb285e09ef155622dc16f4baa2b4c Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 11 Apr 2019 11:39:35 +0200 Subject: [PATCH] Revert "contrib/rpm: drop --with-libnm-glib from build_clean" Since we restored libnm-glib in commit b027723e00679f2b709880407a6ff24583faeae3, also revert this commit. This reverts commit 0750ff1f814f3034d5245d0215874c787fc30db5. --- contrib/fedora/rpm/build_clean.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/fedora/rpm/build_clean.sh b/contrib/fedora/rpm/build_clean.sh index 4efb3088c..c486be512 100755 --- a/contrib/fedora/rpm/build_clean.sh +++ b/contrib/fedora/rpm/build_clean.sh @@ -148,6 +148,7 @@ if [[ $NO_DIST != 1 ]]; then --disable-dependency-tracking \ --enable-gtk-doc \ --enable-introspection \ + --with-libnm-glib \ --enable-ifcfg-rh \ --enable-ifupdown \ --enable-config-plugin-ibft \