Enable SECCOMP and CPUFreq again

These do not seem to cause issues we having thus enabled them back.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2019-10-08 16:27:21 +03:00
parent 0eaa884d64
commit c3ac3ff76b
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 3 additions and 3 deletions

View File

@ -144,7 +144,7 @@ Summary: The Linux kernel
# pkg_release is what we'll fill in for the rpm Release: field
%if 0%{?released_kernel}
%define pkg_release %{fedora_build}%{?buildid}.3.riscv64%{?dist}
%define pkg_release %{fedora_build}%{?buildid}.1.riscv64%{?dist}
%else
@ -612,12 +612,12 @@ Patch509: PATCH-v2-selinux-allow-labeling-before-policy-is-loaded.patch
# RISC-V SECCOMP support v2 (posted on linux-riscv)
# http://lists.infradead.org/pipermail/linux-riscv/2019-August/006235.html
#Patch550: 0001-riscv-add-SECCOMP-support.patch
Patch550: 0001-riscv-add-SECCOMP-support.patch
# RISC-V SiFive Unleashed CPUFreq support
# WIP, private dev branch
# https://github.com/sifive/riscv-linux/commits/dev/paulw/cpufreq-dt-aloe-v5.3-rc4
#Patch552: 0002-SiFive-Unleashed-CPUFreq.patch
Patch552: 0002-SiFive-Unleashed-CPUFreq.patch
# END OF PATCH DEFINITIONS