summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-04-22 20:42:15 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2020-04-22 20:42:15 +0200
commita2fd93e3808fcc84df4cc71121624b460c346298 (patch)
treee9b834e6f6bea4141503d0b7e5bcc127f2aa33d8 /kernel.spec
parent8efc28864e86fc7d40cb1b1ef35cc39e13532d5f (diff)
parent4f478aae8055f932b9a8fdd88d93db6b9da5709e (diff)
downloadkernel-a2fd93e3808fcc84df4cc71121624b460c346298.tar.gz
kernel-a2fd93e3808fcc84df4cc71121624b460c346298.tar.xz
kernel-a2fd93e3808fcc84df4cc71121624b460c346298.zip
Merge remote-tracking branch 'origin/master' into rawhide-user-thl-vanilla-fedora
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec24
1 files changed, 15 insertions, 9 deletions
diff --git a/kernel.spec b/kernel.spec
index 6d1658afd..870ca09c9 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -30,7 +30,7 @@ Summary: The Linux kernel
# For a stable, released kernel, released_kernel should be 1.
%global released_kernel 0
-%global distro_build 0.rc2.1
+%global distro_build 0.rc2.20200422git18bf34080c4c.1
%if 0%{?fedora}
%define secure_boot_arch x86_64
@@ -71,10 +71,10 @@ Summary: The Linux kernel
%endif
%define rpmversion 5.7.0
-%define pkgrelease 0.rc2.1
+%define pkgrelease 0.rc2.20200422git18bf34080c4c.1
# allow pkg_release to have configurable %%{?dist} tag
-%define specrelease 0.rc2.1%{?buildid}%{?dist}
+%define specrelease 0.rc2.20200422git18bf34080c4c.1%{?buildid}%{?dist}
%define pkg_release %{specrelease}
@@ -165,7 +165,7 @@ Summary: The Linux kernel
# Set debugbuildsenabled to 1 for production (build separate debug kernels)
# and 0 for rawhide (all kernels are debug kernels).
# See also 'make debug' and 'make release'.
-%define debugbuildsenabled 1
+%define debugbuildsenabled 0
# The kernel tarball/base version
%define kversion 5.7
@@ -570,7 +570,7 @@ BuildRequires: asciidoc
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.7-rc2.tar.xz
+Source0: linux-20200422git18bf34080c4c.tar.xz
# Name of the packaged file containing signing key
@@ -1198,8 +1198,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.7-rc2 -c
-mv linux-5.7-rc2 linux-%{KVERREL}
+%setup -q -n kernel-20200422git18bf34080c4c -c
+mv linux-20200422git18bf34080c4c linux-%{KVERREL}
cd linux-%{KVERREL}
@@ -1233,7 +1233,6 @@ pathfix.py -i "%{__python3} %{py3_shbang_opts}" -p -n \
tools/perf/tests/attr.py \
tools/perf/scripts/python/stat-cpi.py \
tools/perf/scripts/python/sched-migration.py \
- tools/testing/selftests/drivers/net/mlxsw/sharedbuffer_configuration.py \
Documentation \
scripts/gen_compile_commands.py
@@ -2493,7 +2492,6 @@ fi
%{_mandir}/man8/bpftool-net.8.gz
%{_mandir}/man8/bpftool-feature.8.gz
%{_mandir}/man8/bpftool-btf.8.gz
-%{_mandir}/man8/bpftool-struct_ops.8.gz
%if %{with_debuginfo}
%files -f bpftool-debuginfo.list -n bpftool-debuginfo
@@ -2607,6 +2605,14 @@ fi
#
#
%changelog
+* Wed Apr 22 2020 Justin M. Forbes <jforbes@fedoraproject.org> [5.7.0-0.rc2.20200422git18bf34080c4c.1]
+- 18bf34080c4c rebase
+- Provide defaults in ark-rebase-patches.sh (Jeremy Cline)
+- Default ark-rebase-patches.sh to not report issues (Jeremy Cline)
+
+* Mon Apr 20 2020 Jeremy Cline <jcline@redhat.com> [5.7.0-0.rc2.2]
+- Package gpio-watch in kernel-tools (Jeremy Cline)
+
* Mon Apr 20 2020 Jeremy Cline <jcline@redhat.com> [5.7.0-0.rc2.1]
- v5.7-rc2 rebase
- Add a README to the dist-git repository (Jeremy Cline)