]> git.pld-linux.org Git - packages/lttng-modules.git/blobdiff - lttng-modules.spec
upstream fixes for kernel 6.3, rel 2
[packages/lttng-modules.git] / lttng-modules.spec
index c4a041a45de84a7e1f15254375cbee2b1e88e39f..3adb7b335dd76f0459620baadd7b684e0b7c6e7f 100644 (file)
@@ -6,7 +6,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
@@ -18,6 +18,7 @@ Group:                Base/Kernel
 Source0:       https://lttng.org/files/lttng-modules/%{pname}-%{version}.tar.bz2
 # Source0-md5: aee7fd322982c884d139a2a3615d217a
 Patch0:                build.patch
+Patch1:                kernel-6.3.patch
 URL:           https://lttng.org/
 %{expand:%buildrequires_kernel kernel%%{_alt_kernel}-module-build >= 3:3.0}
 %{?with_kernelsrc:%{expand:%buildrequires_kernel kernel%%{_alt_kernel}-source >= 3:3.0}}
@@ -94,6 +95,7 @@ p=`pwd`\
 %setup -qc -n %{name}-%{version}
 cd %{pname}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 cd  %{pname}-%{version}
This page took 0.240777 seconds and 4 git commands to generate.