]> git.pld-linux.org Git - packages/aufs.git/commitdiff
- add patch6 (vfsub.c.patch) for alt_kernels only
authorshadzik <shadzik@pld-linux.org>
Thu, 19 Mar 2009 10:35:17 +0000 (10:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aufs.spec -> 1.60

aufs.spec

index 4dee46d74564d8bcac7b750ffad46a575cf58d23..f9ab4c48e778170df0ffebc151b4e64cc5b86b27 100644 (file)
--- a/aufs.spec
+++ b/aufs.spec
@@ -36,6 +36,7 @@ Patch2:               %{pname}-fixes.patch
 #Patch3:               %{pname}-spin_lock.patch
 Patch4:                %{pname}-apparmor.patch
 Patch5:                %{pname}-br-xfs-fix.patch
+Patch6:                %{pname}-vfsub.c.patch
 URL:           http://aufs.sourceforge.net/
 %if %{with kernel}
 %{?with_dist_kernel:BuildRequires:     kernel%{_alt_kernel}-module-build >= 3:2.6.25.2}
@@ -93,6 +94,9 @@ if [ -d %{_kernelsrcdir}/security/apparmor ]; then
 %patch4 -p1
 fi
 %patch5 -p1
+%if "%{_alt_kernel}" != "%{nil}"
+%patch6 -p0
+%endif
 
 cp -a include/linux fs/aufs25
 
This page took 0.044121 seconds and 4 git commands to generate.