]> git.pld-linux.org Git - packages/lttng-modules.git/blobdiff - lttng-modules.spec
- fixed building against linux 3.16, patches from
[packages/lttng-modules.git] / lttng-modules.spec
index 193d7b728b94dca027f0a46e997737f56abca689..c387fa153062ad8809a8e64ae60d135903f54cf9 100644 (file)
@@ -20,7 +20,7 @@ exit 1
 %define                kpkg    %(echo %{_build_kernels} | tr , '\\n' | while read n ; do echo %%undefine alt_kernel ; [ -z "$n" ] || echo %%define alt_kernel $n ; echo %%kernel_pkg ; done)
 %define                bkpkg   %(echo %{_build_kernels} | tr , '\\n' | while read n ; do echo %%undefine alt_kernel ; [ -z "$n" ] || echo %%define alt_kernel $n ; echo %%build_kernel_pkg ; done)
 
-%define                rel     1
+%define                rel     2
 %define                pname   lttng-modules
 Summary:       LTTng 2.x kernel modules
 Summary(pl.UTF-8):     Moduły jądra LTTng 2.x
@@ -31,6 +31,8 @@ License:      GPL v2
 Group:         Base/Kernel
 Source0:       http://lttng.org/files/lttng-modules/%{pname}-%{version}.tar.bz2
 # Source0-md5: 81e59ff62489d7a9e2a08587d3363e46
+Patch0:                Update-vmscan-instrumentation-to-3.16-kernel.patch
+Patch1:                Update-compaction-instrumentation-to-3.16-kernel.patch
 URL:           http://lttng.org/
 %if %{with dist_kernel}
 BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.38
@@ -100,6 +102,8 @@ p=`pwd`\
 
 %prep
 %setup -q -n %{pname}-%{version}
+%patch0 -p1
+%patch1 -p1
 
 %build
 %{expand:%bkpkg}
This page took 0.255166 seconds and 4 git commands to generate.