commit 31d60fbdaf8534e5d9b10476d6042b6369ded127
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=412
This commit is contained in:
parent
cebe21214d
commit
efb1604970
@ -148,6 +148,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
@PROVIDES_OBSOLETES@
|
||||
@PROVIDES_OBSOLETES_BASE@
|
||||
%obsolete_rebuilds %name
|
||||
@SOURCES@
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: @ARCHS@
|
||||
@ -828,6 +829,7 @@ Requires(post): modutils
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
@PROVIDES_OBSOLETES_BASE@
|
||||
%obsolete_rebuilds %name-base
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
@ -866,6 +868,7 @@ Requires(post): modutils
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
@PROVIDES_OBSOLETES_EXTRA@
|
||||
%obsolete_rebuilds %name-extra
|
||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
@ -917,6 +920,7 @@ Provides: multiversion(kernel)
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
Supplements: packageand(%name:kernel-devel%variant)
|
||||
@PROVIDES_OBSOLETES_DEVEL@
|
||||
%obsolete_rebuilds %name-devel
|
||||
PreReq: coreutils
|
||||
|
||||
%description devel
|
||||
|
@ -5,6 +5,18 @@ Fri Sep 11 16:16:31 CEST 2015 - jslaby@suse.cz
|
||||
Fix FW fixes fallout (bnc#944661).
|
||||
- commit 6a28e38
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 16:15:22 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-spec-macros: Include the version string in the Obsoletes line
|
||||
- commit 083cdb4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 15:19:39 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete previous builds of the same package (boo#867595)
|
||||
- commit ffb73eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 14:54:24 CEST 2015 - jdelvare@suse.de
|
||||
|
||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.2.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge7543dd
|
||||
Release: <RELEASE>.g31d60fb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -154,6 +154,7 @@ Obsoletes: kernel-kdump <= 2.6.28
|
||||
Provides: kernel-kdump-base = 2.6.28
|
||||
Obsoletes: kernel-kdump-base <= 2.6.28
|
||||
%endif
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
@ -964,6 +965,7 @@ Requires(post): mkinitrd
|
||||
Provides: kernel-kdump-base = 2.6.28
|
||||
Obsoletes: kernel-kdump-base <= 2.6.28
|
||||
%endif
|
||||
%obsolete_rebuilds %name-base
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
@ -1006,6 +1008,7 @@ Requires(post): mkinitrd
|
||||
Provides: kernel-kdump-extra = 2.6.28
|
||||
Obsoletes: kernel-kdump-extra <= 2.6.28
|
||||
%endif
|
||||
%obsolete_rebuilds %name-extra
|
||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
@ -1061,6 +1064,7 @@ Supplements: packageand(%name:kernel-devel%variant)
|
||||
Provides: kernel-kdump-devel = 2.6.28
|
||||
Obsoletes: kernel-kdump-devel <= 2.6.28
|
||||
%endif
|
||||
%obsolete_rebuilds %name-devel
|
||||
PreReq: coreutils
|
||||
|
||||
%description devel
|
||||
|
@ -5,6 +5,18 @@ Fri Sep 11 16:16:31 CEST 2015 - jslaby@suse.cz
|
||||
Fix FW fixes fallout (bnc#944661).
|
||||
- commit 6a28e38
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 16:15:22 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-spec-macros: Include the version string in the Obsoletes line
|
||||
- commit 083cdb4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 15:19:39 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete previous builds of the same package (boo#867595)
|
||||
- commit ffb73eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 14:54:24 CEST 2015 - jdelvare@suse.de
|
||||
|
||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.2.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge7543dd
|
||||
Release: <RELEASE>.g31d60fb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -186,6 +186,7 @@ Obsoletes: kernel-trace-base <= 3.13
|
||||
Provides: kernel-bigsmp-base = 3.1
|
||||
Obsoletes: kernel-bigsmp-base <= 3.1
|
||||
%endif
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
@ -1009,6 +1010,7 @@ Obsoletes: kernel-trace-base <= 3.13
|
||||
Provides: kernel-bigsmp-base = 3.1
|
||||
Obsoletes: kernel-bigsmp-base <= 3.1
|
||||
%endif
|
||||
%obsolete_rebuilds %name-base
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
@ -1064,6 +1066,7 @@ Obsoletes: kernel-trace-extra <= 3.13
|
||||
Provides: kernel-bigsmp-extra = 3.1
|
||||
Obsoletes: kernel-bigsmp-extra <= 3.1
|
||||
%endif
|
||||
%obsolete_rebuilds %name-extra
|
||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
@ -1132,6 +1135,7 @@ Obsoletes: kernel-trace-devel <= 3.13
|
||||
Provides: kernel-bigsmp-devel = 3.1
|
||||
Obsoletes: kernel-bigsmp-devel <= 3.1
|
||||
%endif
|
||||
%obsolete_rebuilds %name-devel
|
||||
PreReq: coreutils
|
||||
|
||||
%description devel
|
||||
|
@ -5,6 +5,18 @@ Fri Sep 11 16:16:31 CEST 2015 - jslaby@suse.cz
|
||||
Fix FW fixes fallout (bnc#944661).
|
||||
- commit 6a28e38
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 16:15:22 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-spec-macros: Include the version string in the Obsoletes line
|
||||
- commit 083cdb4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 15:19:39 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete previous builds of the same package (boo#867595)
|
||||
- commit ffb73eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 14:54:24 CEST 2015 - jdelvare@suse.de
|
||||
|
||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.2.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge7543dd
|
||||
Release: <RELEASE>.g31d60fb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -148,6 +148,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
@ -967,6 +968,7 @@ Requires(post): modutils
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
|
||||
%obsolete_rebuilds %name-base
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
@ -1018,6 +1020,7 @@ Requires(post): modutils
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
|
||||
%obsolete_rebuilds %name-extra
|
||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
@ -1082,6 +1085,7 @@ Provides: multiversion(kernel)
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
Supplements: packageand(%name:kernel-devel%variant)
|
||||
|
||||
%obsolete_rebuilds %name-devel
|
||||
PreReq: coreutils
|
||||
|
||||
%description devel
|
||||
|
@ -5,6 +5,18 @@ Fri Sep 11 16:16:31 CEST 2015 - jslaby@suse.cz
|
||||
Fix FW fixes fallout (bnc#944661).
|
||||
- commit 6a28e38
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 16:15:22 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-spec-macros: Include the version string in the Obsoletes line
|
||||
- commit 083cdb4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 15:19:39 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete previous builds of the same package (boo#867595)
|
||||
- commit ffb73eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 14:54:24 CEST 2015 - jdelvare@suse.de
|
||||
|
||||
|
@ -29,7 +29,7 @@ License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 4.2.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge7543dd
|
||||
Release: <RELEASE>.g31d60fb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -5,6 +5,18 @@ Fri Sep 11 16:16:31 CEST 2015 - jslaby@suse.cz
|
||||
Fix FW fixes fallout (bnc#944661).
|
||||
- commit 6a28e38
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 16:15:22 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-spec-macros: Include the version string in the Obsoletes line
|
||||
- commit 083cdb4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 15:19:39 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete previous builds of the same package (boo#867595)
|
||||
- commit ffb73eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 14:54:24 CEST 2015 - jdelvare@suse.de
|
||||
|
||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.2.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge7543dd
|
||||
Release: <RELEASE>.g31d60fb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -148,6 +148,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
@ -957,6 +958,7 @@ Requires(post): modutils
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
|
||||
%obsolete_rebuilds %name-base
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
@ -998,6 +1000,7 @@ Requires(post): modutils
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
|
||||
%obsolete_rebuilds %name-extra
|
||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
@ -1052,6 +1055,7 @@ Provides: multiversion(kernel)
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
Supplements: packageand(%name:kernel-devel%variant)
|
||||
|
||||
%obsolete_rebuilds %name-devel
|
||||
PreReq: coreutils
|
||||
|
||||
%description devel
|
||||
|
@ -5,6 +5,18 @@ Fri Sep 11 16:16:31 CEST 2015 - jslaby@suse.cz
|
||||
Fix FW fixes fallout (bnc#944661).
|
||||
- commit 6a28e38
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 16:15:22 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-spec-macros: Include the version string in the Obsoletes line
|
||||
- commit 083cdb4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 15:19:39 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete previous builds of the same package (boo#867595)
|
||||
- commit ffb73eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 14:54:24 CEST 2015 - jdelvare@suse.de
|
||||
|
||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.2.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge7543dd
|
||||
Release: <RELEASE>.g31d60fb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -148,6 +148,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
@ -955,6 +956,7 @@ Requires(post): modutils
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
|
||||
%obsolete_rebuilds %name-base
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
@ -994,6 +996,7 @@ Requires(post): modutils
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
|
||||
%obsolete_rebuilds %name-extra
|
||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
@ -1046,6 +1049,7 @@ Provides: multiversion(kernel)
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
Supplements: packageand(%name:kernel-devel%variant)
|
||||
|
||||
%obsolete_rebuilds %name-devel
|
||||
PreReq: coreutils
|
||||
|
||||
%description devel
|
||||
|
@ -5,6 +5,18 @@ Fri Sep 11 16:16:31 CEST 2015 - jslaby@suse.cz
|
||||
Fix FW fixes fallout (bnc#944661).
|
||||
- commit 6a28e38
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 16:15:22 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-spec-macros: Include the version string in the Obsoletes line
|
||||
- commit 083cdb4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 15:19:39 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete previous builds of the same package (boo#867595)
|
||||
- commit ffb73eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 14:54:24 CEST 2015 - jdelvare@suse.de
|
||||
|
||||
|
@ -47,7 +47,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.2.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge7543dd
|
||||
Release: <RELEASE>.g31d60fb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -5,6 +5,18 @@ Fri Sep 11 16:16:31 CEST 2015 - jslaby@suse.cz
|
||||
Fix FW fixes fallout (bnc#944661).
|
||||
- commit 6a28e38
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 16:15:22 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-spec-macros: Include the version string in the Obsoletes line
|
||||
- commit 083cdb4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 15:19:39 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete previous builds of the same package (boo#867595)
|
||||
- commit ffb73eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 14:54:24 CEST 2015 - jdelvare@suse.de
|
||||
|
||||
|
@ -38,7 +38,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.2.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge7543dd
|
||||
Release: <RELEASE>.g31d60fb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -5,6 +5,18 @@ Fri Sep 11 16:16:31 CEST 2015 - jslaby@suse.cz
|
||||
Fix FW fixes fallout (bnc#944661).
|
||||
- commit 6a28e38
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 16:15:22 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-spec-macros: Include the version string in the Obsoletes line
|
||||
- commit 083cdb4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 15:19:39 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete previous builds of the same package (boo#867595)
|
||||
- commit ffb73eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 14:54:24 CEST 2015 - jdelvare@suse.de
|
||||
|
||||
|
@ -38,7 +38,7 @@ License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.2.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge7543dd
|
||||
Release: <RELEASE>.g31d60fb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -5,6 +5,18 @@ Fri Sep 11 16:16:31 CEST 2015 - jslaby@suse.cz
|
||||
Fix FW fixes fallout (bnc#944661).
|
||||
- commit 6a28e38
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 16:15:22 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-spec-macros: Include the version string in the Obsoletes line
|
||||
- commit 083cdb4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 15:19:39 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete previous builds of the same package (boo#867595)
|
||||
- commit ffb73eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 14:54:24 CEST 2015 - jdelvare@suse.de
|
||||
|
||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.2.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge7543dd
|
||||
Release: <RELEASE>.g31d60fb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -156,6 +156,7 @@ Obsoletes: kernel-vmi <= 2.6.38
|
||||
Provides: kernel-vmi-base = 2.6.38
|
||||
Obsoletes: kernel-vmi-base <= 2.6.38
|
||||
%endif
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
@ -972,6 +973,7 @@ Requires(post): mkinitrd
|
||||
Provides: kernel-vmi-base = 2.6.38
|
||||
Obsoletes: kernel-vmi-base <= 2.6.38
|
||||
%endif
|
||||
%obsolete_rebuilds %name-base
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
@ -1020,6 +1022,7 @@ Requires(post): mkinitrd
|
||||
Provides: kernel-vmi-extra = 2.6.38
|
||||
Obsoletes: kernel-vmi-extra <= 2.6.38
|
||||
%endif
|
||||
%obsolete_rebuilds %name-extra
|
||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
@ -1081,6 +1084,7 @@ Supplements: packageand(%name:kernel-devel%variant)
|
||||
Provides: kernel-vmi-devel = 2.6.38
|
||||
Obsoletes: kernel-vmi-devel <= 2.6.38
|
||||
%endif
|
||||
%obsolete_rebuilds %name-devel
|
||||
PreReq: coreutils
|
||||
|
||||
%description devel
|
||||
|
@ -5,6 +5,18 @@ Fri Sep 11 16:16:31 CEST 2015 - jslaby@suse.cz
|
||||
Fix FW fixes fallout (bnc#944661).
|
||||
- commit 6a28e38
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 16:15:22 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-spec-macros: Include the version string in the Obsoletes line
|
||||
- commit 083cdb4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 15:19:39 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete previous builds of the same package (boo#867595)
|
||||
- commit ffb73eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 14:54:24 CEST 2015 - jdelvare@suse.de
|
||||
|
||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.2.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge7543dd
|
||||
Release: <RELEASE>.g31d60fb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -148,6 +148,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
@ -956,6 +957,7 @@ Requires(post): modutils
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
|
||||
%obsolete_rebuilds %name-base
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
@ -996,6 +998,7 @@ Requires(post): modutils
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
|
||||
%obsolete_rebuilds %name-extra
|
||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
@ -1049,6 +1052,7 @@ Provides: multiversion(kernel)
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
Supplements: packageand(%name:kernel-devel%variant)
|
||||
|
||||
%obsolete_rebuilds %name-devel
|
||||
PreReq: coreutils
|
||||
|
||||
%description devel
|
||||
|
@ -5,6 +5,18 @@ Fri Sep 11 16:16:31 CEST 2015 - jslaby@suse.cz
|
||||
Fix FW fixes fallout (bnc#944661).
|
||||
- commit 6a28e38
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 16:15:22 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-spec-macros: Include the version string in the Obsoletes line
|
||||
- commit 083cdb4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 15:19:39 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete previous builds of the same package (boo#867595)
|
||||
- commit ffb73eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 14:54:24 CEST 2015 - jdelvare@suse.de
|
||||
|
||||
|
@ -32,7 +32,7 @@ License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 4.2.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge7543dd
|
||||
Release: <RELEASE>.g31d60fb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -11,8 +11,14 @@
|
||||
# suffix, we keep that suffix and strip the rightmost digit component.
|
||||
# This is used in KOTD builds: 2.1.g1234567 -> 2.g1234567
|
||||
%define source_rel %release
|
||||
%define obsolete_rebuilds() %nil
|
||||
%if %using_buildservice
|
||||
%define source_rel %(echo %release | sed -r 's/\\.[0-9]+($|\\.[^.]*[^.0-9][^.]*$)/\\1/')
|
||||
# If the rebuild counter is > 1, obsolete all previous rebuilds (boo#867595)
|
||||
%define obsolete_rebuilds() %( %{verbose:set -x} \
|
||||
set -- $(echo %release | sed -rn 's/(.*\\.)([0-9]+)($|\\.[^.]*[^.0-9][^.]*$)/\\1 \\2 \\3/p') \
|
||||
seq 1 $(($2-1)) | sed "s/.*/Obsoletes: %1 = %version-$1&$3/" \
|
||||
)
|
||||
%endif
|
||||
|
||||
# how the kernel release string (uname -r) should look like
|
||||
|
@ -5,6 +5,18 @@ Fri Sep 11 16:16:31 CEST 2015 - jslaby@suse.cz
|
||||
Fix FW fixes fallout (bnc#944661).
|
||||
- commit 6a28e38
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 16:15:22 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-spec-macros: Include the version string in the Obsoletes line
|
||||
- commit 083cdb4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 15:19:39 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete previous builds of the same package (boo#867595)
|
||||
- commit ffb73eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 14:54:24 CEST 2015 - jdelvare@suse.de
|
||||
|
||||
|
@ -27,7 +27,7 @@ Group: Development/Sources
|
||||
Version: 4.2.0
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge7543dd
|
||||
Release: <RELEASE>.g31d60fb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -5,6 +5,18 @@ Fri Sep 11 16:16:31 CEST 2015 - jslaby@suse.cz
|
||||
Fix FW fixes fallout (bnc#944661).
|
||||
- commit 6a28e38
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 16:15:22 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-spec-macros: Include the version string in the Obsoletes line
|
||||
- commit 083cdb4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 15:19:39 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete previous builds of the same package (boo#867595)
|
||||
- commit ffb73eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 14:54:24 CEST 2015 - jdelvare@suse.de
|
||||
|
||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.2.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge7543dd
|
||||
Release: <RELEASE>.g31d60fb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -148,6 +148,7 @@ Conflicts: libc.so.6()(64bit)
|
||||
Provides: kernel = %version-%source_rel
|
||||
|
||||
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
@ -954,6 +955,7 @@ Requires(post): modutils
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
|
||||
%obsolete_rebuilds %name-base
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
@ -992,6 +994,7 @@ Requires(post): modutils
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
|
||||
%obsolete_rebuilds %name-extra
|
||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
@ -1043,6 +1046,7 @@ Provides: multiversion(kernel)
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
Supplements: packageand(%name:kernel-devel%variant)
|
||||
|
||||
%obsolete_rebuilds %name-devel
|
||||
PreReq: coreutils
|
||||
|
||||
%description devel
|
||||
|
@ -5,6 +5,18 @@ Fri Sep 11 16:16:31 CEST 2015 - jslaby@suse.cz
|
||||
Fix FW fixes fallout (bnc#944661).
|
||||
- commit 6a28e38
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 16:15:22 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-spec-macros: Include the version string in the Obsoletes line
|
||||
- commit 083cdb4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 10 15:19:39 CEST 2015 - mmarek@suse.com
|
||||
|
||||
- rpm/kernel-binary.spec.in: Obsolete previous builds of the same package (boo#867595)
|
||||
- commit ffb73eb
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 9 14:54:24 CEST 2015 - jdelvare@suse.de
|
||||
|
||||
|
@ -61,7 +61,7 @@ License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.2.0
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge7543dd
|
||||
Release: <RELEASE>.g31d60fb
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -151,6 +151,7 @@ Provides: kernel-xenpae = 2.6.17
|
||||
Obsoletes: kernel-xenpae <= 2.6.17
|
||||
%endif
|
||||
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v4.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
Source3: kernel-source.rpmlintrc
|
||||
@ -960,6 +961,7 @@ Requires(post): modutils
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
|
||||
%obsolete_rebuilds %name-base
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
@ -1001,6 +1003,7 @@ Requires(post): modutils
|
||||
Requires(post): perl-Bootloader
|
||||
Requires(post): mkinitrd
|
||||
|
||||
%obsolete_rebuilds %name-extra
|
||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||
%ifarch %ix86
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
@ -1055,6 +1058,7 @@ Provides: multiversion(kernel)
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
Supplements: packageand(%name:kernel-devel%variant)
|
||||
|
||||
%obsolete_rebuilds %name-devel
|
||||
PreReq: coreutils
|
||||
|
||||
%description devel
|
||||
|
@ -1,3 +1,3 @@
|
||||
2015-09-11 16:32:54 +0200
|
||||
GIT Revision: e7543dd19ab13d2e67a085855ebb2a8909967437
|
||||
2015-09-13 09:58:18 +0200
|
||||
GIT Revision: 31d60fbdaf8534e5d9b10476d6042b6369ded127
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user