@@ -14,10 +14,10 @@ Summary: The Linux kernel
14
14
%global distro_build 1062
15
15
16
16
%define rpmversion 3.10.0
17
- %define pkgrelease 1062.1.1 .el7
17
+ %define pkgrelease 1062.1.2 .el7
18
18
19
19
# allow pkg_release to have configurable %%{?dist} tag
20
- %define specrelease 1062.1.1 %{?dist}
20
+ %define specrelease 1062.1.2 %{?dist}
21
21
22
22
%define pkg_release %{specrelease}%{?buildid}
23
23
@@ -281,7 +281,7 @@ Summary: The Linux kernel
281
281
# problems with the newer kernel or lack certain things that make
282
282
# integration in the distro harder than needed.
283
283
#
284
- %define package_conflicts initscripts < 7.23, udev < 063-6, iptables < 1.3.2-1, ipw2200-firmware < 2.4, iwl4965-firmware < 228.57.2, selinux-policy-targeted < 3.13.1-201, squashfs-tools < 4.0, wireless-tools < 29-3, xfsprogs < 4.3.0, kmod < 20-9, kexec-tools < 2.0.14-3, shim-x64 < 12-2
284
+ %define package_conflicts initscripts < 7.23, udev < 063-6, iptables < 1.3.2-1, ipw2200-firmware < 2.4, iwl4965-firmware < 228.57.2, selinux-policy-targeted < 3.13.1-201, squashfs-tools < 4.0, wireless-tools < 29-3, xfsprogs < 4.3.0, kmod < 20-9, kexec-tools < 2.0.14-3
285
285
286
286
# We moved the drm include files into kernel-headers, make sure there's
287
287
# a recent enough libdrm-devel on the system that doesn't have those.
@@ -396,16 +396,16 @@ Source10: sign-modules
396
396
Source11: x509.genkey
397
397
Source12: extra_certificates
398
398
%if %{?released_kernel}
399
- Source13: centos-ca-secureboot.der
400
- Source14: centossecureboot001.crt
401
- %define pesign_name centossecureboot001
399
+ Source13: securebootca.cer
400
+ Source14: secureboot.cer
401
+ %define pesign_name redhatsecureboot301
402
402
%else
403
- Source13: centos-ca-secureboot.der
404
- Source14: centossecureboot001.crt
405
- %define pesign_name centossecureboot001
403
+ Source13: redhatsecurebootca2.cer
404
+ Source14: redhatsecureboot003.cer
405
+ %define pesign_name redhatsecureboot003
406
406
%endif
407
- Source15: centos-ldup .x509
408
- Source16: centos-kpatch .x509
407
+ Source15: rheldup3 .x509
408
+ Source16: rhelkpatch1 .x509
409
409
410
410
Source18: check-kabi
411
411
@@ -449,9 +449,6 @@ Source9999: lastcommit.stat
449
449
450
450
# empty final patch to facilitate testing of kernel patches
451
451
Patch999999: linux-kernel-test.patch
452
- Patch1000: debrand-single-cpu.patch
453
- Patch1001: debrand-rh_taint.patch
454
- Patch1002: debrand-rh-i686-cpu.patch
455
452
456
453
BuildRoot: %{_tmppath}/kernel-%{KVRA}-root
457
454
@@ -635,11 +632,11 @@ kernel-gcov includes the gcov graph and source files for gcov coverage collectio
635
632
%endif
636
633
637
634
%package -n kernel-abi-whitelists
638
- Summary: The CentOS Linux kernel ABI symbol whitelists
635
+ Summary: The Red Hat Enterprise Linux kernel ABI symbol whitelists
639
636
Group: System Environment/Kernel
640
637
AutoReqProv: no
641
638
%description -n kernel-abi-whitelists
642
- The kABI package contains information pertaining to the CentOS
639
+ The kABI package contains information pertaining to the Red Hat Enterprise
643
640
Linux kernel ABI, including lists of kernel symbols that are needed by
644
641
external Linux kernel modules, and a yum plugin to aid enforcement.
645
642
@@ -792,9 +789,6 @@ cd linux-%{KVRA}
792
789
cp $RPM_SOURCE_DIR/kernel-%{version}-*.config .
793
790
794
791
ApplyOptionalPatch linux-kernel-test.patch
795
- ApplyOptionalPatch debrand-single-cpu.patch
796
- ApplyOptionalPatch debrand-rh_taint.patch
797
- ApplyOptionalPatch debrand-rh-i686-cpu.patch
798
792
799
793
# Any further pre-build tree manipulations happen here.
800
794
1776
1770
%kernel_variant_files %{with_kdump} kdump
1777
1771
1778
1772
%changelog
1779
- * Tue Sep 03 2019 CentOS Sources <bugs@centos.org> - 3.10.0-1062.1.1 .el7
1780
- - Apply debranding changes
1773
+ * Mon Sep 16 2019 Bruno Meneguele <bmeneg@redhat.com> [ 3.10.0-1062.1.2 .el7]
1774
+ - [vhost] vhost: make sure log_num < in_num (Eugenio Perez) [1750879 1750880] {CVE-2019-14835}
1781
1775
1782
1776
* Tue Aug 13 2019 Bruno Meneguele <bmeneg@redhat.com> [3.10.0-1062.1.1.el7]
1783
1777
- [fs] nfsv4.1: Avoid false retries when RPC calls are interrupted (Benjamin Coddington) [1739077 1732427]
0 commit comments