Blame kernel-tools.spec

a8f1348
# Much of this is borrowed from the original kernel.spec
a8f1348
# It needs a bunch of the macros for rawhide vs. not-rawhide builds.
a8f1348
38be658
# this should go away soon
38be658
%define _legacy_common_support 1
38be658
a8f1348
# For a stable, released kernel, released_kernel should be 1. For rawhide
a8f1348
# and/or a kernel built from an rc or git snapshot, released_kernel should
a8f1348
# be 0.
8decc7e
%global released_kernel 0
45854d6
%global baserelease 1
a8f1348
%global fedora_build %{baserelease}
a8f1348
a8f1348
# base_sublevel is the kernel version we're starting with and patching
a8f1348
# on top of -- for example, 3.1-rc7-git1 starts with a 3.0 base,
a8f1348
# which yields a base_sublevel of 0.
158df28
%global base_sublevel 9
a8f1348
a8f1348
## If this is a released kernel ##
a8f1348
%if 0%{?released_kernel}
a8f1348
a8f1348
# Do we have a -stable update to apply?
a8f1348
%global stable_update 0
a8f1348
# Set rpm version accordingly
a8f1348
%if 0%{?stable_update}
a8f1348
%global stablerev %{stable_update}
a8f1348
%global stable_base %{stable_update}
a8f1348
%endif
6b9c3ea
%global rpmversion 5.%{base_sublevel}.%{stable_update}
a8f1348
a8f1348
## The not-released-kernel case ##
a8f1348
%else
a8f1348
# The next upstream release sublevel (base_sublevel+1)
2e85c57
%global upstream_sublevel %(echo $((%{base_sublevel} + 1)))
6b9c3ea
a8f1348
# The rc snapshot level
8decc7e
%global rcrev 1
a8f1348
# Set rpm version accordingly
6b9c3ea
%global rpmversion 5.%{upstream_sublevel}.0
a8f1348
%endif
a8f1348
# Nb: The above rcrev values automagically define Patch00 and Patch01 below.
a8f1348
a8f1348
# pkg_release is what we'll fill in for the rpm Release: field
a8f1348
%if 0%{?released_kernel}
a8f1348
a8f1348
%global pkg_release %{fedora_build}%{?buildid}%{?dist}
a8f1348
a8f1348
%else
a8f1348
a8f1348
# non-released_kernel
a8f1348
%if 0%{?rcrev}
a8f1348
%global rctag .rc%rcrev
a8f1348
%else
a8f1348
%global rctag .rc0
a8f1348
%endif
a8f1348
%global gittag .git0
a8f1348
%global pkg_release 0%{?rctag}%{?gittag}.%{fedora_build}%{?buildid}%{?dist}
a8f1348
a8f1348
%endif
a8f1348
a8f1348
# The kernel tarball/base version
2e85c57
%global kversion 5.%{base_sublevel}
a8f1348
%global KVERREL %{version}-%{release}.%{_target_cpu}
a8f1348
96c899e
# perf needs this
96c899e
%undefine _strict_symbol_defs_build
96c899e
deb07ce
BuildRequires: kmod, patch, bash, tar, git-core
a8f1348
BuildRequires: bzip2, xz, findutils, gzip, m4, perl-interpreter, perl(Carp), perl-devel, perl-generators, make, diffutils, gawk
a8f1348
BuildRequires: gcc, binutils, redhat-rpm-config, hmaccalc
a8f1348
BuildRequires: net-tools, hostname, bc, elfutils-devel
a83bd27
BuildRequires: zlib-devel binutils-devel newt-devel python3-docutils perl(ExtUtils::Embed) bison flex xz-devel
deb07ce
BuildRequires: audit-libs-devel glibc-devel glibc-headers glibc-static python3-devel java-devel
060b6f2
BuildRequires: asciidoc xmlto libcap-devel
d4bd153
BuildRequires: opencsd-devel openssl-devel
Jeremy Cline 45f8f07
# Used to mangle unversioned shebangs to be Python 3
Jeremy Cline 45f8f07
BuildRequires: /usr/bin/pathfix.py
a8f1348
%ifnarch s390x %{arm}
a8f1348
BuildRequires: numactl-devel
a8f1348
%endif
a8f1348
BuildRequires: pciutils-devel gettext ncurses-devel
a8f1348
BuildConflicts: rhbuildsys(DiskFree) < 500Mb
a8f1348
BuildRequires: rpm-build, elfutils
a8f1348
%{?systemd_requires}
a8f1348
BuildRequires: systemd
a8f1348
2e85c57
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%{kversion}.tar.xz
a8f1348
a8f1348
# Sources for kernel-tools
a8f1348
Source2000: cpupower.service
a8f1348
Source2001: cpupower.config
a8f1348
a8f1348
# Here should be only the patches up to the upstream canonical Linus tree.
a8f1348
a8f1348
# For a stable release kernel
a8f1348
%if 0%{?stable_base}
6b9c3ea
Source5000: patch-5.%{base_sublevel}.%{stable_base}.xz
a8f1348
%else
a8f1348
# non-released_kernel case
a8f1348
# These are automagically defined by the rcrev value set up
a8f1348
# near the top of this spec file.
a8f1348
%if 0%{?rcrev}
2e85c57
Source5000: patch-5.%{upstream_sublevel}-rc%{rcrev}.xz
a8f1348
%endif
a8f1348
%endif
a8f1348
a8f1348
# ongoing complaint, full discussion delayed until ksummit/plumbers
a8f1348
Patch0: 0001-iio-Use-event-header-from-kernel-tree.patch
4f325f6
Patch1: 0001-Filter-lto-options-from-the-perl-ccopts.patch
a8f1348
261681d
#Revert this
261681d
Patch2: 0001-tools-libbpf-Avoid-counting-local-symbols-in-ABI-che.patch
261681d
a8f1348
# rpmlint cleanup
a8f1348
Patch6: 0002-perf-Don-t-make-sourced-script-executable.patch
ddf2b59
a8f1348
Name: kernel-tools
a8f1348
Summary: Assortment of tools for the Linux kernel
a8f1348
License: GPLv2
a8f1348
URL: http://www.kernel.org/
a8f1348
Version: %{rpmversion}
a8f1348
Release: %{pkg_release}
a8f1348
Provides:  cpupowerutils = 1:009-0.6.p1
a8f1348
Obsoletes: cpupowerutils < 1:009-0.6.p1
a8f1348
Provides:  cpufreq-utils = 1:009-0.6.p1
a8f1348
Provides:  cpufrequtils = 1:009-0.6.p1
a8f1348
Obsoletes: cpufreq-utils < 1:009-0.6.p1
a8f1348
Obsoletes: cpufrequtils < 1:009-0.6.p1
a8f1348
Obsoletes: cpuspeed < 1:1.5-16
a8f1348
Requires: kernel-tools-libs = %{version}-%{release}
a8f1348
%description -n kernel-tools
a8f1348
This package contains the tools/ directory from the kernel source
a8f1348
and the supporting documentation.
a8f1348
a8f1348
a8f1348
%package -n perf
a8f1348
Summary: Performance monitoring for the Linux kernel
Jiri Olsa a8dacac
Requires: bzip2
a8f1348
License: GPLv2
a8f1348
%description -n perf
a8f1348
This package contains the perf tool, which enables performance monitoring
a8f1348
of the Linux kernel.
a8f1348
Jeremy Cline 23d7893
%global pythonperfsum Python bindings for apps which will manipulate perf events
Jeremy Cline 23d7893
%global pythonperfdesc A Python module that permits applications \
67af526
written in the Python programming language to use the interface \
67af526
to manipulate perf events.
67af526
67af526
%package -n python3-perf
Jeremy Cline 23d7893
Summary: %{pythonperfsum}
67af526
%{?python_provide:%python_provide python3-perf}
67af526
%description -n python3-perf
Jeremy Cline 23d7893
%{pythonperfdesc}
a8f1348
a8f1348
%package -n kernel-tools-libs
a8f1348
Summary: Libraries for the kernels-tools
a8f1348
License: GPLv2
a8f1348
%description -n kernel-tools-libs
a8f1348
This package contains the libraries built from the tools/ directory
a8f1348
from the kernel source.
a8f1348
a8f1348
%package -n kernel-tools-libs-devel
a8f1348
Summary: Assortment of tools for the Linux kernel
a8f1348
License: GPLv2
a8f1348
Requires: kernel-tools = %{version}-%{release}
a8f1348
Provides:  cpupowerutils-devel = 1:009-0.6.p1
a8f1348
Obsoletes: cpupowerutils-devel < 1:009-0.6.p1
a8f1348
Requires: kernel-tools-libs = %{version}-%{release}
a8f1348
Provides: kernel-tools-devel
a8f1348
%description -n kernel-tools-libs-devel
a8f1348
This package contains the development files for the tools/ directory from
a8f1348
the kernel source.
a8f1348
Jiri Olsa d0f955b
%package -n bpftool
Jiri Olsa d0f955b
Summary: Inspection and simple manipulation of eBPF programs and maps
Jiri Olsa d0f955b
License: GPLv2
Jiri Olsa d0f955b
%description -n bpftool
Jiri Olsa d0f955b
This package contains the bpftool, which allows inspection and simple
Jiri Olsa d0f955b
manipulation of eBPF programs and maps.
Jiri Olsa d0f955b
Jiri Olsa ad01cdf
%package -n libbpf
Jiri Olsa ad01cdf
Summary: The bpf library from kernel source
Jiri Olsa ad01cdf
License: GPLv2
Jiri Olsa ad01cdf
%description -n libbpf
Jiri Olsa ad01cdf
This package contains the kernel source bpf library.
Jiri Olsa ad01cdf
Jiri Olsa ad01cdf
%package -n libbpf-devel
Jiri Olsa ad01cdf
Summary: Developement files for the bpf library from kernel source
Jiri Olsa ad01cdf
License: GPLv2
Jiri Olsa ad01cdf
%description -n libbpf-devel
Jiri Olsa ad01cdf
This package includes libraries and header files needed for development
Jiri Olsa ad01cdf
of applications which use bpf library from kernel source.
Jiri Olsa ad01cdf
08f5d2a
%package -n libperf
08f5d2a
Summary: The perf library from kernel source
08f5d2a
License: GPLv2
08f5d2a
%description -n libperf
08f5d2a
This package contains the kernel source perf library.
08f5d2a
08f5d2a
%package -n libperf-devel
08f5d2a
Summary: Developement files for the perf library from kernel source
08f5d2a
License: GPLv2
08f5d2a
%description -n libperf-devel
08f5d2a
This package includes libraries and header files needed for development
08f5d2a
of applications which use perf library from kernel source.
08f5d2a
a8f1348
%prep
a8f1348
%setup -q -n kernel-%{kversion}%{?dist} -c
a8f1348
a8f1348
cd linux-%{kversion}
a8f1348
a8f1348
# This is for patching either an -rc or stable
a8f1348
%if 0%{?rcrev}
a8f1348
    xzcat %{SOURCE5000} | patch -p1 -F1 -s
