commit 5fcd7b736d2fb8f8b9efa04a88772e5fc69fad71

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7749
This commit is contained in:
Michal Marek 2014-03-08 07:01:14 +00:00 committed by Git OBS Bridge
parent 9d266a4c80
commit 3af96d4092
31 changed files with 1062 additions and 543 deletions

47
_constraints Normal file
View File

@ -0,0 +1,47 @@
<constraints>
<hardware>
<disk>
<size unit="G">7</size>
</disk>
</hardware>
<overwrite>
<conditions>
<arch>i586</arch> <!-- applies only for either i586 or x86_64 packages -->
<arch>x86_64</arch>
<package>kernel-debug</package>
<package>kernel-default</package>
<package>kernel-desktop</package>
<package>kernel-ec2</package>
<package>kernel-pae</package>
<package>kernel-trace</package>
<package>kernel-vanilla</package>
<package>kernel-xen</package>
</conditions>
<hardware>
<processors>8</processors>
<disk>
<size unit="G">14</size>
</disk>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>i586</arch>
<arch>x86_64</arch>
<package>kernel-obs-qa</package>
</conditions>
<sandbox>kvm</sandbox>
</overwrite>
<overwrite>
<conditions>
<arch>i586</arch>
<arch>x86_64</arch>
<package>kernel-obs-qa-xen</package>
</conditions>
<sandbox>xen</sandbox>
</overwrite>
</constraints>

40
constraints.in Normal file
View File

@ -0,0 +1,40 @@
<constraints>
<hardware>
<disk>
<size unit="G">7</size>
</disk>
</hardware>
<overwrite>
<conditions>
<arch>i586</arch> <!-- applies only for either i586 or x86_64 packages -->
<arch>x86_64</arch>
@BINARY_PACKAGES_XML@
</conditions>
<hardware>
<processors>8</processors>
<disk>
<size unit="G">14</size>
</disk>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>i586</arch>
<arch>x86_64</arch>
<package>kernel-obs-qa</package>
</conditions>
<sandbox>kvm</sandbox>
</overwrite>
<overwrite>
<conditions>
<arch>i586</arch>
<arch>x86_64</arch>
<package>kernel-obs-qa-xen</package>
</conditions>
<sandbox>xen</sandbox>
</overwrite>
</constraints>

View File

