commit cee6127cc405219566729ed94ffc4cb64744a2cd
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=238
This commit is contained in:
parent
ee449bbfc0
commit
b799943cec
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:de005e324342435ac23a5a763a244dabda942bcf307893cebbe0fe9c5606106f
|
oid sha256:2bb3b7fddcc559cfd3281eeb0893a7849fa6241a60bf25182c4c685b2d267cdf
|
||||||
size 259902
|
size 259698
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.11.1.
|
||||||
|
- commit 1383321
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Enable CONFIG_ZSWAP (bnc#839064).
|
||||||
|
It's built-in but a no-op without zswap.enabled=1 on the kernel
|
||||||
|
command line.
|
||||||
|
- commit 1441e59
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
|
||||||
|
- commit fd0a178
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
|
||||||
|
|
||||||
|
- Update config files to enable GFS DLM locking.
|
||||||
|
- commit 712cff0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
||||||
|
|
||||||
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
|
|||||||
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
||||||
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
||||||
ominious error messages to the console.
|
ominious error messages to the console.
|
||||||
- commit a3aa67c
|
- commit cddcbe7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.11
|
%define srcversion 3.11
|
||||||
%define patchversion 3.11.0
|
%define patchversion 3.11.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,8 +59,8 @@
|
|||||||
|
|
||||||
Name: kernel-cubox
|
Name: kernel-cubox
|
||||||
Summary: Kernel for SolidRun Cubox
|
Summary: Kernel for SolidRun Cubox
|
||||||
Version: 3.11.0
|
Version: 3.11.1
|
||||||
Release: <RELEASE>.g0a1c41f
|
Release: <RELEASE>.gcee6127
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.11.1.
|
||||||
|
- commit 1383321
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Enable CONFIG_ZSWAP (bnc#839064).
|
||||||
|
It's built-in but a no-op without zswap.enabled=1 on the kernel
|
||||||
|
command line.
|
||||||
|
- commit 1441e59
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
|
||||||
|
- commit fd0a178
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
|
||||||
|
|
||||||
|
- Update config files to enable GFS DLM locking.
|
||||||
|
- commit 712cff0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
||||||
|
|
||||||
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
|
|||||||
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
||||||
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
||||||
ominious error messages to the console.
|
ominious error messages to the console.
|
||||||
- commit a3aa67c
|
- commit cddcbe7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.11
|
%define srcversion 3.11
|
||||||
%define patchversion 3.11.0
|
%define patchversion 3.11.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,8 +59,8 @@
|
|||||||
|
|
||||||
Name: kernel-debug
|
Name: kernel-debug
|
||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
Version: 3.11.0
|
Version: 3.11.1
|
||||||
Release: <RELEASE>.g0a1c41f
|
Release: <RELEASE>.gcee6127
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.11.1.
|
||||||
|
- commit 1383321
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Enable CONFIG_ZSWAP (bnc#839064).
|
||||||
|
It's built-in but a no-op without zswap.enabled=1 on the kernel
|
||||||
|
command line.
|
||||||
|
- commit 1441e59
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
|
||||||
|
- commit fd0a178
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
|
||||||
|
|
||||||
|
- Update config files to enable GFS DLM locking.
|
||||||
|
- commit 712cff0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
||||||
|
|
||||||
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
|
|||||||
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
||||||
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
||||||
ominious error messages to the console.
|
ominious error messages to the console.
|
||||||
- commit a3aa67c
|
- commit cddcbe7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.11
|
%define srcversion 3.11
|
||||||
%define patchversion 3.11.0
|
%define patchversion 3.11.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,8 +59,8 @@
|
|||||||
|
|
||||||
Name: kernel-default
|
Name: kernel-default
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 3.11.0
|
Version: 3.11.1
|
||||||
Release: <RELEASE>.g0a1c41f
|
Release: <RELEASE>.gcee6127
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.11.1.
|
||||||
|
- commit 1383321
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Enable CONFIG_ZSWAP (bnc#839064).
|
||||||
|
It's built-in but a no-op without zswap.enabled=1 on the kernel
|
||||||
|
command line.
|
||||||
|
- commit 1441e59
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
|
||||||
|
- commit fd0a178
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
|
||||||
|
|
||||||
|
- Update config files to enable GFS DLM locking.
|
||||||
|
- commit 712cff0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
||||||
|
|
||||||
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
|
|||||||
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
||||||
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
||||||
ominious error messages to the console.
|
ominious error messages to the console.
|
||||||
- commit a3aa67c
|
- commit cddcbe7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.11
|
%define srcversion 3.11
|
||||||
%define patchversion 3.11.0
|
%define patchversion 3.11.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,8 +59,8 @@
|
|||||||
|
|
||||||
Name: kernel-desktop
|
Name: kernel-desktop
|
||||||
Summary: Kernel optimized for the desktop
|
Summary: Kernel optimized for the desktop
|
||||||
Version: 3.11.0
|
Version: 3.11.1
|
||||||
Release: <RELEASE>.g0a1c41f
|
Release: <RELEASE>.gcee6127
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.11.1.
|
||||||
|
- commit 1383321
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Enable CONFIG_ZSWAP (bnc#839064).
|
||||||
|
It's built-in but a no-op without zswap.enabled=1 on the kernel
|
||||||
|
command line.
|
||||||
|
- commit 1441e59
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
|
||||||
|
- commit fd0a178
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
|
||||||
|
|
||||||
|
- Update config files to enable GFS DLM locking.
|
||||||
|
- commit 712cff0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
||||||
|
|
||||||
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
|
|||||||
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
||||||
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
||||||
ominious error messages to the console.
|
ominious error messages to the console.
|
||||||
- commit a3aa67c
|
- commit cddcbe7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||||
|
@ -17,15 +17,15 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define patchversion 3.11.0
|
%define patchversion 3.11.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
|
|
||||||
Name: kernel-docs
|
Name: kernel-docs
|
||||||
Summary: Kernel Documentation
|
Summary: Kernel Documentation
|
||||||
Version: 3.11.0
|
Version: 3.11.1
|
||||||
Release: <RELEASE>.g0a1c41f
|
Release: <RELEASE>.gcee6127
|
||||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||||
BuildRequires: kernel-source%variant
|
BuildRequires: kernel-source%variant
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.11.1.
|
||||||
|
- commit 1383321
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Enable CONFIG_ZSWAP (bnc#839064).
|
||||||
|
It's built-in but a no-op without zswap.enabled=1 on the kernel
|
||||||
|
command line.
|
||||||
|
- commit 1441e59
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
|
||||||
|
- commit fd0a178
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
|
||||||
|
|
||||||
|
- Update config files to enable GFS DLM locking.
|
||||||
|
- commit 712cff0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
||||||
|
|
||||||
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
|
|||||||
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
||||||
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
||||||
ominious error messages to the console.
|
ominious error messages to the console.
|
||||||
- commit a3aa67c
|
- commit cddcbe7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.11
|
%define srcversion 3.11
|
||||||
%define patchversion 3.11.0
|
%define patchversion 3.11.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,8 +59,8 @@
|
|||||||
|
|
||||||
Name: kernel-ec2
|
Name: kernel-ec2
|
||||||
Summary: The Amazon EC2 Xen Kernel
|
Summary: The Amazon EC2 Xen Kernel
|
||||||
Version: 3.11.0
|
Version: 3.11.1
|
||||||
Release: <RELEASE>.g0a1c41f
|
Release: <RELEASE>.gcee6127
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.11.1.
|
||||||
|
- commit 1383321
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Enable CONFIG_ZSWAP (bnc#839064).
|
||||||
|
It's built-in but a no-op without zswap.enabled=1 on the kernel
|
||||||
|
command line.
|
||||||
|
- commit 1441e59
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
|
||||||
|
- commit fd0a178
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
|
||||||
|
|
||||||
|
- Update config files to enable GFS DLM locking.
|
||||||
|
- commit 712cff0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
||||||
|
|
||||||
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
|
|||||||
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
||||||
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
||||||
ominious error messages to the console.
|
ominious error messages to the console.
|
||||||
- commit a3aa67c
|
- commit cddcbe7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.11
|
%define srcversion 3.11
|
||||||
%define patchversion 3.11.0
|
%define patchversion 3.11.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,8 +59,8 @@
|
|||||||
|
|
||||||
Name: kernel-exynos
|
Name: kernel-exynos
|
||||||
Summary: Kernel for Samsung's Exynos SoC
|
Summary: Kernel for Samsung's Exynos SoC
|
||||||
Version: 3.11.0
|
Version: 3.11.1
|
||||||
Release: <RELEASE>.g0a1c41f
|
Release: <RELEASE>.gcee6127
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.11.1.
|
||||||
|
- commit 1383321
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Enable CONFIG_ZSWAP (bnc#839064).
|
||||||
|
It's built-in but a no-op without zswap.enabled=1 on the kernel
|
||||||
|
command line.
|
||||||
|
- commit 1441e59
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
|
||||||
|
- commit fd0a178
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
|
||||||
|
|
||||||
|
- Update config files to enable GFS DLM locking.
|
||||||
|
- commit 712cff0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
||||||
|
|
||||||
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
|
|||||||
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
||||||
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
||||||
ominious error messages to the console.
|
ominious error messages to the console.
|
||||||
- commit a3aa67c
|
- commit cddcbe7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.11
|
%define srcversion 3.11
|
||||||
%define patchversion 3.11.0
|
%define patchversion 3.11.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,8 +59,8 @@
|
|||||||
|
|
||||||
Name: kernel-lpae
|
Name: kernel-lpae
|
||||||
Summary: Kernel for LPAE enabled systems
|
Summary: Kernel for LPAE enabled systems
|
||||||
Version: 3.11.0
|
Version: 3.11.1
|
||||||
Release: <RELEASE>.g0a1c41f
|
Release: <RELEASE>.gcee6127
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.11.1.
|
||||||
|
- commit 1383321
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Enable CONFIG_ZSWAP (bnc#839064).
|
||||||
|
It's built-in but a no-op without zswap.enabled=1 on the kernel
|
||||||
|
command line.
|
||||||
|
- commit 1441e59
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
|
||||||
|
- commit fd0a178
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
|
||||||
|
|
||||||
|
- Update config files to enable GFS DLM locking.
|
||||||
|
- commit 712cff0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
||||||
|
|
||||||
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
|
|||||||
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
||||||
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
||||||
ominious error messages to the console.
|
ominious error messages to the console.
|
||||||
- commit a3aa67c
|
- commit cddcbe7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.11
|
%define srcversion 3.11
|
||||||
%define patchversion 3.11.0
|
%define patchversion 3.11.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,8 +59,8 @@
|
|||||||
|
|
||||||
Name: kernel-pae
|
Name: kernel-pae
|
||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
Version: 3.11.0
|
Version: 3.11.1
|
||||||
Release: <RELEASE>.g0a1c41f
|
Release: <RELEASE>.gcee6127
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.11.1.
|
||||||
|
- commit 1383321
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Enable CONFIG_ZSWAP (bnc#839064).
|
||||||
|
It's built-in but a no-op without zswap.enabled=1 on the kernel
|
||||||
|
command line.
|
||||||
|
- commit 1441e59
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
|
||||||
|
- commit fd0a178
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
|
||||||
|
|
||||||
|
- Update config files to enable GFS DLM locking.
|
||||||
|
- commit 712cff0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
||||||
|
|
||||||
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
|
|||||||
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
||||||
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
||||||
ominious error messages to the console.
|
ominious error messages to the console.
|
||||||
- commit a3aa67c
|
- commit cddcbe7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
%define srcversion 3.11
|
%define srcversion 3.11
|
||||||
%define patchversion 3.11.0
|
%define patchversion 3.11.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -29,8 +29,8 @@
|
|||||||
|
|
||||||
Name: kernel-source
|
Name: kernel-source
|
||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
Version: 3.11.0
|
Version: 3.11.1
|
||||||
Release: <RELEASE>.g0a1c41f
|
Release: <RELEASE>.gcee6127
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.11.1.
|
||||||
|
- commit 1383321
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Enable CONFIG_ZSWAP (bnc#839064).
|
||||||
|
It's built-in but a no-op without zswap.enabled=1 on the kernel
|
||||||
|
command line.
|
||||||
|
- commit 1441e59
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
|
||||||
|
- commit fd0a178
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
|
||||||
|
|
||||||
|
- Update config files to enable GFS DLM locking.
|
||||||
|
- commit 712cff0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
||||||
|
|
||||||
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
|
|||||||
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
||||||
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
||||||
ominious error messages to the console.
|
ominious error messages to the console.
|
||||||
- commit a3aa67c
|
- commit cddcbe7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||||
|
@ -23,9 +23,9 @@
|
|||||||
|
|
||||||
Name: kernel-syms
|
Name: kernel-syms
|
||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
Version: 3.11.0
|
Version: 3.11.1
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: <RELEASE>.g0a1c41f
|
Release: <RELEASE>.gcee6127
|
||||||
%else
|
%else
|
||||||
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
||||||
Release: %kernel_source_release
|
Release: %kernel_source_release
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.11.1.
|
||||||
|
- commit 1383321
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Enable CONFIG_ZSWAP (bnc#839064).
|
||||||
|
It's built-in but a no-op without zswap.enabled=1 on the kernel
|
||||||
|
command line.
|
||||||
|
- commit 1441e59
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
|
||||||
|
- commit fd0a178
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
|
||||||
|
|
||||||
|
- Update config files to enable GFS DLM locking.
|
||||||
|
- commit 712cff0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
||||||
|
|
||||||
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
|
|||||||
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
||||||
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
||||||
ominious error messages to the console.
|
ominious error messages to the console.
|
||||||
- commit a3aa67c
|
- commit cddcbe7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.11
|
%define srcversion 3.11
|
||||||
%define patchversion 3.11.0
|
%define patchversion 3.11.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,8 +59,8 @@
|
|||||||
|
|
||||||
Name: kernel-trace
|
Name: kernel-trace
|
||||||
Summary: The Standard Kernel with Tracing Features
|
Summary: The Standard Kernel with Tracing Features
|
||||||
Version: 3.11.0
|
Version: 3.11.1
|
||||||
Release: <RELEASE>.g0a1c41f
|
Release: <RELEASE>.gcee6127
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.11.1.
|
||||||
|
- commit 1383321
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Enable CONFIG_ZSWAP (bnc#839064).
|
||||||
|
It's built-in but a no-op without zswap.enabled=1 on the kernel
|
||||||
|
command line.
|
||||||
|
- commit 1441e59
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
|
||||||
|
- commit fd0a178
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
|
||||||
|
|
||||||
|
- Update config files to enable GFS DLM locking.
|
||||||
|
- commit 712cff0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
||||||
|
|
||||||
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
|
|||||||
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
||||||
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
||||||
ominious error messages to the console.
|
ominious error messages to the console.
|
||||||
- commit a3aa67c
|
- commit cddcbe7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.11
|
%define srcversion 3.11
|
||||||
%define patchversion 3.11.0
|
%define patchversion 3.11.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,8 +59,8 @@
|
|||||||
|
|
||||||
Name: kernel-vanilla
|
Name: kernel-vanilla
|
||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
Version: 3.11.0
|
Version: 3.11.1
|
||||||
Release: <RELEASE>.g0a1c41f
|
Release: <RELEASE>.gcee6127
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 14 20:49:04 CEST 2013 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 3.11.1.
|
||||||
|
- commit 1383321
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:55:16 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- config: Enable CONFIG_ZSWAP (bnc#839064).
|
||||||
|
It's built-in but a no-op without zswap.enabled=1 on the kernel
|
||||||
|
command line.
|
||||||
|
- commit 1441e59
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 12 22:53:40 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-handle-nested-locks-properly.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-push-write-lock-out-of-xattr-code.
|
||||||
|
- Update
|
||||||
|
patches.fixes/reiserfs-locking-release-lock-around-quota-operations.
|
||||||
|
- commit fd0a178
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 6 15:54:37 CEST 2013 - rgoldwyn@suse.de
|
||||||
|
|
||||||
|
- Update config files to enable GFS DLM locking.
|
||||||
|
- commit 712cff0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
Thu Sep 5 11:42:00 CEST 2013 - ohering@suse.de
|
||||||
|
|
||||||
@ -3741,7 +3772,7 @@ Thu Jun 14 19:07:01 CEST 2012 - jeffm@suse.com
|
|||||||
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
- CONFIG_RTC_DRV_CMOS=y on all x86/x86_64 flavors (bnc#755525).
|
||||||
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
When rtc_cmos is module, hctosys fails to set the clock on boot, issuing
|
||||||
ominious error messages to the console.
|
ominious error messages to the console.
|
||||||
- commit a3aa67c
|
- commit cddcbe7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
Thu Jun 14 16:51:34 CEST 2012 - jbeulich@novell.com
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.11
|
%define srcversion 3.11
|
||||||
%define patchversion 3.11.0
|
%define patchversion 3.11.1
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,8 +59,8 @@
|
|||||||
|
|
||||||
Name: kernel-xen
|
Name: kernel-xen
|
||||||
Summary: The Xen Kernel
|
Summary: The Xen Kernel
|
||||||
Version: 3.11.0
|
Version: 3.11.1
|
||||||
Release: <RELEASE>.g0a1c41f
|
Release: <RELEASE>.gcee6127
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:fb497e0fca9e5c894f17e753adff1b4fd4dda33525e522fae4c9e9f074b94c99
|
oid sha256:e12a7d72f2123949c84659ea820005d658e1d06dd13e0ca19922c919b4c69f9c
|
||||||
size 27777
|
size 26934
|
||||||
|
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
Binary file not shown.
@ -27,6 +27,7 @@
|
|||||||
# DO NOT MODIFY THEM!
|
# DO NOT MODIFY THEM!
|
||||||
# Send separate patches upstream if you find a problem...
|
# Send separate patches upstream if you find a problem...
|
||||||
########################################################
|
########################################################
|
||||||
|
patches.kernel.org/patch-3.11.1
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Build fixes that apply to the vanilla kernel too.
|
# Build fixes that apply to the vanilla kernel too.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2013-09-05 12:20:59 +0200
|
2013-09-14 21:55:02 +0200
|
||||||
GIT Revision: 0a1c41f754bed37e8e92bedb0ad5ced620e6a75f
|
GIT Revision: cee6127cc405219566729ed94ffc4cb64744a2cd
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user