diff --git a/squid.changes b/squid.changes index fe78add..0c8509a 100644 --- a/squid.changes +++ b/squid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 9 13:13:37 UTC 2018 - adam.majer@suse.de + +- Fix permissions of installed file to tmpfilesdir + ------------------------------------------------------------------- Mon Oct 29 10:26:08 UTC 2018 - adam.majer@suse.de diff --git a/squid.spec b/squid.spec index 65a6207..566e67a 100644 --- a/squid.spec +++ b/squid.spec @@ -184,7 +184,7 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name} # needed for smp support (bsc#1112695, bsc#1112066) mkdir -p %{buildroot}%{_tmpfilesdir} -install -D -m 755 %{SOURCE17} %{buildroot}%{_tmpfilesdir}/squid.conf +install -D -m 644 %{SOURCE17} %{buildroot}%{_tmpfilesdir}/squid.conf # Move the MIB definition to the proper place (and name) mkdir -p %{buildroot}%{_datadir}/snmp/mibs