From 0cbef232c9515ba0f58e63d6a1599ea1403d4f03 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 14 May 2019 10:16:21 +0200 Subject: [PATCH] contrib/rpm: set runstatedir to "/run" instead of "/var/run" Do so on all RHEL/Fedora releases. They all use systemd, and it's the right choice for all of them. --- contrib/fedora/rpm/NetworkManager.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec index 39252c1010..c3551fd710 100644 --- a/contrib/fedora/rpm/NetworkManager.spec +++ b/contrib/fedora/rpm/NetworkManager.spec @@ -599,6 +599,7 @@ gtkdocize autoreconf --install --force intltoolize --automake --copy --force %configure \ + --with-runstatedir=/run \ --disable-silent-rules \ --disable-static \ --with-dhclient=yes \