Accepting request 653729 from server:proxy

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/653729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/squid?expand=0&rev=66
This commit is contained in:
Dominique Leuenberger 2018-12-04 19:57:39 +00:00 committed by Git OBS Bridge
commit 2386973e81
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