diff --git a/kernel.spec b/kernel.spec index 6a0163a..1b95271 100644 --- a/kernel.spec +++ b/kernel.spec @@ -11,7 +11,7 @@ %define sublevel 25 # Release number. Increase this before a rebuild. -%define rpmrel 3 +%define rpmrel 4 %define fullrpmrel %{rpmrel} %define rpmtag %{disttag} @@ -1022,8 +1022,8 @@ sed -i %{src_dir}/scripts/Makefile \ %if %{with additional_keys} # Add additional public keys to the list of trusted keys for kernel modules # Build kernel --without additional_keys if you do not want to trust them -##cat %{expand:%(for i in `seq 1 12`; do echo "%%SOURCE$((200+${i}))" | tr "\n" " "; done)} \ -## >> "%{certs_public_keys}" +cat %{expand:%(for i in `seq 1 12`; do echo "%%SOURCE$((200+${i}))" | tr "\n" " "; done)} \ + >> "%{certs_public_keys}" %endif #endif additional_keys cat %{certs_public_keys} %endif #endif enhanced_security