Accepting request 639902 from home:pluskalm:branches:server:proxy

- Enable tests

OBS-URL: https://build.opensuse.org/request/show/639902
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=167
This commit is contained in:
Martin Pluskal 2018-10-04 08:40:01 +00:00 committed by Git OBS Bridge
parent 71b88f256b
commit 5f431c6df6
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,7 @@
Thu Oct 4 07:36:49 UTC 2018 - Martin Pluskal <mpluskal@suse.com> Thu Oct 4 07:36:49 UTC 2018 - Martin Pluskal <mpluskal@suse.com>
- Correct changelog - Correct changelog
- Enable tests
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 02 10:16:22 UTC 2018 - sean@suspend.net Tue Oct 02 10:16:22 UTC 2018 - sean@suspend.net

View File

@ -186,6 +186,10 @@ mkdir -p %{buildroot}%{_datadir}/snmp/mibs
mv %{buildroot}%{_datadir}/squid/mib.txt \ mv %{buildroot}%{_datadir}/squid/mib.txt \
%{buildroot}%{_datadir}/snmp/mibs/SQUID-MIB.txt %{buildroot}%{_datadir}/snmp/mibs/SQUID-MIB.txt
%check
# Fails in chroot environment
make %{?_smp_mflags} check
%pre %pre
# we need this group for /usr/sbin/pinger # we need this group for /usr/sbin/pinger
if [[ -z $(%{_bindir}/getent group %{name} 2>/dev/null) ]]; then if [[ -z $(%{_bindir}/getent group %{name} 2>/dev/null) ]]; then
@ -240,7 +244,6 @@ fi
%service_del_postun squid.service %service_del_postun squid.service
%files %files
%defattr(-,root,root)
%license COPYING %license COPYING
%doc ChangeLog CONTRIBUTORS CREDITS %doc ChangeLog CONTRIBUTORS CREDITS
%doc QUICKSTART README RELEASENOTES.html SPONSORS* %doc QUICKSTART README RELEASENOTES.html SPONSORS*