provide user and group squid [release 6.10-2mamba;Sun Jun 23 2024]

This commit is contained in:
Silvan Calarco 2024-06-24 15:06:32 +02:00
parent acd632d248
commit 757fcccf08
2 changed files with 10 additions and 9 deletions

View File

@ -4,5 +4,3 @@ Squid is a high-performance proxy caching server for Web clients, supporting FTP
Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process.
Squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests.
Squid consists of a main server program squid, a Domain Name System lookup program (dnsserver), a program for retrieving FTP data (ftpget), and some management and client tools.

View File

@ -5,8 +5,8 @@
%define userid 65010
Name: squid
Version: 6.9
Release: 1mamba
Version: 6.10
Release: 2mamba
Summary: The Squid proxy caching server
Group: System/Servers
Vendor: openmamba
@ -22,13 +22,11 @@ Source5: %{name}-conf
Source6: %{name}.service
Patch: %{name}-3.0.STABLE15-default_config.patch
Patch1: %{name}-3.0.STABLE13-gcc44.patch
# patches from: http://www.squid-cache.org/Versions/v2/2.5/bugs/
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libcap-devel
BuildRequires: libe2fs-devel
BuildRequires: libexpat-devel
BuildRequires: libgcc
BuildRequires: libgnutls-devel
BuildRequires: libkrb5-devel
@ -43,7 +41,6 @@ BuildRequires: libsasl2-devel
BuildRequires: libstdc++6-devel
BuildRequires: libsystemd-devel
BuildRequires: libxcrypt-devel
BuildRequires: libxml2-devel
BuildRequires: perl-Crypt-OpenSSL-X509
BuildRequires: perl-DBI
BuildRequires: perl-URI
@ -54,14 +51,14 @@ BuildRequires: openjade
BuildRequires: linuxdoc-tools
Obsoletes: squid-respawn < 6.3-2mamba
%systemd_requires
Provides: user(squid)
Provides: group(squid)
%description
Squid is a high-performance proxy caching server for Web clients, supporting FTP, gopher, and HTTP data objects.
Unlike traditional caching software, Squid handles all requests in a single, non-blocking, I/O-driven process.
Squid keeps meta data and especially hot objects cached in RAM, caches DNS lookups, supports non-blocking DNS lookups, and implements negative caching of failed requests.
Squid consists of a main server program squid, a Domain Name System lookup program (dnsserver), a program for retrieving FTP data (ftpget), and some management and client tools.
%debug_package
%prep
@ -253,6 +250,12 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \;
#%doc QUICKSTART README RELEASENOTES.html SPONSORS
%changelog
* Sun Jun 23 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.10-2mamba
- provide user and group squid
* Mon Jun 10 2024 Automatic Build System <autodist@openmamba.org> 6.10-1mamba
- automatic version update by autodist
* Mon Apr 08 2024 Automatic Build System <autodist@openmamba.org> 6.9-1mamba
- automatic version update by autodist