From 7dff13940ced9183432bbfe54badb5dc4764f6ca34e223ef24265f44aa78b5eb Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Thu, 30 Jul 2015 06:03:44 +0000 Subject: [PATCH] commit 41613e21a9566705854eb98259af57b859406115 OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=397 --- config.tar.bz2 | 4 ++-- kernel-debug.changes | 19 +++++++++++++++++++ kernel-debug.spec | 2 +- kernel-default.changes | 19 +++++++++++++++++++ kernel-default.spec | 2 +- kernel-desktop.changes | 19 +++++++++++++++++++ kernel-desktop.spec | 2 +- kernel-docs.changes | 19 +++++++++++++++++++ kernel-docs.spec | 2 +- kernel-ec2.changes | 19 +++++++++++++++++++ kernel-ec2.spec | 2 +- kernel-lpae.changes | 19 +++++++++++++++++++ kernel-lpae.spec | 2 +- kernel-obs-build.changes | 19 +++++++++++++++++++ kernel-obs-build.spec | 2 +- kernel-obs-qa-xen.changes | 19 +++++++++++++++++++ kernel-obs-qa-xen.spec | 2 +- kernel-obs-qa.changes | 19 +++++++++++++++++++ kernel-obs-qa.spec | 2 +- kernel-pae.changes | 19 +++++++++++++++++++ kernel-pae.spec | 2 +- kernel-pv.changes | 19 +++++++++++++++++++ kernel-pv.spec | 2 +- kernel-source.changes | 19 +++++++++++++++++++ kernel-source.spec | 2 +- kernel-syms.changes | 19 +++++++++++++++++++ kernel-syms.spec | 2 +- kernel-vanilla.changes | 19 +++++++++++++++++++ kernel-vanilla.spec | 2 +- kernel-xen.changes | 19 +++++++++++++++++++ kernel-xen.spec | 2 +- source-timestamp | 4 ++-- 32 files changed, 304 insertions(+), 19 deletions(-) diff --git a/config.tar.bz2 b/config.tar.bz2 index 33678d58..f10e5013 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce5a3bbaf9740d3772dcd6e1ea1adf079e5e4169a7f053946ea918190745632d -size 393981 +oid sha256:280086ab1d7a1d000e948eb36b7a22a92dcee1cc6396b9f5413536b29bf7e137 +size 393711 diff --git a/kernel-debug.changes b/kernel-debug.changes index adf36c90..6df37933 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz + +- config: x86_64: enable EFI_MIXED in nonvirtual configs + An x86_64 kernel needs CONFIG_EFI_MIXED to be able to access EFI + variables and services if booted under 32-bit UEFI. Some bootloaders + also need it to be able to boot 64-bit kernel under 32-bit UEFI. + (boo#935027 fate#318252) +- commit 41613e2 + +------------------------------------------------------------------- +Wed Jul 29 11:47:37 CEST 2015 - mkubecek@suse.cz + +- config: enable NET_DROP_MONITOR=m + The drop_monitor module is useful for debugging networking issues. It + collects information where in the kernel code are packets dropped; + dropwatch utility can be used to process the data. +- commit 5e4468b + ------------------------------------------------------------------- Mon Jul 27 11:55:07 CEST 2015 - dvaleev@suse.com diff --git a/kernel-debug.spec b/kernel-debug.spec index b12cb8f7..c5cea6ff 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -61,7 +61,7 @@ License: GPL-2.0 Group: System/Kernel Version: 4.1.3 %if 0%{?is_kotd} -Release: .ga0f869c +Release: .g41613e2 %else Release: 0 %endif diff --git a/kernel-default.changes b/kernel-default.changes index adf36c90..6df37933 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz + +- config: x86_64: enable EFI_MIXED in nonvirtual configs + An x86_64 kernel needs CONFIG_EFI_MIXED to be able to access EFI + variables and services if booted under 32-bit UEFI. Some bootloaders + also need it to be able to boot 64-bit kernel under 32-bit UEFI. + (boo#935027 fate#318252) +- commit 41613e2 + +------------------------------------------------------------------- +Wed Jul 29 11:47:37 CEST 2015 - mkubecek@suse.cz + +- config: enable NET_DROP_MONITOR=m + The drop_monitor module is useful for debugging networking issues. It + collects information where in the kernel code are packets dropped; + dropwatch utility can be used to process the data. +- commit 5e4468b + ------------------------------------------------------------------- Mon Jul 27 11:55:07 CEST 2015 - dvaleev@suse.com diff --git a/kernel-default.spec b/kernel-default.spec index e34170b7..f9c8c52f 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -61,7 +61,7 @@ License: GPL-2.0 Group: System/Kernel Version: 4.1.3 %if 0%{?is_kotd} -Release: .ga0f869c +Release: .g41613e2 %else Release: 0 %endif diff --git a/kernel-desktop.changes b/kernel-desktop.changes index adf36c90..6df37933 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz + +- config: x86_64: enable EFI_MIXED in nonvirtual configs + An x86_64 kernel needs CONFIG_EFI_MIXED to be able to access EFI + variables and services if booted under 32-bit UEFI. Some bootloaders + also need it to be able to boot 64-bit kernel under 32-bit UEFI. + (boo#935027 fate#318252) +- commit 41613e2 + +------------------------------------------------------------------- +Wed Jul 29 11:47:37 CEST 2015 - mkubecek@suse.cz + +- config: enable NET_DROP_MONITOR=m + The drop_monitor module is useful for debugging networking issues. It + collects information where in the kernel code are packets dropped; + dropwatch utility can be used to process the data. +- commit 5e4468b + ------------------------------------------------------------------- Mon Jul 27 11:55:07 CEST 2015 - dvaleev@suse.com diff --git a/kernel-desktop.spec b/kernel-desktop.spec index 2d718022..66a12987 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -61,7 +61,7 @@ License: GPL-2.0 Group: System/Kernel Version: 4.1.3 %if 0%{?is_kotd} -Release: .ga0f869c +Release: .g41613e2 %else Release: 0 %endif diff --git a/kernel-docs.changes b/kernel-docs.changes index adf36c90..6df37933 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz + +- config: x86_64: enable EFI_MIXED in nonvirtual configs + An x86_64 kernel needs CONFIG_EFI_MIXED to be able to access EFI + variables and services if booted under 32-bit UEFI. Some bootloaders + also need it to be able to boot 64-bit kernel under 32-bit UEFI. + (boo#935027 fate#318252) +- commit 41613e2 + +------------------------------------------------------------------- +Wed Jul 29 11:47:37 CEST 2015 - mkubecek@suse.cz + +- config: enable NET_DROP_MONITOR=m + The drop_monitor module is useful for debugging networking issues. It + collects information where in the kernel code are packets dropped; + dropwatch utility can be used to process the data. +- commit 5e4468b + ------------------------------------------------------------------- Mon Jul 27 11:55:07 CEST 2015 - dvaleev@suse.com diff --git a/kernel-docs.spec b/kernel-docs.spec index 0324ff25..a39b7593 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -29,7 +29,7 @@ License: GPL-2.0 Group: Documentation/Man Version: 4.1.3 %if 0%{?is_kotd} -Release: .ga0f869c +Release: .g41613e2 %else Release: 0 %endif diff --git a/kernel-ec2.changes b/kernel-ec2.changes index adf36c90..6df37933 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz + +- config: x86_64: enable EFI_MIXED in nonvirtual configs + An x86_64 kernel needs CONFIG_EFI_MIXED to be able to access EFI + variables and services if booted under 32-bit UEFI. Some bootloaders + also need it to be able to boot 64-bit kernel under 32-bit UEFI. + (boo#935027 fate#318252) +- commit 41613e2 + +------------------------------------------------------------------- +Wed Jul 29 11:47:37 CEST 2015 - mkubecek@suse.cz + +- config: enable NET_DROP_MONITOR=m + The drop_monitor module is useful for debugging networking issues. It + collects information where in the kernel code are packets dropped; + dropwatch utility can be used to process the data. +- commit 5e4468b + ------------------------------------------------------------------- Mon Jul 27 11:55:07 CEST 2015 - dvaleev@suse.com diff --git a/kernel-ec2.spec b/kernel-ec2.spec index 461c1ded..cb29ce91 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -61,7 +61,7 @@ License: GPL-2.0 Group: System/Kernel Version: 4.1.3 %if 0%{?is_kotd} -Release: .ga0f869c +Release: .g41613e2 %else Release: 0 %endif diff --git a/kernel-lpae.changes b/kernel-lpae.changes index adf36c90..6df37933 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz + +- config: x86_64: enable EFI_MIXED in nonvirtual configs + An x86_64 kernel needs CONFIG_EFI_MIXED to be able to access EFI + variables and services if booted under 32-bit UEFI. Some bootloaders + also need it to be able to boot 64-bit kernel under 32-bit UEFI. + (boo#935027 fate#318252) +- commit 41613e2 + +------------------------------------------------------------------- +Wed Jul 29 11:47:37 CEST 2015 - mkubecek@suse.cz + +- config: enable NET_DROP_MONITOR=m + The drop_monitor module is useful for debugging networking issues. It + collects information where in the kernel code are packets dropped; + dropwatch utility can be used to process the data. +- commit 5e4468b + ------------------------------------------------------------------- Mon Jul 27 11:55:07 CEST 2015 - dvaleev@suse.com diff --git a/kernel-lpae.spec b/kernel-lpae.spec index 67462e7c..54bfe0e4 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -61,7 +61,7 @@ License: GPL-2.0 Group: System/Kernel Version: 4.1.3 %if 0%{?is_kotd} -Release: .ga0f869c +Release: .g41613e2 %else Release: 0 %endif diff --git a/kernel-obs-build.changes b/kernel-obs-build.changes index adf36c90..6df37933 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz + +- config: x86_64: enable EFI_MIXED in nonvirtual configs + An x86_64 kernel needs CONFIG_EFI_MIXED to be able to access EFI + variables and services if booted under 32-bit UEFI. Some bootloaders + also need it to be able to boot 64-bit kernel under 32-bit UEFI. + (boo#935027 fate#318252) +- commit 41613e2 + +------------------------------------------------------------------- +Wed Jul 29 11:47:37 CEST 2015 - mkubecek@suse.cz + +- config: enable NET_DROP_MONITOR=m + The drop_monitor module is useful for debugging networking issues. It + collects information where in the kernel code are packets dropped; + dropwatch utility can be used to process the data. +- commit 5e4468b + ------------------------------------------------------------------- Mon Jul 27 11:55:07 CEST 2015 - dvaleev@suse.com diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec index 260746d2..9e9ab215 100644 --- a/kernel-obs-build.spec +++ b/kernel-obs-build.spec @@ -47,7 +47,7 @@ License: GPL-2.0 Group: SLES Version: 4.1.3 %if 0%{?is_kotd} -Release: .ga0f869c +Release: .g41613e2 %else Release: 0 %endif diff --git a/kernel-obs-qa-xen.changes b/kernel-obs-qa-xen.changes index adf36c90..6df37933 100644 --- a/kernel-obs-qa-xen.changes +++ b/kernel-obs-qa-xen.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz + +- config: x86_64: enable EFI_MIXED in nonvirtual configs + An x86_64 kernel needs CONFIG_EFI_MIXED to be able to access EFI + variables and services if booted under 32-bit UEFI. Some bootloaders + also need it to be able to boot 64-bit kernel under 32-bit UEFI. + (boo#935027 fate#318252) +- commit 41613e2 + +------------------------------------------------------------------- +Wed Jul 29 11:47:37 CEST 2015 - mkubecek@suse.cz + +- config: enable NET_DROP_MONITOR=m + The drop_monitor module is useful for debugging networking issues. It + collects information where in the kernel code are packets dropped; + dropwatch utility can be used to process the data. +- commit 5e4468b + ------------------------------------------------------------------- Mon Jul 27 11:55:07 CEST 2015 - dvaleev@suse.com diff --git a/kernel-obs-qa-xen.spec b/kernel-obs-qa-xen.spec index 941d8aeb..c89d28f1 100644 --- a/kernel-obs-qa-xen.spec +++ b/kernel-obs-qa-xen.spec @@ -38,7 +38,7 @@ License: GPL-2.0 Group: SLES Version: 4.1.3 %if 0%{?is_kotd} -Release: .ga0f869c +Release: .g41613e2 %else Release: 0 %endif diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index adf36c90..6df37933 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz + +- config: x86_64: enable EFI_MIXED in nonvirtual configs + An x86_64 kernel needs CONFIG_EFI_MIXED to be able to access EFI + variables and services if booted under 32-bit UEFI. Some bootloaders + also need it to be able to boot 64-bit kernel under 32-bit UEFI. + (boo#935027 fate#318252) +- commit 41613e2 + +------------------------------------------------------------------- +Wed Jul 29 11:47:37 CEST 2015 - mkubecek@suse.cz + +- config: enable NET_DROP_MONITOR=m + The drop_monitor module is useful for debugging networking issues. It + collects information where in the kernel code are packets dropped; + dropwatch utility can be used to process the data. +- commit 5e4468b + ------------------------------------------------------------------- Mon Jul 27 11:55:07 CEST 2015 - dvaleev@suse.com diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec index f7306be8..33457f58 100644 --- a/kernel-obs-qa.spec +++ b/kernel-obs-qa.spec @@ -38,7 +38,7 @@ License: GPL-2.0 Group: SLES Version: 4.1.3 %if 0%{?is_kotd} -Release: .ga0f869c +Release: .g41613e2 %else Release: 0 %endif diff --git a/kernel-pae.changes b/kernel-pae.changes index adf36c90..6df37933 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz + +- config: x86_64: enable EFI_MIXED in nonvirtual configs + An x86_64 kernel needs CONFIG_EFI_MIXED to be able to access EFI + variables and services if booted under 32-bit UEFI. Some bootloaders + also need it to be able to boot 64-bit kernel under 32-bit UEFI. + (boo#935027 fate#318252) +- commit 41613e2 + +------------------------------------------------------------------- +Wed Jul 29 11:47:37 CEST 2015 - mkubecek@suse.cz + +- config: enable NET_DROP_MONITOR=m + The drop_monitor module is useful for debugging networking issues. It + collects information where in the kernel code are packets dropped; + dropwatch utility can be used to process the data. +- commit 5e4468b + ------------------------------------------------------------------- Mon Jul 27 11:55:07 CEST 2015 - dvaleev@suse.com diff --git a/kernel-pae.spec b/kernel-pae.spec index f908396a..a9626dbc 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -61,7 +61,7 @@ License: GPL-2.0 Group: System/Kernel Version: 4.1.3 %if 0%{?is_kotd} -Release: .ga0f869c +Release: .g41613e2 %else Release: 0 %endif diff --git a/kernel-pv.changes b/kernel-pv.changes index adf36c90..6df37933 100644 --- a/kernel-pv.changes +++ b/kernel-pv.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz + +- config: x86_64: enable EFI_MIXED in nonvirtual configs + An x86_64 kernel needs CONFIG_EFI_MIXED to be able to access EFI + variables and services if booted under 32-bit UEFI. Some bootloaders + also need it to be able to boot 64-bit kernel under 32-bit UEFI. + (boo#935027 fate#318252) +- commit 41613e2 + +------------------------------------------------------------------- +Wed Jul 29 11:47:37 CEST 2015 - mkubecek@suse.cz + +- config: enable NET_DROP_MONITOR=m + The drop_monitor module is useful for debugging networking issues. It + collects information where in the kernel code are packets dropped; + dropwatch utility can be used to process the data. +- commit 5e4468b + ------------------------------------------------------------------- Mon Jul 27 11:55:07 CEST 2015 - dvaleev@suse.com diff --git a/kernel-pv.spec b/kernel-pv.spec index 0c63dff5..d5e4263b 100644 --- a/kernel-pv.spec +++ b/kernel-pv.spec @@ -61,7 +61,7 @@ License: GPL-2.0 Group: System/Kernel Version: 4.1.3 %if 0%{?is_kotd} -Release: .ga0f869c +Release: .g41613e2 %else Release: 0 %endif diff --git a/kernel-source.changes b/kernel-source.changes index adf36c90..6df37933 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz + +- config: x86_64: enable EFI_MIXED in nonvirtual configs + An x86_64 kernel needs CONFIG_EFI_MIXED to be able to access EFI + variables and services if booted under 32-bit UEFI. Some bootloaders + also need it to be able to boot 64-bit kernel under 32-bit UEFI. + (boo#935027 fate#318252) +- commit 41613e2 + +------------------------------------------------------------------- +Wed Jul 29 11:47:37 CEST 2015 - mkubecek@suse.cz + +- config: enable NET_DROP_MONITOR=m + The drop_monitor module is useful for debugging networking issues. It + collects information where in the kernel code are packets dropped; + dropwatch utility can be used to process the data. +- commit 5e4468b + ------------------------------------------------------------------- Mon Jul 27 11:55:07 CEST 2015 - dvaleev@suse.com diff --git a/kernel-source.spec b/kernel-source.spec index 209fa397..506e4e52 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -32,7 +32,7 @@ License: GPL-2.0 Group: Development/Sources Version: 4.1.3 %if 0%{?is_kotd} -Release: .ga0f869c +Release: .g41613e2 %else Release: 0 %endif diff --git a/kernel-syms.changes b/kernel-syms.changes index adf36c90..6df37933 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz + +- config: x86_64: enable EFI_MIXED in nonvirtual configs + An x86_64 kernel needs CONFIG_EFI_MIXED to be able to access EFI + variables and services if booted under 32-bit UEFI. Some bootloaders + also need it to be able to boot 64-bit kernel under 32-bit UEFI. + (boo#935027 fate#318252) +- commit 41613e2 + +------------------------------------------------------------------- +Wed Jul 29 11:47:37 CEST 2015 - mkubecek@suse.cz + +- config: enable NET_DROP_MONITOR=m + The drop_monitor module is useful for debugging networking issues. It + collects information where in the kernel code are packets dropped; + dropwatch utility can be used to process the data. +- commit 5e4468b + ------------------------------------------------------------------- Mon Jul 27 11:55:07 CEST 2015 - dvaleev@suse.com diff --git a/kernel-syms.spec b/kernel-syms.spec index edaa7865..6c77be45 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -27,7 +27,7 @@ Group: Development/Sources Version: 4.1.3 %if %using_buildservice %if 0%{?is_kotd} -Release: .ga0f869c +Release: .g41613e2 %else Release: 0 %endif diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index adf36c90..6df37933 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz + +- config: x86_64: enable EFI_MIXED in nonvirtual configs + An x86_64 kernel needs CONFIG_EFI_MIXED to be able to access EFI + variables and services if booted under 32-bit UEFI. Some bootloaders + also need it to be able to boot 64-bit kernel under 32-bit UEFI. + (boo#935027 fate#318252) +- commit 41613e2 + +------------------------------------------------------------------- +Wed Jul 29 11:47:37 CEST 2015 - mkubecek@suse.cz + +- config: enable NET_DROP_MONITOR=m + The drop_monitor module is useful for debugging networking issues. It + collects information where in the kernel code are packets dropped; + dropwatch utility can be used to process the data. +- commit 5e4468b + ------------------------------------------------------------------- Mon Jul 27 11:55:07 CEST 2015 - dvaleev@suse.com diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 20566bcd..93e40220 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -61,7 +61,7 @@ License: GPL-2.0 Group: System/Kernel Version: 4.1.3 %if 0%{?is_kotd} -Release: .ga0f869c +Release: .g41613e2 %else Release: 0 %endif diff --git a/kernel-xen.changes b/kernel-xen.changes index adf36c90..6df37933 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jul 29 11:47:55 CEST 2015 - mkubecek@suse.cz + +- config: x86_64: enable EFI_MIXED in nonvirtual configs + An x86_64 kernel needs CONFIG_EFI_MIXED to be able to access EFI + variables and services if booted under 32-bit UEFI. Some bootloaders + also need it to be able to boot 64-bit kernel under 32-bit UEFI. + (boo#935027 fate#318252) +- commit 41613e2 + +------------------------------------------------------------------- +Wed Jul 29 11:47:37 CEST 2015 - mkubecek@suse.cz + +- config: enable NET_DROP_MONITOR=m + The drop_monitor module is useful for debugging networking issues. It + collects information where in the kernel code are packets dropped; + dropwatch utility can be used to process the data. +- commit 5e4468b + ------------------------------------------------------------------- Mon Jul 27 11:55:07 CEST 2015 - dvaleev@suse.com diff --git a/kernel-xen.spec b/kernel-xen.spec index 047f8bda..c6a0d8c2 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -61,7 +61,7 @@ License: GPL-2.0 Group: System/Kernel Version: 4.1.3 %if 0%{?is_kotd} -Release: .ga0f869c +Release: .g41613e2 %else Release: 0 %endif diff --git a/source-timestamp b/source-timestamp index f7d05301..77336317 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2015-07-27 12:23:02 +0200 -GIT Revision: a0f869ce7bf0cca9512ba3aeffdfbf8e50c4f7de +2015-07-29 11:47:55 +0200 +GIT Revision: 41613e21a9566705854eb98259af57b859406115 GIT Branch: stable