Linux v4.5-rc4
This commit is contained in:
parent
f65f3f11ac
commit
f8e555cf3a
2
gitrev
2
gitrev
@ -1 +1 @@
|
||||
c05235d50f681bf685e7290cae05ab3b4fa493f3
|
||||
18558cae0272f8fd9647e69d3fec1565a7949865
|
||||
|
12
kernel.spec
12
kernel.spec
@ -65,9 +65,9 @@ Summary: The Linux kernel
|
||||
# The next upstream release sublevel (base_sublevel+1)
|
||||
%define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
|
||||
# The rc snapshot level
|
||||
%define rcrev 3
|
||||
%define rcrev 4
|
||||
# The git snapshot level
|
||||
%define gitrev 3
|
||||
%define gitrev 0
|
||||
# Set rpm version accordingly
|
||||
%define rpmversion 4.%{upstream_sublevel}.0
|
||||
%endif
|
||||
@ -677,6 +677,7 @@ files combining both kernel and initial ramdisk.
|
||||
%package debuginfo-common-%{_target_cpu}
|
||||
Summary: Kernel source files used by %{name}-debuginfo packages
|
||||
Group: Development/Debug
|
||||
Provides: installonlypkg(kernel)
|
||||
%description debuginfo-common-%{_target_cpu}
|
||||
This package is required by %{name}-debuginfo subpackages.
|
||||
It provides the kernel source files common to all builds.
|
||||
@ -793,6 +794,7 @@ Summary: Debug information for package %{name}%{?1:-%{1}}\
|
||||
Group: Development/Debug\
|
||||
Requires: %{name}-debuginfo-common-%{_target_cpu} = %{version}-%{release}\
|
||||
Provides: %{name}%{?1:-%{1}}-debuginfo-%{_target_cpu} = %{version}-%{release}\
|
||||
Provides: installonlypkg(kernel)\
|
||||
AutoReqProv: no\
|
||||
%description %{?1:%{1}-}debuginfo\
|
||||
This package provides debug information for package %{name}%{?1:-%{1}}.\
|
||||
@ -872,6 +874,7 @@ summary: kernel meta-package for the %{1} kernel\
|
||||
group: system environment/kernel\
|
||||
Requires: kernel-%{1}-core-uname-r = %{KVERREL}%{?variant}+%{1}\
|
||||
Requires: kernel-%{1}-modules-uname-r = %{KVERREL}%{?variant}+%{1}\
|
||||
Provides: installonlypkg(kernel)\
|
||||
%description %{1}\
|
||||
The meta-package for the %{1} kernel\
|
||||
%{nil}
|
||||
@ -886,6 +889,7 @@ The meta-package for the %{1} kernel\
|
||||
Summary: %{variant_summary}\
|
||||
Group: System Environment/Kernel\
|
||||
Provides: kernel-%{?1:%{1}-}core-uname-r = %{KVERREL}%{?variant}%{?1:+%{1}}\
|
||||
Provides: installonlypkg(kernel)\
|
||||
%{expand:%%kernel_reqprovconf}\
|
||||
%if %{?1:1} %{!?1:0} \
|
||||
%{expand:%%kernel_meta_package %{?1:%{1}}}\
|
||||
@ -2119,6 +2123,10 @@ fi
|
||||
#
|
||||
#
|
||||
%changelog
|
||||
* Mon Feb 15 2016 Justin M. Forbes <jforbes@fedoraproject.org> - 4.5.0-0.rc4.git0.1
|
||||
- Disable debugging options.
|
||||
- Linux v4.5-rc4
|
||||
|
||||
* Fri Feb 12 2016 Laura Abbott <labbott@fedoraproject.org>
|
||||
- Fix warning spew from vmware sockets (rhbz 1288684)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user