a8f1348
%endif
a8f1348
a8f1348
%if 0%{?stable_base}
a8f1348
    xzcat %{SOURCE5000} | patch -p1 -F1 -s
a8f1348
%endif
a8f1348
a8f1348
%patch0 -p1
4f325f6
%patch1 -p1
261681d
%patch2 -p1 -R
a8f1348
%patch6 -p1
a8f1348
a8f1348
# END OF PATCH APPLICATIONS
a8f1348
Jeremy Cline 45f8f07
# Mangle /usr/bin/python shebangs to /usr/bin/python3
Jeremy Cline 45f8f07
# -p preserves timestamps
Jeremy Cline 45f8f07
# -n prevents creating ~backup files
Jeremy Cline 45f8f07
# -i specifies the interpreter for the shebang
8decc7e
pathfix.py -pni "%{__python3} %{py3_shbang_opts}" tools/ tools/perf/scripts/python/*.py scripts/clang-tools
Jeremy Cline 45f8f07
a8f1348
###
a8f1348
### build
a8f1348
###
a8f1348
%build
871f38b
# The kernel tools build with -ggdb3 which seems to interact badly with LTO
871f38b
# causing various errors with references to discarded sections and symbol
871f38b
# type errors from the LTO plugin.  Until those issues are addressed
871f38b
# disable LTO
871f38b
%define _lto_cflags %{nil}
a8f1348
a8f1348
cd linux-%{kversion}
a8f1348
a8f1348
%global perf_make \
885cbde
  make EXTRA_CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" %{?cross_opts} V=1 NO_PERF_READ_VDSO32=1 NO_PERF_READ_VDSOX32=1 WERROR=0 NO_LIBUNWIND=1 HAVE_CPLUS_DEMANGLE=1 NO_GTK2=1 NO_STRLCPY=1 NO_BIONIC=1 CORESIGHT=1 prefix=%{_prefix}
a83bd27
%global perf_python3 -C tools/perf PYTHON=%{__python3}
a8f1348
# perf
a8f1348
# make sure check-headers.sh is executable
a8f1348
chmod +x tools/perf/check-headers.sh
67af526
%{perf_make} %{perf_python3} all
a8f1348
e11259e
%global tools_make \
e11259e
  make CFLAGS="${RPM_OPT_FLAGS}" LDFLAGS="%{__global_ldflags}" HOSTCFLAGS="%{?build_hostcflags}" HOSTLDFLAGS="%{?build_hostldflags}" V=1
e11259e
a8f1348
# cpupower
a8f1348
# make sure version-gen.sh is executable.
a8f1348
chmod +x tools/power/cpupower/utils/version-gen.sh
e11259e
%{tools_make} %{?_smp_mflags} -C tools/power/cpupower CPUFREQ_BENCH=false
a8f1348
%ifarch %{ix86}
a8f1348
    pushd tools/power/cpupower/debug/i386
e11259e
    %{tools_make} %{?_smp_mflags} centrino-decode powernow-k8-decode
a8f1348
    popd
a8f1348
%endif
a8f1348
%ifarch x86_64
a8f1348
    pushd tools/power/cpupower/debug/x86_64
e11259e
    %{tools_make} %{?_smp_mflags} centrino-decode powernow-k8-decode
a8f1348
    popd
a8f1348
%endif
a8f1348
%ifarch %{ix86} x86_64
a8f1348
   pushd tools/power/x86/x86_energy_perf_policy/
e11259e
   %{tools_make}
a8f1348
   popd
a8f1348
   pushd tools/power/x86/turbostat
e11259e
   %{tools_make}
a8f1348
   popd
a8f1348
%endif #turbostat/x86_energy_perf_policy
a8f1348
pushd tools/thermal/tmon/
e11259e
%{tools_make}
a8f1348
popd
a8f1348
pushd tools/iio/
e11259e
%{tools_make}
a8f1348
popd
a8f1348
pushd tools/gpio/
e11259e
%{tools_make}
a8f1348
popd
e11259e
e11259e
%global bpftool_make \
e11259e
  make EXTRA_CFLAGS="${RPM_OPT_FLAGS}" EXTRA_LDFLAGS="%{__global_ldflags}" DESTDIR=$RPM_BUILD_ROOT V=1
e11259e
Jiri Olsa d0f955b
pushd tools/bpf/bpftool
e11259e
%{bpftool_make}
Jiri Olsa d0f955b
popd
Jiri Olsa ad01cdf
pushd tools/lib/bpf
e11259e
%{tools_make} V=1
Jiri Olsa ad01cdf
popd
08f5d2a
pushd tools/lib/perf
08f5d2a
make V=1
08f5d2a
popd
a8f1348
ea76b6a
# Build the docs
ea76b6a
pushd tools/kvm/kvm_stat/
55a12a8
%make_build man
ea76b6a
popd
ea76b6a
pushd tools/perf/Documentation/
55a12a8
%make_build man
ea76b6a
popd
ea76b6a
a8f1348
###
a8f1348
### install
a8f1348
###
a8f1348
a8f1348
%install
a8f1348
a8f1348
cd linux-%{kversion}
a8f1348
a8f1348
# perf tool binary and supporting scripts/binaries
a83bd27
%{perf_make} %{perf_python3} DESTDIR=%{buildroot} lib=%{_lib} install-bin install-traceevent-plugins
a8f1348
# remove the 'trace' symlink.
a8f1348
rm -f %{buildroot}%{_bindir}/trace
a8f1348
6fb56e4
# For both of the below, yes, this should be using a macro but right now
6fb56e4
# it's hard coded and we don't actually want it anyway right now.
6fb56e4
# Whoever wants examples can fix it up!
6fb56e4
6fb56e4
# remove examples
Jeremy Cline 8356924
rm -rf %{buildroot}/usr/lib/perf/examples
6fb56e4
# remove the stray header file that somehow got packaged in examples
Jeremy Cline 8356924
rm -rf %{buildroot}/usr/lib/perf/include/bpf/
6fb56e4
a8f1348
# python-perf extension
67af526
%{perf_make} %{perf_python3} DESTDIR=%{buildroot} install-python_ext
a8f1348
a8f1348
# perf man pages (note: implicit rpm magic compresses them later)
ea76b6a
install -d %{buildroot}/%{_mandir}/man1
ea76b6a
install -pm0644 tools/kvm/kvm_stat/kvm_stat.1 %{buildroot}/%{_mandir}/man1/
ea76b6a
install -pm0644 tools/perf/Documentation/*.1 %{buildroot}/%{_mandir}/man1/
a8f1348
a8f1348
make -C tools/power/cpupower DESTDIR=%{buildroot} libdir=%{_libdir} mandir=%{_mandir} CPUFREQ_BENCH=false install
a8f1348
rm -f %{buildroot}%{_libdir}/*.{a,la}
a8f1348
%find_lang cpupower
a8f1348
mv cpupower.lang ../
a8f1348
%ifarch %{ix86}
a8f1348
    pushd tools/power/cpupower/debug/i386
a8f1348
    install -m755 centrino-decode %{buildroot}%{_bindir}/centrino-decode
a8f1348
    install -m755 powernow-k8-decode %{buildroot}%{_bindir}/powernow-k8-decode
a8f1348
    popd
a8f1348
%endif
a8f1348
%ifarch x86_64
a8f1348
    pushd tools/power/cpupower/debug/x86_64
a8f1348
    install -m755 centrino-decode %{buildroot}%{_bindir}/centrino-decode
a8f1348
    install -m755 powernow-k8-decode %{buildroot}%{_bindir}/powernow-k8-decode
a8f1348
    popd
a8f1348
%endif
a8f1348
chmod 0755 %{buildroot}%{_libdir}/libcpupower.so*
a8f1348
mkdir -p %{buildroot}%{_unitdir} %{buildroot}%{_sysconfdir}/sysconfig
a8f1348
install -m644 %{SOURCE2000} %{buildroot}%{_unitdir}/cpupower.service
a8f1348
install -m644 %{SOURCE2001} %{buildroot}%{_sysconfdir}/sysconfig/cpupower
a8f1348
%ifarch %{ix86} x86_64
a8f1348
   mkdir -p %{buildroot}%{_mandir}/man8
a8f1348
   pushd tools/power/x86/x86_energy_perf_policy
e11259e
   %{tools_make} DESTDIR=%{buildroot} install
a8f1348
   popd
a8f1348
   pushd tools/power/x86/turbostat
e11259e
   %{tools_make} DESTDIR=%{buildroot} install
a8f1348
   popd
a8f1348
%endif #turbostat/x86_energy_perf_policy
a8f1348
pushd tools/thermal/tmon
e11259e
%{tools_make} INSTALL_ROOT=%{buildroot} install
a8f1348
popd
a8f1348
pushd tools/iio
e11259e
%{tools_make} DESTDIR=%{buildroot} install
a8f1348
popd
a8f1348
pushd tools/gpio
e11259e
%{tools_make} DESTDIR=%{buildroot} install
a8f1348
popd
a8f1348
pushd tools/kvm/kvm_stat
e11259e
%{tools_make} INSTALL_ROOT=%{buildroot} install-tools
a8f1348
popd
Jiri Olsa d0f955b
pushd tools/bpf/bpftool
e11259e
%{bpftool_make} prefix=%{_prefix} bash_compdir=%{_sysconfdir}/bash_completion.d/ mandir=%{_mandir} install doc-install
Jeremy Cline e2ab001
# man-pages packages this (rhbz #1686954)
Jeremy Cline e2ab001
rm %{buildroot}%{_mandir}/man7/bpf-helpers.7
Jiri Olsa d0f955b
popd
Jiri Olsa ad01cdf
pushd tools/lib/bpf
e11259e
%{tools_make} DESTDIR=%{buildroot} prefix=%{_prefix} libdir=%{_libdir} V=1 install install_headers
Jiri Olsa ad01cdf
popd
08f5d2a
pushd tools/lib/perf
08f5d2a
make DESTDIR=%{buildroot} prefix=%{_prefix} libdir=%{_libdir} V=1 install install_headers
08f5d2a
popd
a8f1348
a8f1348
###
a8f1348
### scripts
a8f1348
###
a8f1348
3387884
%ldconfig_scriptlets -n kernel-tools-libs
a8f1348
a8f1348
%post -n kernel-tools
a8f1348
%systemd_post cpupower.service
a8f1348
a8f1348
%preun -n kernel-tools
a8f1348
%systemd_preun cpupower.service
a8f1348
a8f1348
%postun
a8f1348
%systemd_postun cpupower.service
a8f1348
a8f1348
%files -n perf
a8f1348
%{_bindir}/perf
a8f1348
%dir %{_libdir}/traceevent
a8f1348
%{_libdir}/traceevent/plugins/
0d340fb
%{_libdir}/libperf-jvmti.so
a8f1348
%{_libexecdir}/perf-core
a8f1348
%{_datadir}/perf-core/
a8f1348
%{_mandir}/man[1-8]/perf*
a8f1348
%{_sysconfdir}/bash_completion.d/perf
a8f1348
%doc linux-%{kversion}/tools/perf/Documentation/examples.txt
a8f1348
%license linux-%{kversion}/COPYING
8e32fd7
%{_docdir}/perf-tip/tips.txt
a8f1348
67af526
%files -n python3-perf
67af526
%license linux-%{kversion}/COPYING
67af526
%{python3_sitearch}/*
a8f1348
a8f1348
%files -n kernel-tools -f cpupower.lang
a8f1348
%{_bindir}/cpupower
6b9c3ea
%{_datadir}/bash-completion/completions/cpupower
a8f1348
%ifarch %{ix86} x86_64
a8f1348
%{_bindir}/centrino-decode
a8f1348
%{_bindir}/powernow-k8-decode
a8f1348
%endif
a8f1348
%{_unitdir}/cpupower.service
a8f1348
%{_mandir}/man[1-8]/cpupower*
a8f1348
%config(noreplace) %{_sysconfdir}/sysconfig/cpupower
a8f1348
%ifarch %{ix86} x86_64
a8f1348
%{_bindir}/x86_energy_perf_policy
a8f1348
%{_mandir}/man8/x86_energy_perf_policy*
a8f1348
%{_bindir}/turbostat
a8f1348
%{_mandir}/man8/turbostat*
a8f1348
%endif
a8f1348
%{_bindir}/tmon
a8f1348
%{_bindir}/iio_event_monitor
a8f1348
%{_bindir}/iio_generic_buffer
a8f1348
%{_bindir}/lsiio
a8f1348
%{_bindir}/lsgpio
a8f1348
%{_bindir}/gpio-hammer
a8f1348
%{_bindir}/gpio-event-mon
7d5b440
%{_bindir}/gpio-watch
a8f1348
%{_mandir}/man1/kvm_stat*
a8f1348
%{_bindir}/kvm_stat
a8f1348
%license linux-%{kversion}/COPYING
a8f1348
a8f1348
%files -n kernel-tools-libs
a8f1348
%{_libdir}/libcpupower.so.0
a8f1348
%{_libdir}/libcpupower.so.0.0.1
a8f1348
%license linux-%{kversion}/COPYING
a8f1348
a8f1348
%files -n kernel-tools-libs-devel
a8f1348
%{_libdir}/libcpupower.so
a8f1348
%{_includedir}/cpufreq.h
a8f1348
%{_includedir}/cpuidle.h
a8f1348
Jiri Olsa d0f955b
%files -n bpftool
Jiri Olsa d0f955b
%{_sbindir}/bpftool
Jiri Olsa d0f955b
%{_sysconfdir}/bash_completion.d/bpftool
49b7b0d
%{_mandir}/man8/bpftool-btf.8.gz
Jiri Olsa d0f955b
%{_mandir}/man8/bpftool-cgroup.8.gz
Jeremy Cline 4e0cf7a
%{_mandir}/man8/bpftool-gen.8.gz
204fef7
%{_mandir}/man8/bpftool-iter.8.gz
204fef7
%{_mandir}/man8/bpftool-link.8.gz
Jiri Olsa d0f955b
%{_mandir}/man8/bpftool-map.8.gz
901bda6
%{_mandir}/man8/bpftool-net.8.gz
Jiri Olsa d0f955b
%{_mandir}/man8/bpftool-prog.8.gz
6fb56e4
%{_mandir}/man8/bpftool-perf.8.gz
7d5b440
%{_mandir}/man8/bpftool-struct_ops.8.gz
Jeremy Cline e2ab001
%{_mandir}/man8/bpftool-feature.8.gz
Jiri Olsa d0f955b
%{_mandir}/man8/bpftool.8.gz
Jiri Olsa d0f955b
%license linux-%{kversion}/COPYING
Jiri Olsa d0f955b
Jiri Olsa ad01cdf
%files -n libbpf
Jiri Olsa ad01cdf
%{_libdir}/libbpf.so.0
8decc7e
%{_libdir}/libbpf.so.0.2.0
Jiri Olsa ad01cdf
%license linux-%{kversion}/COPYING
Jiri Olsa ad01cdf
Jiri Olsa ad01cdf
%files -n libbpf-devel
Jiri Olsa ad01cdf
%{_libdir}/libbpf.a
Jiri Olsa ad01cdf
%{_libdir}/libbpf.so
49b7b0d
%{_libdir}/pkgconfig/libbpf.pc
Jiri Olsa ad01cdf
%{_includedir}/bpf/bpf.h
0d340fb
%{_includedir}/bpf/bpf_core_read.h
0d340fb
%{_includedir}/bpf/bpf_endian.h
0d340fb
%{_includedir}/bpf/bpf_helper_defs.h
0d340fb
%{_includedir}/bpf/bpf_helpers.h
0d340fb
%{_includedir}/bpf/bpf_tracing.h
Jiri Olsa ad01cdf
%{_includedir}/bpf/btf.h
Jiri Olsa ad01cdf
%{_includedir}/bpf/libbpf.h
Jeremy Cline 4e0cf7a
%{_includedir}/bpf/libbpf_common.h
49b7b0d
%{_includedir}/bpf/libbpf_util.h
Jeremy Cline 3499255
%{_includedir}/bpf/xsk.h
Jiri Olsa ad01cdf
%license linux-%{kversion}/COPYING
Jiri Olsa ad01cdf
08f5d2a
%files -n libperf
08f5d2a
%{_libdir}/libperf.so.0
08f5d2a
%{_libdir}/libperf.so.0.0.1
08f5d2a
%license linux-%{kversion}/COPYING
08f5d2a
08f5d2a
%files -n libperf-devel
08f5d2a
%{_libdir}/libperf.a
08f5d2a
%{_libdir}/libperf.so
08f5d2a
%{_libdir}/pkgconfig/libperf.pc
08f5d2a
%{_includedir}/perf/core.h
08f5d2a
%{_includedir}/perf/cpumap.h
08f5d2a
%{_includedir}/perf/event.h
08f5d2a
%{_includedir}/perf/evlist.h
08f5d2a
%{_includedir}/perf/evsel.h
08f5d2a
%{_includedir}/perf/mmap.h
08f5d2a
%{_includedir}/perf/threadmap.h
08f5d2a
%{_mandir}/man3/libperf.3.gz
08f5d2a
%{_mandir}/man7/libperf-counting.7.gz
08f5d2a
%{_mandir}/man7/libperf-sampling.7.gz
08f5d2a
%{_docdir}/libperf/examples/sampling.c
08f5d2a
%{_docdir}/libperf/examples/counting.c
08f5d2a
%{_docdir}/libperf/html/libperf.html
08f5d2a
%{_docdir}/libperf/html/libperf-counting.html
08f5d2a
%{_docdir}/libperf/html/libperf-sampling.html
08f5d2a
%license linux-%{kversion}/COPYING
08f5d2a
a8f1348
%changelog
8decc7e
* Mon Oct 26 10:23:46 CDT 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.10.0-0.rc1.git0.1
8decc7e
- Linux v5.10-rc1
8decc7e
158df28
* Mon Oct 12 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.9.0-1
158df28
- Linux v5.9.0
158df28
3455d17
* Mon Oct  5 14:55:47 CDT 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.9.0-0.rc8.git0.1
3455d17
- Linux v5.9-rc8
3455d17
c88cb8c
* Mon Sep 28 16:49:41 CDT 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.9.0-0.rc7.git0.1
c88cb8c
- Linux v5.9-rc7
c88cb8c
5e117e8
* Mon Sep 21 10:05:53 CDT 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.9.0-0.rc6.git0.1
5e117e8
- Linux v5.9-rc6
5e117e8
ada726d
* Tue Sep 15 08:33:45 CDT 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.9.0-0.rc5.git0.1
ada726d
- Linux v5.9-rc5
ada726d
4f325f6
* Thu Sep 10 11:29:45 CDT 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.9.0-0.rc4.git0.1
4f325f6
- Linux v5.9-rc4
4f325f6
4f325f6
* Mon Aug 31 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.9.0-0.rc3.git0.1
4f325f6
- Linux v5.9-rc3
4f325f6
f04bbe8
* Tue Aug 25 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.9.0-0.rc2.git0.1
f04bbe8
- Linux v5.9-rc2
f04bbe8
e7166fd
* Mon Aug 17 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.9.0-0.rc1.git0.1
e7166fd
- Linux v5.9-rc1
e7166fd
d9bf9ef
* Mon Aug 03 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.8.0-1
d9bf9ef
- Linux v5.8.0
d9bf9ef
d387d2b
* Mon Jul 27 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.8.0-0.rc7.git0.1
d387d2b
- Linux v5.8-rc7
d387d2b
45854d6
* Tue Jul 21 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.8.0-0.rc6.git0.1
45854d6
- Linux v5.8-rc6
45854d6
55a12a8
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 5.8.0-0.rc5.git0.2
55a12a8
- Use make macros
55a12a8
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
55a12a8
484a574
* Mon Jul 13 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.8.0-0.rc5.git0.1
484a574
- Linux v5.8-rc5
484a574
3fee2b3
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 5.8.0-0.rc4.git0.3
3fee2b3
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
3fee2b3
871f38b
* Mon Jul 08 2020 Jeff Law <law@redhat.com> - 5.8.0-0.rc4.git0.2
871f38b
- Disable LTO
871f38b
e76dc02
* Mon Jul 06 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.8.0-0.rc4.git0.1
e76dc02
- Linux v5.8-rc4
e76dc02
a5f8d59
* Mon Jun 29 2020 Luis Claudio R. Goncalves <lclaudio@uudg.org> - 5.8.0-0.rc3.git0.1
a5f8d59
- Linux v5.8-rc3
a5f8d59
de6e78e
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 5.8.0-0.rc2.git0.2
de6e78e
- Perl 5.32 rebuild
de6e78e
204fef7
* Mon Jun 22 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.8.0-0.rc2.git0.1
204fef7
- Linux v5.8-rc2
204fef7
a16c581
* Sun Jun 14 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.8.0-0.rc1.git0.1
a16c581
- Linux v5.8-rc1
a16c581
a74e9b4
* Mon May 25 2020 Miro Hrončok <mhroncok@redhat.com> - 5.7.0-0.rc7.git0.2
a74e9b4
- Rebuilt for Python 3.9
a74e9b4
c448756
* Mon May 25 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.7.0-0.rc7.git0.1
c448756
- Linux v5.7-rc7
c448756
612b9b3
* Sun May 24 2020 Miro Hrončok <mhroncok@redhat.com> - 5.7.0-0.rc5.git0.2
612b9b3
- Rebuilt for Python 3.9
612b9b3
1625356
* Mon May 11 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.7.0-0.rc5.git0.1
1625356
- Linux v5.7-rc5
1625356
99012b3
* Wed May 06 2020  Justin M. Forbes <jforbes@fedoraproject.org> - 5.7.0-rc4
99012b3
- Linux v5.7-rc4
99012b3
c9c0049
* Sun Apr 26 2020 Justin Forbes <jforbes@fedoraproject.org> - 5.7.0-0.rc3.git0.1
c9c0049
- Linux v5.7-rc3
c9c0049
08f5d2a
* Tue Apr 14 2020 Michael Petlan <mpetlan@redhat.com> - 5.6.0-0.rc7.git0.2
08f5d2a
- Add libperf, libperf-devel and libperf-debuginfo packages
08f5d2a
1e61f50
* Wed Apr 08 2020 Justin Forbes <jforbes@fedoraproject.org>
1e61f50
- Remove manual perf-debuginfo left from kernel (rhbz 1822110)
1e61f50
060b6f2
* Mon Mar 30 2020 Justin Forbes <jforbes@fedoraproject.org>
060b6f2
- Add BuildRequires of libcap-devel for turbostat changes
060b6f2
- Linux v5.6
060b6f2
deb07ce
* Mon Mar 23 2020 Peter Robinson <pbrobinson@fedoraproject.org> 5.6.0-0.rc7.git0.1
deb07ce
- Linux v5.6-rc7
deb07ce
Jeremy Cline a5d1a99
* Tue Mar 17 2020 Jeremy Cline <jcline@redhat.com> - 5.6.0-0.rc6.git0.1
Jeremy Cline a5d1a99
- Linux v5.6-rc6
Jeremy Cline a5d1a99
c1dd577
* Thu Mar 12 2020 Peter Robinson <pbrobinson@fedoraproject.org> 5.6.0-0.rc5.git0.1
c1dd577
- Linux v5.6-rc5
c1dd577
Jeremy Cline cb3ba1f
* Mon Mar 02 2020 Jeremy Cline <jcline@redhat.com> - 5.6.0-0.rc4.git0.1
Jeremy Cline cb3ba1f
- Linux v5.6-rc4
Jeremy Cline cb3ba1f
9e61614
* Wed Feb 26 2020 Peter Robinson <pbrobinson@fedoraproject.org> 5.6.0-0.rc3.git0.1
9e61614
- Linux v5.6-rc3
9e61614
Jeremy Cline 410da74
* Mon Feb 17 2020 Jeremy Cline <jcline@redhat.com> - 5.6.0-0.rc2.git0.1
Jeremy Cline 410da74
- Linux v5.6-rc2
Jeremy Cline 410da74
Jeremy Cline 4e0cf7a
* Fri Feb 14 2020 Jeremy Cline <jcline@redhat.com> - 5.6.0-0.rc1.git0.1
Jeremy Cline 4e0cf7a
- Linux v5.6-rc1
Jeremy Cline 4e0cf7a
0250e67
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.5.0-2
0250e67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0250e67
ffb99df
* Mon Jan 27 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.5.0-1
ffb99df
- Linux v5.5
ffb99df
4e1ad01
* Mon Jan 20 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.5.0-0.rc7.git0.1
4e1ad01
- Linux v5.5-rc7
4e1ad01
ec26865
* Mon Jan 13 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.5.0-0.rc6.git0.1
ec26865
- Linux v5.5-rc6
ec26865
f1d8ddc
* Mon Jan 06 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.5.0-0.rc5.git0.1
f1d8ddc
- Linux v5.5-rc5
f1d8ddc
bd7e183
* Mon Dec 30 2019 Peter Robinson <pbrobinson@fedoraproject.org> - 5.5.0-0.rc4.git0.1
bd7e183
- Linux v5.5-rc4
bd7e183
de87213
* Mon Dec 23 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 5.5.0-0.rc3.git0.1
de87213
- Linux v5.5-rc3
de87213
c7b44a7
* Mon Dec 16 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 5.5.0-0.rc2.git0.1
c7b44a7
- Linux v5.5-rc2
c7b44a7
1824ca4
* Thu Dec 05 2019 Laura Abbott <labbott@redhat.com> - 5.4.0-2
1824ca4
- Bump and build for small fixes
1824ca4
Jeremy Cline 574c52c
* Wed Dec 04 2019 Jeremy Cline <jcline@redhat.com> - 5.4.0-1
Jeremy Cline 574c52c
- Linux v5.4
Jeremy Cline 574c52c
Jeremy Cline 09f02b6
* Mon Nov 04 2019 Jeremy Cline <jcline@redhat.com> - 5.4.0-0.rc6.git0.1
Jeremy Cline 09f02b6
- Linux v5.4-rc6
Jeremy Cline 09f02b6
Jeremy Cline 8943576
* Mon Oct 28 2019 Jeremy Cline <jcline@redhat.com> - 5.4.0-0.rc5.git0.1
Jeremy Cline 8943576
- Linux v5.4-rc5
Jeremy Cline 8943576
Jeremy Cline 30a149b
* Thu Oct 03 2019 Jeremy Cline <jcline@redhat.com> - 5.4.0-0.rc1.git0.1
Jeremy Cline 30a149b
- Linux v5.4-rc1
Jeremy Cline 30a149b
0dec60d
* Mon Sep 16 2019 Laura Abbott <labbott@redhat.com> - 5.3.0-1
0dec60d
- Linux v5.3.0
0dec60d
f19c81f
* Tue Sep 10 2019 Laura Abbott <labbott@redhat.com> - 5.3.0-0.rc8.git0.1
f19c81f
- Linux v5.3-rc8.git0
f19c81f
3c1bce5
* Tue Sep 03 2019 Laura Abbott <labbott@redhat.com> - 5.3.0-0.rc7.git0.1
3c1bce5
- Linux v5.3-rc7.git0
3c1bce5
8aa07cd
* Mon Aug 26 2019 Laura Abbott <labbott@redhat.com> - 5.3.0-0.rc6.git0.1
8aa07cd
- Linux v5.3-rc6.git0
8aa07cd
5236e36
* Wed Aug 21 2019 Miro Hrončok <mhroncok@redhat.com> - 5.3.0-0.rc5.git0.2
5236e36
- Rebuilt for Python 3.8
5236e36
9f192dc
* Mon Aug 19 2019 Laura Abbott <labbott@redhat.com> - 5.3.0-0.rc5.git0.1
9f192dc
- Linux v5.3-rc5.git0
9f192dc
842e1cd
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 5.3.0-0.rc4.git0.2
842e1cd
- Rebuilt for Python 3.8
842e1cd
1a226d4
* Tue Aug 13 2019 Laura Abbott <labbott@redhat.com> - 5.3.0-0.rc4.git0.1
1a226d4
- Linux v5.3-rc4.git0
1a226d4
fd37d35
* Mon Aug 05 2019 Laura Abbott <labbott@redhat.com> - 5.3.0-0.rc3.git0.1
fd37d35
- Linux v5.3-rc3.git0
fd37d35
68b1dff
* Mon Jul 29 2019 Laura Abbott <labbott@redhat.com> - 5.3.0-0.rc2.git0.1
68b1dff
- Linux v5.3-rc2.git0
68b1dff
907165d
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.3.0-0.rc1.git0.2
907165d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
907165d
8a6c47e
* Sun Jul 21 2019 Laura Abbott <labbott@redhat.com> - 5.3.0-0.rc1.git0.1
8a6c47e
- Linux v5.3-rc1.git0
8a6c47e
b2038a9
* Mon Jul 08 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 5.2.0-1
b2038a9
- Linux v5.2.0
b2038a9
a26dc5e
* Mon Jul 01 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 5.2.0-0.rc7.git0.1
a26dc5e
- Linux v5.2-rc7.git0
a26dc5e
fc8bbba
* Mon Jun 24 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 5.2.0-0.rc6.git0.1
fc8bbba
- Linux v5.2-rc6.git0
fc8bbba
56cf091
* Mon Jun 17 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 5.2.0-0.rc5.git0.1
56cf091
- Linux v5.2-rc5.git0
56cf091
3e0c356
* Mon Jun 10 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 5.2.0-0.rc4.git0.1
3e0c356
- Linux v5.2-rc4.git0
3e0c356
0330b14
* Tue Jun 04 2019 Jitka Plesnikova <jplesnik@redhat.com> - 5.2.0-0.rc3.git0.3
0330b14
- Perl 5.30 re-rebuild updated packages
0330b14
69820ff
* Mon Jun 03 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 5.2.0-0.rc3.git0.1
69820ff
- Linux v5.2-rc3.git0
69820ff
2fb5026
* Sat Jun 01 2019 Jitka Plesnikova <jplesnik@redhat.com> - 5.2.0-0.rc2.git0.2
2fb5026
- Perl 5.30 rebuild
2fb5026
24449f7
* Mon May 27 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 5.2.0-rc2.git0.1
24449f7
- Linux v5.2-rc2.git0
24449f7
49b7b0d
* Mon May 20 2019 Justin M. Forbes <jforbes@fedoraproject.org> - 5.2.0-rc1.git0.1
49b7b0d
- Linux v5.2-rc1.git0
49b7b0d
Jeremy Cline 481a8d1
* Mon May 06 2019 Jeremy Cline <jcline@redhat.com> - 5.1.0-1
Jeremy Cline 481a8d1
- Linux v5.1
Jeremy Cline 481a8d1
Jeremy Cline 7457e3e
* Mon Apr 29 2019 Jeremy Cline <jcline@redhat.com> - 5.1.0-0.rc7.git0.1
Jeremy Cline 7457e3e
- Linux v5.1-rc7
Jeremy Cline 7457e3e
Jeremy Cline 38d260c
* Mon Apr 22 2019 Jeremy Cline <jcline@redhat.com> - 5.1.0-0.rc6.git0.1
Jeremy Cline 38d260c
- Linux v5.1-rc6
Jeremy Cline 38d260c
Jeremy Cline 23d1db6
* Tue Apr 16 2019 Jeremy Cline <jcline@redhat.com> - 5.1.0-0.rc5.git0.1
Jeremy Cline 23d1db6
- Linux v5.1-rc5
Jeremy Cline 23d1db6
Jeremy Cline 591b06b
* Mon Apr 08 2019 Jeremy Cline <jcline@redhat.com> - 5.1.0-0.rc4.git0.1
Jeremy Cline 591b06b
- Linux v5.1-rc4
Jeremy Cline 591b06b
Jiri Olsa ad01cdf
* Tue Apr 02 2019 Jiri Olsa <jolsa@redhat.com> - 5.1.0-0.rc3.git0.2
Jiri Olsa ad01cdf
- Add libbpf, libbpf-devel and libbpf-debuginfo packages
Jiri Olsa ad01cdf
Jeremy Cline f9fa48e
* Mon Apr 01 2019 Jeremy Cline <jeremy@jcline.org> - 5.1.0-0.rc3.git0.1
Jeremy Cline f9fa48e
- Linux v5.1-rc3
Jeremy Cline f9fa48e
Jeremy Cline 8f5e3b4
* Mon Mar 18 2019 Jeremy Cline <jeremy@jcline.org> - 5.1.0-0.rc2.git0.1
Jeremy Cline 8f5e3b4
- Linux v5.1-rc2
Jeremy Cline 8f5e3b4
Jeremy Cline e2ab001
* Mon Mar 18 2019 Jeremy Cline <jeremy@jcline.org> - 5.1.0-0.rc1.git0.1
Jeremy Cline e2ab001
- Linux v5.1-rc1
Jeremy Cline e2ab001
2e85c57
* Mon Mar 04 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-1
2e85c57
- Linux v5.0.0
2e85c57
36dd31d
* Mon Feb 25 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc8.git0.1
36dd31d
- Linux v5.0-rc8
36dd31d
98cecfb
* Sun Feb 17 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc7.git0.1
98cecfb
- Linux v5.0-rc7
98cecfb
98cecfb
* Mon Feb 11 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc6.git0.1
274a1fe
- Linux v5.0-rc6
274a1fe
2b9bcc3
* Mon Feb 04 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc5.git0.1
2b9bcc3
- Linux v5.0-rc5
2b9bcc3
887d650
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-0.rc4.git0.2
887d650
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
887d650
6702e4f
* Fri Jan 25 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc4.git0.1
6702e4f
- Linux v5.0-rc4
6702e4f
0c79569
* Fri Jan 25 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc3.git0.2
0c79569
- Rebuild for gcc9
0c79569
12477b2
* Mon Jan 14 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc3.git0.1
12477b2
- Linux v5.0-rc3
12477b2
08daf32
* Mon Jan 14 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc2.git0.1
08daf32
- Linux v5.0-rc2
08daf32
a83bd27
* Thu Jan 10 2019 Miro Hrončok <mhroncok@redhat.com> - 5.0.0-0.rc1.git0.2
a83bd27
- Remove Python 2 subpackage
a83bd27
6b9c3ea
* Mon Jan 07 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc1.git0.1
6b9c3ea
- Linux v5.0-rc1
6b9c3ea
df56743
* Mon Dec 24 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.20.0-1
df56743
- Linux v4.20.0
df56743
2d79f3e
* Mon Dec 17 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.20.0-0.rc7.git0.1
2d79f3e
- Linux v4.20-rc7
2d79f3e
8b7aa4e
* Mon Dec 10 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.20.0-0.rc6.git0.1
8b7aa4e
- Linux v4.20-rc6
8b7aa4e
65ff608
* Mon Dec 03 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.20.0-0.rc5.git0.1
65ff608
- Linux v4.20-rc5
65ff608
f5f4874
* Mon Nov 26 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.20.0-0.rc4.git0.1
f5f4874
- Linux v4.20-rc4
f5f4874
Jeremy Cline 50e9399
* Mon Nov 19 2018 Jeremy Cline <jeremy@jcline.org> - 4.20.0-0.rc3.git0.1
Jeremy Cline 50e9399
- Linux v4.20-rc3
Jeremy Cline 50e9399
0f01a6a
* Sun Nov 11 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.20.0-0.rc2.git0.1
0f01a6a
- Linux v4.20-rc2
0f01a6a
901bda6
* Mon Nov 05 2018 Justin M. Forbes <jforbes@fedoraproject.org> - 4.20.0-0.rc1.git0.1
901bda6
- Linux v4.20-rc1