GIT Revision: 1738011c8a69a3de4bd8753fcaec4380f5537607
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6997
This commit is contained in:
parent
53784e9dff
commit
c0b8fa9e86
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 11:38:10 UTC 2011 - mmarek@novell.com
|
||||
|
||||
- Updated to 3.0-rc4:
|
||||
- USB_NET_KALMIA=m
|
||||
- BACKLIGHT_ADP8870=m
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 02:35:17 CET 2011 - trenn@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# The version of the main tarball to use
|
||||
SRCVERSION=3.0-rc3
|
||||
SRCVERSION=3.0-rc4
|
||||
# variant of the kernel-source package, either empty or "-rt"
|
||||
VARIANT=
|
||||
# buildservice projects to build the kernel against
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8f932c61ed86e811a5c83cc8ee0caf1820f732b3004b3a797d2d72e0f5419c1
|
||||
size 217684
|
||||
oid sha256:18f490107c31a560efe089f55b17b71c6763f6b9b8566273013c4ad7590dadaa
|
||||
size 217017
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 14:06:48 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
@ -45,14 +57,18 @@ Thu Jun 16 11:50:58 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 11:27:44 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-debug (Version 3.0.rc3)
|
||||
# spec file for package kernel-debug (Version 3.0.rc4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0-rc3
|
||||
%define patchversion 3.0.0-rc3
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 3.0.rc3
|
||||
Version: 3.0.rc4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -875,6 +875,12 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
* Fri Jun 17 2011 mmarek@suse.cz
|
||||
- rpm/post.sh: Touch /boot/do_purge_kernels on package install
|
||||
(fate#312018).
|
||||
@ -908,11 +914,15 @@ Debug information for package %name-devel
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
* Wed Jun 15 2011 jeffm@suse.com
|
||||
- Update config files: Disable BRCMSMAC on ppc/ppc64.
|
||||
- commit 20b3d8e
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 14:06:48 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
@ -45,14 +57,18 @@ Thu Jun 16 11:50:58 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 11:27:44 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-default (Version 3.0.rc3)
|
||||
# spec file for package kernel-default (Version 3.0.rc4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0-rc3
|
||||
%define patchversion 3.0.0-rc3
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.0.rc3
|
||||
Version: 3.0.rc4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -888,6 +888,12 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
* Fri Jun 17 2011 mmarek@suse.cz
|
||||
- rpm/post.sh: Touch /boot/do_purge_kernels on package install
|
||||
(fate#312018).
|
||||
@ -921,11 +927,15 @@ Debug information for package %name-devel
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
* Wed Jun 15 2011 jeffm@suse.com
|
||||
- Update config files: Disable BRCMSMAC on ppc/ppc64.
|
||||
- commit 20b3d8e
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 14:06:48 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
@ -45,14 +57,18 @@ Thu Jun 16 11:50:58 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 11:27:44 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-desktop (Version 3.0.rc3)
|
||||
# spec file for package kernel-desktop (Version 3.0.rc4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0-rc3
|
||||
%define patchversion 3.0.0-rc3
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-desktop
|
||||
Summary: Kernel optimized for the desktop
|
||||
Version: 3.0.rc3
|
||||
Version: 3.0.rc4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -908,6 +908,12 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
* Fri Jun 17 2011 mmarek@suse.cz
|
||||
- rpm/post.sh: Touch /boot/do_purge_kernels on package install
|
||||
(fate#312018).
|
||||
@ -941,11 +947,15 @@ Debug information for package %name-devel
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
* Wed Jun 15 2011 jeffm@suse.com
|
||||
- Update config files: Disable BRCMSMAC on ppc/ppc64.
|
||||
- commit 20b3d8e
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 14:06:48 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
@ -45,14 +57,18 @@ Thu Jun 16 11:50:58 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 11:27:44 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-docs (Version 3.0.rc3)
|
||||
# spec file for package kernel-docs (Version 3.0.rc4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define patchversion 3.0.0-rc3
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
|
||||
Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
Version: 3.0.rc3
|
||||
Version: 3.0.rc4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -99,6 +99,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/doc/kernel
|
||||
|
||||
%changelog
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
* Fri Jun 17 2011 mmarek@suse.cz
|
||||
- rpm/post.sh: Touch /boot/do_purge_kernels on package install
|
||||
(fate#312018).
|
||||
@ -132,11 +138,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
* Wed Jun 15 2011 jeffm@suse.com
|
||||
- Update config files: Disable BRCMSMAC on ppc/ppc64.
|
||||
- commit 20b3d8e
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 14:06:48 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
@ -45,14 +57,18 @@ Thu Jun 16 11:50:58 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 11:27:44 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-pae (Version 3.0.rc3)
|
||||
# spec file for package kernel-pae (Version 3.0.rc4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0-rc3
|
||||
%define patchversion 3.0.0-rc3
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 3.0.rc3
|
||||
Version: 3.0.rc4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -893,6 +893,12 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
* Fri Jun 17 2011 mmarek@suse.cz
|
||||
- rpm/post.sh: Touch /boot/do_purge_kernels on package install
|
||||
(fate#312018).
|
||||
@ -926,11 +932,15 @@ Debug information for package %name-devel
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
* Wed Jun 15 2011 jeffm@suse.com
|
||||
- Update config files: Disable BRCMSMAC on ppc/ppc64.
|
||||
- commit 20b3d8e
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 14:06:48 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
@ -45,14 +57,18 @@ Thu Jun 16 11:50:58 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 11:27:44 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ppc64 (Version 3.0.rc3)
|
||||
# spec file for package kernel-ppc64 (Version 3.0.rc4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0-rc3
|
||||
%define patchversion 3.0.0-rc3
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 3.0.rc3
|
||||
Version: 3.0.rc4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -897,6 +897,12 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
* Fri Jun 17 2011 mmarek@suse.cz
|
||||
- rpm/post.sh: Touch /boot/do_purge_kernels on package install
|
||||
(fate#312018).
|
||||
@ -930,11 +936,15 @@ Debug information for package %name-devel
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
* Wed Jun 15 2011 jeffm@suse.com
|
||||
- Update config files: Disable BRCMSMAC on ppc/ppc64.
|
||||
- commit 20b3d8e
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 14:06:48 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
@ -45,14 +57,18 @@ Thu Jun 16 11:50:58 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 11:27:44 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-ps3 (Version 3.0.rc3)
|
||||
# spec file for package kernel-ps3 (Version 3.0.rc4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0-rc3
|
||||
%define patchversion 3.0.0-rc3
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-ps3
|
||||
Summary: kernel for ps3 bootloader
|
||||
Version: 3.0.rc3
|
||||
Version: 3.0.rc4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -878,6 +878,12 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
* Fri Jun 17 2011 mmarek@suse.cz
|
||||
- rpm/post.sh: Touch /boot/do_purge_kernels on package install
|
||||
(fate#312018).
|
||||
@ -911,11 +917,15 @@ Debug information for package %name-devel
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
* Wed Jun 15 2011 jeffm@suse.com
|
||||
- Update config files: Disable BRCMSMAC on ppc/ppc64.
|
||||
- commit 20b3d8e
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 14:06:48 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
@ -45,14 +57,18 @@ Thu Jun 16 11:50:58 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 11:27:44 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-s390 (Version 3.0.rc3)
|
||||
# spec file for package kernel-s390 (Version 3.0.rc4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0-rc3
|
||||
%define patchversion 3.0.0-rc3
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 3.0.rc3
|
||||
Version: 3.0.rc4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -872,6 +872,12 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
* Fri Jun 17 2011 mmarek@suse.cz
|
||||
- rpm/post.sh: Touch /boot/do_purge_kernels on package install
|
||||
(fate#312018).
|
||||
@ -905,11 +911,15 @@ Debug information for package %name-devel
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
* Wed Jun 15 2011 jeffm@suse.com
|
||||
- Update config files: Disable BRCMSMAC on ppc/ppc64.
|
||||
- commit 20b3d8e
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 14:06:48 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
@ -45,14 +57,18 @@ Thu Jun 16 11:50:58 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 11:27:44 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-source (Version 3.0.rc3)
|
||||
# spec file for package kernel-source (Version 3.0.rc4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -18,8 +18,8 @@
|
||||
# norootforbuild
|
||||
# icecream 0
|
||||
|
||||
%define srcversion 3.0-rc3
|
||||
%define patchversion 3.0.0-rc3
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 3.0.rc3
|
||||
Version: 3.0.rc4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -255,6 +255,12 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
* Fri Jun 17 2011 mmarek@suse.cz
|
||||
- rpm/post.sh: Touch /boot/do_purge_kernels on package install
|
||||
(fate#312018).
|
||||
@ -288,11 +294,15 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
* Wed Jun 15 2011 jeffm@suse.com
|
||||
- Update config files: Disable BRCMSMAC on ppc/ppc64.
|
||||
- commit 20b3d8e
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 14:06:48 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
@ -45,14 +57,18 @@ Thu Jun 16 11:50:58 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 11:27:44 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-syms (Version 3.0.rc3)
|
||||
# spec file for package kernel-syms (Version 3.0.rc4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 3.0.rc3
|
||||
Version: 3.0.rc4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -78,6 +78,12 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
%_docdir/%name/README.SUSE
|
||||
|
||||
%changelog
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
* Fri Jun 17 2011 mmarek@suse.cz
|
||||
- rpm/post.sh: Touch /boot/do_purge_kernels on package install
|
||||
(fate#312018).
|
||||
@ -111,11 +117,15 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
* Wed Jun 15 2011 jeffm@suse.com
|
||||
- Update config files: Disable BRCMSMAC on ppc/ppc64.
|
||||
- commit 20b3d8e
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 14:06:48 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
@ -45,14 +57,18 @@ Thu Jun 16 11:50:58 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 11:27:44 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-trace (Version 3.0.rc3)
|
||||
# spec file for package kernel-trace (Version 3.0.rc4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0-rc3
|
||||
%define patchversion 3.0.0-rc3
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-trace
|
||||
Summary: The Standard Kernel with Tracing Features
|
||||
Version: 3.0.rc3
|
||||
Version: 3.0.rc4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -880,6 +880,12 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
* Fri Jun 17 2011 mmarek@suse.cz
|
||||
- rpm/post.sh: Touch /boot/do_purge_kernels on package install
|
||||
(fate#312018).
|
||||
@ -913,11 +919,15 @@ Debug information for package %name-devel
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
* Wed Jun 15 2011 jeffm@suse.com
|
||||
- Update config files: Disable BRCMSMAC on ppc/ppc64.
|
||||
- commit 20b3d8e
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 14:06:48 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 21 12:14:44 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 17 17:29:41 CEST 2011 - mmarek@suse.cz
|
||||
|
||||
@ -45,14 +57,18 @@ Thu Jun 16 11:50:58 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 11:27:44 CEST 2011 - ohering@suse.de
|
||||
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 20:40:28 CEST 2011 - jeffm@suse.com
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package kernel-vanilla (Version 3.0.rc3)
|
||||
# spec file for package kernel-vanilla (Version 3.0.rc4)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -17,8 +17,8 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
%define srcversion 3.0-rc3
|
||||
%define patchversion 3.0.0-rc3
|
||||
%define srcversion 3.0-rc4
|
||||
%define patchversion 3.0.0-rc4
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -55,7 +55,7 @@
|
||||
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 3.0.rc3
|
||||
Version: 3.0.rc4
|
||||
%if %using_buildservice
|
||||
Release: <RELEASE>
|
||||
%else
|
||||
@ -876,6 +876,12 @@ Debug information for package %name-devel
|
||||
%files devel-debuginfo -f vmlinux.debug.files
|
||||
|
||||
%changelog
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update vanilla configs.
|
||||
- commit 1738011
|
||||
* Tue Jun 21 2011 mmarek@suse.cz
|
||||
- Update to 3.0-rc4
|
||||
- commit 1b6bf5d
|
||||
* Fri Jun 17 2011 mmarek@suse.cz
|
||||
- rpm/post.sh: Touch /boot/do_purge_kernels on package install
|
||||
(fate#312018).
|
||||
@ -909,11 +915,15 @@ Debug information for package %name-devel
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit c5eda95
|
||||
- rpm/kernel-binary.spec.in:
|
||||
jobs is not defined for home: projects, use the new _smp_mflags to enable parallel build
|
||||
- commit 1009eaf
|
||||
* Thu Jun 16 2011 ohering@suse.de
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit 83ed0d0
|
||||
- rpm/kernel-binary.spec.in:
|
||||
Update comment, get the number of cpus from /proc/stat
|
||||
- commit b4cf18c
|
||||
* Wed Jun 15 2011 jeffm@suse.com
|
||||
- Update config files: Disable BRCMSMAC on ppc/ppc64.
|
||||
- commit 20b3d8e
|
||||
|
3
linux-3.0-rc4.tar.bz2
Normal file
3
linux-3.0-rc4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3b0aa31f6a461562157aefefcb2b6651a9d0550da96996cfb1b8c87ac77c3ac
|
||||
size 76632512
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee51f67dfb9d1a601bd14e1014ed451e5dc544d571f7927a2e8245cd4fc493f3
|
||||
size 25456
|
||||
oid sha256:9d8b9609cf0a625debd6c778ce4296c59e5726a5b3b0baf4b0d7f8ac6da0e1f9
|
||||
size 25541
|
||||
|
@ -1,3 +1,3 @@
|
||||
2011-06-17 17:31:11 +0200
|
||||
GIT Revision: a5d90e7697b62d8d565d2036c724b1797e10c1f8
|
||||
2011-06-21 14:06:48 +0200
|
||||
GIT Revision: 1738011c8a69a3de4bd8753fcaec4380f5537607
|
||||
GIT Branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user