fix BUG when using xt_SECMARK
This commit is contained in:
parent
16ab22b532
commit
49d23722df
2 changed files with 41 additions and 0 deletions
|
|
@ -724,6 +724,8 @@ Patch12303: dmar-disable-when-ricoh-multifunction.patch
|
|||
|
||||
Patch12305: xhci_hcd-suspend-resume.patch
|
||||
|
||||
Patch12306: secmark-do-not-return-early-if-there-was-no-error.patch
|
||||
|
||||
%endif
|
||||
|
||||
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
|
||||
|
|
@ -1342,6 +1344,8 @@ ApplyPatch dmar-disable-when-ricoh-multifunction.patch
|
|||
|
||||
ApplyPatch xhci_hcd-suspend-resume.patch
|
||||
|
||||
ApplyPatch secmark-do-not-return-early-if-there-was-no-error.patch
|
||||
|
||||
# END OF PATCH APPLICATIONS
|
||||
|
||||
%endif
|
||||
|
|
@ -1955,6 +1959,10 @@ fi
|
|||
# || ||
|
||||
|
||||
%changelog
|
||||
* Sat Nov 20 2010 Kyle McMartin <kyle@redhat.com>
|
||||
- secmark-do-not-return-early-if-there-was-no-error.patch: requested
|
||||
by eparis@. (Fixes a BUG when using secmark.)
|
||||
|
||||
* Wed Nov 17 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-5
|
||||
- Disable drm/intel rebase until it can be fixed.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue