kernel-5.18.0-0.rc3.d569e86915b7f2f.30
* Fri Apr 22 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.18.0-0.rc3.d569e86915b7f2f.30] - redhat/self-test: Clean up data set (Prarit Bhargava) - redhat/Makefile.rhpkg: Remove quotes for RHDISTGIT (Prarit Bhargava) - redhat/scripts/create-tarball.sh: Use Makefile variables (Prarit Bhargava) - redhat/Makefile: Deprecate SINGLE_TARBALL (Prarit Bhargava) - redhat/Makefile: Move SINGLE_TARBALL to Makefile.variables (Prarit Bhargava) - redhat/Makefile: Use RPMVERSION (Prarit Bhargava) - redhat/scripts/rh-dist-git.sh: Use Makefile variables (Prarit Bhargava) - redhat/configs/build_configs.sh: Use Makefile variables (Prarit Bhargava) - redhat/configs/process_configs.sh: Use Makefile variables (Prarit Bhargava) - redhat/kernel.spec.template: Use RPM_BUILD_NCPUS (Prarit Bhargava) - redhat/configs/generate_all_configs.sh: Use Makefile variables (Prarit Bhargava) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
1543f7c6be
commit
4cf4e42e77
25 changed files with 112 additions and 54 deletions
19
kernel.spec
19
kernel.spec
|
|
@ -87,7 +87,7 @@ Summary: The Linux kernel
|
|||
# the --with-release option overrides this setting.)
|
||||
%define debugbuildsenabled 0
|
||||
|
||||
%global distro_build 0.rc3.20220421gitb253435746d9a4a.30
|
||||
%global distro_build 0.rc3.20220422gitd569e86915b7f2f.31
|
||||
|
||||
%if 0%{?fedora}
|
||||
%define secure_boot_arch x86_64
|
||||
|
|
@ -131,13 +131,13 @@ Summary: The Linux kernel
|
|||
|
||||
%define rpmversion 5.18.0
|
||||
%define patchversion 5.18
|
||||
%define pkgrelease 0.rc3.20220421gitb253435746d9a4a.30
|
||||
%define pkgrelease 0.rc3.20220422gitd569e86915b7f2f.31
|
||||
|
||||
# This is needed to do merge window version magic
|
||||
%define patchlevel 18
|
||||
|
||||
# allow pkg_release to have configurable %%{?dist} tag
|
||||
%define specrelease 0.rc3.20220421gitb253435746d9a4a.30%{?buildid}%{?dist}
|
||||
%define specrelease 0.rc3.20220422gitd569e86915b7f2f.31%{?buildid}%{?dist}
|
||||
|
||||
%define pkg_release %{specrelease}
|
||||
|
||||
|
|
@ -692,7 +692,7 @@ BuildRequires: lld
|
|||
# exact git commit you can run
|
||||
#
|
||||
# xzcat -qq ${TARBALL} | git get-tar-commit-id
|
||||
Source0: linux-5.18-rc3-16-gb253435746d9a4a.tar.xz
|
||||
Source0: linux-5.18-rc3-80-gd569e86915b7f2f.tar.xz
|
||||
|
||||
Source1: Makefile.rhelver
|
||||
|
||||
|
|
@ -1384,8 +1384,8 @@ ApplyOptionalPatch()
|
|||
fi
|
||||
}
|
||||
|
||||
%setup -q -n kernel-5.18-rc3-16-gb253435746d9a4a -c
|
||||
mv linux-5.18-rc3-16-gb253435746d9a4a linux-%{KVERREL}
|
||||
%setup -q -n kernel-5.18-rc3-80-gd569e86915b7f2f -c
|
||||
mv linux-5.18-rc3-80-gd569e86915b7f2f linux-%{KVERREL}
|
||||
|
||||
cd linux-%{KVERREL}
|
||||
cp -a %{SOURCE1} .
|
||||
|
|
@ -3027,7 +3027,7 @@ fi
|
|||
#
|
||||
#
|
||||
%changelog
|
||||
* Thu Apr 21 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.18.0-0.rc3.b253435746d9a4a.29]
|
||||
* Fri Apr 22 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.18.0-0.rc3.d569e86915b7f2f.30]
|
||||
- redhat/self-test: Clean up data set (Prarit Bhargava)
|
||||
- redhat/Makefile.rhpkg: Remove quotes for RHDISTGIT (Prarit Bhargava)
|
||||
- redhat/scripts/create-tarball.sh: Use Makefile variables (Prarit Bhargava)
|
||||
|
|
@ -3040,6 +3040,11 @@ fi
|
|||
- redhat/kernel.spec.template: Use RPM_BUILD_NCPUS (Prarit Bhargava)
|
||||
- redhat/configs/generate_all_configs.sh: Use Makefile variables (Prarit Bhargava)
|
||||
|
||||
* Fri Apr 22 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.18.0-0.rc3.d569e86915b7f2f.29]
|
||||
- fedora: Disable fbdev drivers missed before (Javier Martinez Canillas)
|
||||
- Redhat: enable Kfence on production servers (Nico Pache)
|
||||
- redhat: ignore known empty patches on the patches rpminspect test (Herton R. Krzesinski)
|
||||
|
||||
* Thu Apr 21 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.18.0-0.rc3.b253435746d9a4a.28]
|
||||
- kernel-ark: arch_hw Update CONFIG_MOUSE_VSXXXAA=m (Tony Camuso) [2062909]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue