kernel-5.7.0-0.rc3.20200501gitc45e8bccecaf.1
* Fri May 01 2020 CKI@GitLab <cki-project@redhat.com> [5.7.0-0.rc3.20200501gitc45e8bccecaf.1]
- c45e8bccecaf rebase
- Updated changelog for the release based on 1d2cc5ac6f66 ("CKI@GitLab")
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
67f313c852
commit
d254a07585
74 changed files with 85 additions and 81 deletions
16
kernel.spec
16
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.rc3.20200429git1d2cc5ac6f66.1
|
||||
%global distro_build 0.rc3.20200501gitc45e8bccecaf.1
|
||||
|
||||
%if 0%{?fedora}
|
||||
%define secure_boot_arch x86_64
|
||||
|
|
@ -69,10 +69,10 @@ Summary: The Linux kernel
|
|||
%endif
|
||||
|
||||
%define rpmversion 5.7.0
|
||||
%define pkgrelease 0.rc3.20200429git1d2cc5ac6f66.1
|
||||
%define pkgrelease 0.rc3.20200501gitc45e8bccecaf.1
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc3.20200429git1d2cc5ac6f66.1%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc3.20200501gitc45e8bccecaf.1%{?buildid}%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}
|
||||
|
||||
|
|
@ -568,7 +568,7 @@ BuildRequires: asciidoc
|
|||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-20200429git1d2cc5ac6f66.tar.xz
|
||||
Source0: linux-20200501gitc45e8bccecaf.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
|
|
@ -1276,8 +1276,8 @@ ApplyOptionalPatch()
|
|||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-20200429git1d2cc5ac6f66 -c
|
||||
mv linux-20200429git1d2cc5ac6f66 linux-%{KVERREL}
|
||||
%setup -q -n kernel-20200501gitc45e8bccecaf -c
|
||||
mv linux-20200501gitc45e8bccecaf linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
|
|
@ -2765,6 +2765,10 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Fri May 01 2020 CKI@GitLab <cki-project@redhat.com> [5.7.0-0.rc3.20200501gitc45e8bccecaf.1]
|
||||
- c45e8bccecaf rebase
|
||||
- Updated changelog for the release based on 1d2cc5ac6f66 ("CKI@GitLab")
|
||||
|
||||
* Wed Apr 29 2020 CKI@GitLab <cki-project@redhat.com> [5.7.0-0.rc3.20200429git1d2cc5ac6f66.1]
|
||||
- 1d2cc5ac6f66 rebase
|
||||
- Add cec to the filter overrides ("Justin M. Forbes")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue