From 394c4da0c3c927d51f6a0307f24f55c4777d7ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Wed, 8 Jul 2015 18:03:57 +0200 Subject: [PATCH] spec: update path to trusted CA store to /etc/pki/tls/cert.pem (rh #1236548) The code change dealing with it will be pushed to dist-git later with 1.0.4 release (or new snapshot). (cherry picked from commit 59e92f03e828bfc31ebe2d0a0f666da40ab267f5) --- NetworkManager.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NetworkManager.spec b/NetworkManager.spec index 20bdb1f..202dccf 100644 --- a/NetworkManager.spec +++ b/NetworkManager.spec @@ -424,7 +424,7 @@ intltoolize --force --with-suspend-resume=systemd \ --with-systemdsystemunitdir=%{systemd_dir} \ --with-udev-dir=%{udev_dir} \ - --with-system-ca-path=/etc/pki/tls/certs \ + --with-system-ca-path=/etc/pki/tls/cert.pem \ --with-tests=yes \ --with-valgrind=no \ --enable-ifcfg-rh=yes \