From 70b8c177639a980c0ef12f2f826cdcc3b5a9c8a2 Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Fri, 20 Nov 2015 14:56:40 -0600 Subject: [PATCH] tweak to freeswitch.spec for building RPMs on centos7 --- freeswitch.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/freeswitch.spec b/freeswitch.spec index 18cc75660a..42f15063e6 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -2360,9 +2360,9 @@ fi %files python %{MODINSTDIR}/mod_python*.so* -%attr(0644, root, bin) /usr/lib/python*/site-packages/freeswitch.py* -%attr(0755, root, bin) /usr/lib/python*/site-packages/_ESL.so* -%attr(0755, root, bin) /usr/lib/python*/site-packages/ESL.py* +%attr(0644, root, bin) /usr/lib*/python*/site-packages/freeswitch.py* +%attr(0755, root, bin) /usr/lib*/python*/site-packages/_ESL.so* +%attr(0755, root, bin) /usr/lib*/python*/site-packages/ESL.py* %dir %attr(0750, freeswitch, daemon) %{sysconfdir}/autoload_configs %config(noreplace) %attr(0640, freeswitch, daemon) %{sysconfdir}/autoload_configs/python.conf.xml