source: server/fedora/specs/openafs.spec.patch @ 749

Last change on this file since 749 was 510, checked in by andersk, 16 years ago
Implement splice_write and splice_read so that sendfile() works on kernel 2.6.23. (Submitted upstream.)
File size: 775 bytes
RevLine 
[1]1--- openafs.spec.old    2006-09-08 15:18:45.000000000 -0400
2+++ openafs.spec        2006-09-16 21:45:20.000000000 -0400
[510]3@@ -182,6 +182,9 @@
[1]4 BuildRequires: %{?kdepend:%{kdepend}, } pam-devel
5 ExclusiveArch: %{ix86} x86_64 ia64
6 
7+Patch1000: openafs-scripts.patch
[510]8+Patch1001: openafs-splice.patch
[1]9+
10 #    http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/...
11 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
12 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
[510]13@@ -556,6 +558,10 @@
[1]14 #%setup -q -n %{srcdir}
15 %setup -q -b 1 -n %{srcdir}
16 
17+%patch1000 -p1 -b .scripts
[510]18+%patch1001 -p1 -b .splice
19+sh regen.sh
[1]20+
21 # Patch openafs to build a kernel module named "openafs" instead of "libafs"
22 %patch0 -p1 -b .kmod26
23 
Note: See TracBrowser for help on using the repository browser.