commit 4a049a57543453a2f30f6d93ff76988595076a6b

OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=391
This commit is contained in:
Michal Marek 2015-07-22 06:03:49 +00:00 committed by Git OBS Bridge
parent 813475f547
commit ce61b5e96f
40 changed files with 1573 additions and 52 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53770002cd4cddf7161f5f188668fff6027a3aab4d5c3440786463d98cce85c3
size 394095
oid sha256:2b07f1a46df530be90a5dd428320e14306d983afab18aa480d13aba189a73228
size 393933

15
guards
View File

@ -63,6 +63,7 @@ sub files_in($$) {
s:^$dir:: for @files;
return @files;
}
$path = slashme($path);
opendir $dh, length("$dir$path") ? "$dir$path" : '.'
or die "$dir$path: $!\n";
@ -95,7 +96,7 @@ sub parse($$) {
next;
}
$line .= $_;
my @guards = ();
my @guards = ();
foreach my $token (split /[\s\t\n]+/, $line) {
next if $token eq "";
if ($token =~ /^[-+]/) {
@ -168,7 +169,7 @@ if ($check) {
my @files;
foreach (@path) {
@files = (@files, files_in($dir,$_));
@files = (@files, files_in($dir, $_));
}
my %files = map { $_ => 0 } @files;
@ -180,7 +181,7 @@ if ($check) {
if ($config eq '-') {
print "Not found: $dir$patch\n";
} else {
print "Not found in $config: $dir$patch\n";
print "In $config but not found: $dir$patch\n";
}
$problems++;
}});
@ -263,8 +264,8 @@ guards - select from a list of files guarded by conditions
=head1 SYNOPSIS
F<guards> [--prefix=F<dir>] [--path=F<dir1:dir2:...>] [--default=<0|1>]
[--check|--list] [--invert-match] [--with-guards] [--config=<file>]
I<symbol> ...
[--check|--list] [--invert-match] [--with-guards] [--config=<file>]
I<symbol> ...
=head1 DESCRIPTION
@ -299,7 +300,9 @@ file system. If files are referenced in the specification that do not exist, or
if files are not enlisted in the specification file warnings are printed. The
I<--path> option can be used to specify which directory or directories to scan.
Multiple directories are separated by a colon (C<:>) character. The
I<--prefix> option specifies the location of the files.
I<--prefix> option specifies the location of the files. Alternatively, the
I<--path=@E<lt>fileE<gt>> syntax can be used to specify a file from which the
file names will be read.
Use I<--list> to list all files independent of any rules. Use I<--invert-match>
to list only the excluded patches. Use I<--with-guards> to also include all

View File

@ -74,7 +74,8 @@ BuildRequires: hmaccalc
%endif
BuildRequires: modutils
# Used to sign the kernel in the buildservice
BuildRequires: pesign-obs-integration openssl
BuildRequires: openssl
BuildRequires: pesign-obs-integration
Provides: %name = %version-%source_rel
# bnc#901925
Provides: %name-%version-%source_rel

View File

@ -23,6 +23,55 @@ Wed Jul 8 16:23:40 CEST 2015 - dmueller@suse.com
- arm64: Don't report clear pmds and puds as huge.
- commit cac28b3
-------------------------------------------------------------------
Tue Jul 7 16:49:09 CEST 2015 - jeffm@suse.com
- config: sync CIFS_SMB2=y across all configs
Note that since Xen and ARM are disabled, these need to updated
independently.
- commit 7d11dbe
-------------------------------------------------------------------
Mon Jul 6 21:24:50 CEST 2015 - jeffm@suse.com
- config: disable CONFIG_GPIO_MCP23S08 on non-ARM platforms
- commit 1c68e62
-------------------------------------------------------------------
Mon Jul 6 21:19:38 CEST 2015 - jeffm@suse.com
- config: disable MFD_SYSCON on non-ARM platforms
- commit a4a41a7
-------------------------------------------------------------------
Mon Jul 6 21:12:38 CEST 2015 - jeffm@suse.com
- config: BLK_DEV_SKD=m on ppc64 vanilla configs
BLK_DEV_SKD was disabled on ppc64 vanilla configs but enabled for
default.
- commit 16b304b
-------------------------------------------------------------------
Mon Jul 6 21:01:38 CEST 2015 - jeffm@suse.com
- config: disable BCMGENET on non-ARM platforms
The Broadcom GENET ethernet chip is part of their BCM7xxx Set Top Box
chipset and doesn't need to be built on non-ARM architectures.
- commit 8d51fac
-------------------------------------------------------------------
Mon Jul 6 04:48:08 CEST 2015 - jeffm@suse.com
- Removed invalid Git-commit tags from bcache patches.
- commit c7da326
-------------------------------------------------------------------
Wed Jul 1 14:33:24 CEST 2015 - jeffm@suse.com
- sysctl/defaults: remove semaphore sysctl override (bsc#936290).
The sysctl values were lower than the new defaults.
- commit 8e3d11a
-------------------------------------------------------------------
Tue Jun 30 09:05:53 CEST 2015 - jslaby@suse.cz
@ -70,6 +119,13 @@ Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Mon Jun 22 10:36:29 CEST 2015 - schwab@suse.de
- kernel-obs-build: add btrfs to initrd
This is needed for kiwi builds.
- commit 1ebf037
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -103,6 +159,12 @@ Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Tue Jun 16 14:08:02 CEST 2015 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Change BuildRequires to match OBS's taste
- commit 15501f0
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
@ -178,6 +240,20 @@ Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Fri Jun 5 10:04:49 CEST 2015 - mmarek@suse.cz
- Delete disabled patches that have not been updated for years
- Delete
patches.arch/kvm-only-export-selected-pv-ops-feature-structs.
- Delete
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic.
- Delete patches.arch/kvm-split-paravirt-ops-by-functionality.
- Delete patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature.
- Delete patches.arch/ppc64-xmon-dmesg-printing.patch.
- Delete patches.suse/ppc-no-LDFLAGS_MODULE.patch.
- commit 6e78d78
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
@ -453,6 +529,31 @@ Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz
- Linux 4.0.1.
- commit b77e339
-------------------------------------------------------------------
Wed Apr 29 10:58:25 CEST 2015 - jdelvare@suse.de
- rpm/guards: Clarify user message
When --config=series is used and a listed file is not found on the
disk, guards prints the following message:
Not found in series: file
This message is confusing, as the file was found in series, it is
missing on the disk. Change the message to make this more obvious.
- commit 3fbe9e5
-------------------------------------------------------------------
Fri Apr 24 17:44:27 CEST 2015 - jdelvare@suse.de
- rpm/guards: Documentation update
* Fix synopsis format.
* Document the new --path=@<file> option.
- commit 7fd4136
-------------------------------------------------------------------
Fri Apr 24 17:02:54 CEST 2015 - jdelvare@suse.de
- rpm/guards: White space cleanups
- commit d8089eb
-------------------------------------------------------------------
Wed Apr 22 16:37:02 CEST 2015 - pmladek@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.1.2
%if 0%{?is_kotd}
Release: <RELEASE>.geea4145
Release: <RELEASE>.g4a049a5
%else
Release: 0
%endif
@ -74,7 +74,8 @@ BuildRequires: hmaccalc
%endif
BuildRequires: modutils
# Used to sign the kernel in the buildservice
BuildRequires: pesign-obs-integration openssl
BuildRequires: openssl
BuildRequires: pesign-obs-integration
Provides: %name = %version-%source_rel
# bnc#901925
Provides: %name-%version-%source_rel

View File

@ -23,6 +23,55 @@ Wed Jul 8 16:23:40 CEST 2015 - dmueller@suse.com
- arm64: Don't report clear pmds and puds as huge.
- commit cac28b3
-------------------------------------------------------------------
Tue Jul 7 16:49:09 CEST 2015 - jeffm@suse.com
- config: sync CIFS_SMB2=y across all configs
Note that since Xen and ARM are disabled, these need to updated
independently.
- commit 7d11dbe
-------------------------------------------------------------------
Mon Jul 6 21:24:50 CEST 2015 - jeffm@suse.com
- config: disable CONFIG_GPIO_MCP23S08 on non-ARM platforms
- commit 1c68e62
-------------------------------------------------------------------
Mon Jul 6 21:19:38 CEST 2015 - jeffm@suse.com
- config: disable MFD_SYSCON on non-ARM platforms
- commit a4a41a7
-------------------------------------------------------------------
Mon Jul 6 21:12:38 CEST 2015 - jeffm@suse.com
- config: BLK_DEV_SKD=m on ppc64 vanilla configs
BLK_DEV_SKD was disabled on ppc64 vanilla configs but enabled for
default.
- commit 16b304b
-------------------------------------------------------------------
Mon Jul 6 21:01:38 CEST 2015 - jeffm@suse.com
- config: disable BCMGENET on non-ARM platforms
The Broadcom GENET ethernet chip is part of their BCM7xxx Set Top Box
chipset and doesn't need to be built on non-ARM architectures.
- commit 8d51fac
-------------------------------------------------------------------
Mon Jul 6 04:48:08 CEST 2015 - jeffm@suse.com
- Removed invalid Git-commit tags from bcache patches.
- commit c7da326
-------------------------------------------------------------------
Wed Jul 1 14:33:24 CEST 2015 - jeffm@suse.com
- sysctl/defaults: remove semaphore sysctl override (bsc#936290).
The sysctl values were lower than the new defaults.
- commit 8e3d11a
-------------------------------------------------------------------
Tue Jun 30 09:05:53 CEST 2015 - jslaby@suse.cz
@ -70,6 +119,13 @@ Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Mon Jun 22 10:36:29 CEST 2015 - schwab@suse.de
- kernel-obs-build: add btrfs to initrd
This is needed for kiwi builds.
- commit 1ebf037
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -103,6 +159,12 @@ Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Tue Jun 16 14:08:02 CEST 2015 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Change BuildRequires to match OBS's taste
- commit 15501f0
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
@ -178,6 +240,20 @@ Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Fri Jun 5 10:04:49 CEST 2015 - mmarek@suse.cz
- Delete disabled patches that have not been updated for years
- Delete
patches.arch/kvm-only-export-selected-pv-ops-feature-structs.
- Delete
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic.
- Delete patches.arch/kvm-split-paravirt-ops-by-functionality.
- Delete patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature.
- Delete patches.arch/ppc64-xmon-dmesg-printing.patch.
- Delete patches.suse/ppc-no-LDFLAGS_MODULE.patch.
- commit 6e78d78
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
@ -453,6 +529,31 @@ Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz
- Linux 4.0.1.
- commit b77e339
-------------------------------------------------------------------
Wed Apr 29 10:58:25 CEST 2015 - jdelvare@suse.de
- rpm/guards: Clarify user message
When --config=series is used and a listed file is not found on the
disk, guards prints the following message:
Not found in series: file
This message is confusing, as the file was found in series, it is
missing on the disk. Change the message to make this more obvious.
- commit 3fbe9e5
-------------------------------------------------------------------
Fri Apr 24 17:44:27 CEST 2015 - jdelvare@suse.de
- rpm/guards: Documentation update
* Fix synopsis format.
* Document the new --path=@<file> option.
- commit 7fd4136
-------------------------------------------------------------------
Fri Apr 24 17:02:54 CEST 2015 - jdelvare@suse.de
- rpm/guards: White space cleanups
- commit d8089eb
-------------------------------------------------------------------
Wed Apr 22 16:37:02 CEST 2015 - pmladek@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.1.2
%if 0%{?is_kotd}
Release: <RELEASE>.geea4145
Release: <RELEASE>.g4a049a5
%else
Release: 0
%endif
@ -74,7 +74,8 @@ BuildRequires: hmaccalc
%endif
BuildRequires: modutils
# Used to sign the kernel in the buildservice
BuildRequires: pesign-obs-integration openssl
BuildRequires: openssl
BuildRequires: pesign-obs-integration
Provides: %name = %version-%source_rel
# bnc#901925
Provides: %name-%version-%source_rel

View File

@ -23,6 +23,55 @@ Wed Jul 8 16:23:40 CEST 2015 - dmueller@suse.com
- arm64: Don't report clear pmds and puds as huge.
- commit cac28b3
-------------------------------------------------------------------
Tue Jul 7 16:49:09 CEST 2015 - jeffm@suse.com
- config: sync CIFS_SMB2=y across all configs
Note that since Xen and ARM are disabled, these need to updated
independently.
- commit 7d11dbe
-------------------------------------------------------------------
Mon Jul 6 21:24:50 CEST 2015 - jeffm@suse.com
- config: disable CONFIG_GPIO_MCP23S08 on non-ARM platforms
- commit 1c68e62
-------------------------------------------------------------------
Mon Jul 6 21:19:38 CEST 2015 - jeffm@suse.com
- config: disable MFD_SYSCON on non-ARM platforms
- commit a4a41a7
-------------------------------------------------------------------
Mon Jul 6 21:12:38 CEST 2015 - jeffm@suse.com
- config: BLK_DEV_SKD=m on ppc64 vanilla configs
BLK_DEV_SKD was disabled on ppc64 vanilla configs but enabled for
default.
- commit 16b304b
-------------------------------------------------------------------
Mon Jul 6 21:01:38 CEST 2015 - jeffm@suse.com
- config: disable BCMGENET on non-ARM platforms
The Broadcom GENET ethernet chip is part of their BCM7xxx Set Top Box
chipset and doesn't need to be built on non-ARM architectures.
- commit 8d51fac
-------------------------------------------------------------------
Mon Jul 6 04:48:08 CEST 2015 - jeffm@suse.com
- Removed invalid Git-commit tags from bcache patches.
- commit c7da326
-------------------------------------------------------------------
Wed Jul 1 14:33:24 CEST 2015 - jeffm@suse.com
- sysctl/defaults: remove semaphore sysctl override (bsc#936290).
The sysctl values were lower than the new defaults.
- commit 8e3d11a
-------------------------------------------------------------------
Tue Jun 30 09:05:53 CEST 2015 - jslaby@suse.cz
@ -70,6 +119,13 @@ Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Mon Jun 22 10:36:29 CEST 2015 - schwab@suse.de
- kernel-obs-build: add btrfs to initrd
This is needed for kiwi builds.
- commit 1ebf037
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -103,6 +159,12 @@ Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Tue Jun 16 14:08:02 CEST 2015 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Change BuildRequires to match OBS's taste
- commit 15501f0
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
@ -178,6 +240,20 @@ Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Fri Jun 5 10:04:49 CEST 2015 - mmarek@suse.cz
- Delete disabled patches that have not been updated for years
- Delete
patches.arch/kvm-only-export-selected-pv-ops-feature-structs.
- Delete
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic.
- Delete patches.arch/kvm-split-paravirt-ops-by-functionality.
- Delete patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature.
- Delete patches.arch/ppc64-xmon-dmesg-printing.patch.
- Delete patches.suse/ppc-no-LDFLAGS_MODULE.patch.
- commit 6e78d78
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
@ -453,6 +529,31 @@ Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz
- Linux 4.0.1.
- commit b77e339
-------------------------------------------------------------------
Wed Apr 29 10:58:25 CEST 2015 - jdelvare@suse.de
- rpm/guards: Clarify user message
When --config=series is used and a listed file is not found on the
disk, guards prints the following message:
Not found in series: file
This message is confusing, as the file was found in series, it is
missing on the disk. Change the message to make this more obvious.
- commit 3fbe9e5
-------------------------------------------------------------------
Fri Apr 24 17:44:27 CEST 2015 - jdelvare@suse.de
- rpm/guards: Documentation update
* Fix synopsis format.
* Document the new --path=@<file> option.
- commit 7fd4136
-------------------------------------------------------------------
Fri Apr 24 17:02:54 CEST 2015 - jdelvare@suse.de
- rpm/guards: White space cleanups
- commit d8089eb
-------------------------------------------------------------------
Wed Apr 22 16:37:02 CEST 2015 - pmladek@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.1.2
%if 0%{?is_kotd}
Release: <RELEASE>.geea4145
Release: <RELEASE>.g4a049a5
%else
Release: 0
%endif
@ -74,7 +74,8 @@ BuildRequires: hmaccalc
%endif
BuildRequires: modutils
# Used to sign the kernel in the buildservice
BuildRequires: pesign-obs-integration openssl
BuildRequires: openssl
BuildRequires: pesign-obs-integration
Provides: %name = %version-%source_rel
# bnc#901925
Provides: %name-%version-%source_rel

View File

@ -23,6 +23,55 @@ Wed Jul 8 16:23:40 CEST 2015 - dmueller@suse.com
- arm64: Don't report clear pmds and puds as huge.
- commit cac28b3
-------------------------------------------------------------------
Tue Jul 7 16:49:09 CEST 2015 - jeffm@suse.com
- config: sync CIFS_SMB2=y across all configs
Note that since Xen and ARM are disabled, these need to updated
independently.
- commit 7d11dbe
-------------------------------------------------------------------
Mon Jul 6 21:24:50 CEST 2015 - jeffm@suse.com
- config: disable CONFIG_GPIO_MCP23S08 on non-ARM platforms
- commit 1c68e62
-------------------------------------------------------------------
Mon Jul 6 21:19:38 CEST 2015 - jeffm@suse.com
- config: disable MFD_SYSCON on non-ARM platforms
- commit a4a41a7
-------------------------------------------------------------------
Mon Jul 6 21:12:38 CEST 2015 - jeffm@suse.com
- config: BLK_DEV_SKD=m on ppc64 vanilla configs
BLK_DEV_SKD was disabled on ppc64 vanilla configs but enabled for
default.
- commit 16b304b
-------------------------------------------------------------------
Mon Jul 6 21:01:38 CEST 2015 - jeffm@suse.com
- config: disable BCMGENET on non-ARM platforms
The Broadcom GENET ethernet chip is part of their BCM7xxx Set Top Box
chipset and doesn't need to be built on non-ARM architectures.
- commit 8d51fac
-------------------------------------------------------------------
Mon Jul 6 04:48:08 CEST 2015 - jeffm@suse.com
- Removed invalid Git-commit tags from bcache patches.
- commit c7da326
-------------------------------------------------------------------
Wed Jul 1 14:33:24 CEST 2015 - jeffm@suse.com
- sysctl/defaults: remove semaphore sysctl override (bsc#936290).
The sysctl values were lower than the new defaults.
- commit 8e3d11a
-------------------------------------------------------------------
Tue Jun 30 09:05:53 CEST 2015 - jslaby@suse.cz
@ -70,6 +119,13 @@ Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Mon Jun 22 10:36:29 CEST 2015 - schwab@suse.de
- kernel-obs-build: add btrfs to initrd
This is needed for kiwi builds.
- commit 1ebf037
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -103,6 +159,12 @@ Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Tue Jun 16 14:08:02 CEST 2015 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Change BuildRequires to match OBS's taste
- commit 15501f0
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
@ -178,6 +240,20 @@ Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Fri Jun 5 10:04:49 CEST 2015 - mmarek@suse.cz
- Delete disabled patches that have not been updated for years
- Delete
patches.arch/kvm-only-export-selected-pv-ops-feature-structs.
- Delete
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic.
- Delete patches.arch/kvm-split-paravirt-ops-by-functionality.
- Delete patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature.
- Delete patches.arch/ppc64-xmon-dmesg-printing.patch.
- Delete patches.suse/ppc-no-LDFLAGS_MODULE.patch.
- commit 6e78d78
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
@ -453,6 +529,31 @@ Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz
- Linux 4.0.1.
- commit b77e339
-------------------------------------------------------------------
Wed Apr 29 10:58:25 CEST 2015 - jdelvare@suse.de
- rpm/guards: Clarify user message
When --config=series is used and a listed file is not found on the
disk, guards prints the following message:
Not found in series: file
This message is confusing, as the file was found in series, it is
missing on the disk. Change the message to make this more obvious.
- commit 3fbe9e5
-------------------------------------------------------------------
Fri Apr 24 17:44:27 CEST 2015 - jdelvare@suse.de
- rpm/guards: Documentation update
* Fix synopsis format.
* Document the new --path=@<file> option.
- commit 7fd4136
-------------------------------------------------------------------
Fri Apr 24 17:02:54 CEST 2015 - jdelvare@suse.de
- rpm/guards: White space cleanups
- commit d8089eb
-------------------------------------------------------------------
Wed Apr 22 16:37:02 CEST 2015 - pmladek@suse.cz

View File

@ -29,7 +29,7 @@ License: GPL-2.0
Group: Documentation/Man
Version: 4.1.2
%if 0%{?is_kotd}
Release: <RELEASE>.geea4145
Release: <RELEASE>.g4a049a5
%else
Release: 0
%endif

View File

@ -23,6 +23,55 @@ Wed Jul 8 16:23:40 CEST 2015 - dmueller@suse.com
- arm64: Don't report clear pmds and puds as huge.
- commit cac28b3
-------------------------------------------------------------------
Tue Jul 7 16:49:09 CEST 2015 - jeffm@suse.com
- config: sync CIFS_SMB2=y across all configs
Note that since Xen and ARM are disabled, these need to updated
independently.
- commit 7d11dbe
-------------------------------------------------------------------
Mon Jul 6 21:24:50 CEST 2015 - jeffm@suse.com
- config: disable CONFIG_GPIO_MCP23S08 on non-ARM platforms
- commit 1c68e62
-------------------------------------------------------------------
Mon Jul 6 21:19:38 CEST 2015 - jeffm@suse.com
- config: disable MFD_SYSCON on non-ARM platforms
- commit a4a41a7
-------------------------------------------------------------------
Mon Jul 6 21:12:38 CEST 2015 - jeffm@suse.com
- config: BLK_DEV_SKD=m on ppc64 vanilla configs
BLK_DEV_SKD was disabled on ppc64 vanilla configs but enabled for
default.
- commit 16b304b
-------------------------------------------------------------------
Mon Jul 6 21:01:38 CEST 2015 - jeffm@suse.com
- config: disable BCMGENET on non-ARM platforms
The Broadcom GENET ethernet chip is part of their BCM7xxx Set Top Box
chipset and doesn't need to be built on non-ARM architectures.
- commit 8d51fac
-------------------------------------------------------------------
Mon Jul 6 04:48:08 CEST 2015 - jeffm@suse.com
- Removed invalid Git-commit tags from bcache patches.
- commit c7da326
-------------------------------------------------------------------
Wed Jul 1 14:33:24 CEST 2015 - jeffm@suse.com
- sysctl/defaults: remove semaphore sysctl override (bsc#936290).
The sysctl values were lower than the new defaults.
- commit 8e3d11a
-------------------------------------------------------------------
Tue Jun 30 09:05:53 CEST 2015 - jslaby@suse.cz
@ -70,6 +119,13 @@ Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Mon Jun 22 10:36:29 CEST 2015 - schwab@suse.de
- kernel-obs-build: add btrfs to initrd
This is needed for kiwi builds.
- commit 1ebf037
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -103,6 +159,12 @@ Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Tue Jun 16 14:08:02 CEST 2015 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Change BuildRequires to match OBS's taste
- commit 15501f0
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
@ -178,6 +240,20 @@ Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Fri Jun 5 10:04:49 CEST 2015 - mmarek@suse.cz
- Delete disabled patches that have not been updated for years
- Delete
patches.arch/kvm-only-export-selected-pv-ops-feature-structs.
- Delete
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic.
- Delete patches.arch/kvm-split-paravirt-ops-by-functionality.
- Delete patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature.
- Delete patches.arch/ppc64-xmon-dmesg-printing.patch.
- Delete patches.suse/ppc-no-LDFLAGS_MODULE.patch.
- commit 6e78d78
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
@ -453,6 +529,31 @@ Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz
- Linux 4.0.1.
- commit b77e339
-------------------------------------------------------------------
Wed Apr 29 10:58:25 CEST 2015 - jdelvare@suse.de
- rpm/guards: Clarify user message
When --config=series is used and a listed file is not found on the
disk, guards prints the following message:
Not found in series: file
This message is confusing, as the file was found in series, it is
missing on the disk. Change the message to make this more obvious.
- commit 3fbe9e5
-------------------------------------------------------------------
Fri Apr 24 17:44:27 CEST 2015 - jdelvare@suse.de
- rpm/guards: Documentation update
* Fix synopsis format.
* Document the new --path=@<file> option.
- commit 7fd4136
-------------------------------------------------------------------
Fri Apr 24 17:02:54 CEST 2015 - jdelvare@suse.de
- rpm/guards: White space cleanups
- commit d8089eb
-------------------------------------------------------------------
Wed Apr 22 16:37:02 CEST 2015 - pmladek@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.1.2
%if 0%{?is_kotd}
Release: <RELEASE>.geea4145
Release: <RELEASE>.g4a049a5
%else
Release: 0
%endif
@ -74,7 +74,8 @@ BuildRequires: hmaccalc
%endif
BuildRequires: modutils
# Used to sign the kernel in the buildservice
BuildRequires: pesign-obs-integration openssl
BuildRequires: openssl
BuildRequires: pesign-obs-integration
Provides: %name = %version-%source_rel
# bnc#901925
Provides: %name-%version-%source_rel

View File

@ -23,6 +23,55 @@ Wed Jul 8 16:23:40 CEST 2015 - dmueller@suse.com
- arm64: Don't report clear pmds and puds as huge.
- commit cac28b3
-------------------------------------------------------------------
Tue Jul 7 16:49:09 CEST 2015 - jeffm@suse.com
- config: sync CIFS_SMB2=y across all configs
Note that since Xen and ARM are disabled, these need to updated
independently.
- commit 7d11dbe
-------------------------------------------------------------------
Mon Jul 6 21:24:50 CEST 2015 - jeffm@suse.com
- config: disable CONFIG_GPIO_MCP23S08 on non-ARM platforms
- commit 1c68e62
-------------------------------------------------------------------
Mon Jul 6 21:19:38 CEST 2015 - jeffm@suse.com
- config: disable MFD_SYSCON on non-ARM platforms
- commit a4a41a7
-------------------------------------------------------------------
Mon Jul 6 21:12:38 CEST 2015 - jeffm@suse.com
- config: BLK_DEV_SKD=m on ppc64 vanilla configs
BLK_DEV_SKD was disabled on ppc64 vanilla configs but enabled for
default.
- commit 16b304b
-------------------------------------------------------------------
Mon Jul 6 21:01:38 CEST 2015 - jeffm@suse.com
- config: disable BCMGENET on non-ARM platforms
The Broadcom GENET ethernet chip is part of their BCM7xxx Set Top Box
chipset and doesn't need to be built on non-ARM architectures.
- commit 8d51fac
-------------------------------------------------------------------
Mon Jul 6 04:48:08 CEST 2015 - jeffm@suse.com
- Removed invalid Git-commit tags from bcache patches.
- commit c7da326
-------------------------------------------------------------------
Wed Jul 1 14:33:24 CEST 2015 - jeffm@suse.com
- sysctl/defaults: remove semaphore sysctl override (bsc#936290).
The sysctl values were lower than the new defaults.
- commit 8e3d11a
-------------------------------------------------------------------
Tue Jun 30 09:05:53 CEST 2015 - jslaby@suse.cz
@ -70,6 +119,13 @@ Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Mon Jun 22 10:36:29 CEST 2015 - schwab@suse.de
- kernel-obs-build: add btrfs to initrd
This is needed for kiwi builds.
- commit 1ebf037
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -103,6 +159,12 @@ Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Tue Jun 16 14:08:02 CEST 2015 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Change BuildRequires to match OBS's taste
- commit 15501f0
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
@ -178,6 +240,20 @@ Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Fri Jun 5 10:04:49 CEST 2015 - mmarek@suse.cz
- Delete disabled patches that have not been updated for years
- Delete
patches.arch/kvm-only-export-selected-pv-ops-feature-structs.
- Delete
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic.
- Delete patches.arch/kvm-split-paravirt-ops-by-functionality.
- Delete patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature.
- Delete patches.arch/ppc64-xmon-dmesg-printing.patch.
- Delete patches.suse/ppc-no-LDFLAGS_MODULE.patch.
- commit 6e78d78
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
@ -453,6 +529,31 @@ Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz
- Linux 4.0.1.
- commit b77e339
-------------------------------------------------------------------
Wed Apr 29 10:58:25 CEST 2015 - jdelvare@suse.de
- rpm/guards: Clarify user message
When --config=series is used and a listed file is not found on the
disk, guards prints the following message:
Not found in series: file
This message is confusing, as the file was found in series, it is
missing on the disk. Change the message to make this more obvious.
- commit 3fbe9e5
-------------------------------------------------------------------
Fri Apr 24 17:44:27 CEST 2015 - jdelvare@suse.de
- rpm/guards: Documentation update
* Fix synopsis format.
* Document the new --path=@<file> option.
- commit 7fd4136
-------------------------------------------------------------------
Fri Apr 24 17:02:54 CEST 2015 - jdelvare@suse.de
- rpm/guards: White space cleanups
- commit d8089eb
-------------------------------------------------------------------
Wed Apr 22 16:37:02 CEST 2015 - pmladek@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.1.2
%if 0%{?is_kotd}
Release: <RELEASE>.geea4145
Release: <RELEASE>.g4a049a5
%else
Release: 0
%endif
@ -74,7 +74,8 @@ BuildRequires: hmaccalc
%endif
BuildRequires: modutils
# Used to sign the kernel in the buildservice
BuildRequires: pesign-obs-integration openssl
BuildRequires: openssl
BuildRequires: pesign-obs-integration
Provides: %name = %version-%source_rel
# bnc#901925
Provides: %name-%version-%source_rel

View File

@ -23,6 +23,55 @@ Wed Jul 8 16:23:40 CEST 2015 - dmueller@suse.com
- arm64: Don't report clear pmds and puds as huge.
- commit cac28b3
-------------------------------------------------------------------
Tue Jul 7 16:49:09 CEST 2015 - jeffm@suse.com
- config: sync CIFS_SMB2=y across all configs
Note that since Xen and ARM are disabled, these need to updated
independently.
- commit 7d11dbe
-------------------------------------------------------------------
Mon Jul 6 21:24:50 CEST 2015 - jeffm@suse.com
- config: disable CONFIG_GPIO_MCP23S08 on non-ARM platforms
- commit 1c68e62
-------------------------------------------------------------------
Mon Jul 6 21:19:38 CEST 2015 - jeffm@suse.com
- config: disable MFD_SYSCON on non-ARM platforms
- commit a4a41a7
-------------------------------------------------------------------
Mon Jul 6 21:12:38 CEST 2015 - jeffm@suse.com
- config: BLK_DEV_SKD=m on ppc64 vanilla configs
BLK_DEV_SKD was disabled on ppc64 vanilla configs but enabled for
default.
- commit 16b304b
-------------------------------------------------------------------
Mon Jul 6 21:01:38 CEST 2015 - jeffm@suse.com
- config: disable BCMGENET on non-ARM platforms
The Broadcom GENET ethernet chip is part of their BCM7xxx Set Top Box
chipset and doesn't need to be built on non-ARM architectures.
- commit 8d51fac
-------------------------------------------------------------------
Mon Jul 6 04:48:08 CEST 2015 - jeffm@suse.com
- Removed invalid Git-commit tags from bcache patches.
- commit c7da326
-------------------------------------------------------------------
Wed Jul 1 14:33:24 CEST 2015 - jeffm@suse.com
- sysctl/defaults: remove semaphore sysctl override (bsc#936290).
The sysctl values were lower than the new defaults.
- commit 8e3d11a
-------------------------------------------------------------------
Tue Jun 30 09:05:53 CEST 2015 - jslaby@suse.cz
@ -70,6 +119,13 @@ Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Mon Jun 22 10:36:29 CEST 2015 - schwab@suse.de
- kernel-obs-build: add btrfs to initrd
This is needed for kiwi builds.
- commit 1ebf037
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -103,6 +159,12 @@ Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Tue Jun 16 14:08:02 CEST 2015 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Change BuildRequires to match OBS's taste
- commit 15501f0
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
@ -178,6 +240,20 @@ Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Fri Jun 5 10:04:49 CEST 2015 - mmarek@suse.cz
- Delete disabled patches that have not been updated for years
- Delete
patches.arch/kvm-only-export-selected-pv-ops-feature-structs.
- Delete
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic.
- Delete patches.arch/kvm-split-paravirt-ops-by-functionality.
- Delete patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature.
- Delete patches.arch/ppc64-xmon-dmesg-printing.patch.
- Delete patches.suse/ppc-no-LDFLAGS_MODULE.patch.
- commit 6e78d78
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
@ -453,6 +529,31 @@ Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz
- Linux 4.0.1.
- commit b77e339
-------------------------------------------------------------------
Wed Apr 29 10:58:25 CEST 2015 - jdelvare@suse.de
- rpm/guards: Clarify user message
When --config=series is used and a listed file is not found on the
disk, guards prints the following message:
Not found in series: file
This message is confusing, as the file was found in series, it is
missing on the disk. Change the message to make this more obvious.
- commit 3fbe9e5
-------------------------------------------------------------------
Fri Apr 24 17:44:27 CEST 2015 - jdelvare@suse.de
- rpm/guards: Documentation update
* Fix synopsis format.
* Document the new --path=@<file> option.
- commit 7fd4136
-------------------------------------------------------------------
Fri Apr 24 17:02:54 CEST 2015 - jdelvare@suse.de
- rpm/guards: White space cleanups
- commit d8089eb
-------------------------------------------------------------------
Wed Apr 22 16:37:02 CEST 2015 - pmladek@suse.cz

View File

@ -47,7 +47,7 @@ License: GPL-2.0
Group: SLES
Version: 4.1.2
%if 0%{?is_kotd}
Release: <RELEASE>.geea4145
Release: <RELEASE>.g4a049a5
%else
Release: 0
%endif
@ -93,7 +93,7 @@ chmod a+rx /usr/lib/dracut/modules.d/80obs/setup_obs.sh
# a longer list to have them also available for qemu cross builds where x86_64 kernel runs in eg. arm env.
# this list of modules where available on build workers of build.opensuse.org, so we stay compatible.
export KERNEL_MODULES="loop dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk fat vfat nls_cp437 nls_iso8859-1 ibmvscsi ibmvscsic"
export KERNEL_MODULES="loop dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs btrfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk fat vfat nls_cp437 nls_iso8859-1 ibmvscsi ibmvscsic"
# manually load all modules to make sure they're available
for i in $KERNEL_MODULES; do

View File

@ -93,7 +93,7 @@ chmod a+rx /usr/lib/dracut/modules.d/80obs/setup_obs.sh
# a longer list to have them also available for qemu cross builds where x86_64 kernel runs in eg. arm env.
# this list of modules where available on build workers of build.opensuse.org, so we stay compatible.
export KERNEL_MODULES="loop dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk fat vfat nls_cp437 nls_iso8859-1 ibmvscsi ibmvscsic"
export KERNEL_MODULES="loop dm-mod dm-snapshot binfmt-misc fuse kqemu squashfs ext2 ext3 ext4 reiserfs btrfs nf_conntrack_ipv6 binfmt_misc virtio_pci virtio_mmio virtio_blk fat vfat nls_cp437 nls_iso8859-1 ibmvscsi ibmvscsic"
# manually load all modules to make sure they're available
for i in $KERNEL_MODULES; do

View File

@ -23,6 +23,55 @@ Wed Jul 8 16:23:40 CEST 2015 - dmueller@suse.com
- arm64: Don't report clear pmds and puds as huge.
- commit cac28b3
-------------------------------------------------------------------
Tue Jul 7 16:49:09 CEST 2015 - jeffm@suse.com
- config: sync CIFS_SMB2=y across all configs
Note that since Xen and ARM are disabled, these need to updated
independently.
- commit 7d11dbe
-------------------------------------------------------------------
Mon Jul 6 21:24:50 CEST 2015 - jeffm@suse.com
- config: disable CONFIG_GPIO_MCP23S08 on non-ARM platforms
- commit 1c68e62
-------------------------------------------------------------------
Mon Jul 6 21:19:38 CEST 2015 - jeffm@suse.com
- config: disable MFD_SYSCON on non-ARM platforms
- commit a4a41a7
-------------------------------------------------------------------
Mon Jul 6 21:12:38 CEST 2015 - jeffm@suse.com
- config: BLK_DEV_SKD=m on ppc64 vanilla configs
BLK_DEV_SKD was disabled on ppc64 vanilla configs but enabled for
default.
- commit 16b304b
-------------------------------------------------------------------
Mon Jul 6 21:01:38 CEST 2015 - jeffm@suse.com
- config: disable BCMGENET on non-ARM platforms
The Broadcom GENET ethernet chip is part of their BCM7xxx Set Top Box
chipset and doesn't need to be built on non-ARM architectures.
- commit 8d51fac
-------------------------------------------------------------------
Mon Jul 6 04:48:08 CEST 2015 - jeffm@suse.com
- Removed invalid Git-commit tags from bcache patches.
- commit c7da326
-------------------------------------------------------------------
Wed Jul 1 14:33:24 CEST 2015 - jeffm@suse.com
- sysctl/defaults: remove semaphore sysctl override (bsc#936290).
The sysctl values were lower than the new defaults.
- commit 8e3d11a
-------------------------------------------------------------------
Tue Jun 30 09:05:53 CEST 2015 - jslaby@suse.cz
@ -70,6 +119,13 @@ Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Mon Jun 22 10:36:29 CEST 2015 - schwab@suse.de
- kernel-obs-build: add btrfs to initrd
This is needed for kiwi builds.
- commit 1ebf037
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -103,6 +159,12 @@ Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Tue Jun 16 14:08:02 CEST 2015 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Change BuildRequires to match OBS's taste
- commit 15501f0
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
@ -178,6 +240,20 @@ Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Fri Jun 5 10:04:49 CEST 2015 - mmarek@suse.cz
- Delete disabled patches that have not been updated for years
- Delete
patches.arch/kvm-only-export-selected-pv-ops-feature-structs.
- Delete
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic.
- Delete patches.arch/kvm-split-paravirt-ops-by-functionality.
- Delete patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature.
- Delete patches.arch/ppc64-xmon-dmesg-printing.patch.
- Delete patches.suse/ppc-no-LDFLAGS_MODULE.patch.
- commit 6e78d78
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
@ -453,6 +529,31 @@ Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz
- Linux 4.0.1.
- commit b77e339
-------------------------------------------------------------------
Wed Apr 29 10:58:25 CEST 2015 - jdelvare@suse.de
- rpm/guards: Clarify user message
When --config=series is used and a listed file is not found on the
disk, guards prints the following message:
Not found in series: file
This message is confusing, as the file was found in series, it is
missing on the disk. Change the message to make this more obvious.
- commit 3fbe9e5
-------------------------------------------------------------------
Fri Apr 24 17:44:27 CEST 2015 - jdelvare@suse.de
- rpm/guards: Documentation update
* Fix synopsis format.
* Document the new --path=@<file> option.
- commit 7fd4136
-------------------------------------------------------------------
Fri Apr 24 17:02:54 CEST 2015 - jdelvare@suse.de
- rpm/guards: White space cleanups
- commit d8089eb
-------------------------------------------------------------------
Wed Apr 22 16:37:02 CEST 2015 - pmladek@suse.cz

View File

@ -38,7 +38,7 @@ License: GPL-2.0
Group: SLES
Version: 4.1.2
%if 0%{?is_kotd}
Release: <RELEASE>.geea4145
Release: <RELEASE>.g4a049a5
%else
Release: 0
%endif

View File

@ -23,6 +23,55 @@ Wed Jul 8 16:23:40 CEST 2015 - dmueller@suse.com
- arm64: Don't report clear pmds and puds as huge.
- commit cac28b3
-------------------------------------------------------------------
Tue Jul 7 16:49:09 CEST 2015 - jeffm@suse.com
- config: sync CIFS_SMB2=y across all configs
Note that since Xen and ARM are disabled, these need to updated
independently.
- commit 7d11dbe
-------------------------------------------------------------------
Mon Jul 6 21:24:50 CEST 2015 - jeffm@suse.com
- config: disable CONFIG_GPIO_MCP23S08 on non-ARM platforms
- commit 1c68e62
-------------------------------------------------------------------
Mon Jul 6 21:19:38 CEST 2015 - jeffm@suse.com
- config: disable MFD_SYSCON on non-ARM platforms
- commit a4a41a7
-------------------------------------------------------------------
Mon Jul 6 21:12:38 CEST 2015 - jeffm@suse.com
- config: BLK_DEV_SKD=m on ppc64 vanilla configs
BLK_DEV_SKD was disabled on ppc64 vanilla configs but enabled for
default.
- commit 16b304b
-------------------------------------------------------------------
Mon Jul 6 21:01:38 CEST 2015 - jeffm@suse.com
- config: disable BCMGENET on non-ARM platforms
The Broadcom GENET ethernet chip is part of their BCM7xxx Set Top Box
chipset and doesn't need to be built on non-ARM architectures.
- commit 8d51fac
-------------------------------------------------------------------
Mon Jul 6 04:48:08 CEST 2015 - jeffm@suse.com
- Removed invalid Git-commit tags from bcache patches.
- commit c7da326
-------------------------------------------------------------------
Wed Jul 1 14:33:24 CEST 2015 - jeffm@suse.com
- sysctl/defaults: remove semaphore sysctl override (bsc#936290).
The sysctl values were lower than the new defaults.
- commit 8e3d11a
-------------------------------------------------------------------
Tue Jun 30 09:05:53 CEST 2015 - jslaby@suse.cz
@ -70,6 +119,13 @@ Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Mon Jun 22 10:36:29 CEST 2015 - schwab@suse.de
- kernel-obs-build: add btrfs to initrd
This is needed for kiwi builds.
- commit 1ebf037
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -103,6 +159,12 @@ Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Tue Jun 16 14:08:02 CEST 2015 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Change BuildRequires to match OBS's taste
- commit 15501f0
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
@ -178,6 +240,20 @@ Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Fri Jun 5 10:04:49 CEST 2015 - mmarek@suse.cz
- Delete disabled patches that have not been updated for years
- Delete
patches.arch/kvm-only-export-selected-pv-ops-feature-structs.
- Delete
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic.
- Delete patches.arch/kvm-split-paravirt-ops-by-functionality.
- Delete patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature.
- Delete patches.arch/ppc64-xmon-dmesg-printing.patch.
- Delete patches.suse/ppc-no-LDFLAGS_MODULE.patch.
- commit 6e78d78
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
@ -453,6 +529,31 @@ Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz
- Linux 4.0.1.
- commit b77e339
-------------------------------------------------------------------
Wed Apr 29 10:58:25 CEST 2015 - jdelvare@suse.de
- rpm/guards: Clarify user message
When --config=series is used and a listed file is not found on the
disk, guards prints the following message:
Not found in series: file
This message is confusing, as the file was found in series, it is
missing on the disk. Change the message to make this more obvious.
- commit 3fbe9e5
-------------------------------------------------------------------
Fri Apr 24 17:44:27 CEST 2015 - jdelvare@suse.de
- rpm/guards: Documentation update
* Fix synopsis format.
* Document the new --path=@<file> option.
- commit 7fd4136
-------------------------------------------------------------------
Fri Apr 24 17:02:54 CEST 2015 - jdelvare@suse.de
- rpm/guards: White space cleanups
- commit d8089eb
-------------------------------------------------------------------
Wed Apr 22 16:37:02 CEST 2015 - pmladek@suse.cz

View File

@ -38,7 +38,7 @@ License: GPL-2.0
Group: SLES
Version: 4.1.2
%if 0%{?is_kotd}
Release: <RELEASE>.geea4145
Release: <RELEASE>.g4a049a5
%else
Release: 0
%endif

View File

@ -23,6 +23,55 @@ Wed Jul 8 16:23:40 CEST 2015 - dmueller@suse.com
- arm64: Don't report clear pmds and puds as huge.
- commit cac28b3
-------------------------------------------------------------------
Tue Jul 7 16:49:09 CEST 2015 - jeffm@suse.com
- config: sync CIFS_SMB2=y across all configs
Note that since Xen and ARM are disabled, these need to updated
independently.
- commit 7d11dbe
-------------------------------------------------------------------
Mon Jul 6 21:24:50 CEST 2015 - jeffm@suse.com
- config: disable CONFIG_GPIO_MCP23S08 on non-ARM platforms
- commit 1c68e62
-------------------------------------------------------------------
Mon Jul 6 21:19:38 CEST 2015 - jeffm@suse.com
- config: disable MFD_SYSCON on non-ARM platforms
- commit a4a41a7
-------------------------------------------------------------------
Mon Jul 6 21:12:38 CEST 2015 - jeffm@suse.com
- config: BLK_DEV_SKD=m on ppc64 vanilla configs
BLK_DEV_SKD was disabled on ppc64 vanilla configs but enabled for
default.
- commit 16b304b
-------------------------------------------------------------------
Mon Jul 6 21:01:38 CEST 2015 - jeffm@suse.com
- config: disable BCMGENET on non-ARM platforms
The Broadcom GENET ethernet chip is part of their BCM7xxx Set Top Box
chipset and doesn't need to be built on non-ARM architectures.
- commit 8d51fac
-------------------------------------------------------------------
Mon Jul 6 04:48:08 CEST 2015 - jeffm@suse.com
- Removed invalid Git-commit tags from bcache patches.
- commit c7da326
-------------------------------------------------------------------
Wed Jul 1 14:33:24 CEST 2015 - jeffm@suse.com
- sysctl/defaults: remove semaphore sysctl override (bsc#936290).
The sysctl values were lower than the new defaults.
- commit 8e3d11a
-------------------------------------------------------------------
Tue Jun 30 09:05:53 CEST 2015 - jslaby@suse.cz
@ -70,6 +119,13 @@ Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Mon Jun 22 10:36:29 CEST 2015 - schwab@suse.de
- kernel-obs-build: add btrfs to initrd
This is needed for kiwi builds.
- commit 1ebf037
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -103,6 +159,12 @@ Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Tue Jun 16 14:08:02 CEST 2015 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Change BuildRequires to match OBS's taste
- commit 15501f0
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
@ -178,6 +240,20 @@ Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Fri Jun 5 10:04:49 CEST 2015 - mmarek@suse.cz
- Delete disabled patches that have not been updated for years
- Delete
patches.arch/kvm-only-export-selected-pv-ops-feature-structs.
- Delete
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic.
- Delete patches.arch/kvm-split-paravirt-ops-by-functionality.
- Delete patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature.
- Delete patches.arch/ppc64-xmon-dmesg-printing.patch.
- Delete patches.suse/ppc-no-LDFLAGS_MODULE.patch.
- commit 6e78d78
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
@ -453,6 +529,31 @@ Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz
- Linux 4.0.1.
- commit b77e339
-------------------------------------------------------------------
Wed Apr 29 10:58:25 CEST 2015 - jdelvare@suse.de
- rpm/guards: Clarify user message
When --config=series is used and a listed file is not found on the
disk, guards prints the following message:
Not found in series: file
This message is confusing, as the file was found in series, it is
missing on the disk. Change the message to make this more obvious.
- commit 3fbe9e5
-------------------------------------------------------------------
Fri Apr 24 17:44:27 CEST 2015 - jdelvare@suse.de
- rpm/guards: Documentation update
* Fix synopsis format.
* Document the new --path=@<file> option.
- commit 7fd4136
-------------------------------------------------------------------
Fri Apr 24 17:02:54 CEST 2015 - jdelvare@suse.de
- rpm/guards: White space cleanups
- commit d8089eb
-------------------------------------------------------------------
Wed Apr 22 16:37:02 CEST 2015 - pmladek@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.1.2
%if 0%{?is_kotd}
Release: <RELEASE>.geea4145
Release: <RELEASE>.g4a049a5
%else
Release: 0
%endif
@ -74,7 +74,8 @@ BuildRequires: hmaccalc
%endif
BuildRequires: modutils
# Used to sign the kernel in the buildservice
BuildRequires: pesign-obs-integration openssl
BuildRequires: openssl
BuildRequires: pesign-obs-integration
Provides: %name = %version-%source_rel
# bnc#901925
Provides: %name-%version-%source_rel

View File

@ -23,6 +23,55 @@ Wed Jul 8 16:23:40 CEST 2015 - dmueller@suse.com
- arm64: Don't report clear pmds and puds as huge.
- commit cac28b3
-------------------------------------------------------------------
Tue Jul 7 16:49:09 CEST 2015 - jeffm@suse.com
- config: sync CIFS_SMB2=y across all configs
Note that since Xen and ARM are disabled, these need to updated
independently.
- commit 7d11dbe
-------------------------------------------------------------------
Mon Jul 6 21:24:50 CEST 2015 - jeffm@suse.com
- config: disable CONFIG_GPIO_MCP23S08 on non-ARM platforms
- commit 1c68e62
-------------------------------------------------------------------
Mon Jul 6 21:19:38 CEST 2015 - jeffm@suse.com
- config: disable MFD_SYSCON on non-ARM platforms
- commit a4a41a7
-------------------------------------------------------------------
Mon Jul 6 21:12:38 CEST 2015 - jeffm@suse.com
- config: BLK_DEV_SKD=m on ppc64 vanilla configs
BLK_DEV_SKD was disabled on ppc64 vanilla configs but enabled for
default.
- commit 16b304b
-------------------------------------------------------------------
Mon Jul 6 21:01:38 CEST 2015 - jeffm@suse.com
- config: disable BCMGENET on non-ARM platforms
The Broadcom GENET ethernet chip is part of their BCM7xxx Set Top Box
chipset and doesn't need to be built on non-ARM architectures.
- commit 8d51fac
-------------------------------------------------------------------
Mon Jul 6 04:48:08 CEST 2015 - jeffm@suse.com
- Removed invalid Git-commit tags from bcache patches.
- commit c7da326
-------------------------------------------------------------------
Wed Jul 1 14:33:24 CEST 2015 - jeffm@suse.com
- sysctl/defaults: remove semaphore sysctl override (bsc#936290).
The sysctl values were lower than the new defaults.
- commit 8e3d11a
-------------------------------------------------------------------
Tue Jun 30 09:05:53 CEST 2015 - jslaby@suse.cz
@ -70,6 +119,13 @@ Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Mon Jun 22 10:36:29 CEST 2015 - schwab@suse.de
- kernel-obs-build: add btrfs to initrd
This is needed for kiwi builds.
- commit 1ebf037
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -103,6 +159,12 @@ Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Tue Jun 16 14:08:02 CEST 2015 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Change BuildRequires to match OBS's taste
- commit 15501f0
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
@ -178,6 +240,20 @@ Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Fri Jun 5 10:04:49 CEST 2015 - mmarek@suse.cz
- Delete disabled patches that have not been updated for years
- Delete
patches.arch/kvm-only-export-selected-pv-ops-feature-structs.
- Delete
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic.
- Delete patches.arch/kvm-split-paravirt-ops-by-functionality.
- Delete patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature.
- Delete patches.arch/ppc64-xmon-dmesg-printing.patch.
- Delete patches.suse/ppc-no-LDFLAGS_MODULE.patch.
- commit 6e78d78
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
@ -453,6 +529,31 @@ Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz
- Linux 4.0.1.
- commit b77e339
-------------------------------------------------------------------
Wed Apr 29 10:58:25 CEST 2015 - jdelvare@suse.de
- rpm/guards: Clarify user message
When --config=series is used and a listed file is not found on the
disk, guards prints the following message:
Not found in series: file
This message is confusing, as the file was found in series, it is
missing on the disk. Change the message to make this more obvious.
- commit 3fbe9e5
-------------------------------------------------------------------
Fri Apr 24 17:44:27 CEST 2015 - jdelvare@suse.de
- rpm/guards: Documentation update
* Fix synopsis format.
* Document the new --path=@<file> option.
- commit 7fd4136
-------------------------------------------------------------------
Fri Apr 24 17:02:54 CEST 2015 - jdelvare@suse.de
- rpm/guards: White space cleanups
- commit d8089eb
-------------------------------------------------------------------
Wed Apr 22 16:37:02 CEST 2015 - pmladek@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.1.2
%if 0%{?is_kotd}
Release: <RELEASE>.geea4145
Release: <RELEASE>.g4a049a5
%else
Release: 0
%endif
@ -74,7 +74,8 @@ BuildRequires: hmaccalc
%endif
BuildRequires: modutils
# Used to sign the kernel in the buildservice
BuildRequires: pesign-obs-integration openssl
BuildRequires: openssl
BuildRequires: pesign-obs-integration
Provides: %name = %version-%source_rel
# bnc#901925
Provides: %name-%version-%source_rel

View File

@ -23,6 +23,55 @@ Wed Jul 8 16:23:40 CEST 2015 - dmueller@suse.com
- arm64: Don't report clear pmds and puds as huge.
- commit cac28b3
-------------------------------------------------------------------
Tue Jul 7 16:49:09 CEST 2015 - jeffm@suse.com
- config: sync CIFS_SMB2=y across all configs
Note that since Xen and ARM are disabled, these need to updated
independently.
- commit 7d11dbe
-------------------------------------------------------------------
Mon Jul 6 21:24:50 CEST 2015 - jeffm@suse.com
- config: disable CONFIG_GPIO_MCP23S08 on non-ARM platforms
- commit 1c68e62
-------------------------------------------------------------------
Mon Jul 6 21:19:38 CEST 2015 - jeffm@suse.com
- config: disable MFD_SYSCON on non-ARM platforms
- commit a4a41a7
-------------------------------------------------------------------
Mon Jul 6 21:12:38 CEST 2015 - jeffm@suse.com
- config: BLK_DEV_SKD=m on ppc64 vanilla configs
BLK_DEV_SKD was disabled on ppc64 vanilla configs but enabled for
default.
- commit 16b304b
-------------------------------------------------------------------
Mon Jul 6 21:01:38 CEST 2015 - jeffm@suse.com
- config: disable BCMGENET on non-ARM platforms
The Broadcom GENET ethernet chip is part of their BCM7xxx Set Top Box
chipset and doesn't need to be built on non-ARM architectures.
- commit 8d51fac
-------------------------------------------------------------------
Mon Jul 6 04:48:08 CEST 2015 - jeffm@suse.com
- Removed invalid Git-commit tags from bcache patches.
- commit c7da326
-------------------------------------------------------------------
Wed Jul 1 14:33:24 CEST 2015 - jeffm@suse.com
- sysctl/defaults: remove semaphore sysctl override (bsc#936290).
The sysctl values were lower than the new defaults.
- commit 8e3d11a
-------------------------------------------------------------------
Tue Jun 30 09:05:53 CEST 2015 - jslaby@suse.cz
@ -70,6 +119,13 @@ Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Mon Jun 22 10:36:29 CEST 2015 - schwab@suse.de
- kernel-obs-build: add btrfs to initrd
This is needed for kiwi builds.
- commit 1ebf037
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -103,6 +159,12 @@ Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Tue Jun 16 14:08:02 CEST 2015 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Change BuildRequires to match OBS's taste
- commit 15501f0
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
@ -178,6 +240,20 @@ Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Fri Jun 5 10:04:49 CEST 2015 - mmarek@suse.cz
- Delete disabled patches that have not been updated for years
- Delete
patches.arch/kvm-only-export-selected-pv-ops-feature-structs.
- Delete
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic.
- Delete patches.arch/kvm-split-paravirt-ops-by-functionality.
- Delete patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature.
- Delete patches.arch/ppc64-xmon-dmesg-printing.patch.
- Delete patches.suse/ppc-no-LDFLAGS_MODULE.patch.
- commit 6e78d78
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
@ -453,6 +529,31 @@ Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz
- Linux 4.0.1.
- commit b77e339
-------------------------------------------------------------------
Wed Apr 29 10:58:25 CEST 2015 - jdelvare@suse.de
- rpm/guards: Clarify user message
When --config=series is used and a listed file is not found on the
disk, guards prints the following message:
Not found in series: file
This message is confusing, as the file was found in series, it is
missing on the disk. Change the message to make this more obvious.
- commit 3fbe9e5
-------------------------------------------------------------------
Fri Apr 24 17:44:27 CEST 2015 - jdelvare@suse.de
- rpm/guards: Documentation update
* Fix synopsis format.
* Document the new --path=@<file> option.
- commit 7fd4136
-------------------------------------------------------------------
Fri Apr 24 17:02:54 CEST 2015 - jdelvare@suse.de
- rpm/guards: White space cleanups
- commit d8089eb
-------------------------------------------------------------------
Wed Apr 22 16:37:02 CEST 2015 - pmladek@suse.cz

View File

@ -32,7 +32,7 @@ License: GPL-2.0
Group: Development/Sources
Version: 4.1.2
%if 0%{?is_kotd}
Release: <RELEASE>.geea4145
Release: <RELEASE>.g4a049a5
%else
Release: 0
%endif

View File

@ -23,6 +23,55 @@ Wed Jul 8 16:23:40 CEST 2015 - dmueller@suse.com
- arm64: Don't report clear pmds and puds as huge.
- commit cac28b3
-------------------------------------------------------------------
Tue Jul 7 16:49:09 CEST 2015 - jeffm@suse.com
- config: sync CIFS_SMB2=y across all configs
Note that since Xen and ARM are disabled, these need to updated
independently.
- commit 7d11dbe
-------------------------------------------------------------------
Mon Jul 6 21:24:50 CEST 2015 - jeffm@suse.com
- config: disable CONFIG_GPIO_MCP23S08 on non-ARM platforms
- commit 1c68e62
-------------------------------------------------------------------
Mon Jul 6 21:19:38 CEST 2015 - jeffm@suse.com
- config: disable MFD_SYSCON on non-ARM platforms
- commit a4a41a7
-------------------------------------------------------------------
Mon Jul 6 21:12:38 CEST 2015 - jeffm@suse.com
- config: BLK_DEV_SKD=m on ppc64 vanilla configs
BLK_DEV_SKD was disabled on ppc64 vanilla configs but enabled for
default.
- commit 16b304b
-------------------------------------------------------------------
Mon Jul 6 21:01:38 CEST 2015 - jeffm@suse.com
- config: disable BCMGENET on non-ARM platforms
The Broadcom GENET ethernet chip is part of their BCM7xxx Set Top Box
chipset and doesn't need to be built on non-ARM architectures.
- commit 8d51fac
-------------------------------------------------------------------
Mon Jul 6 04:48:08 CEST 2015 - jeffm@suse.com
- Removed invalid Git-commit tags from bcache patches.
- commit c7da326
-------------------------------------------------------------------
Wed Jul 1 14:33:24 CEST 2015 - jeffm@suse.com
- sysctl/defaults: remove semaphore sysctl override (bsc#936290).
The sysctl values were lower than the new defaults.
- commit 8e3d11a
-------------------------------------------------------------------
Tue Jun 30 09:05:53 CEST 2015 - jslaby@suse.cz
@ -70,6 +119,13 @@ Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Mon Jun 22 10:36:29 CEST 2015 - schwab@suse.de
- kernel-obs-build: add btrfs to initrd
This is needed for kiwi builds.
- commit 1ebf037
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -103,6 +159,12 @@ Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Tue Jun 16 14:08:02 CEST 2015 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Change BuildRequires to match OBS's taste
- commit 15501f0
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
@ -178,6 +240,20 @@ Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Fri Jun 5 10:04:49 CEST 2015 - mmarek@suse.cz
- Delete disabled patches that have not been updated for years
- Delete
patches.arch/kvm-only-export-selected-pv-ops-feature-structs.
- Delete
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic.
- Delete patches.arch/kvm-split-paravirt-ops-by-functionality.
- Delete patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature.
- Delete patches.arch/ppc64-xmon-dmesg-printing.patch.
- Delete patches.suse/ppc-no-LDFLAGS_MODULE.patch.
- commit 6e78d78
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
@ -453,6 +529,31 @@ Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz
- Linux 4.0.1.
- commit b77e339
-------------------------------------------------------------------
Wed Apr 29 10:58:25 CEST 2015 - jdelvare@suse.de
- rpm/guards: Clarify user message
When --config=series is used and a listed file is not found on the
disk, guards prints the following message:
Not found in series: file
This message is confusing, as the file was found in series, it is
missing on the disk. Change the message to make this more obvious.
- commit 3fbe9e5
-------------------------------------------------------------------
Fri Apr 24 17:44:27 CEST 2015 - jdelvare@suse.de
- rpm/guards: Documentation update
* Fix synopsis format.
* Document the new --path=@<file> option.
- commit 7fd4136
-------------------------------------------------------------------
Fri Apr 24 17:02:54 CEST 2015 - jdelvare@suse.de
- rpm/guards: White space cleanups
- commit d8089eb
-------------------------------------------------------------------
Wed Apr 22 16:37:02 CEST 2015 - pmladek@suse.cz

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 4.1.2
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.geea4145
Release: <RELEASE>.g4a049a5
%else
Release: 0
%endif

View File

@ -23,6 +23,55 @@ Wed Jul 8 16:23:40 CEST 2015 - dmueller@suse.com
- arm64: Don't report clear pmds and puds as huge.
- commit cac28b3
-------------------------------------------------------------------
Tue Jul 7 16:49:09 CEST 2015 - jeffm@suse.com
- config: sync CIFS_SMB2=y across all configs
Note that since Xen and ARM are disabled, these need to updated
independently.
- commit 7d11dbe
-------------------------------------------------------------------
Mon Jul 6 21:24:50 CEST 2015 - jeffm@suse.com
- config: disable CONFIG_GPIO_MCP23S08 on non-ARM platforms
- commit 1c68e62
-------------------------------------------------------------------
Mon Jul 6 21:19:38 CEST 2015 - jeffm@suse.com
- config: disable MFD_SYSCON on non-ARM platforms
- commit a4a41a7
-------------------------------------------------------------------
Mon Jul 6 21:12:38 CEST 2015 - jeffm@suse.com
- config: BLK_DEV_SKD=m on ppc64 vanilla configs
BLK_DEV_SKD was disabled on ppc64 vanilla configs but enabled for
default.
- commit 16b304b
-------------------------------------------------------------------
Mon Jul 6 21:01:38 CEST 2015 - jeffm@suse.com
- config: disable BCMGENET on non-ARM platforms
The Broadcom GENET ethernet chip is part of their BCM7xxx Set Top Box
chipset and doesn't need to be built on non-ARM architectures.
- commit 8d51fac
-------------------------------------------------------------------
Mon Jul 6 04:48:08 CEST 2015 - jeffm@suse.com
- Removed invalid Git-commit tags from bcache patches.
- commit c7da326
-------------------------------------------------------------------
Wed Jul 1 14:33:24 CEST 2015 - jeffm@suse.com
- sysctl/defaults: remove semaphore sysctl override (bsc#936290).
The sysctl values were lower than the new defaults.
- commit 8e3d11a
-------------------------------------------------------------------
Tue Jun 30 09:05:53 CEST 2015 - jslaby@suse.cz
@ -70,6 +119,13 @@ Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Mon Jun 22 10:36:29 CEST 2015 - schwab@suse.de
- kernel-obs-build: add btrfs to initrd
This is needed for kiwi builds.
- commit 1ebf037
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -103,6 +159,12 @@ Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Tue Jun 16 14:08:02 CEST 2015 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Change BuildRequires to match OBS's taste
- commit 15501f0
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
@ -178,6 +240,20 @@ Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Fri Jun 5 10:04:49 CEST 2015 - mmarek@suse.cz
- Delete disabled patches that have not been updated for years
- Delete
patches.arch/kvm-only-export-selected-pv-ops-feature-structs.
- Delete
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic.
- Delete patches.arch/kvm-split-paravirt-ops-by-functionality.
- Delete patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature.
- Delete patches.arch/ppc64-xmon-dmesg-printing.patch.
- Delete patches.suse/ppc-no-LDFLAGS_MODULE.patch.
- commit 6e78d78
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
@ -453,6 +529,31 @@ Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz
- Linux 4.0.1.
- commit b77e339
-------------------------------------------------------------------
Wed Apr 29 10:58:25 CEST 2015 - jdelvare@suse.de
- rpm/guards: Clarify user message
When --config=series is used and a listed file is not found on the
disk, guards prints the following message:
Not found in series: file
This message is confusing, as the file was found in series, it is
missing on the disk. Change the message to make this more obvious.
- commit 3fbe9e5
-------------------------------------------------------------------
Fri Apr 24 17:44:27 CEST 2015 - jdelvare@suse.de
- rpm/guards: Documentation update
* Fix synopsis format.
* Document the new --path=@<file> option.
- commit 7fd4136
-------------------------------------------------------------------
Fri Apr 24 17:02:54 CEST 2015 - jdelvare@suse.de
- rpm/guards: White space cleanups
- commit d8089eb
-------------------------------------------------------------------
Wed Apr 22 16:37:02 CEST 2015 - pmladek@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.1.2
%if 0%{?is_kotd}
Release: <RELEASE>.geea4145
Release: <RELEASE>.g4a049a5
%else
Release: 0
%endif
@ -74,7 +74,8 @@ BuildRequires: hmaccalc
%endif
BuildRequires: modutils
# Used to sign the kernel in the buildservice
BuildRequires: pesign-obs-integration openssl
BuildRequires: openssl
BuildRequires: pesign-obs-integration
Provides: %name = %version-%source_rel
# bnc#901925
Provides: %name-%version-%source_rel

View File

@ -23,6 +23,55 @@ Wed Jul 8 16:23:40 CEST 2015 - dmueller@suse.com
- arm64: Don't report clear pmds and puds as huge.
- commit cac28b3
-------------------------------------------------------------------
Tue Jul 7 16:49:09 CEST 2015 - jeffm@suse.com
- config: sync CIFS_SMB2=y across all configs
Note that since Xen and ARM are disabled, these need to updated
independently.
- commit 7d11dbe
-------------------------------------------------------------------
Mon Jul 6 21:24:50 CEST 2015 - jeffm@suse.com
- config: disable CONFIG_GPIO_MCP23S08 on non-ARM platforms
- commit 1c68e62
-------------------------------------------------------------------
Mon Jul 6 21:19:38 CEST 2015 - jeffm@suse.com
- config: disable MFD_SYSCON on non-ARM platforms
- commit a4a41a7
-------------------------------------------------------------------
Mon Jul 6 21:12:38 CEST 2015 - jeffm@suse.com
- config: BLK_DEV_SKD=m on ppc64 vanilla configs
BLK_DEV_SKD was disabled on ppc64 vanilla configs but enabled for
default.
- commit 16b304b
-------------------------------------------------------------------
Mon Jul 6 21:01:38 CEST 2015 - jeffm@suse.com
- config: disable BCMGENET on non-ARM platforms
The Broadcom GENET ethernet chip is part of their BCM7xxx Set Top Box
chipset and doesn't need to be built on non-ARM architectures.
- commit 8d51fac
-------------------------------------------------------------------
Mon Jul 6 04:48:08 CEST 2015 - jeffm@suse.com
- Removed invalid Git-commit tags from bcache patches.
- commit c7da326
-------------------------------------------------------------------
Wed Jul 1 14:33:24 CEST 2015 - jeffm@suse.com
- sysctl/defaults: remove semaphore sysctl override (bsc#936290).
The sysctl values were lower than the new defaults.
- commit 8e3d11a
-------------------------------------------------------------------
Tue Jun 30 09:05:53 CEST 2015 - jslaby@suse.cz
@ -70,6 +119,13 @@ Tue Jun 23 04:44:59 CEST 2015 - jeffm@suse.com
- Update to 4.1-final.
- commit d6cfe1f
-------------------------------------------------------------------
Mon Jun 22 10:36:29 CEST 2015 - schwab@suse.de
- kernel-obs-build: add btrfs to initrd
This is needed for kiwi builds.
- commit 1ebf037
-------------------------------------------------------------------
Thu Jun 18 18:07:55 CEST 2015 - tiwai@suse.de
@ -103,6 +159,12 @@ Tue Jun 16 16:03:55 CEST 2015 - tiwai@suse.de
- Enable brcmfmac driver for x86-64 and i586 (boo#934932)
- commit 3e79c51
-------------------------------------------------------------------
Tue Jun 16 14:08:02 CEST 2015 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Change BuildRequires to match OBS's taste
- commit 15501f0
-------------------------------------------------------------------
Mon Jun 15 15:46:12 CEST 2015 - jeffm@suse.com
@ -178,6 +240,20 @@ Sat Jun 6 23:00:43 CEST 2015 - dirk@dmllr.de
Generic options follow x86_64 ones.
- commit 1d5f3b2
-------------------------------------------------------------------
Fri Jun 5 10:04:49 CEST 2015 - mmarek@suse.cz
- Delete disabled patches that have not been updated for years
- Delete
patches.arch/kvm-only-export-selected-pv-ops-feature-structs.
- Delete
patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic.
- Delete patches.arch/kvm-split-paravirt-ops-by-functionality.
- Delete patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature.
- Delete patches.arch/ppc64-xmon-dmesg-printing.patch.
- Delete patches.suse/ppc-no-LDFLAGS_MODULE.patch.
- commit 6e78d78
-------------------------------------------------------------------
Tue Jun 2 13:40:10 CEST 2015 - jbeulich@suse.com
@ -453,6 +529,31 @@ Wed Apr 29 15:52:57 CEST 2015 - jslaby@suse.cz
- Linux 4.0.1.
- commit b77e339
-------------------------------------------------------------------
Wed Apr 29 10:58:25 CEST 2015 - jdelvare@suse.de
- rpm/guards: Clarify user message
When --config=series is used and a listed file is not found on the
disk, guards prints the following message:
Not found in series: file
This message is confusing, as the file was found in series, it is
missing on the disk. Change the message to make this more obvious.
- commit 3fbe9e5
-------------------------------------------------------------------
Fri Apr 24 17:44:27 CEST 2015 - jdelvare@suse.de
- rpm/guards: Documentation update
* Fix synopsis format.
* Document the new --path=@<file> option.
- commit 7fd4136
-------------------------------------------------------------------
Fri Apr 24 17:02:54 CEST 2015 - jdelvare@suse.de
- rpm/guards: White space cleanups
- commit d8089eb
-------------------------------------------------------------------
Wed Apr 22 16:37:02 CEST 2015 - pmladek@suse.cz

View File

@ -61,7 +61,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 4.1.2
%if 0%{?is_kotd}
Release: <RELEASE>.geea4145
Release: <RELEASE>.g4a049a5
%else
Release: 0
%endif
@ -74,7 +74,8 @@ BuildRequires: hmaccalc
%endif
BuildRequires: modutils
# Used to sign the kernel in the buildservice
BuildRequires: pesign-obs-integration openssl
BuildRequires: openssl
BuildRequires: pesign-obs-integration
Provides: %name = %version-%source_rel
# bnc#901925
Provides: %name-%version-%source_rel

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2456bf03c6876c464854d955d34cf320d2514a48dd991763ef826dadc72e5d22
size 205858
oid sha256:9b63b482580b46df7ec634022def0454135649de8bbff024051bee13f2b37c6f
size 195961

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e2de0e38e29441e5c70aed981065aa96e52ed615552f31e48c04252cd03e1be
size 6215
oid sha256:f517f95ea1ae4e584381ef2e1341cb80edfc5363a6e43a0fdcdb7e4b29631011
size 6152

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9032078d96733922971e37e7aa8d29b84af5fd3f437f0f2ef257798a2ccf22ba
size 47181
oid sha256:9860ad82b40b2ed49eba5b8b6e5a83fc73d8ee6af1b28f5ac5d40410cd3bc377
size 46979

View File

@ -102,11 +102,6 @@
########################################################
patches.arch/x86_64-hpet-64bit-timer.patch
+needs_update patches.arch/kvm-split-paravirt-ops-by-functionality
+needs_update patches.arch/kvm-only-export-selected-pv-ops-feature-structs
+needs_update patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature
+needs_update patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic
########################################################
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
########################################################
@ -129,12 +124,10 @@
# powerpc/generic
########################################################
patches.suse/8250-sysrq-ctrl_o.patch
+needs_update? patches.suse/ppc-no-LDFLAGS_MODULE.patch
patches.arch/ppc-pegasos-console-autodetection.patch
patches.suse/ppc-powerbook-usb-fn-key-default.patch
patches.drivers/ppc64-adb
patches.suse/suse-ppc64-branding
+needs_update patches.arch/ppc64-xmon-dmesg-printing.patch
patches.arch/ppc-prom-nodisplay.patch
+needs_update patches.fixes/ptrace-getsiginfo

View File

@ -1,3 +1,3 @@
2015-07-20 14:44:13 +0200
GIT Revision: eea414515db81675cb774a67829e9b9a4445346b
2015-07-21 09:15:39 +0200
GIT Revision: 4a049a57543453a2f30f6d93ff76988595076a6b
GIT Branch: stable

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58cdd21029911f634c1e9139437c939b7f2f5e187b2a21bd004e83fba0ca21a3
size 874
oid sha256:6d9d06bcaa5be2453241e64ca4995caea7dd27b4a7235c9777d3ecaf09a2bb2c
size 851