Fix modules-extra signing with 3.9 kernels (rhbz 965181)

This commit is contained in:
Josh Boyer 2013-05-21 12:42:36 -04:00
parent d03943819e
commit ea06f6447b
2 changed files with 5 additions and 2 deletions

View File

@ -62,7 +62,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
%global baserelease 200
%global baserelease 201
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -2289,6 +2289,9 @@ fi
# ||----w |
# || ||
%changelog
* Tue May 21 2013 Josh Boyer <jwboyer@redhat.com> - 3.9.3-201
- Fix modules-extra signing with 3.9 kernels (rhbz 965181)
* Mon May 20 2013 Josh Boyer <jwboyer@redhat.com> - 3.9.3-200
- Linux 3.9.3
- Update s390x config

View File

@ -21,7 +21,7 @@ do
dir=`dirname $mod`
file=`basename $mod`
./scripts/sign-file ${MODSECKEY} ${MODPUBKEY} ${dir}/${file} \
./scripts/sign-file sha256 ${MODSECKEY} ${MODPUBKEY} ${dir}/${file} \
${dir}/${file}.signed
mv ${dir}/${file}.signed ${dir}/${file}
rm -f ${dir}/${file}.{sig,dig}