From a4a0aa823defd3e388699066ae1383d8962eb3c46ee472016a3c84ee873bfbf1 Mon Sep 17 00:00:00 2001 From: Michal Marek Date: Sat, 15 Feb 2014 07:03:13 +0000 Subject: [PATCH] commit 7ccf96b662956872f179cd02e3d7b25c613ad12d OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=270 --- config.tar.bz2 | 4 +- guards | 10 ++++- kernel-binary.spec.in | 6 +++ kernel-debug.changes | 67 ++++++++++++++++++++++++++++ kernel-debug.spec | 90 +++++++++++++++++++++++++++++--------- kernel-default.changes | 67 ++++++++++++++++++++++++++++ kernel-default.spec | 90 +++++++++++++++++++++++++++++--------- kernel-desktop.changes | 67 ++++++++++++++++++++++++++++ kernel-desktop.spec | 90 +++++++++++++++++++++++++++++--------- kernel-docs.changes | 67 ++++++++++++++++++++++++++++ kernel-docs.spec | 8 ++-- kernel-ec2.changes | 67 ++++++++++++++++++++++++++++ kernel-ec2.spec | 90 +++++++++++++++++++++++++++++--------- kernel-exynos.changes | 67 ++++++++++++++++++++++++++++ kernel-exynos.spec | 90 +++++++++++++++++++++++++++++--------- kernel-lpae.changes | 67 ++++++++++++++++++++++++++++ kernel-lpae.spec | 90 +++++++++++++++++++++++++++++--------- kernel-obs-build.changes | 67 ++++++++++++++++++++++++++++ kernel-obs-qa.changes | 67 ++++++++++++++++++++++++++++ kernel-pae.changes | 67 ++++++++++++++++++++++++++++ kernel-pae.spec | 90 +++++++++++++++++++++++++++++--------- kernel-source.changes | 67 ++++++++++++++++++++++++++++ kernel-source.spec | 8 ++-- kernel-syms.changes | 67 ++++++++++++++++++++++++++++ kernel-syms.spec | 6 +-- kernel-trace.changes | 67 ++++++++++++++++++++++++++++ kernel-trace.spec | 90 +++++++++++++++++++++++++++++--------- kernel-vanilla.changes | 67 ++++++++++++++++++++++++++++ kernel-vanilla.spec | 90 +++++++++++++++++++++++++++++--------- kernel-xen.changes | 67 ++++++++++++++++++++++++++++ kernel-xen.spec | 90 +++++++++++++++++++++++++++++--------- mkspec | 4 +- patches.drivers.tar.bz2 | 4 +- patches.kernel.org.tar.bz2 | 4 +- patches.suse.tar.bz2 | 4 +- patches.xen.tar.bz2 | 4 +- series.conf | 4 +- source-timestamp | 4 +- 38 files changed, 1737 insertions(+), 238 deletions(-) diff --git a/config.tar.bz2 b/config.tar.bz2 index e325159e..546c7f63 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ba4fd29a6b4c5a996bc85139d2b974902eee6570d6cd659cffde13a6d404ff8 -size 316385 +oid sha256:186c84efa654d7d66220dbe5ba16df14a3b90f6e48eb64da145fbd028f78a070 +size 316366 diff --git a/guards b/guards index c8c34387..977e5dc9 100644 --- a/guards +++ b/guards @@ -178,11 +178,17 @@ if ($check) { next if $ref == 1; if ($ref == 0) { - print "Unused: $file\n" if $ref == 0; + if ($config eq '-') { + print "Unused: $file\n"; + } else { + print "Not in $config: $file\n"; + } $problems++; } if ($ref > 1) { - print "Warning: multiple uses: $file\n" if $ref > 1; + print "Warning: multiple uses"; + print " in $config" if $config ne '-'; + print ": $file\n"; # This is not an error if the entries are mutually exclusive... } } diff --git a/kernel-binary.spec.in b/kernel-binary.spec.in index fdf44fd9..5614cc81 100644 --- a/kernel-binary.spec.in +++ b/kernel-binary.spec.in @@ -656,6 +656,12 @@ if [ %CONFIG_MODULES = y ]; then exit 1 fi + # The modules.dep file is sorted randomly which produces strange file + # checksums. As the file is not included in the resulting RPM, it's + # pointless to rely on its contents. Replacing by zeros to make the + # checksums always the same for several builds of the same package. + dd if=/dev/zero of=%buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep ibs=`stat -c%s %buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep` count=1 + %if %split_base %_sourcedir/split-modules -d %buildroot \ -o %my_builddir \ diff --git a/kernel-debug.changes b/kernel-debug.changes index 941ba739..2b784e42 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri Feb 14 11:01:06 CET 2014 - jdelvare@suse.de + +- Update config files: Disable TS5500-specific drivers + These drivers are useless without TS5500 board support: mtd-ts5500, + gpio-ts5500 and max197. +- commit 2a03456 + +------------------------------------------------------------------- +Fri Feb 14 09:53:00 CET 2014 - jslaby@suse.cz + +- Linux 3.13.3 (bnc#799216). +- Refresh patches.xen/xen-x86-EFI. +- Refresh patches.xen/xen3-patch-3.12. +- Delete + patches.drivers/drm-cirrus-Correct-register-values-for-16bpp. +- Update config files. +- commit d6e2c2f + +------------------------------------------------------------------- +Wed Feb 12 16:38:14 CET 2014 - mq@suse.cz + +- Scripts: .nosrc.rpm should contain only the specfile (bnc #639379) +- commit afe62e0 + +------------------------------------------------------------------- +Wed Feb 12 16:16:23 CET 2014 - jdelvare@suse.de + +- Drop outdated comment +- commit 65bab82 + +------------------------------------------------------------------- +Wed Feb 12 14:14:04 CET 2014 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.13 (fix net{back,front} checksum setup). +- commit a23672f + +------------------------------------------------------------------- +Tue Feb 11 13:19:54 CET 2014 - mmarek@suse.cz + +- Delete unused patches.arch/ppc64le-fix-copytofrom.patch +- commit ce3dbc3 + +------------------------------------------------------------------- +Tue Feb 11 12:46:43 CET 2014 - tiwai@suse.de + +- drm/cirrus: Fix cirrus drm driver for fbdev + qemu (bnc#856760). +- commit ee73224 + +------------------------------------------------------------------- +Tue Feb 11 12:25:39 CET 2014 - mq@suse.cz + +- Spec: zeroing modules.dep to get identical builds among different machines +- commit a1c5879 + +------------------------------------------------------------------- +Tue Feb 11 10:13:52 CET 2014 - mmarek@suse.cz + +- rpm/guards: Report which config file has problem in --check mode +- commit b39543d + +------------------------------------------------------------------- +Mon Feb 10 15:07:10 CET 2014 - jeffm@suse.com + +- Updated patch headers for 3.14-rc2. +- commit d0ea44a + ------------------------------------------------------------------- Mon Feb 10 14:37:59 CET 2014 - jslaby@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index f7f75672..72021ccf 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.13 -%define patchversion 3.13.2 +%define patchversion 3.13.3 %define variant %{nil} %define vanilla_only 0 @@ -61,11 +61,11 @@ Name: kernel-debug Summary: A Debug Version of the Kernel License: GPL-2.0 Group: System/Kernel -Version: 3.13.2 +Version: 3.13.3 %if 0%{?is_kotd} -Release: .gb59b809 +Release: .g7ccf96b %else -Release: .gb59b809 +Release: .g7ccf96b %endif Url: http://www.kernel.org/ BuildRequires: bc @@ -225,23 +225,65 @@ BuildArch: i686 %endif # These files are found in the kernel-source package: -NoSource: 0 -NoSource: 100 -NoSource: 101 -NoSource: 102 -NoSource: 103 -NoSource: 104 -NoSource: 105 -NoSource: 106 -NoSource: 107 -NoSource: 108 -NoSource: 109 -NoSource: 110 -NoSource: 111 -NoSource: 112 -NoSource: 113 -NoSource: 120 -NoSource: 121 +NoSource: 0 +NoSource: 2 +NoSource: 3 +NoSource: 8 +NoSource: 9 +NoSource: 10 +NoSource: 11 +NoSource: 12 +NoSource: 13 +NoSource: 14 +NoSource: 16 +NoSource: 17 +NoSource: 21 +NoSource: 23 +NoSource: 33 +NoSource: 35 +NoSource: 37 +NoSource: 38 +NoSource: 39 +NoSource: 40 +NoSource: 44 +NoSource: 45 +NoSource: 46 +NoSource: 48 +NoSource: 49 +NoSource: 50 +NoSource: 51 +NoSource: 52 +NoSource: 53 +NoSource: 54 +NoSource: 55 +NoSource: 56 +NoSource: 57 +NoSource: 60 +NoSource: 61 +NoSource: 62 +NoSource: 63 +NoSource: 64 +NoSource: 65 +NoSource: 66 +NoSource: 67 +NoSource: 68 +NoSource: 69 +NoSource: 100 +NoSource: 101 +NoSource: 102 +NoSource: 103 +NoSource: 104 +NoSource: 105 +NoSource: 106 +NoSource: 107 +NoSource: 108 +NoSource: 109 +NoSource: 110 +NoSource: 111 +NoSource: 112 +NoSource: 113 +NoSource: 120 +NoSource: 121 # The following KMPs have been integrated into the kernel package, # grouped by the last product that contained them. @@ -734,6 +776,12 @@ if [ %CONFIG_MODULES = y ]; then exit 1 fi + # The modules.dep file is sorted randomly which produces strange file + # checksums. As the file is not included in the resulting RPM, it's + # pointless to rely on its contents. Replacing by zeros to make the + # checksums always the same for several builds of the same package. + dd if=/dev/zero of=%buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep ibs=`stat -c%s %buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep` count=1 + %if %split_base %_sourcedir/split-modules -d %buildroot \ -o %my_builddir \ diff --git a/kernel-default.changes b/kernel-default.changes index 941ba739..2b784e42 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri Feb 14 11:01:06 CET 2014 - jdelvare@suse.de + +- Update config files: Disable TS5500-specific drivers + These drivers are useless without TS5500 board support: mtd-ts5500, + gpio-ts5500 and max197. +- commit 2a03456 + +------------------------------------------------------------------- +Fri Feb 14 09:53:00 CET 2014 - jslaby@suse.cz + +- Linux 3.13.3 (bnc#799216). +- Refresh patches.xen/xen-x86-EFI. +- Refresh patches.xen/xen3-patch-3.12. +- Delete + patches.drivers/drm-cirrus-Correct-register-values-for-16bpp. +- Update config files. +- commit d6e2c2f + +------------------------------------------------------------------- +Wed Feb 12 16:38:14 CET 2014 - mq@suse.cz + +- Scripts: .nosrc.rpm should contain only the specfile (bnc #639379) +- commit afe62e0 + +------------------------------------------------------------------- +Wed Feb 12 16:16:23 CET 2014 - jdelvare@suse.de + +- Drop outdated comment +- commit 65bab82 + +------------------------------------------------------------------- +Wed Feb 12 14:14:04 CET 2014 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.13 (fix net{back,front} checksum setup). +- commit a23672f + +------------------------------------------------------------------- +Tue Feb 11 13:19:54 CET 2014 - mmarek@suse.cz + +- Delete unused patches.arch/ppc64le-fix-copytofrom.patch +- commit ce3dbc3 + +------------------------------------------------------------------- +Tue Feb 11 12:46:43 CET 2014 - tiwai@suse.de + +- drm/cirrus: Fix cirrus drm driver for fbdev + qemu (bnc#856760). +- commit ee73224 + +------------------------------------------------------------------- +Tue Feb 11 12:25:39 CET 2014 - mq@suse.cz + +- Spec: zeroing modules.dep to get identical builds among different machines +- commit a1c5879 + +------------------------------------------------------------------- +Tue Feb 11 10:13:52 CET 2014 - mmarek@suse.cz + +- rpm/guards: Report which config file has problem in --check mode +- commit b39543d + +------------------------------------------------------------------- +Mon Feb 10 15:07:10 CET 2014 - jeffm@suse.com + +- Updated patch headers for 3.14-rc2. +- commit d0ea44a + ------------------------------------------------------------------- Mon Feb 10 14:37:59 CET 2014 - jslaby@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index b4f2f591..e5fcf89a 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.13 -%define patchversion 3.13.2 +%define patchversion 3.13.3 %define variant %{nil} %define vanilla_only 0 @@ -61,11 +61,11 @@ Name: kernel-default Summary: The Standard Kernel License: GPL-2.0 Group: System/Kernel -Version: 3.13.2 +Version: 3.13.3 %if 0%{?is_kotd} -Release: .gb59b809 +Release: .g7ccf96b %else -Release: .gb59b809 +Release: .g7ccf96b %endif Url: http://www.kernel.org/ BuildRequires: bc @@ -237,23 +237,65 @@ BuildArch: i686 %endif # These files are found in the kernel-source package: -NoSource: 0 -NoSource: 100 -NoSource: 101 -NoSource: 102 -NoSource: 103 -NoSource: 104 -NoSource: 105 -NoSource: 106 -NoSource: 107 -NoSource: 108 -NoSource: 109 -NoSource: 110 -NoSource: 111 -NoSource: 112 -NoSource: 113 -NoSource: 120 -NoSource: 121 +NoSource: 0 +NoSource: 2 +NoSource: 3 +NoSource: 8 +NoSource: 9 +NoSource: 10 +NoSource: 11 +NoSource: 12 +NoSource: 13 +NoSource: 14 +NoSource: 16 +NoSource: 17 +NoSource: 21 +NoSource: 23 +NoSource: 33 +NoSource: 35 +NoSource: 37 +NoSource: 38 +NoSource: 39 +NoSource: 40 +NoSource: 44 +NoSource: 45 +NoSource: 46 +NoSource: 48 +NoSource: 49 +NoSource: 50 +NoSource: 51 +NoSource: 52 +NoSource: 53 +NoSource: 54 +NoSource: 55 +NoSource: 56 +NoSource: 57 +NoSource: 60 +NoSource: 61 +NoSource: 62 +NoSource: 63 +NoSource: 64 +NoSource: 65 +NoSource: 66 +NoSource: 67 +NoSource: 68 +NoSource: 69 +NoSource: 100 +NoSource: 101 +NoSource: 102 +NoSource: 103 +NoSource: 104 +NoSource: 105 +NoSource: 106 +NoSource: 107 +NoSource: 108 +NoSource: 109 +NoSource: 110 +NoSource: 111 +NoSource: 112 +NoSource: 113 +NoSource: 120 +NoSource: 121 # The following KMPs have been integrated into the kernel package, # grouped by the last product that contained them. @@ -745,6 +787,12 @@ if [ %CONFIG_MODULES = y ]; then exit 1 fi + # The modules.dep file is sorted randomly which produces strange file + # checksums. As the file is not included in the resulting RPM, it's + # pointless to rely on its contents. Replacing by zeros to make the + # checksums always the same for several builds of the same package. + dd if=/dev/zero of=%buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep ibs=`stat -c%s %buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep` count=1 + %if %split_base %_sourcedir/split-modules -d %buildroot \ -o %my_builddir \ diff --git a/kernel-desktop.changes b/kernel-desktop.changes index 941ba739..2b784e42 100644 --- a/kernel-desktop.changes +++ b/kernel-desktop.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri Feb 14 11:01:06 CET 2014 - jdelvare@suse.de + +- Update config files: Disable TS5500-specific drivers + These drivers are useless without TS5500 board support: mtd-ts5500, + gpio-ts5500 and max197. +- commit 2a03456 + +------------------------------------------------------------------- +Fri Feb 14 09:53:00 CET 2014 - jslaby@suse.cz + +- Linux 3.13.3 (bnc#799216). +- Refresh patches.xen/xen-x86-EFI. +- Refresh patches.xen/xen3-patch-3.12. +- Delete + patches.drivers/drm-cirrus-Correct-register-values-for-16bpp. +- Update config files. +- commit d6e2c2f + +------------------------------------------------------------------- +Wed Feb 12 16:38:14 CET 2014 - mq@suse.cz + +- Scripts: .nosrc.rpm should contain only the specfile (bnc #639379) +- commit afe62e0 + +------------------------------------------------------------------- +Wed Feb 12 16:16:23 CET 2014 - jdelvare@suse.de + +- Drop outdated comment +- commit 65bab82 + +------------------------------------------------------------------- +Wed Feb 12 14:14:04 CET 2014 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.13 (fix net{back,front} checksum setup). +- commit a23672f + +------------------------------------------------------------------- +Tue Feb 11 13:19:54 CET 2014 - mmarek@suse.cz + +- Delete unused patches.arch/ppc64le-fix-copytofrom.patch +- commit ce3dbc3 + +------------------------------------------------------------------- +Tue Feb 11 12:46:43 CET 2014 - tiwai@suse.de + +- drm/cirrus: Fix cirrus drm driver for fbdev + qemu (bnc#856760). +- commit ee73224 + +------------------------------------------------------------------- +Tue Feb 11 12:25:39 CET 2014 - mq@suse.cz + +- Spec: zeroing modules.dep to get identical builds among different machines +- commit a1c5879 + +------------------------------------------------------------------- +Tue Feb 11 10:13:52 CET 2014 - mmarek@suse.cz + +- rpm/guards: Report which config file has problem in --check mode +- commit b39543d + +------------------------------------------------------------------- +Mon Feb 10 15:07:10 CET 2014 - jeffm@suse.com + +- Updated patch headers for 3.14-rc2. +- commit d0ea44a + ------------------------------------------------------------------- Mon Feb 10 14:37:59 CET 2014 - jslaby@suse.cz diff --git a/kernel-desktop.spec b/kernel-desktop.spec index ce2a18e9..56ddc93a 100644 --- a/kernel-desktop.spec +++ b/kernel-desktop.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.13 -%define patchversion 3.13.2 +%define patchversion 3.13.3 %define variant %{nil} %define vanilla_only 0 @@ -61,11 +61,11 @@ Name: kernel-desktop Summary: Kernel optimized for the desktop License: GPL-2.0 Group: System/Kernel -Version: 3.13.2 +Version: 3.13.3 %if 0%{?is_kotd} -Release: .gb59b809 +Release: .g7ccf96b %else -Release: .gb59b809 +Release: .g7ccf96b %endif Url: http://www.kernel.org/ BuildRequires: bc @@ -222,23 +222,65 @@ BuildArch: i686 %endif # These files are found in the kernel-source package: -NoSource: 0 -NoSource: 100 -NoSource: 101 -NoSource: 102 -NoSource: 103 -NoSource: 104 -NoSource: 105 -NoSource: 106 -NoSource: 107 -NoSource: 108 -NoSource: 109 -NoSource: 110 -NoSource: 111 -NoSource: 112 -NoSource: 113 -NoSource: 120 -NoSource: 121 +NoSource: 0 +NoSource: 2 +NoSource: 3 +NoSource: 8 +NoSource: 9 +NoSource: 10 +NoSource: 11 +NoSource: 12 +NoSource: 13 +NoSource: 14 +NoSource: 16 +NoSource: 17 +NoSource: 21 +NoSource: 23 +NoSource: 33 +NoSource: 35 +NoSource: 37 +NoSource: 38 +NoSource: 39 +NoSource: 40 +NoSource: 44 +NoSource: 45 +NoSource: 46 +NoSource: 48 +NoSource: 49 +NoSource: 50 +NoSource: 51 +NoSource: 52 +NoSource: 53 +NoSource: 54 +NoSource: 55 +NoSource: 56 +NoSource: 57 +NoSource: 60 +NoSource: 61 +NoSource: 62 +NoSource: 63 +NoSource: 64 +NoSource: 65 +NoSource: 66 +NoSource: 67 +NoSource: 68 +NoSource: 69 +NoSource: 100 +NoSource: 101 +NoSource: 102 +NoSource: 103 +NoSource: 104 +NoSource: 105 +NoSource: 106 +NoSource: 107 +NoSource: 108 +NoSource: 109 +NoSource: 110 +NoSource: 111 +NoSource: 112 +NoSource: 113 +NoSource: 120 +NoSource: 121 # The following KMPs have been integrated into the kernel package, # grouped by the last product that contained them. @@ -743,6 +785,12 @@ if [ %CONFIG_MODULES = y ]; then exit 1 fi + # The modules.dep file is sorted randomly which produces strange file + # checksums. As the file is not included in the resulting RPM, it's + # pointless to rely on its contents. Replacing by zeros to make the + # checksums always the same for several builds of the same package. + dd if=/dev/zero of=%buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep ibs=`stat -c%s %buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep` count=1 + %if %split_base %_sourcedir/split-modules -d %buildroot \ -o %my_builddir \ diff --git a/kernel-docs.changes b/kernel-docs.changes index 941ba739..2b784e42 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri Feb 14 11:01:06 CET 2014 - jdelvare@suse.de + +- Update config files: Disable TS5500-specific drivers + These drivers are useless without TS5500 board support: mtd-ts5500, + gpio-ts5500 and max197. +- commit 2a03456 + +------------------------------------------------------------------- +Fri Feb 14 09:53:00 CET 2014 - jslaby@suse.cz + +- Linux 3.13.3 (bnc#799216). +- Refresh patches.xen/xen-x86-EFI. +- Refresh patches.xen/xen3-patch-3.12. +- Delete + patches.drivers/drm-cirrus-Correct-register-values-for-16bpp. +- Update config files. +- commit d6e2c2f + +------------------------------------------------------------------- +Wed Feb 12 16:38:14 CET 2014 - mq@suse.cz + +- Scripts: .nosrc.rpm should contain only the specfile (bnc #639379) +- commit afe62e0 + +------------------------------------------------------------------- +Wed Feb 12 16:16:23 CET 2014 - jdelvare@suse.de + +- Drop outdated comment +- commit 65bab82 + +------------------------------------------------------------------- +Wed Feb 12 14:14:04 CET 2014 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.13 (fix net{back,front} checksum setup). +- commit a23672f + +------------------------------------------------------------------- +Tue Feb 11 13:19:54 CET 2014 - mmarek@suse.cz + +- Delete unused patches.arch/ppc64le-fix-copytofrom.patch +- commit ce3dbc3 + +------------------------------------------------------------------- +Tue Feb 11 12:46:43 CET 2014 - tiwai@suse.de + +- drm/cirrus: Fix cirrus drm driver for fbdev + qemu (bnc#856760). +- commit ee73224 + +------------------------------------------------------------------- +Tue Feb 11 12:25:39 CET 2014 - mq@suse.cz + +- Spec: zeroing modules.dep to get identical builds among different machines +- commit a1c5879 + +------------------------------------------------------------------- +Tue Feb 11 10:13:52 CET 2014 - mmarek@suse.cz + +- rpm/guards: Report which config file has problem in --check mode +- commit b39543d + +------------------------------------------------------------------- +Mon Feb 10 15:07:10 CET 2014 - jeffm@suse.com + +- Updated patch headers for 3.14-rc2. +- commit d0ea44a + ------------------------------------------------------------------- Mon Feb 10 14:37:59 CET 2014 - jslaby@suse.cz diff --git a/kernel-docs.spec b/kernel-docs.spec index 598b8370..1f786c35 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -16,7 +16,7 @@ # -%define patchversion 3.13.2 +%define patchversion 3.13.3 %define variant %{nil} %include %_sourcedir/kernel-spec-macros @@ -25,11 +25,11 @@ Name: kernel-docs Summary: Kernel Documentation License: GPL-2.0 Group: Documentation/Man -Version: 3.13.2 +Version: 3.13.3 %if 0%{?is_kotd} -Release: .gb59b809 +Release: .g7ccf96b %else -Release: .gb59b809 +Release: .g7ccf96b %endif BuildRequires: docbook-toys BuildRequires: docbook-utils diff --git a/kernel-ec2.changes b/kernel-ec2.changes index 941ba739..2b784e42 100644 --- a/kernel-ec2.changes +++ b/kernel-ec2.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri Feb 14 11:01:06 CET 2014 - jdelvare@suse.de + +- Update config files: Disable TS5500-specific drivers + These drivers are useless without TS5500 board support: mtd-ts5500, + gpio-ts5500 and max197. +- commit 2a03456 + +------------------------------------------------------------------- +Fri Feb 14 09:53:00 CET 2014 - jslaby@suse.cz + +- Linux 3.13.3 (bnc#799216). +- Refresh patches.xen/xen-x86-EFI. +- Refresh patches.xen/xen3-patch-3.12. +- Delete + patches.drivers/drm-cirrus-Correct-register-values-for-16bpp. +- Update config files. +- commit d6e2c2f + +------------------------------------------------------------------- +Wed Feb 12 16:38:14 CET 2014 - mq@suse.cz + +- Scripts: .nosrc.rpm should contain only the specfile (bnc #639379) +- commit afe62e0 + +------------------------------------------------------------------- +Wed Feb 12 16:16:23 CET 2014 - jdelvare@suse.de + +- Drop outdated comment +- commit 65bab82 + +------------------------------------------------------------------- +Wed Feb 12 14:14:04 CET 2014 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.13 (fix net{back,front} checksum setup). +- commit a23672f + +------------------------------------------------------------------- +Tue Feb 11 13:19:54 CET 2014 - mmarek@suse.cz + +- Delete unused patches.arch/ppc64le-fix-copytofrom.patch +- commit ce3dbc3 + +------------------------------------------------------------------- +Tue Feb 11 12:46:43 CET 2014 - tiwai@suse.de + +- drm/cirrus: Fix cirrus drm driver for fbdev + qemu (bnc#856760). +- commit ee73224 + +------------------------------------------------------------------- +Tue Feb 11 12:25:39 CET 2014 - mq@suse.cz + +- Spec: zeroing modules.dep to get identical builds among different machines +- commit a1c5879 + +------------------------------------------------------------------- +Tue Feb 11 10:13:52 CET 2014 - mmarek@suse.cz + +- rpm/guards: Report which config file has problem in --check mode +- commit b39543d + +------------------------------------------------------------------- +Mon Feb 10 15:07:10 CET 2014 - jeffm@suse.com + +- Updated patch headers for 3.14-rc2. +- commit d0ea44a + ------------------------------------------------------------------- Mon Feb 10 14:37:59 CET 2014 - jslaby@suse.cz diff --git a/kernel-ec2.spec b/kernel-ec2.spec index b4750d55..20a76846 100644 --- a/kernel-ec2.spec +++ b/kernel-ec2.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.13 -%define patchversion 3.13.2 +%define patchversion 3.13.3 %define variant %{nil} %define vanilla_only 0 @@ -61,11 +61,11 @@ Name: kernel-ec2 Summary: The Amazon EC2 Xen Kernel License: GPL-2.0 Group: System/Kernel -Version: 3.13.2 +Version: 3.13.3 %if 0%{?is_kotd} -Release: .gb59b809 +Release: .g7ccf96b %else -Release: .gb59b809 +Release: .g7ccf96b %endif Url: http://www.kernel.org/ BuildRequires: bc @@ -222,23 +222,65 @@ BuildArch: i686 %endif # These files are found in the kernel-source package: -NoSource: 0 -NoSource: 100 -NoSource: 101 -NoSource: 102 -NoSource: 103 -NoSource: 104 -NoSource: 105 -NoSource: 106 -NoSource: 107 -NoSource: 108 -NoSource: 109 -NoSource: 110 -NoSource: 111 -NoSource: 112 -NoSource: 113 -NoSource: 120 -NoSource: 121 +NoSource: 0 +NoSource: 2 +NoSource: 3 +NoSource: 8 +NoSource: 9 +NoSource: 10 +NoSource: 11 +NoSource: 12 +NoSource: 13 +NoSource: 14 +NoSource: 16 +NoSource: 17 +NoSource: 21 +NoSource: 23 +NoSource: 33 +NoSource: 35 +NoSource: 37 +NoSource: 38 +NoSource: 39 +NoSource: 40 +NoSource: 44 +NoSource: 45 +NoSource: 46 +NoSource: 48 +NoSource: 49 +NoSource: 50 +NoSource: 51 +NoSource: 52 +NoSource: 53 +NoSource: 54 +NoSource: 55 +NoSource: 56 +NoSource: 57 +NoSource: 60 +NoSource: 61 +NoSource: 62 +NoSource: 63 +NoSource: 64 +NoSource: 65 +NoSource: 66 +NoSource: 67 +NoSource: 68 +NoSource: 69 +NoSource: 100 +NoSource: 101 +NoSource: 102 +NoSource: 103 +NoSource: 104 +NoSource: 105 +NoSource: 106 +NoSource: 107 +NoSource: 108 +NoSource: 109 +NoSource: 110 +NoSource: 111 +NoSource: 112 +NoSource: 113 +NoSource: 120 +NoSource: 121 # The following KMPs have been integrated into the kernel package, # grouped by the last product that contained them. @@ -733,6 +775,12 @@ if [ %CONFIG_MODULES = y ]; then exit 1 fi + # The modules.dep file is sorted randomly which produces strange file + # checksums. As the file is not included in the resulting RPM, it's + # pointless to rely on its contents. Replacing by zeros to make the + # checksums always the same for several builds of the same package. + dd if=/dev/zero of=%buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep ibs=`stat -c%s %buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep` count=1 + %if %split_base %_sourcedir/split-modules -d %buildroot \ -o %my_builddir \ diff --git a/kernel-exynos.changes b/kernel-exynos.changes index 941ba739..2b784e42 100644 --- a/kernel-exynos.changes +++ b/kernel-exynos.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri Feb 14 11:01:06 CET 2014 - jdelvare@suse.de + +- Update config files: Disable TS5500-specific drivers + These drivers are useless without TS5500 board support: mtd-ts5500, + gpio-ts5500 and max197. +- commit 2a03456 + +------------------------------------------------------------------- +Fri Feb 14 09:53:00 CET 2014 - jslaby@suse.cz + +- Linux 3.13.3 (bnc#799216). +- Refresh patches.xen/xen-x86-EFI. +- Refresh patches.xen/xen3-patch-3.12. +- Delete + patches.drivers/drm-cirrus-Correct-register-values-for-16bpp. +- Update config files. +- commit d6e2c2f + +------------------------------------------------------------------- +Wed Feb 12 16:38:14 CET 2014 - mq@suse.cz + +- Scripts: .nosrc.rpm should contain only the specfile (bnc #639379) +- commit afe62e0 + +------------------------------------------------------------------- +Wed Feb 12 16:16:23 CET 2014 - jdelvare@suse.de + +- Drop outdated comment +- commit 65bab82 + +------------------------------------------------------------------- +Wed Feb 12 14:14:04 CET 2014 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.13 (fix net{back,front} checksum setup). +- commit a23672f + +------------------------------------------------------------------- +Tue Feb 11 13:19:54 CET 2014 - mmarek@suse.cz + +- Delete unused patches.arch/ppc64le-fix-copytofrom.patch +- commit ce3dbc3 + +------------------------------------------------------------------- +Tue Feb 11 12:46:43 CET 2014 - tiwai@suse.de + +- drm/cirrus: Fix cirrus drm driver for fbdev + qemu (bnc#856760). +- commit ee73224 + +------------------------------------------------------------------- +Tue Feb 11 12:25:39 CET 2014 - mq@suse.cz + +- Spec: zeroing modules.dep to get identical builds among different machines +- commit a1c5879 + +------------------------------------------------------------------- +Tue Feb 11 10:13:52 CET 2014 - mmarek@suse.cz + +- rpm/guards: Report which config file has problem in --check mode +- commit b39543d + +------------------------------------------------------------------- +Mon Feb 10 15:07:10 CET 2014 - jeffm@suse.com + +- Updated patch headers for 3.14-rc2. +- commit d0ea44a + ------------------------------------------------------------------- Mon Feb 10 14:37:59 CET 2014 - jslaby@suse.cz diff --git a/kernel-exynos.spec b/kernel-exynos.spec index 7af0ec5e..d52bbf0e 100644 --- a/kernel-exynos.spec +++ b/kernel-exynos.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.13 -%define patchversion 3.13.2 +%define patchversion 3.13.3 %define variant %{nil} %define vanilla_only 0 @@ -61,11 +61,11 @@ Name: kernel-exynos Summary: Kernel for Samsung's Exynos SoC License: GPL-2.0 Group: System/Kernel -Version: 3.13.2 +Version: 3.13.3 %if 0%{?is_kotd} -Release: .gb59b809 +Release: .g7ccf96b %else -Release: .gb59b809 +Release: .g7ccf96b %endif Url: http://www.kernel.org/ BuildRequires: bc @@ -222,23 +222,65 @@ BuildArch: i686 %endif # These files are found in the kernel-source package: -NoSource: 0 -NoSource: 100 -NoSource: 101 -NoSource: 102 -NoSource: 103 -NoSource: 104 -NoSource: 105 -NoSource: 106 -NoSource: 107 -NoSource: 108 -NoSource: 109 -NoSource: 110 -NoSource: 111 -NoSource: 112 -NoSource: 113 -NoSource: 120 -NoSource: 121 +NoSource: 0 +NoSource: 2 +NoSource: 3 +NoSource: 8 +NoSource: 9 +NoSource: 10 +NoSource: 11 +NoSource: 12 +NoSource: 13 +NoSource: 14 +NoSource: 16 +NoSource: 17 +NoSource: 21 +NoSource: 23 +NoSource: 33 +NoSource: 35 +NoSource: 37 +NoSource: 38 +NoSource: 39 +NoSource: 40 +NoSource: 44 +NoSource: 45 +NoSource: 46 +NoSource: 48 +NoSource: 49 +NoSource: 50 +NoSource: 51 +NoSource: 52 +NoSource: 53 +NoSource: 54 +NoSource: 55 +NoSource: 56 +NoSource: 57 +NoSource: 60 +NoSource: 61 +NoSource: 62 +NoSource: 63 +NoSource: 64 +NoSource: 65 +NoSource: 66 +NoSource: 67 +NoSource: 68 +NoSource: 69 +NoSource: 100 +NoSource: 101 +NoSource: 102 +NoSource: 103 +NoSource: 104 +NoSource: 105 +NoSource: 106 +NoSource: 107 +NoSource: 108 +NoSource: 109 +NoSource: 110 +NoSource: 111 +NoSource: 112 +NoSource: 113 +NoSource: 120 +NoSource: 121 # The following KMPs have been integrated into the kernel package, # grouped by the last product that contained them. @@ -730,6 +772,12 @@ if [ %CONFIG_MODULES = y ]; then exit 1 fi + # The modules.dep file is sorted randomly which produces strange file + # checksums. As the file is not included in the resulting RPM, it's + # pointless to rely on its contents. Replacing by zeros to make the + # checksums always the same for several builds of the same package. + dd if=/dev/zero of=%buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep ibs=`stat -c%s %buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep` count=1 + %if %split_base %_sourcedir/split-modules -d %buildroot \ -o %my_builddir \ diff --git a/kernel-lpae.changes b/kernel-lpae.changes index 941ba739..2b784e42 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri Feb 14 11:01:06 CET 2014 - jdelvare@suse.de + +- Update config files: Disable TS5500-specific drivers + These drivers are useless without TS5500 board support: mtd-ts5500, + gpio-ts5500 and max197. +- commit 2a03456 + +------------------------------------------------------------------- +Fri Feb 14 09:53:00 CET 2014 - jslaby@suse.cz + +- Linux 3.13.3 (bnc#799216). +- Refresh patches.xen/xen-x86-EFI. +- Refresh patches.xen/xen3-patch-3.12. +- Delete + patches.drivers/drm-cirrus-Correct-register-values-for-16bpp. +- Update config files. +- commit d6e2c2f + +------------------------------------------------------------------- +Wed Feb 12 16:38:14 CET 2014 - mq@suse.cz + +- Scripts: .nosrc.rpm should contain only the specfile (bnc #639379) +- commit afe62e0 + +------------------------------------------------------------------- +Wed Feb 12 16:16:23 CET 2014 - jdelvare@suse.de + +- Drop outdated comment +- commit 65bab82 + +------------------------------------------------------------------- +Wed Feb 12 14:14:04 CET 2014 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.13 (fix net{back,front} checksum setup). +- commit a23672f + +------------------------------------------------------------------- +Tue Feb 11 13:19:54 CET 2014 - mmarek@suse.cz + +- Delete unused patches.arch/ppc64le-fix-copytofrom.patch +- commit ce3dbc3 + +------------------------------------------------------------------- +Tue Feb 11 12:46:43 CET 2014 - tiwai@suse.de + +- drm/cirrus: Fix cirrus drm driver for fbdev + qemu (bnc#856760). +- commit ee73224 + +------------------------------------------------------------------- +Tue Feb 11 12:25:39 CET 2014 - mq@suse.cz + +- Spec: zeroing modules.dep to get identical builds among different machines +- commit a1c5879 + +------------------------------------------------------------------- +Tue Feb 11 10:13:52 CET 2014 - mmarek@suse.cz + +- rpm/guards: Report which config file has problem in --check mode +- commit b39543d + +------------------------------------------------------------------- +Mon Feb 10 15:07:10 CET 2014 - jeffm@suse.com + +- Updated patch headers for 3.14-rc2. +- commit d0ea44a + ------------------------------------------------------------------- Mon Feb 10 14:37:59 CET 2014 - jslaby@suse.cz diff --git a/kernel-lpae.spec b/kernel-lpae.spec index ebacae57..3420e39e 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.13 -%define patchversion 3.13.2 +%define patchversion 3.13.3 %define variant %{nil} %define vanilla_only 0 @@ -61,11 +61,11 @@ Name: kernel-lpae Summary: Kernel for LPAE enabled systems License: GPL-2.0 Group: System/Kernel -Version: 3.13.2 +Version: 3.13.3 %if 0%{?is_kotd} -Release: .gb59b809 +Release: .g7ccf96b %else -Release: .gb59b809 +Release: .g7ccf96b %endif Url: http://www.kernel.org/ BuildRequires: bc @@ -222,23 +222,65 @@ BuildArch: i686 %endif # These files are found in the kernel-source package: -NoSource: 0 -NoSource: 100 -NoSource: 101 -NoSource: 102 -NoSource: 103 -NoSource: 104 -NoSource: 105 -NoSource: 106 -NoSource: 107 -NoSource: 108 -NoSource: 109 -NoSource: 110 -NoSource: 111 -NoSource: 112 -NoSource: 113 -NoSource: 120 -NoSource: 121 +NoSource: 0 +NoSource: 2 +NoSource: 3 +NoSource: 8 +NoSource: 9 +NoSource: 10 +NoSource: 11 +NoSource: 12 +NoSource: 13 +NoSource: 14 +NoSource: 16 +NoSource: 17 +NoSource: 21 +NoSource: 23 +NoSource: 33 +NoSource: 35 +NoSource: 37 +NoSource: 38 +NoSource: 39 +NoSource: 40 +NoSource: 44 +NoSource: 45 +NoSource: 46 +NoSource: 48 +NoSource: 49 +NoSource: 50 +NoSource: 51 +NoSource: 52 +NoSource: 53 +NoSource: 54 +NoSource: 55 +NoSource: 56 +NoSource: 57 +NoSource: 60 +NoSource: 61 +NoSource: 62 +NoSource: 63 +NoSource: 64 +NoSource: 65 +NoSource: 66 +NoSource: 67 +NoSource: 68 +NoSource: 69 +NoSource: 100 +NoSource: 101 +NoSource: 102 +NoSource: 103 +NoSource: 104 +NoSource: 105 +NoSource: 106 +NoSource: 107 +NoSource: 108 +NoSource: 109 +NoSource: 110 +NoSource: 111 +NoSource: 112 +NoSource: 113 +NoSource: 120 +NoSource: 121 # The following KMPs have been integrated into the kernel package, # grouped by the last product that contained them. @@ -731,6 +773,12 @@ if [ %CONFIG_MODULES = y ]; then exit 1 fi + # The modules.dep file is sorted randomly which produces strange file + # checksums. As the file is not included in the resulting RPM, it's + # pointless to rely on its contents. Replacing by zeros to make the + # checksums always the same for several builds of the same package. + dd if=/dev/zero of=%buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep ibs=`stat -c%s %buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep` count=1 + %if %split_base %_sourcedir/split-modules -d %buildroot \ -o %my_builddir \ diff --git a/kernel-obs-build.changes b/kernel-obs-build.changes index 941ba739..2b784e42 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri Feb 14 11:01:06 CET 2014 - jdelvare@suse.de + +- Update config files: Disable TS5500-specific drivers + These drivers are useless without TS5500 board support: mtd-ts5500, + gpio-ts5500 and max197. +- commit 2a03456 + +------------------------------------------------------------------- +Fri Feb 14 09:53:00 CET 2014 - jslaby@suse.cz + +- Linux 3.13.3 (bnc#799216). +- Refresh patches.xen/xen-x86-EFI. +- Refresh patches.xen/xen3-patch-3.12. +- Delete + patches.drivers/drm-cirrus-Correct-register-values-for-16bpp. +- Update config files. +- commit d6e2c2f + +------------------------------------------------------------------- +Wed Feb 12 16:38:14 CET 2014 - mq@suse.cz + +- Scripts: .nosrc.rpm should contain only the specfile (bnc #639379) +- commit afe62e0 + +------------------------------------------------------------------- +Wed Feb 12 16:16:23 CET 2014 - jdelvare@suse.de + +- Drop outdated comment +- commit 65bab82 + +------------------------------------------------------------------- +Wed Feb 12 14:14:04 CET 2014 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.13 (fix net{back,front} checksum setup). +- commit a23672f + +------------------------------------------------------------------- +Tue Feb 11 13:19:54 CET 2014 - mmarek@suse.cz + +- Delete unused patches.arch/ppc64le-fix-copytofrom.patch +- commit ce3dbc3 + +------------------------------------------------------------------- +Tue Feb 11 12:46:43 CET 2014 - tiwai@suse.de + +- drm/cirrus: Fix cirrus drm driver for fbdev + qemu (bnc#856760). +- commit ee73224 + +------------------------------------------------------------------- +Tue Feb 11 12:25:39 CET 2014 - mq@suse.cz + +- Spec: zeroing modules.dep to get identical builds among different machines +- commit a1c5879 + +------------------------------------------------------------------- +Tue Feb 11 10:13:52 CET 2014 - mmarek@suse.cz + +- rpm/guards: Report which config file has problem in --check mode +- commit b39543d + +------------------------------------------------------------------- +Mon Feb 10 15:07:10 CET 2014 - jeffm@suse.com + +- Updated patch headers for 3.14-rc2. +- commit d0ea44a + ------------------------------------------------------------------- Mon Feb 10 14:37:59 CET 2014 - jslaby@suse.cz diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index 941ba739..2b784e42 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri Feb 14 11:01:06 CET 2014 - jdelvare@suse.de + +- Update config files: Disable TS5500-specific drivers + These drivers are useless without TS5500 board support: mtd-ts5500, + gpio-ts5500 and max197. +- commit 2a03456 + +------------------------------------------------------------------- +Fri Feb 14 09:53:00 CET 2014 - jslaby@suse.cz + +- Linux 3.13.3 (bnc#799216). +- Refresh patches.xen/xen-x86-EFI. +- Refresh patches.xen/xen3-patch-3.12. +- Delete + patches.drivers/drm-cirrus-Correct-register-values-for-16bpp. +- Update config files. +- commit d6e2c2f + +------------------------------------------------------------------- +Wed Feb 12 16:38:14 CET 2014 - mq@suse.cz + +- Scripts: .nosrc.rpm should contain only the specfile (bnc #639379) +- commit afe62e0 + +------------------------------------------------------------------- +Wed Feb 12 16:16:23 CET 2014 - jdelvare@suse.de + +- Drop outdated comment +- commit 65bab82 + +------------------------------------------------------------------- +Wed Feb 12 14:14:04 CET 2014 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.13 (fix net{back,front} checksum setup). +- commit a23672f + +------------------------------------------------------------------- +Tue Feb 11 13:19:54 CET 2014 - mmarek@suse.cz + +- Delete unused patches.arch/ppc64le-fix-copytofrom.patch +- commit ce3dbc3 + +------------------------------------------------------------------- +Tue Feb 11 12:46:43 CET 2014 - tiwai@suse.de + +- drm/cirrus: Fix cirrus drm driver for fbdev + qemu (bnc#856760). +- commit ee73224 + +------------------------------------------------------------------- +Tue Feb 11 12:25:39 CET 2014 - mq@suse.cz + +- Spec: zeroing modules.dep to get identical builds among different machines +- commit a1c5879 + +------------------------------------------------------------------- +Tue Feb 11 10:13:52 CET 2014 - mmarek@suse.cz + +- rpm/guards: Report which config file has problem in --check mode +- commit b39543d + +------------------------------------------------------------------- +Mon Feb 10 15:07:10 CET 2014 - jeffm@suse.com + +- Updated patch headers for 3.14-rc2. +- commit d0ea44a + ------------------------------------------------------------------- Mon Feb 10 14:37:59 CET 2014 - jslaby@suse.cz diff --git a/kernel-pae.changes b/kernel-pae.changes index 941ba739..2b784e42 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri Feb 14 11:01:06 CET 2014 - jdelvare@suse.de + +- Update config files: Disable TS5500-specific drivers + These drivers are useless without TS5500 board support: mtd-ts5500, + gpio-ts5500 and max197. +- commit 2a03456 + +------------------------------------------------------------------- +Fri Feb 14 09:53:00 CET 2014 - jslaby@suse.cz + +- Linux 3.13.3 (bnc#799216). +- Refresh patches.xen/xen-x86-EFI. +- Refresh patches.xen/xen3-patch-3.12. +- Delete + patches.drivers/drm-cirrus-Correct-register-values-for-16bpp. +- Update config files. +- commit d6e2c2f + +------------------------------------------------------------------- +Wed Feb 12 16:38:14 CET 2014 - mq@suse.cz + +- Scripts: .nosrc.rpm should contain only the specfile (bnc #639379) +- commit afe62e0 + +------------------------------------------------------------------- +Wed Feb 12 16:16:23 CET 2014 - jdelvare@suse.de + +- Drop outdated comment +- commit 65bab82 + +------------------------------------------------------------------- +Wed Feb 12 14:14:04 CET 2014 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.13 (fix net{back,front} checksum setup). +- commit a23672f + +------------------------------------------------------------------- +Tue Feb 11 13:19:54 CET 2014 - mmarek@suse.cz + +- Delete unused patches.arch/ppc64le-fix-copytofrom.patch +- commit ce3dbc3 + +------------------------------------------------------------------- +Tue Feb 11 12:46:43 CET 2014 - tiwai@suse.de + +- drm/cirrus: Fix cirrus drm driver for fbdev + qemu (bnc#856760). +- commit ee73224 + +------------------------------------------------------------------- +Tue Feb 11 12:25:39 CET 2014 - mq@suse.cz + +- Spec: zeroing modules.dep to get identical builds among different machines +- commit a1c5879 + +------------------------------------------------------------------- +Tue Feb 11 10:13:52 CET 2014 - mmarek@suse.cz + +- rpm/guards: Report which config file has problem in --check mode +- commit b39543d + +------------------------------------------------------------------- +Mon Feb 10 15:07:10 CET 2014 - jeffm@suse.com + +- Updated patch headers for 3.14-rc2. +- commit d0ea44a + ------------------------------------------------------------------- Mon Feb 10 14:37:59 CET 2014 - jslaby@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index 4a551d0a..f2762499 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.13 -%define patchversion 3.13.2 +%define patchversion 3.13.3 %define variant %{nil} %define vanilla_only 0 @@ -61,11 +61,11 @@ Name: kernel-pae Summary: Kernel with PAE Support License: GPL-2.0 Group: System/Kernel -Version: 3.13.2 +Version: 3.13.3 %if 0%{?is_kotd} -Release: .gb59b809 +Release: .g7ccf96b %else -Release: .gb59b809 +Release: .g7ccf96b %endif Url: http://www.kernel.org/ BuildRequires: bc @@ -227,23 +227,65 @@ BuildArch: i686 %endif # These files are found in the kernel-source package: -NoSource: 0 -NoSource: 100 -NoSource: 101 -NoSource: 102 -NoSource: 103 -NoSource: 104 -NoSource: 105 -NoSource: 106 -NoSource: 107 -NoSource: 108 -NoSource: 109 -NoSource: 110 -NoSource: 111 -NoSource: 112 -NoSource: 113 -NoSource: 120 -NoSource: 121 +NoSource: 0 +NoSource: 2 +NoSource: 3 +NoSource: 8 +NoSource: 9 +NoSource: 10 +NoSource: 11 +NoSource: 12 +NoSource: 13 +NoSource: 14 +NoSource: 16 +NoSource: 17 +NoSource: 21 +NoSource: 23 +NoSource: 33 +NoSource: 35 +NoSource: 37 +NoSource: 38 +NoSource: 39 +NoSource: 40 +NoSource: 44 +NoSource: 45 +NoSource: 46 +NoSource: 48 +NoSource: 49 +NoSource: 50 +NoSource: 51 +NoSource: 52 +NoSource: 53 +NoSource: 54 +NoSource: 55 +NoSource: 56 +NoSource: 57 +NoSource: 60 +NoSource: 61 +NoSource: 62 +NoSource: 63 +NoSource: 64 +NoSource: 65 +NoSource: 66 +NoSource: 67 +NoSource: 68 +NoSource: 69 +NoSource: 100 +NoSource: 101 +NoSource: 102 +NoSource: 103 +NoSource: 104 +NoSource: 105 +NoSource: 106 +NoSource: 107 +NoSource: 108 +NoSource: 109 +NoSource: 110 +NoSource: 111 +NoSource: 112 +NoSource: 113 +NoSource: 120 +NoSource: 121 # The following KMPs have been integrated into the kernel package, # grouped by the last product that contained them. @@ -742,6 +784,12 @@ if [ %CONFIG_MODULES = y ]; then exit 1 fi + # The modules.dep file is sorted randomly which produces strange file + # checksums. As the file is not included in the resulting RPM, it's + # pointless to rely on its contents. Replacing by zeros to make the + # checksums always the same for several builds of the same package. + dd if=/dev/zero of=%buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep ibs=`stat -c%s %buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep` count=1 + %if %split_base %_sourcedir/split-modules -d %buildroot \ -o %my_builddir \ diff --git a/kernel-source.changes b/kernel-source.changes index 941ba739..2b784e42 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri Feb 14 11:01:06 CET 2014 - jdelvare@suse.de + +- Update config files: Disable TS5500-specific drivers + These drivers are useless without TS5500 board support: mtd-ts5500, + gpio-ts5500 and max197. +- commit 2a03456 + +------------------------------------------------------------------- +Fri Feb 14 09:53:00 CET 2014 - jslaby@suse.cz + +- Linux 3.13.3 (bnc#799216). +- Refresh patches.xen/xen-x86-EFI. +- Refresh patches.xen/xen3-patch-3.12. +- Delete + patches.drivers/drm-cirrus-Correct-register-values-for-16bpp. +- Update config files. +- commit d6e2c2f + +------------------------------------------------------------------- +Wed Feb 12 16:38:14 CET 2014 - mq@suse.cz + +- Scripts: .nosrc.rpm should contain only the specfile (bnc #639379) +- commit afe62e0 + +------------------------------------------------------------------- +Wed Feb 12 16:16:23 CET 2014 - jdelvare@suse.de + +- Drop outdated comment +- commit 65bab82 + +------------------------------------------------------------------- +Wed Feb 12 14:14:04 CET 2014 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.13 (fix net{back,front} checksum setup). +- commit a23672f + +------------------------------------------------------------------- +Tue Feb 11 13:19:54 CET 2014 - mmarek@suse.cz + +- Delete unused patches.arch/ppc64le-fix-copytofrom.patch +- commit ce3dbc3 + +------------------------------------------------------------------- +Tue Feb 11 12:46:43 CET 2014 - tiwai@suse.de + +- drm/cirrus: Fix cirrus drm driver for fbdev + qemu (bnc#856760). +- commit ee73224 + +------------------------------------------------------------------- +Tue Feb 11 12:25:39 CET 2014 - mq@suse.cz + +- Spec: zeroing modules.dep to get identical builds among different machines +- commit a1c5879 + +------------------------------------------------------------------- +Tue Feb 11 10:13:52 CET 2014 - mmarek@suse.cz + +- rpm/guards: Report which config file has problem in --check mode +- commit b39543d + +------------------------------------------------------------------- +Mon Feb 10 15:07:10 CET 2014 - jeffm@suse.com + +- Updated patch headers for 3.14-rc2. +- commit d0ea44a + ------------------------------------------------------------------- Mon Feb 10 14:37:59 CET 2014 - jslaby@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index 2266d611..2db9e197 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -18,7 +18,7 @@ %define srcversion 3.13 -%define patchversion 3.13.2 +%define patchversion 3.13.3 %define variant %{nil} %define vanilla_only 0 @@ -30,11 +30,11 @@ Name: kernel-source Summary: The Linux Kernel Sources License: GPL-2.0 Group: Development/Sources -Version: 3.13.2 +Version: 3.13.3 %if 0%{?is_kotd} -Release: .gb59b809 +Release: .g7ccf96b %else -Release: .gb59b809 +Release: .g7ccf96b %endif Url: http://www.kernel.org/ AutoReqProv: off diff --git a/kernel-syms.changes b/kernel-syms.changes index 941ba739..2b784e42 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri Feb 14 11:01:06 CET 2014 - jdelvare@suse.de + +- Update config files: Disable TS5500-specific drivers + These drivers are useless without TS5500 board support: mtd-ts5500, + gpio-ts5500 and max197. +- commit 2a03456 + +------------------------------------------------------------------- +Fri Feb 14 09:53:00 CET 2014 - jslaby@suse.cz + +- Linux 3.13.3 (bnc#799216). +- Refresh patches.xen/xen-x86-EFI. +- Refresh patches.xen/xen3-patch-3.12. +- Delete + patches.drivers/drm-cirrus-Correct-register-values-for-16bpp. +- Update config files. +- commit d6e2c2f + +------------------------------------------------------------------- +Wed Feb 12 16:38:14 CET 2014 - mq@suse.cz + +- Scripts: .nosrc.rpm should contain only the specfile (bnc #639379) +- commit afe62e0 + +------------------------------------------------------------------- +Wed Feb 12 16:16:23 CET 2014 - jdelvare@suse.de + +- Drop outdated comment +- commit 65bab82 + +------------------------------------------------------------------- +Wed Feb 12 14:14:04 CET 2014 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.13 (fix net{back,front} checksum setup). +- commit a23672f + +------------------------------------------------------------------- +Tue Feb 11 13:19:54 CET 2014 - mmarek@suse.cz + +- Delete unused patches.arch/ppc64le-fix-copytofrom.patch +- commit ce3dbc3 + +------------------------------------------------------------------- +Tue Feb 11 12:46:43 CET 2014 - tiwai@suse.de + +- drm/cirrus: Fix cirrus drm driver for fbdev + qemu (bnc#856760). +- commit ee73224 + +------------------------------------------------------------------- +Tue Feb 11 12:25:39 CET 2014 - mq@suse.cz + +- Spec: zeroing modules.dep to get identical builds among different machines +- commit a1c5879 + +------------------------------------------------------------------- +Tue Feb 11 10:13:52 CET 2014 - mmarek@suse.cz + +- rpm/guards: Report which config file has problem in --check mode +- commit b39543d + +------------------------------------------------------------------- +Mon Feb 10 15:07:10 CET 2014 - jeffm@suse.com + +- Updated patch headers for 3.14-rc2. +- commit d0ea44a + ------------------------------------------------------------------- Mon Feb 10 14:37:59 CET 2014 - jslaby@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index 61841343..96af4a12 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -24,12 +24,12 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) License: GPL-2.0 Group: Development/Sources -Version: 3.13.2 +Version: 3.13.3 %if %using_buildservice %if 0%{?is_kotd} -Release: .gb59b809 +Release: .g7ccf96b %else -Release: .gb59b809 +Release: .g7ccf96b %endif %else %define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0) diff --git a/kernel-trace.changes b/kernel-trace.changes index 941ba739..2b784e42 100644 --- a/kernel-trace.changes +++ b/kernel-trace.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri Feb 14 11:01:06 CET 2014 - jdelvare@suse.de + +- Update config files: Disable TS5500-specific drivers + These drivers are useless without TS5500 board support: mtd-ts5500, + gpio-ts5500 and max197. +- commit 2a03456 + +------------------------------------------------------------------- +Fri Feb 14 09:53:00 CET 2014 - jslaby@suse.cz + +- Linux 3.13.3 (bnc#799216). +- Refresh patches.xen/xen-x86-EFI. +- Refresh patches.xen/xen3-patch-3.12. +- Delete + patches.drivers/drm-cirrus-Correct-register-values-for-16bpp. +- Update config files. +- commit d6e2c2f + +------------------------------------------------------------------- +Wed Feb 12 16:38:14 CET 2014 - mq@suse.cz + +- Scripts: .nosrc.rpm should contain only the specfile (bnc #639379) +- commit afe62e0 + +------------------------------------------------------------------- +Wed Feb 12 16:16:23 CET 2014 - jdelvare@suse.de + +- Drop outdated comment +- commit 65bab82 + +------------------------------------------------------------------- +Wed Feb 12 14:14:04 CET 2014 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.13 (fix net{back,front} checksum setup). +- commit a23672f + +------------------------------------------------------------------- +Tue Feb 11 13:19:54 CET 2014 - mmarek@suse.cz + +- Delete unused patches.arch/ppc64le-fix-copytofrom.patch +- commit ce3dbc3 + +------------------------------------------------------------------- +Tue Feb 11 12:46:43 CET 2014 - tiwai@suse.de + +- drm/cirrus: Fix cirrus drm driver for fbdev + qemu (bnc#856760). +- commit ee73224 + +------------------------------------------------------------------- +Tue Feb 11 12:25:39 CET 2014 - mq@suse.cz + +- Spec: zeroing modules.dep to get identical builds among different machines +- commit a1c5879 + +------------------------------------------------------------------- +Tue Feb 11 10:13:52 CET 2014 - mmarek@suse.cz + +- rpm/guards: Report which config file has problem in --check mode +- commit b39543d + +------------------------------------------------------------------- +Mon Feb 10 15:07:10 CET 2014 - jeffm@suse.com + +- Updated patch headers for 3.14-rc2. +- commit d0ea44a + ------------------------------------------------------------------- Mon Feb 10 14:37:59 CET 2014 - jslaby@suse.cz diff --git a/kernel-trace.spec b/kernel-trace.spec index c4129220..db18ced3 100644 --- a/kernel-trace.spec +++ b/kernel-trace.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.13 -%define patchversion 3.13.2 +%define patchversion 3.13.3 %define variant %{nil} %define vanilla_only 0 @@ -61,11 +61,11 @@ Name: kernel-trace Summary: The Standard Kernel with Tracing Features License: GPL-2.0 Group: System/Kernel -Version: 3.13.2 +Version: 3.13.3 %if 0%{?is_kotd} -Release: .gb59b809 +Release: .g7ccf96b %else -Release: .gb59b809 +Release: .g7ccf96b %endif Url: http://www.kernel.org/ BuildRequires: bc @@ -225,23 +225,65 @@ BuildArch: i686 %endif # These files are found in the kernel-source package: -NoSource: 0 -NoSource: 100 -NoSource: 101 -NoSource: 102 -NoSource: 103 -NoSource: 104 -NoSource: 105 -NoSource: 106 -NoSource: 107 -NoSource: 108 -NoSource: 109 -NoSource: 110 -NoSource: 111 -NoSource: 112 -NoSource: 113 -NoSource: 120 -NoSource: 121 +NoSource: 0 +NoSource: 2 +NoSource: 3 +NoSource: 8 +NoSource: 9 +NoSource: 10 +NoSource: 11 +NoSource: 12 +NoSource: 13 +NoSource: 14 +NoSource: 16 +NoSource: 17 +NoSource: 21 +NoSource: 23 +NoSource: 33 +NoSource: 35 +NoSource: 37 +NoSource: 38 +NoSource: 39 +NoSource: 40 +NoSource: 44 +NoSource: 45 +NoSource: 46 +NoSource: 48 +NoSource: 49 +NoSource: 50 +NoSource: 51 +NoSource: 52 +NoSource: 53 +NoSource: 54 +NoSource: 55 +NoSource: 56 +NoSource: 57 +NoSource: 60 +NoSource: 61 +NoSource: 62 +NoSource: 63 +NoSource: 64 +NoSource: 65 +NoSource: 66 +NoSource: 67 +NoSource: 68 +NoSource: 69 +NoSource: 100 +NoSource: 101 +NoSource: 102 +NoSource: 103 +NoSource: 104 +NoSource: 105 +NoSource: 106 +NoSource: 107 +NoSource: 108 +NoSource: 109 +NoSource: 110 +NoSource: 111 +NoSource: 112 +NoSource: 113 +NoSource: 120 +NoSource: 121 # The following KMPs have been integrated into the kernel package, # grouped by the last product that contained them. @@ -733,6 +775,12 @@ if [ %CONFIG_MODULES = y ]; then exit 1 fi + # The modules.dep file is sorted randomly which produces strange file + # checksums. As the file is not included in the resulting RPM, it's + # pointless to rely on its contents. Replacing by zeros to make the + # checksums always the same for several builds of the same package. + dd if=/dev/zero of=%buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep ibs=`stat -c%s %buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep` count=1 + %if %split_base %_sourcedir/split-modules -d %buildroot \ -o %my_builddir \ diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 941ba739..2b784e42 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri Feb 14 11:01:06 CET 2014 - jdelvare@suse.de + +- Update config files: Disable TS5500-specific drivers + These drivers are useless without TS5500 board support: mtd-ts5500, + gpio-ts5500 and max197. +- commit 2a03456 + +------------------------------------------------------------------- +Fri Feb 14 09:53:00 CET 2014 - jslaby@suse.cz + +- Linux 3.13.3 (bnc#799216). +- Refresh patches.xen/xen-x86-EFI. +- Refresh patches.xen/xen3-patch-3.12. +- Delete + patches.drivers/drm-cirrus-Correct-register-values-for-16bpp. +- Update config files. +- commit d6e2c2f + +------------------------------------------------------------------- +Wed Feb 12 16:38:14 CET 2014 - mq@suse.cz + +- Scripts: .nosrc.rpm should contain only the specfile (bnc #639379) +- commit afe62e0 + +------------------------------------------------------------------- +Wed Feb 12 16:16:23 CET 2014 - jdelvare@suse.de + +- Drop outdated comment +- commit 65bab82 + +------------------------------------------------------------------- +Wed Feb 12 14:14:04 CET 2014 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.13 (fix net{back,front} checksum setup). +- commit a23672f + +------------------------------------------------------------------- +Tue Feb 11 13:19:54 CET 2014 - mmarek@suse.cz + +- Delete unused patches.arch/ppc64le-fix-copytofrom.patch +- commit ce3dbc3 + +------------------------------------------------------------------- +Tue Feb 11 12:46:43 CET 2014 - tiwai@suse.de + +- drm/cirrus: Fix cirrus drm driver for fbdev + qemu (bnc#856760). +- commit ee73224 + +------------------------------------------------------------------- +Tue Feb 11 12:25:39 CET 2014 - mq@suse.cz + +- Spec: zeroing modules.dep to get identical builds among different machines +- commit a1c5879 + +------------------------------------------------------------------- +Tue Feb 11 10:13:52 CET 2014 - mmarek@suse.cz + +- rpm/guards: Report which config file has problem in --check mode +- commit b39543d + +------------------------------------------------------------------- +Mon Feb 10 15:07:10 CET 2014 - jeffm@suse.com + +- Updated patch headers for 3.14-rc2. +- commit d0ea44a + ------------------------------------------------------------------- Mon Feb 10 14:37:59 CET 2014 - jslaby@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 4cce26b2..d3538f19 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.13 -%define patchversion 3.13.2 +%define patchversion 3.13.3 %define variant %{nil} %define vanilla_only 0 @@ -61,11 +61,11 @@ Name: kernel-vanilla Summary: The Standard Kernel - without any SUSE patches License: GPL-2.0 Group: System/Kernel -Version: 3.13.2 +Version: 3.13.3 %if 0%{?is_kotd} -Release: .gb59b809 +Release: .g7ccf96b %else -Release: .gb59b809 +Release: .g7ccf96b %endif Url: http://www.kernel.org/ BuildRequires: bc @@ -222,23 +222,65 @@ BuildArch: i686 %endif # These files are found in the kernel-source package: -NoSource: 0 -NoSource: 100 -NoSource: 101 -NoSource: 102 -NoSource: 103 -NoSource: 104 -NoSource: 105 -NoSource: 106 -NoSource: 107 -NoSource: 108 -NoSource: 109 -NoSource: 110 -NoSource: 111 -NoSource: 112 -NoSource: 113 -NoSource: 120 -NoSource: 121 +NoSource: 0 +NoSource: 2 +NoSource: 3 +NoSource: 8 +NoSource: 9 +NoSource: 10 +NoSource: 11 +NoSource: 12 +NoSource: 13 +NoSource: 14 +NoSource: 16 +NoSource: 17 +NoSource: 21 +NoSource: 23 +NoSource: 33 +NoSource: 35 +NoSource: 37 +NoSource: 38 +NoSource: 39 +NoSource: 40 +NoSource: 44 +NoSource: 45 +NoSource: 46 +NoSource: 48 +NoSource: 49 +NoSource: 50 +NoSource: 51 +NoSource: 52 +NoSource: 53 +NoSource: 54 +NoSource: 55 +NoSource: 56 +NoSource: 57 +NoSource: 60 +NoSource: 61 +NoSource: 62 +NoSource: 63 +NoSource: 64 +NoSource: 65 +NoSource: 66 +NoSource: 67 +NoSource: 68 +NoSource: 69 +NoSource: 100 +NoSource: 101 +NoSource: 102 +NoSource: 103 +NoSource: 104 +NoSource: 105 +NoSource: 106 +NoSource: 107 +NoSource: 108 +NoSource: 109 +NoSource: 110 +NoSource: 111 +NoSource: 112 +NoSource: 113 +NoSource: 120 +NoSource: 121 # The following KMPs have been integrated into the kernel package, # grouped by the last product that contained them. @@ -730,6 +772,12 @@ if [ %CONFIG_MODULES = y ]; then exit 1 fi + # The modules.dep file is sorted randomly which produces strange file + # checksums. As the file is not included in the resulting RPM, it's + # pointless to rely on its contents. Replacing by zeros to make the + # checksums always the same for several builds of the same package. + dd if=/dev/zero of=%buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep ibs=`stat -c%s %buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep` count=1 + %if %split_base %_sourcedir/split-modules -d %buildroot \ -o %my_builddir \ diff --git a/kernel-xen.changes b/kernel-xen.changes index 941ba739..2b784e42 100644 --- a/kernel-xen.changes +++ b/kernel-xen.changes @@ -1,3 +1,70 @@ +------------------------------------------------------------------- +Fri Feb 14 11:01:06 CET 2014 - jdelvare@suse.de + +- Update config files: Disable TS5500-specific drivers + These drivers are useless without TS5500 board support: mtd-ts5500, + gpio-ts5500 and max197. +- commit 2a03456 + +------------------------------------------------------------------- +Fri Feb 14 09:53:00 CET 2014 - jslaby@suse.cz + +- Linux 3.13.3 (bnc#799216). +- Refresh patches.xen/xen-x86-EFI. +- Refresh patches.xen/xen3-patch-3.12. +- Delete + patches.drivers/drm-cirrus-Correct-register-values-for-16bpp. +- Update config files. +- commit d6e2c2f + +------------------------------------------------------------------- +Wed Feb 12 16:38:14 CET 2014 - mq@suse.cz + +- Scripts: .nosrc.rpm should contain only the specfile (bnc #639379) +- commit afe62e0 + +------------------------------------------------------------------- +Wed Feb 12 16:16:23 CET 2014 - jdelvare@suse.de + +- Drop outdated comment +- commit 65bab82 + +------------------------------------------------------------------- +Wed Feb 12 14:14:04 CET 2014 - jbeulich@suse.com + +- Refresh patches.xen/xen3-patch-3.13 (fix net{back,front} checksum setup). +- commit a23672f + +------------------------------------------------------------------- +Tue Feb 11 13:19:54 CET 2014 - mmarek@suse.cz + +- Delete unused patches.arch/ppc64le-fix-copytofrom.patch +- commit ce3dbc3 + +------------------------------------------------------------------- +Tue Feb 11 12:46:43 CET 2014 - tiwai@suse.de + +- drm/cirrus: Fix cirrus drm driver for fbdev + qemu (bnc#856760). +- commit ee73224 + +------------------------------------------------------------------- +Tue Feb 11 12:25:39 CET 2014 - mq@suse.cz + +- Spec: zeroing modules.dep to get identical builds among different machines +- commit a1c5879 + +------------------------------------------------------------------- +Tue Feb 11 10:13:52 CET 2014 - mmarek@suse.cz + +- rpm/guards: Report which config file has problem in --check mode +- commit b39543d + +------------------------------------------------------------------- +Mon Feb 10 15:07:10 CET 2014 - jeffm@suse.com + +- Updated patch headers for 3.14-rc2. +- commit d0ea44a + ------------------------------------------------------------------- Mon Feb 10 14:37:59 CET 2014 - jslaby@suse.cz diff --git a/kernel-xen.spec b/kernel-xen.spec index d4e29c1e..4099df8c 100644 --- a/kernel-xen.spec +++ b/kernel-xen.spec @@ -20,7 +20,7 @@ # needssslcertforbuild %define srcversion 3.13 -%define patchversion 3.13.2 +%define patchversion 3.13.3 %define variant %{nil} %define vanilla_only 0 @@ -61,11 +61,11 @@ Name: kernel-xen Summary: The Xen Kernel License: GPL-2.0 Group: System/Kernel -Version: 3.13.2 +Version: 3.13.3 %if 0%{?is_kotd} -Release: .gb59b809 +Release: .g7ccf96b %else -Release: .gb59b809 +Release: .g7ccf96b %endif Url: http://www.kernel.org/ BuildRequires: bc @@ -225,23 +225,65 @@ BuildArch: i686 %endif # These files are found in the kernel-source package: -NoSource: 0 -NoSource: 100 -NoSource: 101 -NoSource: 102 -NoSource: 103 -NoSource: 104 -NoSource: 105 -NoSource: 106 -NoSource: 107 -NoSource: 108 -NoSource: 109 -NoSource: 110 -NoSource: 111 -NoSource: 112 -NoSource: 113 -NoSource: 120 -NoSource: 121 +NoSource: 0 +NoSource: 2 +NoSource: 3 +NoSource: 8 +NoSource: 9 +NoSource: 10 +NoSource: 11 +NoSource: 12 +NoSource: 13 +NoSource: 14 +NoSource: 16 +NoSource: 17 +NoSource: 21 +NoSource: 23 +NoSource: 33 +NoSource: 35 +NoSource: 37 +NoSource: 38 +NoSource: 39 +NoSource: 40 +NoSource: 44 +NoSource: 45 +NoSource: 46 +NoSource: 48 +NoSource: 49 +NoSource: 50 +NoSource: 51 +NoSource: 52 +NoSource: 53 +NoSource: 54 +NoSource: 55 +NoSource: 56 +NoSource: 57 +NoSource: 60 +NoSource: 61 +NoSource: 62 +NoSource: 63 +NoSource: 64 +NoSource: 65 +NoSource: 66 +NoSource: 67 +NoSource: 68 +NoSource: 69 +NoSource: 100 +NoSource: 101 +NoSource: 102 +NoSource: 103 +NoSource: 104 +NoSource: 105 +NoSource: 106 +NoSource: 107 +NoSource: 108 +NoSource: 109 +NoSource: 110 +NoSource: 111 +NoSource: 112 +NoSource: 113 +NoSource: 120 +NoSource: 121 # The following KMPs have been integrated into the kernel package, # grouped by the last product that contained them. @@ -736,6 +778,12 @@ if [ %CONFIG_MODULES = y ]; then exit 1 fi + # The modules.dep file is sorted randomly which produces strange file + # checksums. As the file is not included in the resulting RPM, it's + # pointless to rely on its contents. Replacing by zeros to make the + # checksums always the same for several builds of the same package. + dd if=/dev/zero of=%buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep ibs=`stat -c%s %buildroot/lib/modules/%kernelrelease-%build_flavor/modules.dep` count=1 + %if %split_base %_sourcedir/split-modules -d %buildroot \ -o %my_builddir \ diff --git a/mkspec b/mkspec index 4c8cb4b2..8ef260fe 100644 --- a/mkspec +++ b/mkspec @@ -50,7 +50,9 @@ my $sources = join("\n", $templates{source} =~ /^Source\d+:[^\n]*/msg); # Find all SourceN: foo.tar.(bz2|xz) lines and generate the NoSource: # lines and the %setup line my @tarballs = ($sources =~ /^Source(\d+):[^\n]*\.tar\.(?:bz2|xz)/msg); -my $nosource = join("\n", map { "NoSource: $_" } @tarballs); +my $nosource = $sources; +$nosource =~ s/^Source(\d+):.*?$/NoSource:\t$1/mg; + # Source0 (the linux tarball) is unpacked manually @tarballs = grep { $_ > 0 } @tarballs; my $unpack_patches = join(" ", map { "-a $_" } @tarballs); diff --git a/patches.drivers.tar.bz2 b/patches.drivers.tar.bz2 index 83b01e4a..82a831cd 100644 --- a/patches.drivers.tar.bz2 +++ b/patches.drivers.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8a9e7493fa0b68c62ad7e2e25faa9c90aa4573732aaa8530e8239395a66c5b00 -size 3493 +oid sha256:62099152fe1e10c15454e501e07b491fa4cafe73bb5bda1dde5566c264c1ba5a +size 3568 diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index 4bf0dce3..d4b066aa 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:767f6d2d300bc704afd2634ac56e0082fd05b8ea22cb416a45d14ede3b2e7224 -size 58898 +oid sha256:9e150a2e28033c8f95536fafda2327a9b024a2b4651fc92ea6323234535456ef +size 105263 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index f1baa57d..c7ea9dc5 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94949496ccee6949025451982f0670b49acb1bf9a97626199b1ad287c5ba464c -size 128696 +oid sha256:104da9e58987796890d73e8181e275bd75b7d96e9d441b95271938b5b7e0d99e +size 128857 diff --git a/patches.xen.tar.bz2 b/patches.xen.tar.bz2 index 6e4313e0..2e3921ea 100644 --- a/patches.xen.tar.bz2 +++ b/patches.xen.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d244b75309a7f8e2180487e00dfc7a7c61087ed93af116227d0241904d1025bc -size 2044872 +oid sha256:f50cba7d9494f9cc31478a8853ed8947d6559e502131a9200b3b74fd97d5986a +size 2045742 diff --git a/series.conf b/series.conf index 44193e43..fefb25cc 100644 --- a/series.conf +++ b/series.conf @@ -29,6 +29,7 @@ ######################################################## patches.kernel.org/patch-3.13.1 patches.kernel.org/patch-3.13.1-2 + patches.kernel.org/patch-3.13.2-3 ######################################################## # Build fixes that apply to the vanilla kernel too. @@ -206,7 +207,6 @@ # ACPI patches # ######################################################## - # Check resource conflicts between hwmon and ACPI OpRegs patches.arch/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch patches.arch/acpi_thermal_passive_blacklist.patch @@ -387,8 +387,8 @@ ######################################################## # DRM/Video ######################################################## - patches.drivers/drm-cirrus-Correct-register-values-for-16bpp patches.drivers/drm-cirrus-Use-16bpp-as-default + patches.drivers/drm-cirrus-Fix-cirrus-drm-driver-for-fbdev-qemu patches.fixes/nouveau-fix-race-with-fence-signaling ######################################################## diff --git a/source-timestamp b/source-timestamp index 702bc19b..7159adbd 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2014-02-10 14:37:59 +0100 -GIT Revision: b59b809be61dee7eca726683a321f53f51403086 +2014-02-14 13:51:02 +0100 +GIT Revision: 7ccf96b662956872f179cd02e3d7b25c613ad12d GIT Branch: stable