]> git.pld-linux.org Git - packages/lttng-modules.git/blobdiff - lttng-modules.spec
- fix building with kernel 4.19
[packages/lttng-modules.git] / lttng-modules.spec
index 59e15dd9edf0f63e968a575973709474a64ebbce..375e2ecc56eddab3a1f26e09c835138e363d6d38 100644 (file)
@@ -7,7 +7,7 @@
 # nothing to be placed to debuginfo package
 %define                _enable_debug_packages  0
 
-%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
@@ -19,6 +19,7 @@ Group:                Base/Kernel
 Source0:       http://lttng.org/files/lttng-modules/%{pname}-%{version}.tar.bz2
 # Source0-md5: d3cb4520948083bf1573a2e4cb7406aa
 Patch0:                build.patch
+Patch1:                kernel-4.19.patch
 URL:           http://lttng.org/
 %{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:2.6.38}
 %{?with_kernelsrc:%{expand:%buildrequires_kernel kernel%%{_alt_kernel}-source >= 3:2.6.38}}
@@ -88,6 +89,7 @@ p=`pwd`\
 %prep
 %setup -q -n %{pname}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{expand:%build_kernel_packages}
This page took 0.045609 seconds and 4 git commands to generate.