diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-08-27 12:31:22 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2020-08-27 12:31:22 -0500 |
commit | 13bd6da63cf611a8325774f77a657cf8a6a0fc66 (patch) | |
tree | 08b3885a261f109975787ccdb4325617eac7b312 /0001-initial-commit-Add-Red-Hat-variables-in-the-top-leve.patch | |
parent | b8e77e8fe22d8bc41c1abac6d8a69353c99c2d6e (diff) | |
download | kernel-13bd6da63cf611a8325774f77a657cf8a6a0fc66.tar.gz kernel-13bd6da63cf611a8325774f77a657cf8a6a0fc66.tar.xz kernel-13bd6da63cf611a8325774f77a657cf8a6a0fc66.zip |
kernel-5.9.0-0.rc2.20200827git15bc20c6af4c.1
* Thu Aug 27 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.9.0-0.rc2.20200827git15bc20c6af4c.1]
- 15bc20c6af4c rebase
- Updated changelog for the release based on 2ac69819ba9e (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 |