summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-05-18 19:51:51 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2020-05-18 19:51:51 +0200
commitaae208c12f61545f388c2e6d1f22c30ec858c293 (patch)
tree7a6f6fa03b1360b9df7f2150bd337fa33a9ff8d5 /kernel.spec
parent81b1269020cd33317e9c61de223f735c3ef35525 (diff)
parent8bcec8d9026ed6b2c51c7947c2e28628e701dfe8 (diff)
downloadkernel-aae208c12f61545f388c2e6d1f22c30ec858c293.tar.gz
kernel-aae208c12f61545f388c2e6d1f22c30ec858c293.tar.xz
kernel-aae208c12f61545f388c2e6d1f22c30ec858c293.zip
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec24
1 files changed, 18 insertions, 6 deletions
diff --git a/kernel.spec b/kernel.spec
index 04d9fac7a..c46fd7c6c 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.rc5.20200515git1ae7efb38854.1
+%global distro_build 0.rc6.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.rc5.20200515git1ae7efb38854.1
+%define pkgrelease 0.rc6.1
# allow pkg_release to have configurable %%{?dist} tag
-%define specrelease 0.rc5.20200515git1ae7efb38854.1%{?buildid}%{?dist}
+%define specrelease 0.rc6.1%{?buildid}%{?dist}
%define pkg_release %{specrelease}
@@ -566,7 +566,7 @@ BuildRequires: asciidoc
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-20200515git1ae7efb38854.tar.xz
+Source0: linux-5.7-rc6.tar.xz
Source1: Makefile.rhelver
@@ -1275,8 +1275,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-20200515git1ae7efb38854 -c
-mv linux-20200515git1ae7efb38854 linux-%{KVERREL}
+%setup -q -n kernel-5.7-rc6 -c
+mv linux-5.7-rc6 linux-%{KVERREL}
cd linux-%{KVERREL}
# cp -a %{SOURCE1} .
@@ -2766,6 +2766,18 @@ fi
#
#
%changelog
+* Mon May 18 2020 CKI@GitLab <cki-project@redhat.com> [5.7.0-0.rc6.1]
+- v5.7-rc6 rebase
+- Updated changelog for the release based on 3d1c1e5931ce ("CKI@GitLab")
+
+* Sun May 17 2020 CKI@GitLab <cki-project@redhat.com> [5.7.0-0.rc5.20200517git3d1c1e5931ce.1]
+- 3d1c1e5931ce rebase
+- Updated changelog for the release based on 12bf0b632ed0 ("CKI@GitLab")
+
+* Sat May 16 2020 CKI@GitLab <cki-project@redhat.com> [5.7.0-0.rc5.20200516git12bf0b632ed0.1]
+- 12bf0b632ed0 rebase
+- Updated changelog for the release based on 1ae7efb38854 ("CKI@GitLab")
+
* Fri May 15 2020 CKI@GitLab <cki-project@redhat.com> [5.7.0-0.rc5.20200515git1ae7efb38854.1]
- 1ae7efb38854 rebase
- Updated changelog for the release based on 24085f70a6e1 ("CKI@GitLab")