- 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:
Adam Majer 2018-11-09 13:15:01 +00:00 committed by Git OBS Bridge
parent 172a09005a
commit a2705b2937
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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