summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-05-14 10:16:21 +0200
committerThomas Haller <thaller@redhat.com>2019-05-17 21:33:36 +0200
commit0cbef232c9515ba0f58e63d6a1599ea1403d4f03 (patch)
treec23ff7c922d4e93c835659b101b2dd1ce6981899
parent921b7eb71699d39e0181d44a96500173397da957 (diff)
downloadNetworkManager-0cbef232c9515ba0f58e63d6a1599ea1403d4f03.tar.gz
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.
-rw-r--r--contrib/fedora/rpm/NetworkManager.spec1
1 files changed, 1 insertions, 0 deletions
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 \