From 271f2f7385fd16e10a921ca47cfa07bac4df70c5 Mon Sep 17 00:00:00 2001 From: Akemi Yagi Date: Jul 24 2021 16:24:51 +0000 Subject: centosplus kernel corrections reported by kabe centos-plus 8.4 kernel-4.18.0-305.10.2.el8_4.centos.plus git is missing some files https://bugs.centos.org/view.php?id=18255 Signed-off-by: Akemi Yagi --- diff --git a/SOURCES/centos-dup.x509 b/SOURCES/centos-dup.x509 new file mode 100644 index 0000000..9c65dd3 Binary files /dev/null and b/SOURCES/centos-dup.x509 differ diff --git a/SOURCES/centos-kpatch.x509 b/SOURCES/centos-kpatch.x509 new file mode 100644 index 0000000..ca57a43 Binary files /dev/null and b/SOURCES/centos-kpatch.x509 differ diff --git a/SOURCES/kvm_stat.logrotate b/SOURCES/kvm_stat.logrotate new file mode 100644 index 0000000..105e15e --- /dev/null +++ b/SOURCES/kvm_stat.logrotate @@ -0,0 +1,11 @@ +/var/log/kvm_stat.csv { + size 10M + missingok + compress + maxage 30 + rotate 5 + nodateext + postrotate + /usr/bin/systemctl try-restart kvm_stat.service + endscript +} diff --git a/SPECS/kernel-plus.spec b/SPECS/kernel-plus.spec index 4087bb2..f560c5c 100644 --- a/SPECS/kernel-plus.spec +++ b/SPECS/kernel-plus.spec @@ -511,7 +511,7 @@ Source43: generate_bls_conf.sh Source44: mod-internal.list -Source100: centos-ldup.x509 +Source100: centos-dup.x509 Source101: centos-kpatch.x509 %if %{with_kabichk}