- Fix permissions of installed file to tmpfilesdir
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=173
This commit is contained in:
parent
172a09005a
commit
a2705b2937
@ -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
|
Mon Oct 29 10:26:08 UTC 2018 - adam.majer@suse.de
|
||||||
|
|
||||||
|
@ -184,7 +184,7 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
|
|||||||
|
|
||||||
# needed for smp support (bsc#1112695, bsc#1112066)
|
# needed for smp support (bsc#1112695, bsc#1112066)
|
||||||
mkdir -p %{buildroot}%{_tmpfilesdir}
|
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)
|
# Move the MIB definition to the proper place (and name)
|
||||||
mkdir -p %{buildroot}%{_datadir}/snmp/mibs
|
mkdir -p %{buildroot}%{_datadir}/snmp/mibs
|
||||||
|
Loading…
Reference in New Issue
Block a user