]> git.pld-linux.org Git - packages/lttng-modules.git/commitdiff
- fix kernel patch for 3.19 auto/th/lttng-modules-2.6.0-3
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 30 Mar 2015 18:52:41 +0000 (20:52 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 30 Mar 2015 18:52:41 +0000 (20:52 +0200)
- rel 3

kernel-updates.patch
lttng-modules.spec

index 5c6100273858c025dc13779a5a5c9f514a24af05..2affae7b407804b9b84246597752b0045bf91c9f 100644 (file)
@@ -106,7 +106,7 @@ index cde2a20..3782ac6 100644
  )
  
 -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,12,30))
-+#if ((LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,2)) || ((LINUX_VERSION_CODE >= KERNEL_VERSION(3,14,36)) && (LINUX_VERSION_CODE < KERNEL_VERSION(3,15,0))))
++#if ((LINUX_VERSION_CODE >= KERNEL_VERSION(3,19,2)) || LTTNG_KERNEL_RANGE(3,14,36, 3,15,0))
 +
 +LTTNG_TRACEPOINT_EVENT(mm_page_alloc_extfrag,
 +
index 414227fef735c162966658f12085185ee697c6ff..e5542a6420b673c63e0440331682d09979e305a5 100644 (file)
@@ -6,7 +6,7 @@
 # nothing to be placed to debuginfo package
 %define                _enable_debug_packages  0
 
-%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.268613 seconds and 4 git commands to generate.