Author: jajcus Date: Wed Nov 9 12:40:47 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - patch for Makefile not to use kernel headers (from /usr/src)
---- Files affected: SPECS: ipset.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/ipset.spec diff -u SPECS/ipset.spec:1.1 SPECS/ipset.spec:1.2 --- SPECS/ipset.spec:1.1 Wed Nov 9 11:57:18 2005 +++ SPECS/ipset.spec Wed Nov 9 13:40:42 2005 @@ -14,6 +14,7 @@ Group: Networking/Admin Source0: http://ipset.netfilter.org/%{name}-%{version_base}-%{version_tstamp}.tar.bz2 # Source0-md5: f44ed0ddb714060716677838cd19045c +Patch0: %{name}-no_kernel_headers.patch URL: http://ipset.netfilter.org/ BuildRequires: linux-libc-headers >= 2.6.11.1 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -30,6 +31,7 @@ %prep %setup -qn %{name}-%{version_base} +%patch0 -p1 %build %{__make} \ @@ -68,6 +70,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2005/11/09 12:40:42 jajcus +- patch for Makefile not to use kernel headers (from /usr/src) + Revision 1.1 2005/11/09 10:57:18 jajcus - new spec ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ipset.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
