added debug package [release 1.31-2mamba;Thu Feb 13 2020]
This commit is contained in:
parent
fd457843fe
commit
e9fc1e9cac
23
ipvsadm.spec
23
ipvsadm.spec
@ -1,6 +1,6 @@
|
|||||||
Name: ipvsadm
|
Name: ipvsadm
|
||||||
Version: 1.29
|
Version: 1.31
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: User space tools for IPVS (IP Virtual Server)
|
Summary: User space tools for IPVS (IP Virtual Server)
|
||||||
Group: Applications/Networking
|
Group: Applications/Networking
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,20 +11,29 @@ Source: https://www.kernel.org/pub/linux/utils/kernel/ipvsadm/ipvsadm-%{v
|
|||||||
Source1: ipvsadm-initscript
|
Source1: ipvsadm-initscript
|
||||||
Source2: ipvsadm-sysconfig
|
Source2: ipvsadm-sysconfig
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRequires: kernelsource
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
|
BuildRequires: libnl-devel
|
||||||
|
BuildRequires: libpopt-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: kernelheaders
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%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.
|
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.
|
This package contains the user space tools for IPVS.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make MANDIR=%{_mandir} INCLUDE="-I/usr/src/linux-`uname -r`/include -I.. -I."
|
make MANDIR=%{_mandir}
|
||||||
|
#INCLUDE="-I/usr/src/linux-`uname -r`/include -I.. -I."
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install BUILD_ROOT=%{buildroot} MANDIR=%{_mandir}
|
make install BUILD_ROOT=%{buildroot} MANDIR=%{_mandir}
|
||||||
@ -63,6 +72,12 @@ if [ $1 -eq 1 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 13 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.31-2mamba
|
||||||
|
- added debug package
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Automatic Build System <autodist@mambasoft.it> 1.31-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Jan 14 2017 Automatic Build System <autodist@mambasoft.it> 1.29-1mamba
|
* Sat Jan 14 2017 Automatic Build System <autodist@mambasoft.it> 1.29-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user