Update to 3.0-rc4
CONFIG_USB_NET_KALMIA =m Fix context in linux-3.0-fix-uts-release.patch
This commit is contained in:
parent
11b539c9cb
commit
e2875c52bd
@ -1561,6 +1561,7 @@ CONFIG_RTL8187=m
|
|||||||
CONFIG_TMD_HERMES=m
|
CONFIG_TMD_HERMES=m
|
||||||
CONFIG_USB_ZD1201=m
|
CONFIG_USB_ZD1201=m
|
||||||
CONFIG_USB_NET_RNDIS_WLAN=m
|
CONFIG_USB_NET_RNDIS_WLAN=m
|
||||||
|
CONFIG_USB_NET_KALMIA=m
|
||||||
CONFIG_USB_NET_SMSC75XX=m
|
CONFIG_USB_NET_SMSC75XX=m
|
||||||
CONFIG_ZD1211RW=m
|
CONFIG_ZD1211RW=m
|
||||||
# CONFIG_ZD1211RW_DEBUG is not set
|
# CONFIG_ZD1211RW_DEBUG is not set
|
||||||
|
@ -83,9 +83,9 @@ Summary: The Linux kernel
|
|||||||
# % define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
|
# % define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
|
||||||
%define upstream_sublevel 0
|
%define upstream_sublevel 0
|
||||||
# The rc snapshot level
|
# The rc snapshot level
|
||||||
%define rcrev 3
|
%define rcrev 4
|
||||||
# The git snapshot level
|
# The git snapshot level
|
||||||
%define gitrev 6
|
%define gitrev 0
|
||||||
# Set rpm version accordingly
|
# Set rpm version accordingly
|
||||||
%define rpmversion 3.%{upstream_sublevel}
|
%define rpmversion 3.%{upstream_sublevel}
|
||||||
%endif
|
%endif
|
||||||
@ -531,7 +531,7 @@ BuildRequires: rpm-build >= 4.4.2.1-4
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Source0: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-%{kversion}.tar.bz2
|
# Source0: ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-%{kversion}.tar.bz2
|
||||||
Source0: ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-3.0-rc3.tar.bz2
|
Source0: ftp://ftp.kernel.org/pub/linux/kernel/v3.0/linux-3.0-rc4.tar.bz2
|
||||||
|
|
||||||
Source11: genkey
|
Source11: genkey
|
||||||
Source14: find-provides
|
Source14: find-provides
|
||||||
@ -1877,6 +1877,9 @@ fi
|
|||||||
# and build.
|
# and build.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 21 2011 Kyle McMartin <kmcmartin@redhat.com> 3.0-0.rc4.git0.1
|
||||||
|
- Linux 3.0-rc4 (getting closer...)
|
||||||
|
|
||||||
* Fri Jun 17 2011 Kyle McMartin <kmcmartin@redhat.com> 3.0-0.rc3.git6.1
|
* Fri Jun 17 2011 Kyle McMartin <kmcmartin@redhat.com> 3.0-0.rc3.git6.1
|
||||||
- Update to 3.0-rc3-git6
|
- Update to 3.0-rc3-git6
|
||||||
|
|
||||||
|
@ -7,6 +7,6 @@ index 0499c2e..86b01e8 100644
|
|||||||
PATCHLEVEL = 0
|
PATCHLEVEL = 0
|
||||||
-SUBLEVEL = 0
|
-SUBLEVEL = 0
|
||||||
+SUBLEVEL =
|
+SUBLEVEL =
|
||||||
EXTRAVERSION = -rc3-git6
|
EXTRAVERSION = -rc4
|
||||||
NAME = Sneaky Weasel
|
NAME = Sneaky Weasel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user