diff --git a/squid.spec b/squid.spec index ed3c519..bda6418 100644 --- a/squid.spec +++ b/squid.spec @@ -5,7 +5,7 @@ %define userid 65010 Name: squid -Version: 4.17 +Version: 5.2 Release: 1mamba Summary: The Squid proxy caching server Group: System/Servers @@ -74,6 +74,9 @@ find . -name \*.pl | xargs \ sed -i "s|-Werror||" configure +# Build quick fix +mkdir tools/tests tools/squidclient/tests + %build %configure \ --bindir=%{_sbindir} \ @@ -251,6 +254,9 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; #%doc QUICKSTART README RELEASENOTES.html SPONSORS %changelog +* Sat Dec 04 2021 Automatic Build System 5.2-1mamba +- automatic version update by autodist + * Tue Oct 05 2021 Automatic Build System 4.17-1mamba - automatic version update by autodist