Linux 3.1.3-rc1 (Fedora 2.6.41.3-rc1)

Comment out merged patches:
usb-add-quirk-for-logitech-webcams.patch
ip6_tunnel-copy-parms.name-after-register_netdevice.patch
This commit is contained in:
Chuck Ebbert 2011-11-23 08:51:38 -05:00
parent 03734ddcf2
commit 99b2575085
3 changed files with 12 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,6 +1,5 @@
linux-*.tar.bz2
patch-*.bz2
clog
*.bz2
*.rpm
*.orig
kernel-[23].*/

View File

@ -51,9 +51,9 @@ Summary: The Linux kernel
%define fake_sublevel %(echo $((40 + %{real_sublevel})))
# Do we have a -stable update to apply?
%define stable_update 2
%define stable_update 3
# Is it a -stable RC?
%define stable_rc 0
%define stable_rc 1
# Set rpm version accordingly
%if 0%{?stable_update}
%define stablerev .%{stable_update}
@ -1223,7 +1223,7 @@ ApplyPatch udlfb-bind-framebuffer-to-interface.patch
ApplyPatch epoll-limit-paths.patch
ApplyPatch rcu-avoid-just-onlined-cpu-resched.patch
ApplyPatch block-stray-block-put-after-teardown.patch
ApplyPatch usb-add-quirk-for-logitech-webcams.patch
#ApplyPatch usb-add-quirk-for-logitech-webcams.patch
ApplyPatch HID-wacom-Set-input-bits-before-registration.patch
# rhbz#605888
@ -1235,7 +1235,7 @@ ApplyPatch efi-dont-map-boot-services-on-32bit.patch
ApplyPatch hvcs_pi_buf_alloc.patch
#rhbz 751165
ApplyPatch ip6_tunnel-copy-parms.name-after-register_netdevice.patch
#ApplyPatch ip6_tunnel-copy-parms.name-after-register_netdevice.patch
ApplyPatch media-dib0700-correct-error-message.patch
@ -1885,6 +1885,12 @@ fi
# and build.
%changelog
* Wed Nov 23 2011 Chuck Ebbert <cebbert@redhat.com> 2.6.41.3-0.rc1.1
- Linux 3.1.3-rc1 (Fedora 2.6.41.3-rc1)
- Comment out merged patches:
usb-add-quirk-for-logitech-webcams.patch
ip6_tunnel-copy-parms.name-after-register_netdevice.patch
* Tue Nov 22 2011 Chuck Ebbert <cebbert@redhat.com> 2.6.41.2-1
- Linux 3.1.2 (Fedora 2.6.41.2)

View File

@ -1,2 +1,3 @@
8d43453f8159b2332ad410b19d86a931 linux-3.1.tar.bz2
7487d8e6f00c077f6e15d6f4f9947c30 patch-3.1.2.bz2
756c229f0565dd6073605c8654fee4b9 patch-3.1.3-rc1.bz2