]> git.pld-linux.org Git - packages/lttng-modules.git/commitdiff
- rel 3; add 3.10.41 and 3.14.5 to kernel with changes in blktrace auto/th/lttng-modules-2.4.1-3
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 5 Jun 2014 20:25:09 +0000 (22:25 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 5 Jun 2014 20:25:09 +0000 (22:25 +0200)
block-update-2.patch
lttng-modules.spec

index 85861dcc740ae69a014d21cdadaf4015ac056a48..4383df9493385c9d9056a269d615fcbee6585de3 100644 (file)
@@ -31,8 +31,8 @@ index 2af4fb3..5ea557d 100644
  )
  
 -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,15,0))
-+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,15,0)     \
-+      || LTTNG_KERNEL_RANGE(3,2,58, 3,3,0) || LTTNG_KERNEL_RANGE(3,4,91, 3,5,0))
++#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,14,5)     \
++      || LTTNG_KERNEL_RANGE(3,2,58, 3,3,0) || LTTNG_KERNEL_RANGE(3,4,91, 3,5,0) || LTTNG_KERNEL_RANGE(3,10,41, 3,11,0))
  
  /**
   * block_rq_complete - block IO operation completed by device driver
index e879ed8acd277e6bcbf5b8f1c75981802c06b6df..141a8166fa3df135703c6ff685d80d042a69b84e 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     2
+%define                rel     3
 %define                pname   lttng-modules
 Summary:       LTTng 2.x kernel modules
 Summary(pl.UTF-8):     Moduły jądra LTTng 2.x
This page took 0.16697 seconds and 4 git commands to generate.