Author: zbyniu Date: Fri Dec 28 01:33:00 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 1.1.15, man.patch obsoleted; _WITH_LINKWATCH_ forced
---- Files affected: SPECS: keepalived.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/keepalived.spec diff -u SPECS/keepalived.spec:1.9 SPECS/keepalived.spec:1.10 --- SPECS/keepalived.spec:1.9 Tue Apr 17 12:58:37 2007 +++ SPECS/keepalived.spec Fri Dec 28 02:32:55 2007 @@ -4,21 +4,21 @@ # - why it uses 2.6.x kernel header directly instead of llh? # and more - it looks for /usr/src/linux/net/core/link_watch.c # (kernel-source) for LVS features - check build/kernel dependency. +# [-D_WITH_LINKWATCH_ allows force this feature without file existence] # - remove a default example/working config # - genhash to separate package # Summary: HA monitor built upon LVS, VRRP and services poller Summary(pl.UTF-8): Monitor HA zbudowany w oparciu o LVS, VRRP i narzędzie do sprawdzania usług Name: keepalived -Version: 1.1.13 +Version: 1.1.15 Release: 0.2 License: GPL v2 Group: Applications/System Source0: http://www.keepalived.org/software/%{name}-%{version}.tar.gz -# Source0-md5: 578bdb8e3ff4cca50fc877893bad658c +# Source0-md5: 4c93f5d8b6bfabe84b02828a5bbb7aa0 Source1: %{name}.init Source2: %{name}.sysconfig -Patch0: %{name}-man.patch URL: http://www.keepalived.org/ #BuildRequires: kernel-source >= 2.6.0 BuildRequires: openssl-devel >= 0.9.7d @@ -58,13 +58,10 @@ %prep %setup -q -%patch0 -p1 -# What for? -#sed -i 's/_KRNL_2_2_/_KRNL_2_6_/' configure %build %configure \ - CFLAGS="%{rpmcflags} -include %{_includedir}/linux/errno.h" + CFLAGS="%{rpmcflags} -include %{_includedir}/linux/errno.h -D_WITH_LINKWATCH_" %{__make} %install @@ -113,6 +110,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.10 2007-12-28 01:32:55 zbyniu +- up to 1.1.15, man.patch obsoleted; _WITH_LINKWATCH_ forced + Revision 1.9 2007-04-17 10:58:37 blues - started to make it for human; man.patch added ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/keepalived.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
