[ovs-dev] [PATCH] rhel: install firewalld ovn files with chmod 644 instead of 755

Miguel Angel Ajo Pelayo majopela at redhat.com
Tue May 30 07:15:51 UTC 2017


Acked-By: Miguel Angel Ajo <majopela at redhat.com>



On Mon, May 29, 2017 at 5:37 PM, Timothy Redaelli <tredaelli at redhat.com>
wrote:

> Signed-off-by: Timothy Redaelli <tredaelli at redhat.com>
> ---
>  rhel/openvswitch-fedora.spec.in | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.
> spec.in
> index 3200040..9fc5f27 100644
> --- a/rhel/openvswitch-fedora.spec.in
> +++ b/rhel/openvswitch-fedora.spec.in
> @@ -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
> --
> 2.9.4
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>


More information about the dev mailing list