File lttng-modules.spec of Package lttng-modules.7724
#
# spec file for package lttng-modules
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# needssslcertforbuild
%if ! 0%{?is_opensuse}
%ifarch x86_64
%define buildrt 0
%endif
%endif
Summary: Licensing information for package lttng-modules
License: GPL-2.0 and LGPL-2.1 and MIT
Group: System/Kernel
Name: lttng-modules
Version: 2.10.0
Release: 0
Source: http://lttng.org/files/lttng-modules/%{name}-%{version}.tar.bz2
Source1: %{name}-preamble
Source2: Module.supported
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: kernel-devel
BuildRequires: kernel-source
BuildRequires: kernel-syms
BuildRequires: module-init-tools
%if 0%{?buildrt} == 1
BuildRequires: kernel-syms-rt
%endif
ExclusiveArch: x86_64
Patch1: btrfs-constify-tracepoint-arguments.patch
Patch2: mm_remove_cold_parameter_from_free_hot_cold_page.patch
Patch3: fix-update-block-instrumentation-for-4.14-kernel.patch
Patch4: update-kvm-instrumentation-for-4.15.patch
Patch5: fix-kvm-instrumentation-for-4.15.patch
%suse_kernel_module_package -p %{name}-preamble ec2 xen xenpae vmi um
%description
This package provides licensing documentation for the lttng kmp packages.
%package KMP
Summary: LTTng 2.0 Kernel Tracing Modules
Group: System/Kernel
%description KMP
This package contains the LTTng 2.0 Kernel Modules necessary for
instrumenting kernel subsystems.
%prep
%setup -q
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
set -- *
mkdir source
mkdir obj
for i in "$@"; do
case $i in
LICENSE|*.txt) ;;
*) mv $i source ;;
esac
done
%build
export EXTRA_CFLAGS='-DVERSION=\"%version\"'
for flavor in %flavors_to_build; do
rm -rf obj/$flavor
cp -r source obj/$flavor
cp %{S:2} obj/$flavor
make -C /usr/src/linux-obj/%_target_cpu/$flavor modules M=$PWD/obj/$flavor CONFIG_LTTNG=m CONFIG_LTTNG_CLOCK_PLUGIN_TEST=m
done
%install
export INSTALL_MOD_PATH=$RPM_BUILD_ROOT
export INSTALL_MOD_DIR=updates
export BRP_PESIGN_FILES="*.ko /lib/firmware"
for flavor in %flavors_to_build; do
make -C /usr/src/linux-obj/%_target_cpu/$flavor modules_install M=$PWD/obj/$flavor CONFIG_LTTNG=m CONFIG_LTTNG_CLOCK_PLUGIN_TEST=m
done
%files
%defattr(-,root,root)
%doc LICENSE lgpl-2.1.txt gpl-2.0.txt mit-license.txt
%changelog