@ -656,12 +656,6 @@ 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 \
@ -676,6 +670,12 @@ if [ %CONFIG_MODULES = y ]; then
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
%endif
# 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
%else
( cd %buildroot
find lib/modules/%kernelrelease-%build_flavor -type f -name '*.ko' -printf '/%%p\n'

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Generate a per-architecture per-package _constraints file
- commit 65a07f7
-------------------------------------------------------------------
Fri Mar 7 17:07:55 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Remove dead code
- commit 3fc95f5
-------------------------------------------------------------------
Thu Mar 6 10:53:14 CET 2014 - jdelvare@suse.de
@ -25,6 +37,19 @@ Tue Mar 4 11:03:11 CET 2014 - jdelvare@suse.de
warning: (REMOTEPROC && RPMSG) selects VIRTUALIZATION which has unmet direct dependencies (!CPU_LITTLE_ENDIAN)
- commit 712ca17
-------------------------------------------------------------------
Fri Feb 28 23:44:12 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Fix whitespace in NoSource lines
- commit 6320617
-------------------------------------------------------------------
Fri Feb 28 23:21:10 CET 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not zero modules.dep before using it
(bnc#866075)
- commit b67b660
-------------------------------------------------------------------
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
@ -58,6 +83,12 @@ Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
to remove that module if it is not needed.
- commit 9e6b04a
-------------------------------------------------------------------
Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -63,7 +63,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.14.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.ge60ddcf
Release: <RELEASE>.g5fcd7b7
%else
Release: 0
%endif
@ -184,6 +184,7 @@ Source54: kernel-binary.spec.in
Source55: kernel-syms.spec.in
Source56: kernel-docs.spec.in
Source57: kernel-cert-subpackage
Source58: constraints.in
Source60: config.sh
Source61: compute-PATCHVERSION.sh
Source62: old-flavors
@ -225,65 +226,66 @@ BuildArch: i686
%endif
# These files are found in the kernel-source package:
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
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: 58
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.
@ -776,12 +778,6 @@ 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 \
@ -796,6 +792,12 @@ if [ %CONFIG_MODULES = y ]; then
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
%endif
# 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
%else
( cd %buildroot
find lib/modules/%kernelrelease-%build_flavor -type f -name '*.ko' -printf '/%%p\n'

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Generate a per-architecture per-package _constraints file
- commit 65a07f7
-------------------------------------------------------------------
Fri Mar 7 17:07:55 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Remove dead code
- commit 3fc95f5
-------------------------------------------------------------------
Thu Mar 6 10:53:14 CET 2014 - jdelvare@suse.de
@ -25,6 +37,19 @@ Tue Mar 4 11:03:11 CET 2014 - jdelvare@suse.de
warning: (REMOTEPROC && RPMSG) selects VIRTUALIZATION which has unmet direct dependencies (!CPU_LITTLE_ENDIAN)
- commit 712ca17
-------------------------------------------------------------------
Fri Feb 28 23:44:12 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Fix whitespace in NoSource lines
- commit 6320617
-------------------------------------------------------------------
Fri Feb 28 23:21:10 CET 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not zero modules.dep before using it
(bnc#866075)
- commit b67b660
-------------------------------------------------------------------
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
@ -58,6 +83,12 @@ Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
to remove that module if it is not needed.
- commit 9e6b04a
-------------------------------------------------------------------
Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -63,7 +63,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.14.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.ge60ddcf
Release: <RELEASE>.g5fcd7b7
%else
Release: 0
%endif
@ -196,6 +196,7 @@ Source54: kernel-binary.spec.in
Source55: kernel-syms.spec.in
Source56: kernel-docs.spec.in
Source57: kernel-cert-subpackage
Source58: constraints.in
Source60: config.sh
Source61: compute-PATCHVERSION.sh
Source62: old-flavors
@ -237,65 +238,66 @@ BuildArch: i686
%endif
# These files are found in the kernel-source package:
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
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: 58
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.
@ -787,12 +789,6 @@ 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 \
@ -807,6 +803,12 @@ if [ %CONFIG_MODULES = y ]; then
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
%endif
# 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
%else
( cd %buildroot
find lib/modules/%kernelrelease-%build_flavor -type f -name '*.ko' -printf '/%%p\n'

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Generate a per-architecture per-package _constraints file
- commit 65a07f7
-------------------------------------------------------------------
Fri Mar 7 17:07:55 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Remove dead code
- commit 3fc95f5
-------------------------------------------------------------------
Thu Mar 6 10:53:14 CET 2014 - jdelvare@suse.de
@ -25,6 +37,19 @@ Tue Mar 4 11:03:11 CET 2014 - jdelvare@suse.de
warning: (REMOTEPROC && RPMSG) selects VIRTUALIZATION which has unmet direct dependencies (!CPU_LITTLE_ENDIAN)
- commit 712ca17
-------------------------------------------------------------------
Fri Feb 28 23:44:12 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Fix whitespace in NoSource lines
- commit 6320617
-------------------------------------------------------------------
Fri Feb 28 23:21:10 CET 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not zero modules.dep before using it
(bnc#866075)
- commit b67b660
-------------------------------------------------------------------
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
@ -58,6 +83,12 @@ Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
to remove that module if it is not needed.
- commit 9e6b04a
-------------------------------------------------------------------
Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -63,7 +63,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.14.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.ge60ddcf
Release: <RELEASE>.g5fcd7b7
%else
Release: 0
%endif
@ -181,6 +181,7 @@ Source54: kernel-binary.spec.in
Source55: kernel-syms.spec.in
Source56: kernel-docs.spec.in
Source57: kernel-cert-subpackage
Source58: constraints.in
Source60: config.sh
Source61: compute-PATCHVERSION.sh
Source62: old-flavors
@ -222,65 +223,66 @@ BuildArch: i686
%endif
# These files are found in the kernel-source package:
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
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: 58
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.
@ -785,12 +787,6 @@ 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 \
@ -805,6 +801,12 @@ if [ %CONFIG_MODULES = y ]; then
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
%endif
# 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
%else
( cd %buildroot
find lib/modules/%kernelrelease-%build_flavor -type f -name '*.ko' -printf '/%%p\n'

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Generate a per-architecture per-package _constraints file
- commit 65a07f7
-------------------------------------------------------------------
Fri Mar 7 17:07:55 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Remove dead code
- commit 3fc95f5
-------------------------------------------------------------------
Thu Mar 6 10:53:14 CET 2014 - jdelvare@suse.de
@ -25,6 +37,19 @@ Tue Mar 4 11:03:11 CET 2014 - jdelvare@suse.de
warning: (REMOTEPROC && RPMSG) selects VIRTUALIZATION which has unmet direct dependencies (!CPU_LITTLE_ENDIAN)
- commit 712ca17
-------------------------------------------------------------------
Fri Feb 28 23:44:12 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Fix whitespace in NoSource lines
- commit 6320617
-------------------------------------------------------------------
Fri Feb 28 23:21:10 CET 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not zero modules.dep before using it
(bnc#866075)
- commit b67b660
-------------------------------------------------------------------
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
@ -58,6 +83,12 @@ Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
to remove that module if it is not needed.
- commit 9e6b04a
-------------------------------------------------------------------
Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -27,7 +27,7 @@ License: GPL-2.0
Group: Documentation/Man
Version: 3.14.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.ge60ddcf
Release: <RELEASE>.g5fcd7b7
%else
Release: 0
%endif

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Generate a per-architecture per-package _constraints file
- commit 65a07f7
-------------------------------------------------------------------
Fri Mar 7 17:07:55 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Remove dead code
- commit 3fc95f5
-------------------------------------------------------------------
Thu Mar 6 10:53:14 CET 2014 - jdelvare@suse.de
@ -25,6 +37,19 @@ Tue Mar 4 11:03:11 CET 2014 - jdelvare@suse.de
warning: (REMOTEPROC && RPMSG) selects VIRTUALIZATION which has unmet direct dependencies (!CPU_LITTLE_ENDIAN)
- commit 712ca17
-------------------------------------------------------------------
Fri Feb 28 23:44:12 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Fix whitespace in NoSource lines
- commit 6320617
-------------------------------------------------------------------
Fri Feb 28 23:21:10 CET 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not zero modules.dep before using it
(bnc#866075)
- commit b67b660
-------------------------------------------------------------------
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
@ -58,6 +83,12 @@ Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
to remove that module if it is not needed.
- commit 9e6b04a
-------------------------------------------------------------------
Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -63,7 +63,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.14.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.ge60ddcf
Release: <RELEASE>.g5fcd7b7
%else
Release: 0
%endif
@ -181,6 +181,7 @@ Source54: kernel-binary.spec.in
Source55: kernel-syms.spec.in
Source56: kernel-docs.spec.in
Source57: kernel-cert-subpackage
Source58: constraints.in
Source60: config.sh
Source61: compute-PATCHVERSION.sh
Source62: old-flavors
@ -222,65 +223,66 @@ BuildArch: i686
%endif
# These files are found in the kernel-source package:
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
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: 58
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.
@ -775,12 +777,6 @@ 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 \
@ -795,6 +791,12 @@ if [ %CONFIG_MODULES = y ]; then
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
%endif
# 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
%else
( cd %buildroot
find lib/modules/%kernelrelease-%build_flavor -type f -name '*.ko' -printf '/%%p\n'

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Generate a per-architecture per-package _constraints file
- commit 65a07f7
-------------------------------------------------------------------
Fri Mar 7 17:07:55 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Remove dead code
- commit 3fc95f5
-------------------------------------------------------------------
Thu Mar 6 10:53:14 CET 2014 - jdelvare@suse.de
@ -25,6 +37,19 @@ Tue Mar 4 11:03:11 CET 2014 - jdelvare@suse.de
warning: (REMOTEPROC && RPMSG) selects VIRTUALIZATION which has unmet direct dependencies (!CPU_LITTLE_ENDIAN)
- commit 712ca17
-------------------------------------------------------------------
Fri Feb 28 23:44:12 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Fix whitespace in NoSource lines
- commit 6320617
-------------------------------------------------------------------
Fri Feb 28 23:21:10 CET 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not zero modules.dep before using it
(bnc#866075)
- commit b67b660
-------------------------------------------------------------------
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
@ -58,6 +83,12 @@ Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
to remove that module if it is not needed.
- commit 9e6b04a
-------------------------------------------------------------------
Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -39,7 +39,6 @@ License: GPL-2.0
Group: SLES
Version: 1
Release: 0
ExclusiveArch: %ix86 x86_64 s390x ppc64le
%description
This package is repackaging already compiled kernels to make them usable

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Generate a per-architecture per-package _constraints file
- commit 65a07f7
-------------------------------------------------------------------
Fri Mar 7 17:07:55 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Remove dead code
- commit 3fc95f5
-------------------------------------------------------------------
Thu Mar 6 10:53:14 CET 2014 - jdelvare@suse.de
@ -25,6 +37,19 @@ Tue Mar 4 11:03:11 CET 2014 - jdelvare@suse.de
warning: (REMOTEPROC && RPMSG) selects VIRTUALIZATION which has unmet direct dependencies (!CPU_LITTLE_ENDIAN)
- commit 712ca17
-------------------------------------------------------------------
Fri Feb 28 23:44:12 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Fix whitespace in NoSource lines
- commit 6320617
-------------------------------------------------------------------
Fri Feb 28 23:21:10 CET 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not zero modules.dep before using it
(bnc#866075)
- commit b67b660
-------------------------------------------------------------------
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
@ -58,6 +83,12 @@ Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
to remove that module if it is not needed.
- commit 9e6b04a
-------------------------------------------------------------------
Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Generate a per-architecture per-package _constraints file
- commit 65a07f7
-------------------------------------------------------------------
Fri Mar 7 17:07:55 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Remove dead code
- commit 3fc95f5
-------------------------------------------------------------------
Thu Mar 6 10:53:14 CET 2014 - jdelvare@suse.de
@ -25,6 +37,19 @@ Tue Mar 4 11:03:11 CET 2014 - jdelvare@suse.de
warning: (REMOTEPROC && RPMSG) selects VIRTUALIZATION which has unmet direct dependencies (!CPU_LITTLE_ENDIAN)
- commit 712ca17
-------------------------------------------------------------------
Fri Feb 28 23:44:12 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Fix whitespace in NoSource lines
- commit 6320617
-------------------------------------------------------------------
Fri Feb 28 23:21:10 CET 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not zero modules.dep before using it
(bnc#866075)
- commit b67b660
-------------------------------------------------------------------
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
@ -58,6 +83,12 @@ Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
to remove that module if it is not needed.
- commit 9e6b04a
-------------------------------------------------------------------
Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -63,7 +63,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.14.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.ge60ddcf
Release: <RELEASE>.g5fcd7b7
%else
Release: 0
%endif
@ -186,6 +186,7 @@ Source54: kernel-binary.spec.in
Source55: kernel-syms.spec.in
Source56: kernel-docs.spec.in
Source57: kernel-cert-subpackage
Source58: constraints.in
Source60: config.sh
Source61: compute-PATCHVERSION.sh
Source62: old-flavors
@ -227,65 +228,66 @@ BuildArch: i686
%endif
# These files are found in the kernel-source package:
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
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: 58
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.
@ -784,12 +786,6 @@ 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 \
@ -804,6 +800,12 @@ if [ %CONFIG_MODULES = y ]; then
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
%endif
# 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
%else
( cd %buildroot
find lib/modules/%kernelrelease-%build_flavor -type f -name '*.ko' -printf '/%%p\n'

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Generate a per-architecture per-package _constraints file
- commit 65a07f7
-------------------------------------------------------------------
Fri Mar 7 17:07:55 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Remove dead code
- commit 3fc95f5
-------------------------------------------------------------------
Thu Mar 6 10:53:14 CET 2014 - jdelvare@suse.de
@ -25,6 +37,19 @@ Tue Mar 4 11:03:11 CET 2014 - jdelvare@suse.de
warning: (REMOTEPROC && RPMSG) selects VIRTUALIZATION which has unmet direct dependencies (!CPU_LITTLE_ENDIAN)
- commit 712ca17
-------------------------------------------------------------------
Fri Feb 28 23:44:12 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Fix whitespace in NoSource lines
- commit 6320617
-------------------------------------------------------------------
Fri Feb 28 23:21:10 CET 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not zero modules.dep before using it
(bnc#866075)
- commit b67b660
-------------------------------------------------------------------
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
@ -58,6 +83,12 @@ Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
to remove that module if it is not needed.
- commit 9e6b04a
-------------------------------------------------------------------
Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -32,7 +32,7 @@ License: GPL-2.0
Group: Development/Sources
Version: 3.14.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.ge60ddcf
Release: <RELEASE>.g5fcd7b7
%else
Release: 0
%endif
@ -78,6 +78,7 @@ Source54: kernel-binary.spec.in
Source55: kernel-syms.spec.in
Source56: kernel-docs.spec.in
Source57: kernel-cert-subpackage
Source58: constraints.in
Source60: config.sh
Source61: compute-PATCHVERSION.sh
Source62: old-flavors

View File

@ -78,6 +78,7 @@ Source54: kernel-binary.spec.in
Source55: kernel-syms.spec.in
Source56: kernel-docs.spec.in
Source57: kernel-cert-subpackage
Source58: constraints.in
Source60: config.sh
Source61: compute-PATCHVERSION.sh
Source62: old-flavors

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Generate a per-architecture per-package _constraints file
- commit 65a07f7
-------------------------------------------------------------------
Fri Mar 7 17:07:55 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Remove dead code
- commit 3fc95f5
-------------------------------------------------------------------
Thu Mar 6 10:53:14 CET 2014 - jdelvare@suse.de
@ -25,6 +37,19 @@ Tue Mar 4 11:03:11 CET 2014 - jdelvare@suse.de
warning: (REMOTEPROC && RPMSG) selects VIRTUALIZATION which has unmet direct dependencies (!CPU_LITTLE_ENDIAN)
- commit 712ca17
-------------------------------------------------------------------
Fri Feb 28 23:44:12 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Fix whitespace in NoSource lines
- commit 6320617
-------------------------------------------------------------------
Fri Feb 28 23:21:10 CET 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not zero modules.dep before using it
(bnc#866075)
- commit b67b660
-------------------------------------------------------------------
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
@ -58,6 +83,12 @@ Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
to remove that module if it is not needed.
- commit 9e6b04a
-------------------------------------------------------------------
Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -27,7 +27,7 @@ Group: Development/Sources
Version: 3.14.rc5
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.ge60ddcf
Release: <RELEASE>.g5fcd7b7
%else
Release: 0
%endif

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Generate a per-architecture per-package _constraints file
- commit 65a07f7
-------------------------------------------------------------------
Fri Mar 7 17:07:55 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Remove dead code
- commit 3fc95f5
-------------------------------------------------------------------
Thu Mar 6 10:53:14 CET 2014 - jdelvare@suse.de
@ -25,6 +37,19 @@ Tue Mar 4 11:03:11 CET 2014 - jdelvare@suse.de
warning: (REMOTEPROC && RPMSG) selects VIRTUALIZATION which has unmet direct dependencies (!CPU_LITTLE_ENDIAN)
- commit 712ca17
-------------------------------------------------------------------
Fri Feb 28 23:44:12 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Fix whitespace in NoSource lines
- commit 6320617
-------------------------------------------------------------------
Fri Feb 28 23:21:10 CET 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not zero modules.dep before using it
(bnc#866075)
- commit b67b660
-------------------------------------------------------------------
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
@ -58,6 +83,12 @@ Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
to remove that module if it is not needed.
- commit 9e6b04a
-------------------------------------------------------------------
Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -63,7 +63,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.14.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.ge60ddcf
Release: <RELEASE>.g5fcd7b7
%else
Release: 0
%endif
@ -184,6 +184,7 @@ Source54: kernel-binary.spec.in
Source55: kernel-syms.spec.in
Source56: kernel-docs.spec.in
Source57: kernel-cert-subpackage
Source58: constraints.in
Source60: config.sh
Source61: compute-PATCHVERSION.sh
Source62: old-flavors
@ -225,65 +226,66 @@ BuildArch: i686
%endif
# These files are found in the kernel-source package:
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
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: 58
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.
@ -775,12 +777,6 @@ 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 \
@ -795,6 +791,12 @@ if [ %CONFIG_MODULES = y ]; then
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
%endif
# 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
%else
( cd %buildroot
find lib/modules/%kernelrelease-%build_flavor -type f -name '*.ko' -printf '/%%p\n'

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Generate a per-architecture per-package _constraints file
- commit 65a07f7
-------------------------------------------------------------------
Fri Mar 7 17:07:55 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Remove dead code
- commit 3fc95f5
-------------------------------------------------------------------
Thu Mar 6 10:53:14 CET 2014 - jdelvare@suse.de
@ -25,6 +37,19 @@ Tue Mar 4 11:03:11 CET 2014 - jdelvare@suse.de
warning: (REMOTEPROC && RPMSG) selects VIRTUALIZATION which has unmet direct dependencies (!CPU_LITTLE_ENDIAN)
- commit 712ca17
-------------------------------------------------------------------
Fri Feb 28 23:44:12 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Fix whitespace in NoSource lines
- commit 6320617
-------------------------------------------------------------------
Fri Feb 28 23:21:10 CET 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not zero modules.dep before using it
(bnc#866075)
- commit b67b660
-------------------------------------------------------------------
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
@ -58,6 +83,12 @@ Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
to remove that module if it is not needed.
- commit 9e6b04a
-------------------------------------------------------------------
Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -63,7 +63,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.14.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.ge60ddcf
Release: <RELEASE>.g5fcd7b7
%else
Release: 0
%endif
@ -181,6 +181,7 @@ Source54: kernel-binary.spec.in
Source55: kernel-syms.spec.in
Source56: kernel-docs.spec.in
Source57: kernel-cert-subpackage
Source58: constraints.in
Source60: config.sh
Source61: compute-PATCHVERSION.sh
Source62: old-flavors
@ -222,65 +223,66 @@ BuildArch: i686
%endif
# These files are found in the kernel-source package:
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
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: 58
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.
@ -772,12 +774,6 @@ 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 \
@ -792,6 +788,12 @@ if [ %CONFIG_MODULES = y ]; then
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
%endif
# 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
%else
( cd %buildroot
find lib/modules/%kernelrelease-%build_flavor -type f -name '*.ko' -printf '/%%p\n'

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Mar 7 17:16:53 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Generate a per-architecture per-package _constraints file
- commit 65a07f7
-------------------------------------------------------------------
Fri Mar 7 17:07:55 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Remove dead code
- commit 3fc95f5
-------------------------------------------------------------------
Thu Mar 6 10:53:14 CET 2014 - jdelvare@suse.de
@ -25,6 +37,19 @@ Tue Mar 4 11:03:11 CET 2014 - jdelvare@suse.de
warning: (REMOTEPROC && RPMSG) selects VIRTUALIZATION which has unmet direct dependencies (!CPU_LITTLE_ENDIAN)
- commit 712ca17
-------------------------------------------------------------------
Fri Feb 28 23:44:12 CET 2014 - mmarek@suse.cz
- rpm/mkspec: Fix whitespace in NoSource lines
- commit 6320617
-------------------------------------------------------------------
Fri Feb 28 23:21:10 CET 2014 - mmarek@suse.cz
- rpm/kernel-binary.spec.in: Do not zero modules.dep before using it
(bnc#866075)
- commit b67b660
-------------------------------------------------------------------
Fri Feb 28 21:09:09 CET 2014 - jdelvare@suse.de
@ -58,6 +83,12 @@ Fri Feb 28 18:40:13 CET 2014 - jdelvare@suse.de
to remove that module if it is not needed.
- commit 9e6b04a
-------------------------------------------------------------------
Fri Feb 28 16:45:53 CET 2014 - mmarek@suse.cz
- rpm/kernel-obs-build.spec: Drop useless ExclusiveArch statement
- commit 5cdf1da
-------------------------------------------------------------------
Fri Feb 28 14:27:47 CET 2014 - tiwai@suse.de

View File

@ -63,7 +63,7 @@ License: GPL-2.0
Group: System/Kernel
Version: 3.14.rc5
%if 0%{?is_kotd}
Release: <RELEASE>.ge60ddcf
Release: <RELEASE>.g5fcd7b7
%else
Release: 0
%endif
@ -184,6 +184,7 @@ Source54: kernel-binary.spec.in
Source55: kernel-syms.spec.in
Source56: kernel-docs.spec.in
Source57: kernel-cert-subpackage
Source58: constraints.in
Source60: config.sh
Source61: compute-PATCHVERSION.sh
Source62: old-flavors
@ -225,65 +226,66 @@ BuildArch: i686
%endif
# These files are found in the kernel-source package:
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
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: 58
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.
@ -778,12 +780,6 @@ 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 \
@ -798,6 +794,12 @@ if [ %CONFIG_MODULES = y ]; then
cat %my_builddir/unsupported-modules >>%my_builddir/main-modules
%endif
# 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
%else
( cd %buildroot
find lib/modules/%kernelrelease-%build_flavor -type f -name '*.ko' -printf '/%%p\n'

18
mkspec
View File

@ -51,7 +51,7 @@ my $sources = join("\n", $templates{source} =~ /^Source\d+:[^\n]*/msg);
# lines and the %setup line
my @tarballs = ($sources =~ /^Source(\d+):[^\n]*\.tar\.(?:bz2|xz)/msg);
my $nosource = $sources;
$nosource =~ s/^Source(\d+):.*?$/NoSource:\t$1/mg;
$nosource =~ s/^Source(\d+):.*?$/NoSource: $1/mg;
# Source0 (the linux tarball) is unpacked manually
@tarballs = grep { $_ > 0 } @tarballs;
@ -137,6 +137,14 @@ do_spec('docs', "kernel-docs$variant.spec", %macros);
}
copy_changes();
# _constraints
{
my @packages = map { "<package>kernel-$_</package>" } sort keys(%flavor_archs);
my $packages = join("\n", @packages);
do_spec('constraints', "_constraints",
BINARY_PACKAGES_XML => $packages);
}
exit 0;
@ -171,6 +179,12 @@ sub read_spec_templates {
$res{$template} = <$fh>;
close($fh);
}
{
xopen(my $fh, '<', "$dir/constraints.in");
local $/ = undef;
$res{constraints} = <$fh>;
close($fh);
}
return %res;
}
@ -347,8 +361,6 @@ sub do_spec {
xopen(my $fh, '>', "$dir/$specfile");
print $fh $text;
close($fh);
return if $specfile eq "kernel-source$variant.spec";
}
sub copy_changes {

View File

@ -1,3 +1,3 @@
2014-03-06 10:53:14 +0100
GIT Revision: e60ddcfef0376482fec999aeb8ea73519ee1a398
2014-03-07 17:18:28 +0100
GIT Revision: 5fcd7b736d2fb8f8b9efa04a88772e5fc69fad71
GIT Branch: master