Fix directory name mismatch in kernel_source macro (#648996)
Patch from Jacob Keller.
This commit is contained in:
parent
cf7406787b
commit
d95e9bc7b6
@ -45,7 +45,7 @@ kernel_module_package_release 1
|
|||||||
done \
|
done \
|
||||||
fi \
|
fi \
|
||||||
echo "%%global flavors_to_build ${flavors_to_build:-%%nil}" \
|
echo "%%global flavors_to_build ${flavors_to_build:-%%nil}" \
|
||||||
echo "%%global kernel_source() /usr/src/kernels/%kverrel-\\\$([ %%%%{1} = default ] || echo "%%%%{1}.")%_target_cpu" \
|
echo "%%global kernel_source() /usr/src/kernels/%kverrel.\\\$([ %%%%{1} = default ] || echo "%%%%{1}.")%_target_cpu" \
|
||||||
if [ ! -z "%{-f*}" ] \
|
if [ ! -z "%{-f*}" ] \
|
||||||
then \
|
then \
|
||||||
filelist="%{-f*}" \
|
filelist="%{-f*}" \
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Summary: Red Hat specific rpm configuration files
|
Summary: Red Hat specific rpm configuration files
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 55
|
Version: 56
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# No version specified.
|
# No version specified.
|
||||||
License: GPL+
|
License: GPL+
|
||||||
@ -140,6 +140,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov
|
|||||||
%{_rpmconfigdir}/macros.d/macros.kmp
|
%{_rpmconfigdir}/macros.d/macros.kmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 11 2016 Panu Matilainen <pmatilai@redhat.com> - 56-1
|
||||||
|
- Fix directory name mismatch in kernel_source macro (#648996)
|
||||||
|
|
||||||
* Tue Nov 08 2016 Michal Toman <mtoman@fedoraproject.org> - 55-1
|
* Tue Nov 08 2016 Michal Toman <mtoman@fedoraproject.org> - 55-1
|
||||||
- Add default compiler flags for various MIPS architectures (#1366735)
|
- Add default compiler flags for various MIPS architectures (#1366735)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user