Related: #1445255 - Squid SMP Mode Fails
This commit is contained in:
parent
b6822fb5c7
commit
93a034e68b
@ -2,7 +2,7 @@
|
||||
|
||||
Name: squid
|
||||
Version: 4.0.19
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: The Squid proxy caching server
|
||||
Epoch: 7
|
||||
# See CREDITS for breakdown of non GPLv2+ code
|
||||
@ -262,6 +262,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/*
|
||||
%{_libdir}/squid/*
|
||||
%{_datadir}/snmp/mibs/SQUID-MIB.txt
|
||||
%{_tmpfilesdir}/squid.conf
|
||||
|
||||
%pre
|
||||
if ! getent group squid >/dev/null 2>&1; then
|
||||
@ -300,6 +301,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 25 2017 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.19-4
|
||||
- Related: #1445255 - Squid SMP Mode Fails
|
||||
|
||||
* Tue Apr 25 2017 Luboš Uhliarik <luhliari@redhat.com> - 7:4.0.19-3
|
||||
- Resolves: #1445255 - Squid SMP Mode Fails
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user