commit db1113ea8c0c62ac2cf2718dc73b9349bad1ad70
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7647
This commit is contained in:
parent
f53a7024ea
commit
d3760a794f
@ -1,5 +1,5 @@
|
|||||||
# The version of the main tarball to use
|
# The version of the main tarball to use
|
||||||
SRCVERSION=3.12-rc5
|
SRCVERSION=3.12-rc6
|
||||||
# variant of the kernel-source package, either empty or "-rt"
|
# variant of the kernel-source package, either empty or "-rt"
|
||||||
VARIANT=
|
VARIANT=
|
||||||
# buildservice projects to build the kernel against
|
# buildservice projects to build the kernel against
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9118216dc39b531873e832548b60b8ec94e1df06a1c8b3090d89a589f621d00f
|
oid sha256:59371b501bba0d44e6bcc1367d68582b9b813b69ac853ca240b009c022094294
|
||||||
size 311136
|
size 311303
|
||||||
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||||
|
- commit db1113e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: add ioctl to export size of global metadata reservation.
|
||||||
|
- btrfs: add tracing for failed reservations.
|
||||||
|
- btrfs: publish allocation data in sysfs.
|
||||||
|
- btrfs: publish device membership in sysfs.
|
||||||
|
- btrfs: publish fs label in sysfs.
|
||||||
|
- btrfs: publish per-super attributes in sysfs.
|
||||||
|
- btrfs: publish per-super features in sysfs.
|
||||||
|
- btrfs: publish supported featured in sysfs.
|
||||||
|
- btrfs: publish unknown feature bits in sysfs.
|
||||||
|
- kobject: export kobj_sysfs_ops.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
|
||||||
|
- Delete patches.suse/introduce-kobj_completion.
|
||||||
|
- commit 28f62b4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.12-rc6.
|
||||||
|
- commit 7244867
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.12-rc5
|
%define srcversion 3.12-rc6
|
||||||
%define patchversion 3.12.0-rc5
|
%define patchversion 3.12.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@
|
|||||||
|
|
||||||
Name: kernel-cubox
|
Name: kernel-cubox
|
||||||
Summary: Kernel for SolidRun Cubox
|
Summary: Kernel for SolidRun Cubox
|
||||||
Version: 3.12.rc5
|
Version: 3.12.rc6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gac42dba
|
Release: <RELEASE>.gdb1113e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||||
|
- commit db1113e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: add ioctl to export size of global metadata reservation.
|
||||||
|
- btrfs: add tracing for failed reservations.
|
||||||
|
- btrfs: publish allocation data in sysfs.
|
||||||
|
- btrfs: publish device membership in sysfs.
|
||||||
|
- btrfs: publish fs label in sysfs.
|
||||||
|
- btrfs: publish per-super attributes in sysfs.
|
||||||
|
- btrfs: publish per-super features in sysfs.
|
||||||
|
- btrfs: publish supported featured in sysfs.
|
||||||
|
- btrfs: publish unknown feature bits in sysfs.
|
||||||
|
- kobject: export kobj_sysfs_ops.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
|
||||||
|
- Delete patches.suse/introduce-kobj_completion.
|
||||||
|
- commit 28f62b4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.12-rc6.
|
||||||
|
- commit 7244867
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.12-rc5
|
%define srcversion 3.12-rc6
|
||||||
%define patchversion 3.12.0-rc5
|
%define patchversion 3.12.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@
|
|||||||
|
|
||||||
Name: kernel-debug
|
Name: kernel-debug
|
||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
Version: 3.12.rc5
|
Version: 3.12.rc6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gac42dba
|
Release: <RELEASE>.gdb1113e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||||
|
- commit db1113e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: add ioctl to export size of global metadata reservation.
|
||||||
|
- btrfs: add tracing for failed reservations.
|
||||||
|
- btrfs: publish allocation data in sysfs.
|
||||||
|
- btrfs: publish device membership in sysfs.
|
||||||
|
- btrfs: publish fs label in sysfs.
|
||||||
|
- btrfs: publish per-super attributes in sysfs.
|
||||||
|
- btrfs: publish per-super features in sysfs.
|
||||||
|
- btrfs: publish supported featured in sysfs.
|
||||||
|
- btrfs: publish unknown feature bits in sysfs.
|
||||||
|
- kobject: export kobj_sysfs_ops.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
|
||||||
|
- Delete patches.suse/introduce-kobj_completion.
|
||||||
|
- commit 28f62b4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.12-rc6.
|
||||||
|
- commit 7244867
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.12-rc5
|
%define srcversion 3.12-rc6
|
||||||
%define patchversion 3.12.0-rc5
|
%define patchversion 3.12.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@
|
|||||||
|
|
||||||
Name: kernel-default
|
Name: kernel-default
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 3.12.rc5
|
Version: 3.12.rc6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gac42dba
|
Release: <RELEASE>.gdb1113e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||||
|
- commit db1113e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: add ioctl to export size of global metadata reservation.
|
||||||
|
- btrfs: add tracing for failed reservations.
|
||||||
|
- btrfs: publish allocation data in sysfs.
|
||||||
|
- btrfs: publish device membership in sysfs.
|
||||||
|
- btrfs: publish fs label in sysfs.
|
||||||
|
- btrfs: publish per-super attributes in sysfs.
|
||||||
|
- btrfs: publish per-super features in sysfs.
|
||||||
|
- btrfs: publish supported featured in sysfs.
|
||||||
|
- btrfs: publish unknown feature bits in sysfs.
|
||||||
|
- kobject: export kobj_sysfs_ops.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
|
||||||
|
- Delete patches.suse/introduce-kobj_completion.
|
||||||
|
- commit 28f62b4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.12-rc6.
|
||||||
|
- commit 7244867
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.12-rc5
|
%define srcversion 3.12-rc6
|
||||||
%define patchversion 3.12.0-rc5
|
%define patchversion 3.12.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@
|
|||||||
|
|
||||||
Name: kernel-desktop
|
Name: kernel-desktop
|
||||||
Summary: Kernel optimized for the desktop
|
Summary: Kernel optimized for the desktop
|
||||||
Version: 3.12.rc5
|
Version: 3.12.rc6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gac42dba
|
Release: <RELEASE>.gdb1113e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||||
|
- commit db1113e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: add ioctl to export size of global metadata reservation.
|
||||||
|
- btrfs: add tracing for failed reservations.
|
||||||
|
- btrfs: publish allocation data in sysfs.
|
||||||
|
- btrfs: publish device membership in sysfs.
|
||||||
|
- btrfs: publish fs label in sysfs.
|
||||||
|
- btrfs: publish per-super attributes in sysfs.
|
||||||
|
- btrfs: publish per-super features in sysfs.
|
||||||
|
- btrfs: publish supported featured in sysfs.
|
||||||
|
- btrfs: publish unknown feature bits in sysfs.
|
||||||
|
- kobject: export kobj_sysfs_ops.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
|
||||||
|
- Delete patches.suse/introduce-kobj_completion.
|
||||||
|
- commit 28f62b4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.12-rc6.
|
||||||
|
- commit 7244867
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
@ -17,16 +17,16 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define patchversion 3.12.0-rc5
|
%define patchversion 3.12.0-rc6
|
||||||
%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.12.rc5
|
Version: 3.12.rc6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gac42dba
|
Release: <RELEASE>.gdb1113e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||||
|
- commit db1113e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: add ioctl to export size of global metadata reservation.
|
||||||
|
- btrfs: add tracing for failed reservations.
|
||||||
|
- btrfs: publish allocation data in sysfs.
|
||||||
|
- btrfs: publish device membership in sysfs.
|
||||||
|
- btrfs: publish fs label in sysfs.
|
||||||
|
- btrfs: publish per-super attributes in sysfs.
|
||||||
|
- btrfs: publish per-super features in sysfs.
|
||||||
|
- btrfs: publish supported featured in sysfs.
|
||||||
|
- btrfs: publish unknown feature bits in sysfs.
|
||||||
|
- kobject: export kobj_sysfs_ops.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
|
||||||
|
- Delete patches.suse/introduce-kobj_completion.
|
||||||
|
- commit 28f62b4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.12-rc6.
|
||||||
|
- commit 7244867
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.12-rc5
|
%define srcversion 3.12-rc6
|
||||||
%define patchversion 3.12.0-rc5
|
%define patchversion 3.12.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@
|
|||||||
|
|
||||||
Name: kernel-ec2
|
Name: kernel-ec2
|
||||||
Summary: The Amazon EC2 Xen Kernel
|
Summary: The Amazon EC2 Xen Kernel
|
||||||
Version: 3.12.rc5
|
Version: 3.12.rc6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gac42dba
|
Release: <RELEASE>.gdb1113e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||||
|
- commit db1113e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: add ioctl to export size of global metadata reservation.
|
||||||
|
- btrfs: add tracing for failed reservations.
|
||||||
|
- btrfs: publish allocation data in sysfs.
|
||||||
|
- btrfs: publish device membership in sysfs.
|
||||||
|
- btrfs: publish fs label in sysfs.
|
||||||
|
- btrfs: publish per-super attributes in sysfs.
|
||||||
|
- btrfs: publish per-super features in sysfs.
|
||||||
|
- btrfs: publish supported featured in sysfs.
|
||||||
|
- btrfs: publish unknown feature bits in sysfs.
|
||||||
|
- kobject: export kobj_sysfs_ops.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
|
||||||
|
- Delete patches.suse/introduce-kobj_completion.
|
||||||
|
- commit 28f62b4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.12-rc6.
|
||||||
|
- commit 7244867
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.12-rc5
|
%define srcversion 3.12-rc6
|
||||||
%define patchversion 3.12.0-rc5
|
%define patchversion 3.12.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@
|
|||||||
|
|
||||||
Name: kernel-exynos
|
Name: kernel-exynos
|
||||||
Summary: Kernel for Samsung's Exynos SoC
|
Summary: Kernel for Samsung's Exynos SoC
|
||||||
Version: 3.12.rc5
|
Version: 3.12.rc6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gac42dba
|
Release: <RELEASE>.gdb1113e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||||
|
- commit db1113e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: add ioctl to export size of global metadata reservation.
|
||||||
|
- btrfs: add tracing for failed reservations.
|
||||||
|
- btrfs: publish allocation data in sysfs.
|
||||||
|
- btrfs: publish device membership in sysfs.
|
||||||
|
- btrfs: publish fs label in sysfs.
|
||||||
|
- btrfs: publish per-super attributes in sysfs.
|
||||||
|
- btrfs: publish per-super features in sysfs.
|
||||||
|
- btrfs: publish supported featured in sysfs.
|
||||||
|
- btrfs: publish unknown feature bits in sysfs.
|
||||||
|
- kobject: export kobj_sysfs_ops.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
|
||||||
|
- Delete patches.suse/introduce-kobj_completion.
|
||||||
|
- commit 28f62b4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.12-rc6.
|
||||||
|
- commit 7244867
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.12-rc5
|
%define srcversion 3.12-rc6
|
||||||
%define patchversion 3.12.0-rc5
|
%define patchversion 3.12.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@
|
|||||||
|
|
||||||
Name: kernel-lpae
|
Name: kernel-lpae
|
||||||
Summary: Kernel for LPAE enabled systems
|
Summary: Kernel for LPAE enabled systems
|
||||||
Version: 3.12.rc5
|
Version: 3.12.rc6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gac42dba
|
Release: <RELEASE>.gdb1113e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||||
|
- commit db1113e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: add ioctl to export size of global metadata reservation.
|
||||||
|
- btrfs: add tracing for failed reservations.
|
||||||
|
- btrfs: publish allocation data in sysfs.
|
||||||
|
- btrfs: publish device membership in sysfs.
|
||||||
|
- btrfs: publish fs label in sysfs.
|
||||||
|
- btrfs: publish per-super attributes in sysfs.
|
||||||
|
- btrfs: publish per-super features in sysfs.
|
||||||
|
- btrfs: publish supported featured in sysfs.
|
||||||
|
- btrfs: publish unknown feature bits in sysfs.
|
||||||
|
- kobject: export kobj_sysfs_ops.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
|
||||||
|
- Delete patches.suse/introduce-kobj_completion.
|
||||||
|
- commit 28f62b4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.12-rc6.
|
||||||
|
- commit 7244867
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.12-rc5
|
%define srcversion 3.12-rc6
|
||||||
%define patchversion 3.12.0-rc5
|
%define patchversion 3.12.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@
|
|||||||
|
|
||||||
Name: kernel-pae
|
Name: kernel-pae
|
||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
Version: 3.12.rc5
|
Version: 3.12.rc6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gac42dba
|
Release: <RELEASE>.gdb1113e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||||
|
- commit db1113e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: add ioctl to export size of global metadata reservation.
|
||||||
|
- btrfs: add tracing for failed reservations.
|
||||||
|
- btrfs: publish allocation data in sysfs.
|
||||||
|
- btrfs: publish device membership in sysfs.
|
||||||
|
- btrfs: publish fs label in sysfs.
|
||||||
|
- btrfs: publish per-super attributes in sysfs.
|
||||||
|
- btrfs: publish per-super features in sysfs.
|
||||||
|
- btrfs: publish supported featured in sysfs.
|
||||||
|
- btrfs: publish unknown feature bits in sysfs.
|
||||||
|
- kobject: export kobj_sysfs_ops.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
|
||||||
|
- Delete patches.suse/introduce-kobj_completion.
|
||||||
|
- commit 28f62b4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.12-rc6.
|
||||||
|
- commit 7244867
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
%define srcversion 3.12-rc5
|
%define srcversion 3.12-rc6
|
||||||
%define patchversion 3.12.0-rc5
|
%define patchversion 3.12.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -29,9 +29,9 @@
|
|||||||
|
|
||||||
Name: kernel-source
|
Name: kernel-source
|
||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
Version: 3.12.rc5
|
Version: 3.12.rc6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gac42dba
|
Release: <RELEASE>.gdb1113e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||||
|
- commit db1113e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: add ioctl to export size of global metadata reservation.
|
||||||
|
- btrfs: add tracing for failed reservations.
|
||||||
|
- btrfs: publish allocation data in sysfs.
|
||||||
|
- btrfs: publish device membership in sysfs.
|
||||||
|
- btrfs: publish fs label in sysfs.
|
||||||
|
- btrfs: publish per-super attributes in sysfs.
|
||||||
|
- btrfs: publish per-super features in sysfs.
|
||||||
|
- btrfs: publish supported featured in sysfs.
|
||||||
|
- btrfs: publish unknown feature bits in sysfs.
|
||||||
|
- kobject: export kobj_sysfs_ops.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
|
||||||
|
- Delete patches.suse/introduce-kobj_completion.
|
||||||
|
- commit 28f62b4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.12-rc6.
|
||||||
|
- commit 7244867
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
@ -23,10 +23,10 @@
|
|||||||
|
|
||||||
Name: kernel-syms
|
Name: kernel-syms
|
||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
Version: 3.12.rc5
|
Version: 3.12.rc6
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gac42dba
|
Release: <RELEASE>.gdb1113e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||||
|
- commit db1113e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: add ioctl to export size of global metadata reservation.
|
||||||
|
- btrfs: add tracing for failed reservations.
|
||||||
|
- btrfs: publish allocation data in sysfs.
|
||||||
|
- btrfs: publish device membership in sysfs.
|
||||||
|
- btrfs: publish fs label in sysfs.
|
||||||
|
- btrfs: publish per-super attributes in sysfs.
|
||||||
|
- btrfs: publish per-super features in sysfs.
|
||||||
|
- btrfs: publish supported featured in sysfs.
|
||||||
|
- btrfs: publish unknown feature bits in sysfs.
|
||||||
|
- kobject: export kobj_sysfs_ops.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
|
||||||
|
- Delete patches.suse/introduce-kobj_completion.
|
||||||
|
- commit 28f62b4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.12-rc6.
|
||||||
|
- commit 7244867
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.12-rc5
|
%define srcversion 3.12-rc6
|
||||||
%define patchversion 3.12.0-rc5
|
%define patchversion 3.12.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@
|
|||||||
|
|
||||||
Name: kernel-trace
|
Name: kernel-trace
|
||||||
Summary: The Standard Kernel with Tracing Features
|
Summary: The Standard Kernel with Tracing Features
|
||||||
Version: 3.12.rc5
|
Version: 3.12.rc6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gac42dba
|
Release: <RELEASE>.gdb1113e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||||
|
- commit db1113e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: add ioctl to export size of global metadata reservation.
|
||||||
|
- btrfs: add tracing for failed reservations.
|
||||||
|
- btrfs: publish allocation data in sysfs.
|
||||||
|
- btrfs: publish device membership in sysfs.
|
||||||
|
- btrfs: publish fs label in sysfs.
|
||||||
|
- btrfs: publish per-super attributes in sysfs.
|
||||||
|
- btrfs: publish per-super features in sysfs.
|
||||||
|
- btrfs: publish supported featured in sysfs.
|
||||||
|
- btrfs: publish unknown feature bits in sysfs.
|
||||||
|
- kobject: export kobj_sysfs_ops.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
|
||||||
|
- Delete patches.suse/introduce-kobj_completion.
|
||||||
|
- commit 28f62b4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.12-rc6.
|
||||||
|
- commit 7244867
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.12-rc5
|
%define srcversion 3.12-rc6
|
||||||
%define patchversion 3.12.0-rc5
|
%define patchversion 3.12.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@
|
|||||||
|
|
||||||
Name: kernel-vanilla
|
Name: kernel-vanilla
|
||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
Version: 3.12.rc5
|
Version: 3.12.rc6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gac42dba
|
Release: <RELEASE>.gdb1113e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,41 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:20:23 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- nouveau: Fix race with fence signaling (bnc#844177).
|
||||||
|
- commit db1113e
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 21:19:59 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- btrfs: add ioctl to export size of global metadata reservation.
|
||||||
|
- btrfs: add tracing for failed reservations.
|
||||||
|
- btrfs: publish allocation data in sysfs.
|
||||||
|
- btrfs: publish device membership in sysfs.
|
||||||
|
- btrfs: publish fs label in sysfs.
|
||||||
|
- btrfs: publish per-super attributes in sysfs.
|
||||||
|
- btrfs: publish per-super features in sysfs.
|
||||||
|
- btrfs: publish supported featured in sysfs.
|
||||||
|
- btrfs: publish unknown feature bits in sysfs.
|
||||||
|
- kobject: export kobj_sysfs_ops.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-add-ability-to-change-features-via-sysfs.
|
||||||
|
- Refresh
|
||||||
|
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs.
|
||||||
|
- Delete
|
||||||
|
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-export-supported-featured-to-sysfs.
|
||||||
|
- Delete patches.suse/btrfs-publish-per-super-features-to-sysfs.
|
||||||
|
- Delete patches.suse/introduce-kobj_completion.
|
||||||
|
- commit 28f62b4
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 21 22:40:08 CEST 2013 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 3.12-rc6.
|
||||||
|
- commit 7244867
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
Wed Oct 16 12:17:14 CEST 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
# This makes the OBS store the project cert as %_sourcedir/_projectcert.crt
|
||||||
# needssslcertforbuild
|
# needssslcertforbuild
|
||||||
|
|
||||||
%define srcversion 3.12-rc5
|
%define srcversion 3.12-rc6
|
||||||
%define patchversion 3.12.0-rc5
|
%define patchversion 3.12.0-rc6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -59,9 +59,9 @@
|
|||||||
|
|
||||||
Name: kernel-xen
|
Name: kernel-xen
|
||||||
Summary: The Xen Kernel
|
Summary: The Xen Kernel
|
||||||
Version: 3.12.rc5
|
Version: 3.12.rc6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gac42dba
|
Release: <RELEASE>.gdb1113e
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
3
linux-3.12-rc6.tar.bz2
Normal file
3
linux-3.12-rc6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1e5b18db9220fd5068176835f37cc95aeb5d08e7b7e28b41b0aa2d58b793b060
|
||||||
|
size 91091609
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e280fb8c17dac24b6b677c064b51ebb1660da3517c30303b28fd57f1d4098515
|
oid sha256:517888bfb2d044e29cf346b8bbfb041734b21f9ce7fa7a8d3e5f3a559d475041
|
||||||
size 12543
|
size 13267
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c1956d0ff17b8f0e59a983629ac4152d9a801109fb1de108affd04d2c9f0c8a3
|
oid sha256:4a4a42202e6d5d739cbcac1870aee9b6c986702653b90abb20b4abb487c950a0
|
||||||
size 129319
|
size 132063
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:433485e0418c2fc65ba48d61aa38ba418f687bc44ca663dbe06c6352caffdc5b
|
oid sha256:09a84f025f4cbbdcbab24865931e53582781b09d3c59906c5311c6554f35992a
|
||||||
size 2061166
|
size 2061319
|
||||||
|
17
series.conf
17
series.conf
@ -259,14 +259,20 @@
|
|||||||
|
|
||||||
patches.suse/btrfs-relocate-csums-properly-with-prealloc-extents.patch
|
patches.suse/btrfs-relocate-csums-properly-with-prealloc-extents.patch
|
||||||
patches.suse/btrfs-use-end-trans-in-label-ioctl
|
patches.suse/btrfs-use-end-trans-in-label-ioctl
|
||||||
|
|
||||||
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl
|
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl
|
||||||
patches.suse/introduce-kobj_completion
|
patches.suse/export-kobj_sysfs_ops
|
||||||
patches.suse/btrfs-export-supported-featured-to-sysfs
|
patches.suse/btrfs-publish-supported-featured-in-sysfs
|
||||||
patches.suse/btrfs-add-per-super-attribute-publishing-to-sysfs
|
patches.suse/btrfs-publish-per-super-attributes-in-sysfs
|
||||||
patches.suse/btrfs-publish-per-super-features-to-sysfs
|
patches.suse/btrfs-publish-per-super-features-in-sysfs
|
||||||
patches.suse/btrfs-add-publishing-of-unknown-features-in-sysfs
|
patches.suse/btrfs-publish-unknown-feature-bits-in-sysfs
|
||||||
patches.suse/btrfs-add-ability-to-change-features-via-sysfs
|
patches.suse/btrfs-add-ability-to-change-features-via-sysfs
|
||||||
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors
|
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors
|
||||||
|
patches.suse/btrfs-add-ioctl-to-export-size-of-global-metadata-reservation
|
||||||
|
patches.suse/btrfs-publish-allocation-data-in-sysfs
|
||||||
|
patches.suse/btrfs-publish-device-membership-in-sysfs
|
||||||
|
patches.suse/btrfs-publish-fs-label-in-sysfs
|
||||||
|
patches.suse/btrfs-add-tracing-for-failed-reservations
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Reiserfs Patches
|
# Reiserfs Patches
|
||||||
@ -376,6 +382,7 @@
|
|||||||
patches.drivers/drm-i915-Undo-the-PIPEA-quirk-for-i845
|
patches.drivers/drm-i915-Undo-the-PIPEA-quirk-for-i845
|
||||||
patches.drivers/drm-cirrus-Correct-register-values-for-16bpp
|
patches.drivers/drm-cirrus-Correct-register-values-for-16bpp
|
||||||
patches.drivers/drm-cirrus-Use-16bpp-as-default
|
patches.drivers/drm-cirrus-Use-16bpp-as-default
|
||||||
|
patches.fixes/nouveau-fix-race-with-fence-signaling
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# video4linux
|
# video4linux
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2013-10-16 12:17:14 +0200
|
2013-10-22 21:20:23 +0200
|
||||||
GIT Revision: ac42dbac14a70c73d2dac71fb1b43a5403064af9
|
GIT Revision: db1113ea8c0c62ac2cf2718dc73b9349bad1ad70
|
||||||
GIT Branch: master
|
GIT Branch: master
|
||||||
|
Loading…
Reference in New Issue
Block a user