diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2017-05-02 14:04:44 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2017-05-02 14:04:44 -0500 |
commit | a3e7d7abc025c084d9f6e056635bf36190326c97 (patch) | |
tree | a36cfc6551d69e40edc4af361feeaf0022cadf8b /kernel.spec | |
parent | a0fec333d0b5623db0d5b55710348163450a31cf (diff) | |
download | kernel-a3e7d7abc025c084d9f6e056635bf36190326c97.tar.gz kernel-a3e7d7abc025c084d9f6e056635bf36190326c97.tar.xz kernel-a3e7d7abc025c084d9f6e056635bf36190326c97.zip |
Linux v4.11-1464-gd3b5d35
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/kernel.spec b/kernel.spec index 31d64193d..cabc467dc 100644 --- a/kernel.spec +++ b/kernel.spec @@ -6,7 +6,7 @@ Summary: The Linux kernel # For a stable, released kernel, released_kernel should be 1. For rawhide # and/or a kernel built from an rc or git snapshot, released_kernel should # be 0. -%global released_kernel 1 +%global released_kernel 0 # Sign modules on x86. Make sure the config files match this setting if more # architectures are added. @@ -69,7 +69,7 @@ Summary: The Linux kernel # The rc snapshot level %global rcrev 0 # The git snapshot level -%define gitrev 0 +%define gitrev 1 # Set rpm version accordingly %define rpmversion 4.%{upstream_sublevel}.0 %endif @@ -125,7 +125,7 @@ Summary: The Linux kernel # Set debugbuildsenabled to 1 for production (build separate debug kernels) # and 0 for rawhide (all kernels are debug kernels). # See also 'make debug' and 'make release'. -%define debugbuildsenabled 1 +%define debugbuildsenabled 0 # Want to build a vanilla kernel build without any non-upstream patches? %define with_vanilla %{?_with_vanilla: 1} %{?!_with_vanilla: 0} @@ -1724,6 +1724,9 @@ popd pushd tools/gpio/ %{make} popd +pushd tools/kvm/kvm_stat +%{make} +popd %endif # In the modsign case, we do 3 things. 1) We check the "flavour" and hard @@ -1897,6 +1900,9 @@ popd pushd tools/gpio make DESTDIR=%{buildroot} install popd +pushd tools/kvm/kvm_stat +make INSTALL_ROOT=%{buildroot} install +popd %endif %if %{with_bootwrapper} @@ -2094,6 +2100,8 @@ fi %{_bindir}/lsgpio %{_bindir}/gpio-hammer %{_bindir}/gpio-event-mon +%{_mandir}/man1/kvm_stat* +%{_bindir}/kvm_stat %endif %if %{with_debuginfo} @@ -2188,6 +2196,10 @@ fi # # %changelog +* Tue May 02 2017 Justin M. Forbes <jforbes@fedoraproject.org> - 4.12.0-0.rc0.git1.1 +- Linux v4.11-1464-gd3b5d35 +- Reenable debugging options. + * Mon May 01 2017 Laura Abbott <labbott@fedoraproject.org> - 4.11.0-1 - Linux v4.11 |