summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-04-20 21:42:10 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2020-04-20 21:42:10 +0200
commit8efc28864e86fc7d40cb1b1ef35cc39e13532d5f (patch)
treede930ac0ebc713c0985d8203bd27374c5355a559 /kernel.spec
parent12d9738bd2056d5dc180ece04b6fe7ceb5056d4c (diff)
parent0c5dccebb58945a1d0e7f3a660acf24b9ffbf223 (diff)
downloadkernel-5.7.0-0.rc2.1.vanilla.1.fc30.tar.gz
kernel-5.7.0-0.rc2.1.vanilla.1.fc30.tar.xz
kernel-5.7.0-0.rc2.1.vanilla.1.fc30.zip
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec21
1 files changed, 12 insertions, 9 deletions
diff --git a/kernel.spec b/kernel.spec
index c2e77f159..6d1658afd 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.rc1.20200416git9786cab67457.1
+%global distro_build 0.rc2.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.rc1.20200416git9786cab67457.1
+%define pkgrelease 0.rc2.1
# allow pkg_release to have configurable %%{?dist} tag
-%define specrelease 0.rc1.20200416git9786cab67457.1%{?buildid}%{?dist}
+%define specrelease 0.rc2.1%{?buildid}%{?dist}
%define pkg_release %{specrelease}
@@ -570,7 +570,7 @@ BuildRequires: asciidoc
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-20200416git9786cab67457.tar.xz
+Source0: linux-5.7-rc2.tar.xz
# Name of the packaged file containing signing key
@@ -700,6 +700,8 @@ Source2001: cpupower.config
Source3000: merge.pl
Source3001: kernel-local
+Source4000: README.rst
+
## Patches needed for building this package
Patch1: patch-%{rpmversion}-redhat.patch
@@ -1196,8 +1198,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-20200416git9786cab67457 -c
-mv linux-20200416git9786cab67457 linux-%{KVERREL}
+%setup -q -n kernel-5.7-rc2 -c
+mv linux-5.7-rc2 linux-%{KVERREL}
cd linux-%{KVERREL}
@@ -2605,11 +2607,12 @@ fi
#
#
%changelog
-* Thu Apr 16 2020 Jeremy Cline <jcline@redhat.com> [5.7.0-0.rc1.20200416git9786cab67457.1]
-- 9786cab67457 rebase
+* 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)
- Copy distro files rather than moving them (Jeremy Cline)
-- Place the buildid before the dist in the release (Jeremy Cline)
- Drop DIST from release commits and tags (Jeremy Cline)
+- Place the buildid before the dist in the release (Jeremy Cline)
- Sync up with Fedora arm configuration prior to merging (Jeremy Cline)
- Disable CONFIG_PROTECTED_VIRTUALIZATION_GUEST for zfcpdump (Jeremy Cline)