Skip to content

Commit

Permalink
rhel: install firewalld ovn files with chmod 644 instead of 755
Browse files Browse the repository at this point in the history
Fixes: 55f36be ("rhel: Firewall service files for OVN.")
Signed-off-by: Timothy Redaelli <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Miguel Angel Ajo <[email protected]>
  • Loading branch information
drizzt authored and blp committed May 31, 2017
1 parent 0896b23 commit 4a54614
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rhel/openvswitch-fedora.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@ install -p -m 644 -D selinux/openvswitch-custom.pp \
$RPM_BUILD_ROOT%{_datadir}/selinux/packages/%{name}/openvswitch-custom.pp

install -d $RPM_BUILD_ROOT%{_prefix}/lib/firewalld/services/
install rhel/usr_lib_firewalld_services_ovn-central-firewall-service.xml \
install -p -m 0644 rhel/usr_lib_firewalld_services_ovn-central-firewall-service.xml \
$RPM_BUILD_ROOT%{_prefix}/lib/firewalld/services/ovn-central-firewall-service.xml
install rhel/usr_lib_firewalld_services_ovn-host-firewall-service.xml \
install -p -m 0644 rhel/usr_lib_firewalld_services_ovn-host-firewall-service.xml \
$RPM_BUILD_ROOT%{_prefix}/lib/firewalld/services/ovn-host-firewall-service.xml

# remove unpackaged files
Expand Down

0 comments on commit 4a54614

Please sign in to comment.