auto-import changelog data from ipvsadm-1.21-2.src.rpm
Tue Jul 16 2002 Philip Copeland <bryce@redhat.com> - Minor Makefile tweak so that we do a minimal hunt for to find the ip_vs.h file location Sun Dec 16 2001 Wensong Zhang <wensong@linuxvirtualserver.org> - Changed to install ipvsadm man pages according to the /usr/share/man
This commit is contained in:
parent
31c4df59d4
commit
43620954ff
@ -1 +1 @@
|
||||
ipvsadm-1.18.tar.gz
|
||||
ipvsadm-1.21.tar.gz
|
||||
|
88
ipvsadm.spec
88
ipvsadm.spec
@ -1,88 +0,0 @@
|
||||
Summary: Utility to administer the Linux Virtual Server
|
||||
Name: ipvsadm
|
||||
Version: 1.18
|
||||
Release: 8
|
||||
License: GNU General Public Licence
|
||||
URL: http://www.LinuxVirtualServer.org/
|
||||
Group: Applications/System
|
||||
Source0: http://www.LinuxVirtualServer.org/software/ipvsadm-%{version}.tar.gz
|
||||
Source1: ip_vs.h
|
||||
Patch0: ipvsadm-1.18-rh.patch
|
||||
BuildRoot: %{_tmppath}/%name-%{PACKAGE_VERSION}-root
|
||||
Conflicts: piranha <= 0.4.14
|
||||
|
||||
|
||||
%description
|
||||
ipvsadm is a utility to administer the IP virtual server services
|
||||
offered by the Linux kernel augmented with the virtual server patch.
|
||||
|
||||
%prep
|
||||
%setup -q -n ipvsadm
|
||||
%patch -p1 -b .rh
|
||||
|
||||
%build
|
||||
%{__cp} %{SOURCE1} ip_vs.h
|
||||
CFLAGS="${RPM_OPT_FLAGS}" make
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
mkdir -p ${RPM_BUILD_ROOT}/{sbin,%{_mandir}/man8,etc/rc.d/init.d}
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
%post
|
||||
/sbin/chkconfig --add ipvsadm
|
||||
|
||||
%preun
|
||||
/sbin/chkconfig --del ipvsadm
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README
|
||||
%config /etc/rc.d/init.d/ipvsadm
|
||||
/sbin/*
|
||||
%{_mandir}/*/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 3 2001 Than Ngo <than@redhat.com>
|
||||
- add patch for building without installing kernel-sources in build system
|
||||
|
||||
* Thu Dec 30 2000 Wensong Zhang <wensong@linuxvirtualserver.org>
|
||||
- update the %file section
|
||||
|
||||
* Thu Dec 17 2000 Wensong Zhang <wensong@linuxvirtualserver.org>
|
||||
- Added a if-condition to keep both new or old rpm utility building
|
||||
the package happily.
|
||||
|
||||
* Tue Dec 12 2000 P.opeland <bryce@redhat.com>
|
||||
- Small modifications to make the compiler happy in RH7 and the Alpha
|
||||
- Fixed the documentation file that got missed off in building
|
||||
the rpm
|
||||
- Made a number of -pedantic mods though popt will not compile with
|
||||
-pedantic
|
||||
|
||||
* Wed Aug 9 2000 Horms <horms@vergenet.net>
|
||||
- Removed Obseletes tag as ipvsadm is back in /sbin where it belongs
|
||||
as it is more or less analogous to both route and ipchains both of
|
||||
which reside in /sbin.
|
||||
- Create directory to install init script into. Init scripts won't install
|
||||
into build directory unless this is done
|
||||
|
||||
* Thu Jul 6 2000 Wensong Zhang <wensong@linuxvirtualserver.org>
|
||||
- Changed to build rpms on the ipvsadm tar ball directly
|
||||
|
||||
* Wed Jun 21 2000 P.Copeland <copeland@redhat.com>
|
||||
- fixed silly install permission settings
|
||||
|
||||
* Mon Jun 19 2000 P.Copeland <copeland@redhat.com>
|
||||
- Added 'dist' and 'rpms' to the Makefile
|
||||
- Added Obsoletes tag since there were early versions
|
||||
of ipvsadm-*.rpm that installed in /sbin
|
||||
- Obsolete tag was a bit vicious re: piranha
|
||||
|
||||
* Mon Apr 10 2000 Horms <horms@vergenet.net>
|
||||
- created for version 1.9
|
Loading…
Reference in New Issue
Block a user