Add kernel dev deps and disable new modular repos

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-08-29 08:21:18 +03:00
parent d9081291b3
commit e0c2de6542
Signed by: davidlt
GPG Key ID: 7108702C938B13C1
1 changed files with 12 additions and 1 deletions

View File

@ -84,6 +84,17 @@ zsh
nvme-cli
pv
dtc
axel
bc
bison
elfutils-devel
flex
m4
net-tools
openssl-devel
perl-devel
perl-generators
pesign
# Below packages are needed for creating disk images via koji-builder
livecd-tools
python-imgcreate-sysdeps
@ -107,7 +118,7 @@ qemu-img
%post
# Disable default repositories (not riscv64 in upstream)
dnf config-manager --set-disabled rawhide updates updates-testing fedora fedora-modular fedora-cisco-openh264
dnf config-manager --set-disabled rawhide updates updates-testing fedora fedora-modular fedora-cisco-openh264 updates-modular updates-testing-modular
# Create Fedora RISC-V repo
cat << EOF > /etc/yum.repos.d/fedora-riscv.repo