diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-06-16 11:36:29 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-06-16 11:36:29 -0500 |
commit | 5c21031a3dde7b2ab29531ef7d5a441c121541e1 (patch) | |
tree | 990b248da9b57044a1d78babb7e6acc60ab0ce8b /0001-initial-commit-Add-Red-Hat-variables-in-the-top-leve.patch | |
parent | dadba4a34d797d91b5524e2ea22dc6374a2d85b1 (diff) | |
download | kernel-5c21031a3dde7b2ab29531ef7d5a441c121541e1.tar.gz kernel-5c21031a3dde7b2ab29531ef7d5a441c121541e1.tar.xz kernel-5c21031a3dde7b2ab29531ef7d5a441c121541e1.zip |
kernel-5.8.0-0.rc1.20200616gita5dc8300df75.1
* Tue Jun 16 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.8.0-0.rc1.20200616gita5dc8300df75.1]
- a5dc8300df75 rebase
- Fedora config update for rc1 ("Justin M. Forbes")
- Updated changelog for the release based on v5.8-rc1 (Fedora Kernel Team)
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to '0001-initial-commit-Add-Red-Hat-variables-in-the-top-leve.patch')
-rw-r--r-- | 0001-initial-commit-Add-Red-Hat-variables-in-the-top-leve.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/0001-initial-commit-Add-Red-Hat-variables-in-the-top-leve.patch b/0001-initial-commit-Add-Red-Hat-variables-in-the-top-leve.patch index 62c8a5278..fffc10bcc 100644 --- a/0001-initial-commit-Add-Red-Hat-variables-in-the-top-leve.patch +++ b/0001-initial-commit-Add-Red-Hat-variables-in-the-top-leve.patch @@ -14,8 +14,8 @@ index 3e4868a6498b..502f9a9a2806 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,9 @@ NAME = Bobtail Squid - PHONY := __all - __all: + PHONY := _all + _all: +# Set RHEL variables +include Makefile.rhelver |