diff options
-rw-r--r-- | frr.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -216,7 +216,7 @@ fi #/var/tmp and /var/run need to be relabeled as well if FRR is running before upgrade if [ $1 == 2 ]; then %{_sbindir}/restorecon -R /var/tmp/frr &> /dev/null - %{_sbindir}/restorecon -R /var/run/frr &> /dev/null + %{_sbindir}/restorecon -R /run/frr &> /dev/null fi %postun selinux |