forked from pool/kernel-source
GIT Revision: 7c72384d2ff12b2c7a210950a380531559619728
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=6973
This commit is contained in:
parent
c83b56f92e
commit
05585abdd3
@ -1,5 +1,5 @@
|
|||||||
# The version of the main tarball to use
|
# The version of the main tarball to use
|
||||||
SRCVERSION=2.6.39-rc7
|
SRCVERSION=2.6.39
|
||||||
# variant of the kernel-source package, either empty or "-rt"
|
# variant of the kernel-source package, either empty or "-rt"
|
||||||
VARIANT=
|
VARIANT=
|
||||||
# buildservice projects to build the kernel against
|
# buildservice projects to build the kernel against
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:318defe87ec00f78cde92bfb992d90e8965c5f7c81909419efb0113f07dca813
|
oid sha256:5720300e690748fe5d51cc5b991e6226ae774ae98cc10b0f1d0a1d594487399e
|
||||||
size 225493
|
size 225152
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 19 13:23:06 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.39-rc7
|
%define srcversion 2.6.39
|
||||||
%define patchversion 2.6.39-rc7
|
%define patchversion 2.6.39
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -57,9 +57,9 @@ Name: kernel-debug
|
|||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
Version: 2.6.39
|
Version: 2.6.39
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: rc7.<RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
Release: rc7.0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -877,6 +877,12 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2011 jeffm@suse.com
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
* Thu May 19 2011 jbeulich@novell.com
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
* Mon May 16 2011 mmarek@suse.cz
|
* Mon May 16 2011 mmarek@suse.cz
|
||||||
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
||||||
- commit f3bdb4c
|
- commit f3bdb4c
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 19 13:23:06 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.39-rc7
|
%define srcversion 2.6.39
|
||||||
%define patchversion 2.6.39-rc7
|
%define patchversion 2.6.39
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -57,9 +57,9 @@ Name: kernel-default
|
|||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 2.6.39
|
Version: 2.6.39
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: rc7.<RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
Release: rc7.0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -890,6 +890,12 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2011 jeffm@suse.com
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
* Thu May 19 2011 jbeulich@novell.com
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
* Mon May 16 2011 mmarek@suse.cz
|
* Mon May 16 2011 mmarek@suse.cz
|
||||||
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
||||||
- commit f3bdb4c
|
- commit f3bdb4c
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 19 13:23:06 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.39-rc7
|
%define srcversion 2.6.39
|
||||||
%define patchversion 2.6.39-rc7
|
%define patchversion 2.6.39
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -57,9 +57,9 @@ Name: kernel-desktop
|
|||||||
Summary: Kernel optimized for the desktop
|
Summary: Kernel optimized for the desktop
|
||||||
Version: 2.6.39
|
Version: 2.6.39
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: rc7.<RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
Release: rc7.0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -910,6 +910,12 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2011 jeffm@suse.com
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
* Thu May 19 2011 jbeulich@novell.com
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
* Mon May 16 2011 mmarek@suse.cz
|
* Mon May 16 2011 mmarek@suse.cz
|
||||||
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
||||||
- commit f3bdb4c
|
- commit f3bdb4c
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 19 13:23:06 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define patchversion 2.6.39-rc7
|
%define patchversion 2.6.39
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -26,9 +26,9 @@ Name: kernel-docs
|
|||||||
Summary: Kernel Documentation
|
Summary: Kernel Documentation
|
||||||
Version: 2.6.39
|
Version: 2.6.39
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: rc7.<RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
Release: rc7.0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
BuildRequires: docbook-toys docbook-utils ghostscript_any libjpeg-devel texlive transfig xmlto xorg-x11-devel
|
||||||
BuildRequires: kernel-source%variant
|
BuildRequires: kernel-source%variant
|
||||||
@ -99,6 +99,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/usr/share/doc/kernel
|
/usr/share/doc/kernel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2011 jeffm@suse.com
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
* Thu May 19 2011 jbeulich@novell.com
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
* Mon May 16 2011 mmarek@suse.cz
|
* Mon May 16 2011 mmarek@suse.cz
|
||||||
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
||||||
- commit f3bdb4c
|
- commit f3bdb4c
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 19 13:23:06 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.39-rc7
|
%define srcversion 2.6.39
|
||||||
%define patchversion 2.6.39-rc7
|
%define patchversion 2.6.39
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -57,9 +57,9 @@ Name: kernel-ec2
|
|||||||
Summary: The Amazon EC2 Xen Kernel
|
Summary: The Amazon EC2 Xen Kernel
|
||||||
Version: 2.6.39
|
Version: 2.6.39
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: rc7.<RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
Release: rc7.0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -880,6 +880,12 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2011 jeffm@suse.com
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
* Thu May 19 2011 jbeulich@novell.com
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
* Mon May 16 2011 mmarek@suse.cz
|
* Mon May 16 2011 mmarek@suse.cz
|
||||||
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
||||||
- commit f3bdb4c
|
- commit f3bdb4c
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 19 13:23:06 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.39-rc7
|
%define srcversion 2.6.39
|
||||||
%define patchversion 2.6.39-rc7
|
%define patchversion 2.6.39
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -57,9 +57,9 @@ Name: kernel-pae
|
|||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
Version: 2.6.39
|
Version: 2.6.39
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: rc7.<RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
Release: rc7.0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -895,6 +895,12 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2011 jeffm@suse.com
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
* Thu May 19 2011 jbeulich@novell.com
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
* Mon May 16 2011 mmarek@suse.cz
|
* Mon May 16 2011 mmarek@suse.cz
|
||||||
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
||||||
- commit f3bdb4c
|
- commit f3bdb4c
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 19 13:23:06 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.39-rc7
|
%define srcversion 2.6.39
|
||||||
%define patchversion 2.6.39-rc7
|
%define patchversion 2.6.39
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -57,9 +57,9 @@ Name: kernel-ppc64
|
|||||||
Summary: Kernel for ppc64 Systems
|
Summary: Kernel for ppc64 Systems
|
||||||
Version: 2.6.39
|
Version: 2.6.39
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: rc7.<RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
Release: rc7.0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -899,6 +899,12 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2011 jeffm@suse.com
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
* Thu May 19 2011 jbeulich@novell.com
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
* Mon May 16 2011 mmarek@suse.cz
|
* Mon May 16 2011 mmarek@suse.cz
|
||||||
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
||||||
- commit f3bdb4c
|
- commit f3bdb4c
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 19 13:23:06 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.39-rc7
|
%define srcversion 2.6.39
|
||||||
%define patchversion 2.6.39-rc7
|
%define patchversion 2.6.39
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -57,9 +57,9 @@ Name: kernel-ps3
|
|||||||
Summary: kernel for ps3 bootloader
|
Summary: kernel for ps3 bootloader
|
||||||
Version: 2.6.39
|
Version: 2.6.39
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: rc7.<RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
Release: rc7.0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -880,6 +880,12 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2011 jeffm@suse.com
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
* Thu May 19 2011 jbeulich@novell.com
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
* Mon May 16 2011 mmarek@suse.cz
|
* Mon May 16 2011 mmarek@suse.cz
|
||||||
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
||||||
- commit f3bdb4c
|
- commit f3bdb4c
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 19 13:23:06 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.39-rc7
|
%define srcversion 2.6.39
|
||||||
%define patchversion 2.6.39-rc7
|
%define patchversion 2.6.39
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -57,9 +57,9 @@ Name: kernel-s390
|
|||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 2.6.39
|
Version: 2.6.39
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: rc7.<RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
Release: rc7.0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -874,6 +874,12 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2011 jeffm@suse.com
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
* Thu May 19 2011 jbeulich@novell.com
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
* Mon May 16 2011 mmarek@suse.cz
|
* Mon May 16 2011 mmarek@suse.cz
|
||||||
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
||||||
- commit f3bdb4c
|
- commit f3bdb4c
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 19 13:23:06 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
%define srcversion 2.6.39-rc7
|
%define srcversion 2.6.39
|
||||||
%define patchversion 2.6.39-rc7
|
%define patchversion 2.6.39
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -31,9 +31,9 @@ Name: kernel-source
|
|||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
Version: 2.6.39
|
Version: 2.6.39
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: rc7.<RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
Release: rc7.0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
@ -255,6 +255,12 @@ find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2011 jeffm@suse.com
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
* Thu May 19 2011 jbeulich@novell.com
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
* Mon May 16 2011 mmarek@suse.cz
|
* Mon May 16 2011 mmarek@suse.cz
|
||||||
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
||||||
- commit f3bdb4c
|
- commit f3bdb4c
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 19 13:23:06 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Name: kernel-syms
|
|||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
Version: 2.6.39
|
Version: 2.6.39
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: rc7.<RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
||||||
Release: %kernel_source_release
|
Release: %kernel_source_release
|
||||||
@ -81,6 +81,12 @@ install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
|
|||||||
%_docdir/%name/README.SUSE
|
%_docdir/%name/README.SUSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2011 jeffm@suse.com
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
* Thu May 19 2011 jbeulich@novell.com
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
* Mon May 16 2011 mmarek@suse.cz
|
* Mon May 16 2011 mmarek@suse.cz
|
||||||
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
||||||
- commit f3bdb4c
|
- commit f3bdb4c
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 19 13:23:06 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.39-rc7
|
%define srcversion 2.6.39
|
||||||
%define patchversion 2.6.39-rc7
|
%define patchversion 2.6.39
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -57,9 +57,9 @@ Name: kernel-trace
|
|||||||
Summary: The Standard Kernel with Tracing Features
|
Summary: The Standard Kernel with Tracing Features
|
||||||
Version: 2.6.39
|
Version: 2.6.39
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: rc7.<RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
Release: rc7.0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -882,6 +882,12 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2011 jeffm@suse.com
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
* Thu May 19 2011 jbeulich@novell.com
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
* Mon May 16 2011 mmarek@suse.cz
|
* Mon May 16 2011 mmarek@suse.cz
|
||||||
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
||||||
- commit f3bdb4c
|
- commit f3bdb4c
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 19 13:23:06 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.39-rc7
|
%define srcversion 2.6.39
|
||||||
%define patchversion 2.6.39-rc7
|
%define patchversion 2.6.39
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -57,9 +57,9 @@ Name: kernel-vanilla
|
|||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
Version: 2.6.39
|
Version: 2.6.39
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: rc7.<RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
Release: rc7.0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -878,6 +878,12 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2011 jeffm@suse.com
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
* Thu May 19 2011 jbeulich@novell.com
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
* Mon May 16 2011 mmarek@suse.cz
|
* Mon May 16 2011 mmarek@suse.cz
|
||||||
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
||||||
- commit f3bdb4c
|
- commit f3bdb4c
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 02:27:58 CEST 2011 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 19 13:23:06 CEST 2011 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
Mon May 16 14:34:33 CEST 2011 - mmarek@suse.cz
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.39-rc7
|
%define srcversion 2.6.39
|
||||||
%define patchversion 2.6.39-rc7
|
%define patchversion 2.6.39
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -57,9 +57,9 @@ Name: kernel-xen
|
|||||||
Summary: The Xen Kernel
|
Summary: The Xen Kernel
|
||||||
Version: 2.6.39
|
Version: 2.6.39
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
Release: rc7.<RELEASE>
|
Release: <RELEASE>
|
||||||
%else
|
%else
|
||||||
Release: rc7.0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
@ -880,6 +880,12 @@ Debug information for package %name-devel
|
|||||||
%files devel-debuginfo -f vmlinux.debug.files
|
%files devel-debuginfo -f vmlinux.debug.files
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2011 jeffm@suse.com
|
||||||
|
- Updated to 2.6.39-final.
|
||||||
|
- commit 7c72384
|
||||||
|
* Thu May 19 2011 jbeulich@novell.com
|
||||||
|
- supported.conf: blktap2 modules are supported.
|
||||||
|
- commit fa60394
|
||||||
* Mon May 16 2011 mmarek@suse.cz
|
* Mon May 16 2011 mmarek@suse.cz
|
||||||
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
- rpm/kernel-binary.spec.in: Add the commit hash to uname -v, cleanup.
|
||||||
- commit f3bdb4c
|
- commit f3bdb4c
|
||||||
|
3
linux-2.6.39.tar.bz2
Normal file
3
linux-2.6.39.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:584d17f2a3ee18a9501d7ff36907639e538cfdba4529978b8550c461d45c61f6
|
||||||
|
size 76096559
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f4d9893a79a74b23565888b2ad13d22b3f58e6542d7a1816e6031dd6f31f86f6
|
oid sha256:317afa5ea7858690bf4512d1b56e60fd3a40b5ff0391176860ff07ae36f482ae
|
||||||
size 2114918
|
size 2115996
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2011-05-16 14:56:20 +0200
|
2011-05-20 02:27:58 +0200
|
||||||
GIT Revision: 5cdd91c909da97ae32edac33fd660590ee7fcacd
|
GIT Revision: 7c72384d2ff12b2c7a210950a380531559619728
|
||||||
GIT Branch: master
|
GIT Branch: master
|
||||||
|
@ -2047,7 +2047,8 @@
|
|||||||
kernel/drivers/xen/blkback/blkback-pagemap
|
kernel/drivers/xen/blkback/blkback-pagemap
|
||||||
+base kernel/drivers/xen/blkfront/xenblk # Xen block device frontend
|
+base kernel/drivers/xen/blkfront/xenblk # Xen block device frontend
|
||||||
kernel/drivers/xen/blktap/blktap
|
kernel/drivers/xen/blktap/blktap
|
||||||
- kernel/drivers/xen/blktap2/blktap2
|
kernel/drivers/xen/blktap2/blktap2
|
||||||
|
kernel/drivers/xen/blktap2/blktap2-new
|
||||||
kernel/drivers/xen/core/domctl
|
kernel/drivers/xen/core/domctl
|
||||||
kernel/drivers/xen/evtchn
|
kernel/drivers/xen/evtchn
|
||||||
kernel/drivers/xen/gntdev/gntdev
|
kernel/drivers/xen/gntdev/gntdev
|
||||||
|
Loading…
Reference in New Issue
Block a user