Resolves: #1336993 - Mistyped command in dirname
/etc/NetworkManager/dispatcher.d/20-squid
This commit is contained in:
parent
3e0030359d
commit
834755956f
2
squid.nm
2
squid.nm
@ -2,6 +2,6 @@
|
||||
|
||||
case "$2" in
|
||||
up|down|vpn-up|vpn-down)
|
||||
/bin/systemctli -q reload squid.service || :
|
||||
/bin/systemctl -q reload squid.service || :
|
||||
;;
|
||||
esac
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Name: squid
|
||||
Version: 3.5.19
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Squid proxy caching server
|
||||
Epoch: 7
|
||||
# See CREDITS for breakdown of non GPLv2+ code
|
||||
@ -286,6 +286,10 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 18 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.19-2
|
||||
- Resolves: #1336993 - Mistyped command in dirname
|
||||
/etc/NetworkManager/dispatcher.d/20-squid
|
||||
|
||||
* Tue May 10 2016 Luboš Uhliarik <luhliari@redhat.com> - 7:3.5.19-1
|
||||
- new version 3.5.19
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user