[packages/lttng-modules] - fix kernel patch for 3.19 - rel 3

baggins baggins at pld-linux.org
Mon Mar 30 20:52:56 CEST 2015


commit bdee7289728545215c7022a319b29ff9e1ae6c80
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Mon Mar 30 20:52:41 2015 +0200

    - fix kernel patch for 3.19
    - rel 3

 kernel-updates.patch | 2 +-
 lttng-modules.spec   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lttng-modules.spec b/lttng-modules.spec
index 414227f..e5542a6 100644
--- a/lttng-modules.spec
+++ b/lttng-modules.spec
@@ -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
diff --git a/kernel-updates.patch b/kernel-updates.patch
index 5c61002..2affae7 100644
--- a/kernel-updates.patch
+++ b/kernel-updates.patch
@@ -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,
 +
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lttng-modules.git/commitdiff/bdee7289728545215c7022a319b29ff9e1ae6c80



More information about the pld-cvs-commit mailing list