From 32486dd46bcb18b0c36c6d30d600f91cd5e268ee Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 21:02:37 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/squid.git#04e0b1693c17e805efd9bf2255d3f60ef78c3a05 --- squid.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/squid.spec b/squid.spec index af5875f..140ad3f 100644 --- a/squid.spec +++ b/squid.spec @@ -2,7 +2,7 @@ Name: squid Version: 4.13 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Squid proxy caching server Epoch: 7 # See CREDITS for breakdown of non GPLv2+ code @@ -44,6 +44,7 @@ Requires(post): systemd Requires(preun): systemd Requires(postun): systemd # squid_ldap_auth and other LDAP helpers require OpenLDAP +BuildRequires: make BuildRequires: openldap-devel # squid_pam_auth requires PAM development libs BuildRequires: pam-devel @@ -299,6 +300,9 @@ fi %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 7:4.13-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Oct 17 2020 Jeff Law - 7:4.13-2 - Fix missing #includes for gcc-11