automatic rebuild by autodist [release 1.31-3mamba;Wed Dec 17 2025]

This commit is contained in:
2025-12-18 11:38:55 +01:00
parent e9fc1e9cac
commit 1ce83455b6
2 changed files with 5 additions and 4 deletions

View File

@@ -3,3 +3,4 @@
IPVS (IP Virtual Server) implements transport-layer load balancing inside the Linux kernel, so called Layer-4 switching. IPVS running on a host acts as a load balancer before a cluster of real servers, it can direct requests for TCP/UDP based services to the real servers, and makes services of the real servers to appear as a virtual service on a single IP address.
This package contains the user space tools for IPVS.

View File

@@ -1,6 +1,6 @@
Name: ipvsadm
Version: 1.31
Release: 2mamba
Release: 3mamba
Summary: User space tools for IPVS (IP Virtual Server)
Group: Applications/Networking
Vendor: openmamba
@@ -13,18 +13,15 @@ Source2: ipvsadm-sysconfig
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libnl-devel
BuildRequires: libpopt-devel
## AUTOBUILDREQ-END
BuildRequires: kernelheaders
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
IPVS (IP Virtual Server) implements transport-layer load balancing inside the Linux kernel, so called Layer-4 switching. IPVS running on a host acts as a load balancer before a cluster of real servers, it can direct requests for TCP/UDP based services to the real servers, and makes services of the real servers to appear as a virtual service on a single IP address.
This package contains the user space tools for IPVS.
%debug_package
%prep
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@@ -72,6 +69,9 @@ if [ $1 -eq 1 ]; then
fi
%changelog
* Wed Dec 17 2025 Automatic Build System <autodist@openmamba.org> 1.31-3mamba
- automatic rebuild by autodist
* Thu Feb 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.31-2mamba
- added debug package