Accepting request 18912 from Kernel:HEAD
Copy from Kernel:HEAD/kernel-source based on submit request 18912 from user jeff_mahoney OBS-URL: https://build.opensuse.org/request/show/18912 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kernel-source?expand=0&rev=68
This commit is contained in:
parent
8e63e7d385
commit
303133bcff
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e316b14547b91ec559f546f0215b065d350254112356db3876f908fb0ce4a1e4
|
oid sha256:30c8ea15634e07e2839dae17deec3b86528da70e3cb55879cdf827ca73a04d22
|
||||||
size 153949
|
size 154449
|
||||||
|
@ -70,18 +70,8 @@ BuildRequires: fdupes
|
|||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
%if %split_base
|
%if %split_base
|
||||||
Provides: kernel-base = %version-%source_rel
|
Provides: kernel-base = %version-%source_rel
|
||||||
# Disabled for now, as the update doesn't work as expected.
|
# 2.6.30-1 was the last package with split -base
|
||||||
#Provides: %name-base = %version-%release
|
Obsoletes: %name-base <= 2.6.30-1
|
||||||
#Obsoletes: %name-base <= %version-%release
|
|
||||||
# What we want is
|
|
||||||
# 11.1 -> 11.2
|
|
||||||
# base,main -> main
|
|
||||||
# base -> base
|
|
||||||
# If you know how to solve this via rpm dependencies, I'll buy you a
|
|
||||||
# chocolate ;).
|
|
||||||
# For now the base subpackage will be also updated, but it shouldn't cause any
|
|
||||||
# new problems (the overlaping files are identical). New installs will only
|
|
||||||
# have the main package.
|
|
||||||
%endif
|
%endif
|
||||||
Requires(pre): coreutils awk
|
Requires(pre): coreutils awk
|
||||||
Requires(post): module-init-tools
|
Requires(post): module-init-tools
|
||||||
@ -146,7 +136,6 @@ Source34: check-supported-list
|
|||||||
Source40: source-timestamp
|
Source40: source-timestamp
|
||||||
Source41: built-in-where
|
Source41: built-in-where
|
||||||
Source44: find-provides
|
Source44: find-provides
|
||||||
Source45: module-renames
|
|
||||||
Source46: modversions
|
Source46: modversions
|
||||||
Source47: symsets.pl
|
Source47: symsets.pl
|
||||||
Source48: split-modules
|
Source48: split-modules
|
||||||
@ -598,11 +587,6 @@ if [ %CONFIG_MODULES = y ]; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Set up some module aliases
|
|
||||||
install -d -m 755 %buildroot/etc/modprobe.d/
|
|
||||||
install -m 644 %_sourcedir/module-renames \
|
|
||||||
%buildroot/etc/modprobe.d/50-module-renames.conf
|
|
||||||
|
|
||||||
tar cf - -T %my_builddir/obj-files | \
|
tar cf - -T %my_builddir/obj-files | \
|
||||||
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||||
# bnc#507084
|
# bnc#507084
|
||||||
@ -666,7 +650,6 @@ done
|
|||||||
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
||||||
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
||||||
cat %my_builddir/base-modules
|
cat %my_builddir/base-modules
|
||||||
echo '%%%%config /etc/modprobe.d/50-module-renames.conf'
|
|
||||||
fi
|
fi
|
||||||
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
||||||
find lib/firmware/%kernelrelease-%build_flavor \
|
find lib/firmware/%kernelrelease-%build_flavor \
|
||||||
@ -748,7 +731,6 @@ Requires(post): module-init-tools
|
|||||||
Requires(post): perl-Bootloader
|
Requires(post): perl-Bootloader
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||||
Supplements: packageand(product(openSUSE):%{name}_%_target_cpu)
|
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,79 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:47:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: obsolete %name-base <= 2.6.30-1
|
||||||
|
(bnc#530752).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:35:01 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 2.6.31-rc7.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:16:04 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_PROC_EVENTS.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:05:42 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh: Do not call /sbin/module_upgrade, the rename
|
||||||
|
happened before SLES10.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:00:46 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/module-renames: Delete, we don't need to care about modules
|
||||||
|
renamed before SLES10. Also, current mkinitrd gets the list of
|
||||||
|
storage drivers based on pci ids.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:50:51 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh, rpm/postun.sh: drop support for SLE10, the package
|
||||||
|
can't be installed on SLE10 as is, so why not make it more
|
||||||
|
adventurous.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:48:15 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: remove product(openSUSE) supplements
|
||||||
|
from the -extra subpackage which doesn't exist on openSUSE
|
||||||
|
anymore.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 17:52:08 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-fix-0*: Backport from 2.6.31-rc fixes
|
||||||
|
(to be merged)
|
||||||
|
- patches.drivers/alsa-hda-32-Reword-auto-probe-messages: Refresh.
|
||||||
|
- patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 11:40:58 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update config files (modularize crypto again).
|
||||||
|
- supported.conf: Add resulting modules as supported.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 09:22:46 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.31-rc6 and c/s 928.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 00:33:54 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
|
||||||
|
Fix invalid capture mixers with some ALC268 models.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 18 20:16:36 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch:
|
||||||
|
USB: storage: increase the bcd range in Sony's bad device
|
||||||
|
table. (bnc#466554).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.30
|
%define srcversion 2.6.30
|
||||||
%define patchversion 2.6.31-rc6
|
%define patchversion 2.6.31-rc7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
%define build_flavor debug
|
%define build_flavor debug
|
||||||
@ -49,7 +49,7 @@
|
|||||||
Name: kernel-debug
|
Name: kernel-debug
|
||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
Version: 2.6.31
|
Version: 2.6.31
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -62,18 +62,8 @@ BuildRequires: fdupes
|
|||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
%if %split_base
|
%if %split_base
|
||||||
Provides: kernel-base = %version-%source_rel
|
Provides: kernel-base = %version-%source_rel
|
||||||
# Disabled for now, as the update doesn't work as expected.
|
# 2.6.30-1 was the last package with split -base
|
||||||
#Provides: %name-base = %version-%release
|
Obsoletes: %name-base <= 2.6.30-1
|
||||||
#Obsoletes: %name-base <= %version-%release
|
|
||||||
# What we want is
|
|
||||||
# 11.1 -> 11.2
|
|
||||||
# base,main -> main
|
|
||||||
# base -> base
|
|
||||||
# If you know how to solve this via rpm dependencies, I'll buy you a
|
|
||||||
# chocolate ;).
|
|
||||||
# For now the base subpackage will be also updated, but it shouldn't cause any
|
|
||||||
# new problems (the overlaping files are identical). New installs will only
|
|
||||||
# have the main package.
|
|
||||||
%endif
|
%endif
|
||||||
Requires(pre): coreutils awk
|
Requires(pre): coreutils awk
|
||||||
Requires(post): module-init-tools
|
Requires(post): module-init-tools
|
||||||
@ -134,7 +124,6 @@ Source34: check-supported-list
|
|||||||
Source40: source-timestamp
|
Source40: source-timestamp
|
||||||
Source41: built-in-where
|
Source41: built-in-where
|
||||||
Source44: find-provides
|
Source44: find-provides
|
||||||
Source45: module-renames
|
|
||||||
Source46: modversions
|
Source46: modversions
|
||||||
Source47: symsets.pl
|
Source47: symsets.pl
|
||||||
Source48: split-modules
|
Source48: split-modules
|
||||||
@ -531,10 +520,6 @@ if [ %CONFIG_MODULES = y ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Set up some module aliases
|
|
||||||
install -d -m 755 %buildroot/etc/modprobe.d/
|
|
||||||
install -m 644 %_sourcedir/module-renames \
|
|
||||||
%buildroot/etc/modprobe.d/50-module-renames.conf
|
|
||||||
tar cf - -T %my_builddir/obj-files | \
|
tar cf - -T %my_builddir/obj-files | \
|
||||||
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||||
# bnc#507084
|
# bnc#507084
|
||||||
@ -593,7 +578,6 @@ done
|
|||||||
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
||||||
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
||||||
cat %my_builddir/base-modules
|
cat %my_builddir/base-modules
|
||||||
echo '%%%%config /etc/modprobe.d/50-module-renames.conf'
|
|
||||||
fi
|
fi
|
||||||
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
||||||
find lib/firmware/%kernelrelease-%build_flavor \
|
find lib/firmware/%kernelrelease-%build_flavor \
|
||||||
@ -680,7 +664,6 @@ Requires(post): module-init-tools
|
|||||||
Requires(post): perl-Bootloader
|
Requires(post): perl-Bootloader
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||||
Supplements: packageand(product(openSUSE):%{name}_%_target_cpu)
|
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,79 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:47:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: obsolete %name-base <= 2.6.30-1
|
||||||
|
(bnc#530752).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:35:01 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 2.6.31-rc7.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:16:04 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_PROC_EVENTS.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:05:42 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh: Do not call /sbin/module_upgrade, the rename
|
||||||
|
happened before SLES10.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:00:46 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/module-renames: Delete, we don't need to care about modules
|
||||||
|
renamed before SLES10. Also, current mkinitrd gets the list of
|
||||||
|
storage drivers based on pci ids.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:50:51 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh, rpm/postun.sh: drop support for SLE10, the package
|
||||||
|
can't be installed on SLE10 as is, so why not make it more
|
||||||
|
adventurous.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:48:15 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: remove product(openSUSE) supplements
|
||||||
|
from the -extra subpackage which doesn't exist on openSUSE
|
||||||
|
anymore.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 17:52:08 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-fix-0*: Backport from 2.6.31-rc fixes
|
||||||
|
(to be merged)
|
||||||
|
- patches.drivers/alsa-hda-32-Reword-auto-probe-messages: Refresh.
|
||||||
|
- patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 11:40:58 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update config files (modularize crypto again).
|
||||||
|
- supported.conf: Add resulting modules as supported.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 09:22:46 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.31-rc6 and c/s 928.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 00:33:54 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
|
||||||
|
Fix invalid capture mixers with some ALC268 models.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 18 20:16:36 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch:
|
||||||
|
USB: storage: increase the bcd range in Sony's bad device
|
||||||
|
table. (bnc#466554).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.30
|
%define srcversion 2.6.30
|
||||||
%define patchversion 2.6.31-rc6
|
%define patchversion 2.6.31-rc7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
%define build_flavor default
|
%define build_flavor default
|
||||||
@ -49,7 +49,7 @@
|
|||||||
Name: kernel-default
|
Name: kernel-default
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 2.6.31
|
Version: 2.6.31
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -62,18 +62,8 @@ BuildRequires: fdupes
|
|||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
%if %split_base
|
%if %split_base
|
||||||
Provides: kernel-base = %version-%source_rel
|
Provides: kernel-base = %version-%source_rel
|
||||||
# Disabled for now, as the update doesn't work as expected.
|
# 2.6.30-1 was the last package with split -base
|
||||||
#Provides: %name-base = %version-%release
|
Obsoletes: %name-base <= 2.6.30-1
|
||||||
#Obsoletes: %name-base <= %version-%release
|
|
||||||
# What we want is
|
|
||||||
# 11.1 -> 11.2
|
|
||||||
# base,main -> main
|
|
||||||
# base -> base
|
|
||||||
# If you know how to solve this via rpm dependencies, I'll buy you a
|
|
||||||
# chocolate ;).
|
|
||||||
# For now the base subpackage will be also updated, but it shouldn't cause any
|
|
||||||
# new problems (the overlaping files are identical). New installs will only
|
|
||||||
# have the main package.
|
|
||||||
%endif
|
%endif
|
||||||
Requires(pre): coreutils awk
|
Requires(pre): coreutils awk
|
||||||
Requires(post): module-init-tools
|
Requires(post): module-init-tools
|
||||||
@ -150,7 +140,6 @@ Source34: check-supported-list
|
|||||||
Source40: source-timestamp
|
Source40: source-timestamp
|
||||||
Source41: built-in-where
|
Source41: built-in-where
|
||||||
Source44: find-provides
|
Source44: find-provides
|
||||||
Source45: module-renames
|
|
||||||
Source46: modversions
|
Source46: modversions
|
||||||
Source47: symsets.pl
|
Source47: symsets.pl
|
||||||
Source48: split-modules
|
Source48: split-modules
|
||||||
@ -546,10 +535,6 @@ if [ %CONFIG_MODULES = y ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Set up some module aliases
|
|
||||||
install -d -m 755 %buildroot/etc/modprobe.d/
|
|
||||||
install -m 644 %_sourcedir/module-renames \
|
|
||||||
%buildroot/etc/modprobe.d/50-module-renames.conf
|
|
||||||
tar cf - -T %my_builddir/obj-files | \
|
tar cf - -T %my_builddir/obj-files | \
|
||||||
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||||
# bnc#507084
|
# bnc#507084
|
||||||
@ -608,7 +593,6 @@ done
|
|||||||
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
||||||
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
||||||
cat %my_builddir/base-modules
|
cat %my_builddir/base-modules
|
||||||
echo '%%%%config /etc/modprobe.d/50-module-renames.conf'
|
|
||||||
fi
|
fi
|
||||||
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
||||||
find lib/firmware/%kernelrelease-%build_flavor \
|
find lib/firmware/%kernelrelease-%build_flavor \
|
||||||
@ -694,7 +678,6 @@ Requires(post): module-init-tools
|
|||||||
Requires(post): perl-Bootloader
|
Requires(post): perl-Bootloader
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||||
Supplements: packageand(product(openSUSE):%{name}_%_target_cpu)
|
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,79 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:47:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: obsolete %name-base <= 2.6.30-1
|
||||||
|
(bnc#530752).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:35:01 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 2.6.31-rc7.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:16:04 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_PROC_EVENTS.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:05:42 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh: Do not call /sbin/module_upgrade, the rename
|
||||||
|
happened before SLES10.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:00:46 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/module-renames: Delete, we don't need to care about modules
|
||||||
|
renamed before SLES10. Also, current mkinitrd gets the list of
|
||||||
|
storage drivers based on pci ids.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:50:51 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh, rpm/postun.sh: drop support for SLE10, the package
|
||||||
|
can't be installed on SLE10 as is, so why not make it more
|
||||||
|
adventurous.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:48:15 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: remove product(openSUSE) supplements
|
||||||
|
from the -extra subpackage which doesn't exist on openSUSE
|
||||||
|
anymore.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 17:52:08 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-fix-0*: Backport from 2.6.31-rc fixes
|
||||||
|
(to be merged)
|
||||||
|
- patches.drivers/alsa-hda-32-Reword-auto-probe-messages: Refresh.
|
||||||
|
- patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 11:40:58 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update config files (modularize crypto again).
|
||||||
|
- supported.conf: Add resulting modules as supported.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 09:22:46 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.31-rc6 and c/s 928.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 00:33:54 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
|
||||||
|
Fix invalid capture mixers with some ALC268 models.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 18 20:16:36 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch:
|
||||||
|
USB: storage: increase the bcd range in Sony's bad device
|
||||||
|
table. (bnc#466554).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.30
|
%define srcversion 2.6.30
|
||||||
%define patchversion 2.6.31-rc6
|
%define patchversion 2.6.31-rc7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
%define build_flavor desktop
|
%define build_flavor desktop
|
||||||
@ -49,7 +49,7 @@
|
|||||||
Name: kernel-desktop
|
Name: kernel-desktop
|
||||||
Summary: Kernel optimized for the desktop
|
Summary: Kernel optimized for the desktop
|
||||||
Version: 2.6.31
|
Version: 2.6.31
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -62,18 +62,8 @@ BuildRequires: fdupes
|
|||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
%if %split_base
|
%if %split_base
|
||||||
Provides: kernel-base = %version-%source_rel
|
Provides: kernel-base = %version-%source_rel
|
||||||
# Disabled for now, as the update doesn't work as expected.
|
# 2.6.30-1 was the last package with split -base
|
||||||
#Provides: %name-base = %version-%release
|
Obsoletes: %name-base <= 2.6.30-1
|
||||||
#Obsoletes: %name-base <= %version-%release
|
|
||||||
# What we want is
|
|
||||||
# 11.1 -> 11.2
|
|
||||||
# base,main -> main
|
|
||||||
# base -> base
|
|
||||||
# If you know how to solve this via rpm dependencies, I'll buy you a
|
|
||||||
# chocolate ;).
|
|
||||||
# For now the base subpackage will be also updated, but it shouldn't cause any
|
|
||||||
# new problems (the overlaping files are identical). New installs will only
|
|
||||||
# have the main package.
|
|
||||||
%endif
|
%endif
|
||||||
Requires(pre): coreutils awk
|
Requires(pre): coreutils awk
|
||||||
Requires(post): module-init-tools
|
Requires(post): module-init-tools
|
||||||
@ -134,7 +124,6 @@ Source34: check-supported-list
|
|||||||
Source40: source-timestamp
|
Source40: source-timestamp
|
||||||
Source41: built-in-where
|
Source41: built-in-where
|
||||||
Source44: find-provides
|
Source44: find-provides
|
||||||
Source45: module-renames
|
|
||||||
Source46: modversions
|
Source46: modversions
|
||||||
Source47: symsets.pl
|
Source47: symsets.pl
|
||||||
Source48: split-modules
|
Source48: split-modules
|
||||||
@ -541,10 +530,6 @@ if [ %CONFIG_MODULES = y ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Set up some module aliases
|
|
||||||
install -d -m 755 %buildroot/etc/modprobe.d/
|
|
||||||
install -m 644 %_sourcedir/module-renames \
|
|
||||||
%buildroot/etc/modprobe.d/50-module-renames.conf
|
|
||||||
tar cf - -T %my_builddir/obj-files | \
|
tar cf - -T %my_builddir/obj-files | \
|
||||||
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||||
# bnc#507084
|
# bnc#507084
|
||||||
@ -603,7 +588,6 @@ done
|
|||||||
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
||||||
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
||||||
cat %my_builddir/base-modules
|
cat %my_builddir/base-modules
|
||||||
echo '%%%%config /etc/modprobe.d/50-module-renames.conf'
|
|
||||||
fi
|
fi
|
||||||
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
||||||
find lib/firmware/%kernelrelease-%build_flavor \
|
find lib/firmware/%kernelrelease-%build_flavor \
|
||||||
@ -700,7 +684,6 @@ Requires(post): module-init-tools
|
|||||||
Requires(post): perl-Bootloader
|
Requires(post): perl-Bootloader
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||||
Supplements: packageand(product(openSUSE):%{name}_%_target_cpu)
|
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,79 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:47:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: obsolete %name-base <= 2.6.30-1
|
||||||
|
(bnc#530752).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:35:01 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 2.6.31-rc7.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:16:04 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_PROC_EVENTS.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:05:42 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh: Do not call /sbin/module_upgrade, the rename
|
||||||
|
happened before SLES10.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:00:46 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/module-renames: Delete, we don't need to care about modules
|
||||||
|
renamed before SLES10. Also, current mkinitrd gets the list of
|
||||||
|
storage drivers based on pci ids.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:50:51 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh, rpm/postun.sh: drop support for SLE10, the package
|
||||||
|
can't be installed on SLE10 as is, so why not make it more
|
||||||
|
adventurous.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:48:15 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: remove product(openSUSE) supplements
|
||||||
|
from the -extra subpackage which doesn't exist on openSUSE
|
||||||
|
anymore.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 17:52:08 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-fix-0*: Backport from 2.6.31-rc fixes
|
||||||
|
(to be merged)
|
||||||
|
- patches.drivers/alsa-hda-32-Reword-auto-probe-messages: Refresh.
|
||||||
|
- patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 11:40:58 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update config files (modularize crypto again).
|
||||||
|
- supported.conf: Add resulting modules as supported.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 09:22:46 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.31-rc6 and c/s 928.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 00:33:54 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
|
||||||
|
Fix invalid capture mixers with some ALC268 models.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 18 20:16:36 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch:
|
||||||
|
USB: storage: increase the bcd range in Sony's bad device
|
||||||
|
table. (bnc#466554).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.30
|
%define srcversion 2.6.30
|
||||||
%define patchversion 2.6.31-rc6
|
%define patchversion 2.6.31-rc7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
%define build_flavor kdump
|
%define build_flavor kdump
|
||||||
@ -49,7 +49,7 @@
|
|||||||
Name: kernel-kdump
|
Name: kernel-kdump
|
||||||
Summary: kernel for kdump
|
Summary: kernel for kdump
|
||||||
Version: 2.6.31
|
Version: 2.6.31
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -62,18 +62,8 @@ BuildRequires: fdupes
|
|||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
%if %split_base
|
%if %split_base
|
||||||
Provides: kernel-base = %version-%source_rel
|
Provides: kernel-base = %version-%source_rel
|
||||||
# Disabled for now, as the update doesn't work as expected.
|
# 2.6.30-1 was the last package with split -base
|
||||||
#Provides: %name-base = %version-%release
|
Obsoletes: %name-base <= 2.6.30-1
|
||||||
#Obsoletes: %name-base <= %version-%release
|
|
||||||
# What we want is
|
|
||||||
# 11.1 -> 11.2
|
|
||||||
# base,main -> main
|
|
||||||
# base -> base
|
|
||||||
# If you know how to solve this via rpm dependencies, I'll buy you a
|
|
||||||
# chocolate ;).
|
|
||||||
# For now the base subpackage will be also updated, but it shouldn't cause any
|
|
||||||
# new problems (the overlaping files are identical). New installs will only
|
|
||||||
# have the main package.
|
|
||||||
%endif
|
%endif
|
||||||
Requires(pre): coreutils awk
|
Requires(pre): coreutils awk
|
||||||
Requires(post): module-init-tools
|
Requires(post): module-init-tools
|
||||||
@ -134,7 +124,6 @@ Source34: check-supported-list
|
|||||||
Source40: source-timestamp
|
Source40: source-timestamp
|
||||||
Source41: built-in-where
|
Source41: built-in-where
|
||||||
Source44: find-provides
|
Source44: find-provides
|
||||||
Source45: module-renames
|
|
||||||
Source46: modversions
|
Source46: modversions
|
||||||
Source47: symsets.pl
|
Source47: symsets.pl
|
||||||
Source48: split-modules
|
Source48: split-modules
|
||||||
@ -533,10 +522,6 @@ if [ %CONFIG_MODULES = y ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Set up some module aliases
|
|
||||||
install -d -m 755 %buildroot/etc/modprobe.d/
|
|
||||||
install -m 644 %_sourcedir/module-renames \
|
|
||||||
%buildroot/etc/modprobe.d/50-module-renames.conf
|
|
||||||
tar cf - -T %my_builddir/obj-files | \
|
tar cf - -T %my_builddir/obj-files | \
|
||||||
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||||
# bnc#507084
|
# bnc#507084
|
||||||
@ -595,7 +580,6 @@ done
|
|||||||
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
||||||
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
||||||
cat %my_builddir/base-modules
|
cat %my_builddir/base-modules
|
||||||
echo '%%%%config /etc/modprobe.d/50-module-renames.conf'
|
|
||||||
fi
|
fi
|
||||||
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
||||||
find lib/firmware/%kernelrelease-%build_flavor \
|
find lib/firmware/%kernelrelease-%build_flavor \
|
||||||
@ -684,7 +668,6 @@ Requires(post): module-init-tools
|
|||||||
Requires(post): perl-Bootloader
|
Requires(post): perl-Bootloader
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||||
Supplements: packageand(product(openSUSE):%{name}_%_target_cpu)
|
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,79 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:47:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: obsolete %name-base <= 2.6.30-1
|
||||||
|
(bnc#530752).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:35:01 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 2.6.31-rc7.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:16:04 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_PROC_EVENTS.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:05:42 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh: Do not call /sbin/module_upgrade, the rename
|
||||||
|
happened before SLES10.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:00:46 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/module-renames: Delete, we don't need to care about modules
|
||||||
|
renamed before SLES10. Also, current mkinitrd gets the list of
|
||||||
|
storage drivers based on pci ids.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:50:51 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh, rpm/postun.sh: drop support for SLE10, the package
|
||||||
|
can't be installed on SLE10 as is, so why not make it more
|
||||||
|
adventurous.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:48:15 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: remove product(openSUSE) supplements
|
||||||
|
from the -extra subpackage which doesn't exist on openSUSE
|
||||||
|
anymore.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 17:52:08 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-fix-0*: Backport from 2.6.31-rc fixes
|
||||||
|
(to be merged)
|
||||||
|
- patches.drivers/alsa-hda-32-Reword-auto-probe-messages: Refresh.
|
||||||
|
- patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 11:40:58 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update config files (modularize crypto again).
|
||||||
|
- supported.conf: Add resulting modules as supported.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 09:22:46 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.31-rc6 and c/s 928.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 00:33:54 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
|
||||||
|
Fix invalid capture mixers with some ALC268 models.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 18 20:16:36 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch:
|
||||||
|
USB: storage: increase the bcd range in Sony's bad device
|
||||||
|
table. (bnc#466554).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.30
|
%define srcversion 2.6.30
|
||||||
%define patchversion 2.6.31-rc6
|
%define patchversion 2.6.31-rc7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
%define build_flavor pae
|
%define build_flavor pae
|
||||||
@ -49,7 +49,7 @@
|
|||||||
Name: kernel-pae
|
Name: kernel-pae
|
||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
Version: 2.6.31
|
Version: 2.6.31
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -62,18 +62,8 @@ BuildRequires: fdupes
|
|||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
%if %split_base
|
%if %split_base
|
||||||
Provides: kernel-base = %version-%source_rel
|
Provides: kernel-base = %version-%source_rel
|
||||||
# Disabled for now, as the update doesn't work as expected.
|
# 2.6.30-1 was the last package with split -base
|
||||||
#Provides: %name-base = %version-%release
|
Obsoletes: %name-base <= 2.6.30-1
|
||||||
#Obsoletes: %name-base <= %version-%release
|
|
||||||
# What we want is
|
|
||||||
# 11.1 -> 11.2
|
|
||||||
# base,main -> main
|
|
||||||
# base -> base
|
|
||||||
# If you know how to solve this via rpm dependencies, I'll buy you a
|
|
||||||
# chocolate ;).
|
|
||||||
# For now the base subpackage will be also updated, but it shouldn't cause any
|
|
||||||
# new problems (the overlaping files are identical). New installs will only
|
|
||||||
# have the main package.
|
|
||||||
%endif
|
%endif
|
||||||
Requires(pre): coreutils awk
|
Requires(pre): coreutils awk
|
||||||
Requires(post): module-init-tools
|
Requires(post): module-init-tools
|
||||||
@ -138,7 +128,6 @@ Source34: check-supported-list
|
|||||||
Source40: source-timestamp
|
Source40: source-timestamp
|
||||||
Source41: built-in-where
|
Source41: built-in-where
|
||||||
Source44: find-provides
|
Source44: find-provides
|
||||||
Source45: module-renames
|
|
||||||
Source46: modversions
|
Source46: modversions
|
||||||
Source47: symsets.pl
|
Source47: symsets.pl
|
||||||
Source48: split-modules
|
Source48: split-modules
|
||||||
@ -541,10 +530,6 @@ if [ %CONFIG_MODULES = y ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Set up some module aliases
|
|
||||||
install -d -m 755 %buildroot/etc/modprobe.d/
|
|
||||||
install -m 644 %_sourcedir/module-renames \
|
|
||||||
%buildroot/etc/modprobe.d/50-module-renames.conf
|
|
||||||
tar cf - -T %my_builddir/obj-files | \
|
tar cf - -T %my_builddir/obj-files | \
|
||||||
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||||
# bnc#507084
|
# bnc#507084
|
||||||
@ -603,7 +588,6 @@ done
|
|||||||
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
||||||
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
||||||
cat %my_builddir/base-modules
|
cat %my_builddir/base-modules
|
||||||
echo '%%%%config /etc/modprobe.d/50-module-renames.conf'
|
|
||||||
fi
|
fi
|
||||||
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
||||||
find lib/firmware/%kernelrelease-%build_flavor \
|
find lib/firmware/%kernelrelease-%build_flavor \
|
||||||
@ -696,7 +680,6 @@ Requires(post): module-init-tools
|
|||||||
Requires(post): perl-Bootloader
|
Requires(post): perl-Bootloader
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||||
Supplements: packageand(product(openSUSE):%{name}_%_target_cpu)
|
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,79 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:47:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: obsolete %name-base <= 2.6.30-1
|
||||||
|
(bnc#530752).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:35:01 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 2.6.31-rc7.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:16:04 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_PROC_EVENTS.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:05:42 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh: Do not call /sbin/module_upgrade, the rename
|
||||||
|
happened before SLES10.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:00:46 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/module-renames: Delete, we don't need to care about modules
|
||||||
|
renamed before SLES10. Also, current mkinitrd gets the list of
|
||||||
|
storage drivers based on pci ids.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:50:51 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh, rpm/postun.sh: drop support for SLE10, the package
|
||||||
|
can't be installed on SLE10 as is, so why not make it more
|
||||||
|
adventurous.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:48:15 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: remove product(openSUSE) supplements
|
||||||
|
from the -extra subpackage which doesn't exist on openSUSE
|
||||||
|
anymore.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 17:52:08 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-fix-0*: Backport from 2.6.31-rc fixes
|
||||||
|
(to be merged)
|
||||||
|
- patches.drivers/alsa-hda-32-Reword-auto-probe-messages: Refresh.
|
||||||
|
- patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 11:40:58 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update config files (modularize crypto again).
|
||||||
|
- supported.conf: Add resulting modules as supported.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 09:22:46 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.31-rc6 and c/s 928.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 00:33:54 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
|
||||||
|
Fix invalid capture mixers with some ALC268 models.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 18 20:16:36 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch:
|
||||||
|
USB: storage: increase the bcd range in Sony's bad device
|
||||||
|
table. (bnc#466554).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.30
|
%define srcversion 2.6.30
|
||||||
%define patchversion 2.6.31-rc6
|
%define patchversion 2.6.31-rc7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
%define build_flavor ppc64
|
%define build_flavor ppc64
|
||||||
@ -49,7 +49,7 @@
|
|||||||
Name: kernel-ppc64
|
Name: kernel-ppc64
|
||||||
Summary: Kernel for ppc64 Systems
|
Summary: Kernel for ppc64 Systems
|
||||||
Version: 2.6.31
|
Version: 2.6.31
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -62,18 +62,8 @@ BuildRequires: fdupes
|
|||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
%if %split_base
|
%if %split_base
|
||||||
Provides: kernel-base = %version-%source_rel
|
Provides: kernel-base = %version-%source_rel
|
||||||
# Disabled for now, as the update doesn't work as expected.
|
# 2.6.30-1 was the last package with split -base
|
||||||
#Provides: %name-base = %version-%release
|
Obsoletes: %name-base <= 2.6.30-1
|
||||||
#Obsoletes: %name-base <= %version-%release
|
|
||||||
# What we want is
|
|
||||||
# 11.1 -> 11.2
|
|
||||||
# base,main -> main
|
|
||||||
# base -> base
|
|
||||||
# If you know how to solve this via rpm dependencies, I'll buy you a
|
|
||||||
# chocolate ;).
|
|
||||||
# For now the base subpackage will be also updated, but it shouldn't cause any
|
|
||||||
# new problems (the overlaping files are identical). New installs will only
|
|
||||||
# have the main package.
|
|
||||||
%endif
|
%endif
|
||||||
Requires(pre): coreutils awk
|
Requires(pre): coreutils awk
|
||||||
Requires(post): module-init-tools
|
Requires(post): module-init-tools
|
||||||
@ -138,7 +128,6 @@ Source34: check-supported-list
|
|||||||
Source40: source-timestamp
|
Source40: source-timestamp
|
||||||
Source41: built-in-where
|
Source41: built-in-where
|
||||||
Source44: find-provides
|
Source44: find-provides
|
||||||
Source45: module-renames
|
|
||||||
Source46: modversions
|
Source46: modversions
|
||||||
Source47: symsets.pl
|
Source47: symsets.pl
|
||||||
Source48: split-modules
|
Source48: split-modules
|
||||||
@ -541,10 +530,6 @@ if [ %CONFIG_MODULES = y ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Set up some module aliases
|
|
||||||
install -d -m 755 %buildroot/etc/modprobe.d/
|
|
||||||
install -m 644 %_sourcedir/module-renames \
|
|
||||||
%buildroot/etc/modprobe.d/50-module-renames.conf
|
|
||||||
tar cf - -T %my_builddir/obj-files | \
|
tar cf - -T %my_builddir/obj-files | \
|
||||||
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||||
# bnc#507084
|
# bnc#507084
|
||||||
@ -603,7 +588,6 @@ done
|
|||||||
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
||||||
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
||||||
cat %my_builddir/base-modules
|
cat %my_builddir/base-modules
|
||||||
echo '%%%%config /etc/modprobe.d/50-module-renames.conf'
|
|
||||||
fi
|
fi
|
||||||
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
||||||
find lib/firmware/%kernelrelease-%build_flavor \
|
find lib/firmware/%kernelrelease-%build_flavor \
|
||||||
@ -696,7 +680,6 @@ Requires(post): module-init-tools
|
|||||||
Requires(post): perl-Bootloader
|
Requires(post): perl-Bootloader
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||||
Supplements: packageand(product(openSUSE):%{name}_%_target_cpu)
|
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,79 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:47:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: obsolete %name-base <= 2.6.30-1
|
||||||
|
(bnc#530752).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:35:01 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 2.6.31-rc7.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:16:04 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_PROC_EVENTS.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:05:42 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh: Do not call /sbin/module_upgrade, the rename
|
||||||
|
happened before SLES10.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:00:46 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/module-renames: Delete, we don't need to care about modules
|
||||||
|
renamed before SLES10. Also, current mkinitrd gets the list of
|
||||||
|
storage drivers based on pci ids.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:50:51 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh, rpm/postun.sh: drop support for SLE10, the package
|
||||||
|
can't be installed on SLE10 as is, so why not make it more
|
||||||
|
adventurous.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:48:15 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: remove product(openSUSE) supplements
|
||||||
|
from the -extra subpackage which doesn't exist on openSUSE
|
||||||
|
anymore.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 17:52:08 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-fix-0*: Backport from 2.6.31-rc fixes
|
||||||
|
(to be merged)
|
||||||
|
- patches.drivers/alsa-hda-32-Reword-auto-probe-messages: Refresh.
|
||||||
|
- patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 11:40:58 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update config files (modularize crypto again).
|
||||||
|
- supported.conf: Add resulting modules as supported.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 09:22:46 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.31-rc6 and c/s 928.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 00:33:54 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
|
||||||
|
Fix invalid capture mixers with some ALC268 models.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 18 20:16:36 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch:
|
||||||
|
USB: storage: increase the bcd range in Sony's bad device
|
||||||
|
table. (bnc#466554).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.30
|
%define srcversion 2.6.30
|
||||||
%define patchversion 2.6.31-rc6
|
%define patchversion 2.6.31-rc7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
%define build_flavor ps3
|
%define build_flavor ps3
|
||||||
@ -49,7 +49,7 @@
|
|||||||
Name: kernel-ps3
|
Name: kernel-ps3
|
||||||
Summary: kernel for ps3 bootloader
|
Summary: kernel for ps3 bootloader
|
||||||
Version: 2.6.31
|
Version: 2.6.31
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -62,18 +62,8 @@ BuildRequires: fdupes
|
|||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
%if %split_base
|
%if %split_base
|
||||||
Provides: kernel-base = %version-%source_rel
|
Provides: kernel-base = %version-%source_rel
|
||||||
# Disabled for now, as the update doesn't work as expected.
|
# 2.6.30-1 was the last package with split -base
|
||||||
#Provides: %name-base = %version-%release
|
Obsoletes: %name-base <= 2.6.30-1
|
||||||
#Obsoletes: %name-base <= %version-%release
|
|
||||||
# What we want is
|
|
||||||
# 11.1 -> 11.2
|
|
||||||
# base,main -> main
|
|
||||||
# base -> base
|
|
||||||
# If you know how to solve this via rpm dependencies, I'll buy you a
|
|
||||||
# chocolate ;).
|
|
||||||
# For now the base subpackage will be also updated, but it shouldn't cause any
|
|
||||||
# new problems (the overlaping files are identical). New installs will only
|
|
||||||
# have the main package.
|
|
||||||
%endif
|
%endif
|
||||||
Requires(pre): coreutils awk
|
Requires(pre): coreutils awk
|
||||||
Requires(post): module-init-tools
|
Requires(post): module-init-tools
|
||||||
@ -134,7 +124,6 @@ Source34: check-supported-list
|
|||||||
Source40: source-timestamp
|
Source40: source-timestamp
|
||||||
Source41: built-in-where
|
Source41: built-in-where
|
||||||
Source44: find-provides
|
Source44: find-provides
|
||||||
Source45: module-renames
|
|
||||||
Source46: modversions
|
Source46: modversions
|
||||||
Source47: symsets.pl
|
Source47: symsets.pl
|
||||||
Source48: split-modules
|
Source48: split-modules
|
||||||
@ -533,10 +522,6 @@ if [ %CONFIG_MODULES = y ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Set up some module aliases
|
|
||||||
install -d -m 755 %buildroot/etc/modprobe.d/
|
|
||||||
install -m 644 %_sourcedir/module-renames \
|
|
||||||
%buildroot/etc/modprobe.d/50-module-renames.conf
|
|
||||||
tar cf - -T %my_builddir/obj-files | \
|
tar cf - -T %my_builddir/obj-files | \
|
||||||
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||||
# bnc#507084
|
# bnc#507084
|
||||||
@ -595,7 +580,6 @@ done
|
|||||||
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
||||||
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
||||||
cat %my_builddir/base-modules
|
cat %my_builddir/base-modules
|
||||||
echo '%%%%config /etc/modprobe.d/50-module-renames.conf'
|
|
||||||
fi
|
fi
|
||||||
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
||||||
find lib/firmware/%kernelrelease-%build_flavor \
|
find lib/firmware/%kernelrelease-%build_flavor \
|
||||||
@ -684,7 +668,6 @@ Requires(post): module-init-tools
|
|||||||
Requires(post): perl-Bootloader
|
Requires(post): perl-Bootloader
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||||
Supplements: packageand(product(openSUSE):%{name}_%_target_cpu)
|
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,79 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:47:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: obsolete %name-base <= 2.6.30-1
|
||||||
|
(bnc#530752).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:35:01 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 2.6.31-rc7.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:16:04 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_PROC_EVENTS.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:05:42 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh: Do not call /sbin/module_upgrade, the rename
|
||||||
|
happened before SLES10.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:00:46 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/module-renames: Delete, we don't need to care about modules
|
||||||
|
renamed before SLES10. Also, current mkinitrd gets the list of
|
||||||
|
storage drivers based on pci ids.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:50:51 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh, rpm/postun.sh: drop support for SLE10, the package
|
||||||
|
can't be installed on SLE10 as is, so why not make it more
|
||||||
|
adventurous.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:48:15 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: remove product(openSUSE) supplements
|
||||||
|
from the -extra subpackage which doesn't exist on openSUSE
|
||||||
|
anymore.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 17:52:08 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-fix-0*: Backport from 2.6.31-rc fixes
|
||||||
|
(to be merged)
|
||||||
|
- patches.drivers/alsa-hda-32-Reword-auto-probe-messages: Refresh.
|
||||||
|
- patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 11:40:58 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update config files (modularize crypto again).
|
||||||
|
- supported.conf: Add resulting modules as supported.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 09:22:46 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.31-rc6 and c/s 928.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 00:33:54 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
|
||||||
|
Fix invalid capture mixers with some ALC268 models.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 18 20:16:36 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch:
|
||||||
|
USB: storage: increase the bcd range in Sony's bad device
|
||||||
|
table. (bnc#466554).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.30
|
%define srcversion 2.6.30
|
||||||
%define patchversion 2.6.31-rc6
|
%define patchversion 2.6.31-rc7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
%define build_flavor s390
|
%define build_flavor s390
|
||||||
@ -49,7 +49,7 @@
|
|||||||
Name: kernel-s390
|
Name: kernel-s390
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 2.6.31
|
Version: 2.6.31
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -62,18 +62,8 @@ BuildRequires: fdupes
|
|||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
%if %split_base
|
%if %split_base
|
||||||
Provides: kernel-base = %version-%source_rel
|
Provides: kernel-base = %version-%source_rel
|
||||||
# Disabled for now, as the update doesn't work as expected.
|
# 2.6.30-1 was the last package with split -base
|
||||||
#Provides: %name-base = %version-%release
|
Obsoletes: %name-base <= 2.6.30-1
|
||||||
#Obsoletes: %name-base <= %version-%release
|
|
||||||
# What we want is
|
|
||||||
# 11.1 -> 11.2
|
|
||||||
# base,main -> main
|
|
||||||
# base -> base
|
|
||||||
# If you know how to solve this via rpm dependencies, I'll buy you a
|
|
||||||
# chocolate ;).
|
|
||||||
# For now the base subpackage will be also updated, but it shouldn't cause any
|
|
||||||
# new problems (the overlaping files are identical). New installs will only
|
|
||||||
# have the main package.
|
|
||||||
%endif
|
%endif
|
||||||
Requires(pre): coreutils awk
|
Requires(pre): coreutils awk
|
||||||
Requires(post): module-init-tools
|
Requires(post): module-init-tools
|
||||||
@ -138,7 +128,6 @@ Source34: check-supported-list
|
|||||||
Source40: source-timestamp
|
Source40: source-timestamp
|
||||||
Source41: built-in-where
|
Source41: built-in-where
|
||||||
Source44: find-provides
|
Source44: find-provides
|
||||||
Source45: module-renames
|
|
||||||
Source46: modversions
|
Source46: modversions
|
||||||
Source47: symsets.pl
|
Source47: symsets.pl
|
||||||
Source48: split-modules
|
Source48: split-modules
|
||||||
@ -534,10 +523,6 @@ if [ %CONFIG_MODULES = y ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Set up some module aliases
|
|
||||||
install -d -m 755 %buildroot/etc/modprobe.d/
|
|
||||||
install -m 644 %_sourcedir/module-renames \
|
|
||||||
%buildroot/etc/modprobe.d/50-module-renames.conf
|
|
||||||
tar cf - -T %my_builddir/obj-files | \
|
tar cf - -T %my_builddir/obj-files | \
|
||||||
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||||
# bnc#507084
|
# bnc#507084
|
||||||
@ -596,7 +581,6 @@ done
|
|||||||
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
||||||
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
||||||
cat %my_builddir/base-modules
|
cat %my_builddir/base-modules
|
||||||
echo '%%%%config /etc/modprobe.d/50-module-renames.conf'
|
|
||||||
fi
|
fi
|
||||||
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
||||||
find lib/firmware/%kernelrelease-%build_flavor \
|
find lib/firmware/%kernelrelease-%build_flavor \
|
||||||
@ -682,7 +666,6 @@ Requires(post): module-init-tools
|
|||||||
Requires(post): perl-Bootloader
|
Requires(post): perl-Bootloader
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||||
Supplements: packageand(product(openSUSE):%{name}_%_target_cpu)
|
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,79 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:47:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: obsolete %name-base <= 2.6.30-1
|
||||||
|
(bnc#530752).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:35:01 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 2.6.31-rc7.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:16:04 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_PROC_EVENTS.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:05:42 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh: Do not call /sbin/module_upgrade, the rename
|
||||||
|
happened before SLES10.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:00:46 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/module-renames: Delete, we don't need to care about modules
|
||||||
|
renamed before SLES10. Also, current mkinitrd gets the list of
|
||||||
|
storage drivers based on pci ids.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:50:51 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh, rpm/postun.sh: drop support for SLE10, the package
|
||||||
|
can't be installed on SLE10 as is, so why not make it more
|
||||||
|
adventurous.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:48:15 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: remove product(openSUSE) supplements
|
||||||
|
from the -extra subpackage which doesn't exist on openSUSE
|
||||||
|
anymore.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 17:52:08 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-fix-0*: Backport from 2.6.31-rc fixes
|
||||||
|
(to be merged)
|
||||||
|
- patches.drivers/alsa-hda-32-Reword-auto-probe-messages: Refresh.
|
||||||
|
- patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 11:40:58 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update config files (modularize crypto again).
|
||||||
|
- supported.conf: Add resulting modules as supported.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 09:22:46 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.31-rc6 and c/s 928.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 00:33:54 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
|
||||||
|
Fix invalid capture mixers with some ALC268 models.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 18 20:16:36 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch:
|
||||||
|
USB: storage: increase the bcd range in Sony's bad device
|
||||||
|
table. (bnc#466554).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
# icecream 0
|
# icecream 0
|
||||||
|
|
||||||
%define srcversion 2.6.30
|
%define srcversion 2.6.30
|
||||||
%define patchversion 2.6.31-rc6
|
%define patchversion 2.6.31-rc7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
%define src_install_dir usr/src/linux-%kernelrelease%variant
|
%define src_install_dir usr/src/linux-%kernelrelease%variant
|
||||||
@ -30,7 +30,7 @@
|
|||||||
Name: kernel-source
|
Name: kernel-source
|
||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
Version: 2.6.31
|
Version: 2.6.31
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -63,7 +63,6 @@ Source38: README.KSYMS
|
|||||||
Source40: source-timestamp
|
Source40: source-timestamp
|
||||||
Source41: built-in-where
|
Source41: built-in-where
|
||||||
Source44: find-provides
|
Source44: find-provides
|
||||||
Source45: module-renames
|
|
||||||
Source46: modversions
|
Source46: modversions
|
||||||
Source47: extract-modaliases
|
Source47: extract-modaliases
|
||||||
Source48: macros.kernel-source
|
Source48: macros.kernel-source
|
||||||
|
@ -67,7 +67,6 @@ Source38: README.KSYMS
|
|||||||
Source40: source-timestamp
|
Source40: source-timestamp
|
||||||
Source41: built-in-where
|
Source41: built-in-where
|
||||||
Source44: find-provides
|
Source44: find-provides
|
||||||
Source45: module-renames
|
|
||||||
Source46: modversions
|
Source46: modversions
|
||||||
Source47: extract-modaliases
|
Source47: extract-modaliases
|
||||||
Source48: macros.kernel-source
|
Source48: macros.kernel-source
|
||||||
|
@ -1,3 +1,79 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:47:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: obsolete %name-base <= 2.6.30-1
|
||||||
|
(bnc#530752).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:35:01 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 2.6.31-rc7.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:16:04 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_PROC_EVENTS.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:05:42 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh: Do not call /sbin/module_upgrade, the rename
|
||||||
|
happened before SLES10.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:00:46 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/module-renames: Delete, we don't need to care about modules
|
||||||
|
renamed before SLES10. Also, current mkinitrd gets the list of
|
||||||
|
storage drivers based on pci ids.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:50:51 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh, rpm/postun.sh: drop support for SLE10, the package
|
||||||
|
can't be installed on SLE10 as is, so why not make it more
|
||||||
|
adventurous.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:48:15 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: remove product(openSUSE) supplements
|
||||||
|
from the -extra subpackage which doesn't exist on openSUSE
|
||||||
|
anymore.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 17:52:08 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-fix-0*: Backport from 2.6.31-rc fixes
|
||||||
|
(to be merged)
|
||||||
|
- patches.drivers/alsa-hda-32-Reword-auto-probe-messages: Refresh.
|
||||||
|
- patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 11:40:58 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update config files (modularize crypto again).
|
||||||
|
- supported.conf: Add resulting modules as supported.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 09:22:46 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.31-rc6 and c/s 928.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 00:33:54 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
|
||||||
|
Fix invalid capture mixers with some ALC268 models.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 18 20:16:36 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch:
|
||||||
|
USB: storage: increase the bcd range in Sony's bad device
|
||||||
|
table. (bnc#466554).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
Name: kernel-syms
|
Name: kernel-syms
|
||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
Version: 2.6.31
|
Version: 2.6.31
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%define kernel_source_release %(LC_ALL=C rpm -q kernel-source%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
%define kernel_source_release %(LC_ALL=C rpm -q kernel-source%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
|
||||||
|
@ -1,3 +1,79 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:47:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: obsolete %name-base <= 2.6.30-1
|
||||||
|
(bnc#530752).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:35:01 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 2.6.31-rc7.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:16:04 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_PROC_EVENTS.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:05:42 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh: Do not call /sbin/module_upgrade, the rename
|
||||||
|
happened before SLES10.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:00:46 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/module-renames: Delete, we don't need to care about modules
|
||||||
|
renamed before SLES10. Also, current mkinitrd gets the list of
|
||||||
|
storage drivers based on pci ids.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:50:51 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh, rpm/postun.sh: drop support for SLE10, the package
|
||||||
|
can't be installed on SLE10 as is, so why not make it more
|
||||||
|
adventurous.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:48:15 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: remove product(openSUSE) supplements
|
||||||
|
from the -extra subpackage which doesn't exist on openSUSE
|
||||||
|
anymore.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 17:52:08 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-fix-0*: Backport from 2.6.31-rc fixes
|
||||||
|
(to be merged)
|
||||||
|
- patches.drivers/alsa-hda-32-Reword-auto-probe-messages: Refresh.
|
||||||
|
- patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 11:40:58 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update config files (modularize crypto again).
|
||||||
|
- supported.conf: Add resulting modules as supported.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 09:22:46 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.31-rc6 and c/s 928.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 00:33:54 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
|
||||||
|
Fix invalid capture mixers with some ALC268 models.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 18 20:16:36 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch:
|
||||||
|
USB: storage: increase the bcd range in Sony's bad device
|
||||||
|
table. (bnc#466554).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.30
|
%define srcversion 2.6.30
|
||||||
%define patchversion 2.6.31-rc6
|
%define patchversion 2.6.31-rc7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
%define build_flavor trace
|
%define build_flavor trace
|
||||||
@ -49,7 +49,7 @@
|
|||||||
Name: kernel-trace
|
Name: kernel-trace
|
||||||
Summary: The Realtime Linux Kernel
|
Summary: The Realtime Linux Kernel
|
||||||
Version: 2.6.31
|
Version: 2.6.31
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -62,18 +62,8 @@ BuildRequires: fdupes
|
|||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
%if %split_base
|
%if %split_base
|
||||||
Provides: kernel-base = %version-%source_rel
|
Provides: kernel-base = %version-%source_rel
|
||||||
# Disabled for now, as the update doesn't work as expected.
|
# 2.6.30-1 was the last package with split -base
|
||||||
#Provides: %name-base = %version-%release
|
Obsoletes: %name-base <= 2.6.30-1
|
||||||
#Obsoletes: %name-base <= %version-%release
|
|
||||||
# What we want is
|
|
||||||
# 11.1 -> 11.2
|
|
||||||
# base,main -> main
|
|
||||||
# base -> base
|
|
||||||
# If you know how to solve this via rpm dependencies, I'll buy you a
|
|
||||||
# chocolate ;).
|
|
||||||
# For now the base subpackage will be also updated, but it shouldn't cause any
|
|
||||||
# new problems (the overlaping files are identical). New installs will only
|
|
||||||
# have the main package.
|
|
||||||
%endif
|
%endif
|
||||||
Requires(pre): coreutils awk
|
Requires(pre): coreutils awk
|
||||||
Requires(post): module-init-tools
|
Requires(post): module-init-tools
|
||||||
@ -134,7 +124,6 @@ Source34: check-supported-list
|
|||||||
Source40: source-timestamp
|
Source40: source-timestamp
|
||||||
Source41: built-in-where
|
Source41: built-in-where
|
||||||
Source44: find-provides
|
Source44: find-provides
|
||||||
Source45: module-renames
|
|
||||||
Source46: modversions
|
Source46: modversions
|
||||||
Source47: symsets.pl
|
Source47: symsets.pl
|
||||||
Source48: split-modules
|
Source48: split-modules
|
||||||
@ -530,10 +519,6 @@ if [ %CONFIG_MODULES = y ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Set up some module aliases
|
|
||||||
install -d -m 755 %buildroot/etc/modprobe.d/
|
|
||||||
install -m 644 %_sourcedir/module-renames \
|
|
||||||
%buildroot/etc/modprobe.d/50-module-renames.conf
|
|
||||||
tar cf - -T %my_builddir/obj-files | \
|
tar cf - -T %my_builddir/obj-files | \
|
||||||
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||||
# bnc#507084
|
# bnc#507084
|
||||||
@ -592,7 +577,6 @@ done
|
|||||||
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
||||||
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
||||||
cat %my_builddir/base-modules
|
cat %my_builddir/base-modules
|
||||||
echo '%%%%config /etc/modprobe.d/50-module-renames.conf'
|
|
||||||
fi
|
fi
|
||||||
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
||||||
find lib/firmware/%kernelrelease-%build_flavor \
|
find lib/firmware/%kernelrelease-%build_flavor \
|
||||||
@ -678,7 +662,6 @@ Requires(post): module-init-tools
|
|||||||
Requires(post): perl-Bootloader
|
Requires(post): perl-Bootloader
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||||
Supplements: packageand(product(openSUSE):%{name}_%_target_cpu)
|
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,79 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:47:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: obsolete %name-base <= 2.6.30-1
|
||||||
|
(bnc#530752).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:35:01 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 2.6.31-rc7.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:16:04 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_PROC_EVENTS.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:05:42 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh: Do not call /sbin/module_upgrade, the rename
|
||||||
|
happened before SLES10.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:00:46 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/module-renames: Delete, we don't need to care about modules
|
||||||
|
renamed before SLES10. Also, current mkinitrd gets the list of
|
||||||
|
storage drivers based on pci ids.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:50:51 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh, rpm/postun.sh: drop support for SLE10, the package
|
||||||
|
can't be installed on SLE10 as is, so why not make it more
|
||||||
|
adventurous.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:48:15 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: remove product(openSUSE) supplements
|
||||||
|
from the -extra subpackage which doesn't exist on openSUSE
|
||||||
|
anymore.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 17:52:08 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-fix-0*: Backport from 2.6.31-rc fixes
|
||||||
|
(to be merged)
|
||||||
|
- patches.drivers/alsa-hda-32-Reword-auto-probe-messages: Refresh.
|
||||||
|
- patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 11:40:58 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update config files (modularize crypto again).
|
||||||
|
- supported.conf: Add resulting modules as supported.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 09:22:46 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.31-rc6 and c/s 928.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 00:33:54 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
|
||||||
|
Fix invalid capture mixers with some ALC268 models.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 18 20:16:36 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch:
|
||||||
|
USB: storage: increase the bcd range in Sony's bad device
|
||||||
|
table. (bnc#466554).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.30
|
%define srcversion 2.6.30
|
||||||
%define patchversion 2.6.31-rc6
|
%define patchversion 2.6.31-rc7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
%define build_flavor vanilla
|
%define build_flavor vanilla
|
||||||
@ -49,7 +49,7 @@
|
|||||||
Name: kernel-vanilla
|
Name: kernel-vanilla
|
||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
Version: 2.6.31
|
Version: 2.6.31
|
||||||
Release: 3
|
Release: 4
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -62,18 +62,8 @@ BuildRequires: fdupes
|
|||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
%if %split_base
|
%if %split_base
|
||||||
Provides: kernel-base = %version-%source_rel
|
Provides: kernel-base = %version-%source_rel
|
||||||
# Disabled for now, as the update doesn't work as expected.
|
# 2.6.30-1 was the last package with split -base
|
||||||
#Provides: %name-base = %version-%release
|
Obsoletes: %name-base <= 2.6.30-1
|
||||||
#Obsoletes: %name-base <= %version-%release
|
|
||||||
# What we want is
|
|
||||||
# 11.1 -> 11.2
|
|
||||||
# base,main -> main
|
|
||||||
# base -> base
|
|
||||||
# If you know how to solve this via rpm dependencies, I'll buy you a
|
|
||||||
# chocolate ;).
|
|
||||||
# For now the base subpackage will be also updated, but it shouldn't cause any
|
|
||||||
# new problems (the overlaping files are identical). New installs will only
|
|
||||||
# have the main package.
|
|
||||||
%endif
|
%endif
|
||||||
Requires(pre): coreutils awk
|
Requires(pre): coreutils awk
|
||||||
Requires(post): module-init-tools
|
Requires(post): module-init-tools
|
||||||
@ -142,7 +132,6 @@ Source34: check-supported-list
|
|||||||
Source40: source-timestamp
|
Source40: source-timestamp
|
||||||
Source41: built-in-where
|
Source41: built-in-where
|
||||||
Source44: find-provides
|
Source44: find-provides
|
||||||
Source45: module-renames
|
|
||||||
Source46: modversions
|
Source46: modversions
|
||||||
Source47: symsets.pl
|
Source47: symsets.pl
|
||||||
Source48: split-modules
|
Source48: split-modules
|
||||||
@ -538,10 +527,6 @@ if [ %CONFIG_MODULES = y ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Set up some module aliases
|
|
||||||
install -d -m 755 %buildroot/etc/modprobe.d/
|
|
||||||
install -m 644 %_sourcedir/module-renames \
|
|
||||||
%buildroot/etc/modprobe.d/50-module-renames.conf
|
|
||||||
tar cf - -T %my_builddir/obj-files | \
|
tar cf - -T %my_builddir/obj-files | \
|
||||||
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||||
# bnc#507084
|
# bnc#507084
|
||||||
@ -600,7 +585,6 @@ done
|
|||||||
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
||||||
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
||||||
cat %my_builddir/base-modules
|
cat %my_builddir/base-modules
|
||||||
echo '%%%%config /etc/modprobe.d/50-module-renames.conf'
|
|
||||||
fi
|
fi
|
||||||
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
||||||
find lib/firmware/%kernelrelease-%build_flavor \
|
find lib/firmware/%kernelrelease-%build_flavor \
|
||||||
@ -686,7 +670,6 @@ Requires(post): module-init-tools
|
|||||||
Requires(post): perl-Bootloader
|
Requires(post): perl-Bootloader
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||||
Supplements: packageand(product(openSUSE):%{name}_%_target_cpu)
|
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,79 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:47:18 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: obsolete %name-base <= 2.6.30-1
|
||||||
|
(bnc#530752).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:35:01 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update to 2.6.31-rc7.
|
||||||
|
- Eliminated 3 patches.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 16:16:04 CEST 2009 - jeffm@suse.com
|
||||||
|
|
||||||
|
- Update config files: Enable CONFIG_PROC_EVENTS.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:05:42 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh: Do not call /sbin/module_upgrade, the rename
|
||||||
|
happened before SLES10.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 16:00:46 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/module-renames: Delete, we don't need to care about modules
|
||||||
|
renamed before SLES10. Also, current mkinitrd gets the list of
|
||||||
|
storage drivers based on pci ids.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:50:51 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/post.sh, rpm/postun.sh: drop support for SLE10, the package
|
||||||
|
can't be installed on SLE10 as is, so why not make it more
|
||||||
|
adventurous.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 21 15:48:15 CEST 2009 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: remove product(openSUSE) supplements
|
||||||
|
from the -extra subpackage which doesn't exist on openSUSE
|
||||||
|
anymore.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 17:52:08 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-fix-0*: Backport from 2.6.31-rc fixes
|
||||||
|
(to be merged)
|
||||||
|
- patches.drivers/alsa-hda-32-Reword-auto-probe-messages: Refresh.
|
||||||
|
- patches.drivers/alsa-hda-33-IDT-codec-updates: Refresh.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 20 11:40:58 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update config files (modularize crypto again).
|
||||||
|
- supported.conf: Add resulting modules as supported.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 09:22:46 CEST 2009 - jbeulich@novell.com
|
||||||
|
|
||||||
|
- Update Xen patches to 2.6.31-rc6 and c/s 928.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 19 00:33:54 CEST 2009 - tiwai@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/alsa-hda-48-alc268-oops-fix: ALSA: hda -
|
||||||
|
Fix invalid capture mixers with some ALC268 models.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 18 20:16:36 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
- patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch:
|
||||||
|
USB: storage: increase the bcd range in Sony's bad device
|
||||||
|
table. (bnc#466554).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
Mon Aug 17 21:10:55 CEST 2009 - gregkh@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define srcversion 2.6.30
|
%define srcversion 2.6.30
|
||||||
%define patchversion 2.6.31-rc6
|
%define patchversion 2.6.31-rc7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
%define build_flavor xen
|
%define build_flavor xen
|
||||||
@ -49,7 +49,7 @@
|
|||||||
Name: kernel-xen
|
Name: kernel-xen
|
||||||
Summary: The Xen Kernel
|
Summary: The Xen Kernel
|
||||||
Version: 2.6.31
|
Version: 2.6.31
|
||||||
Release: 2
|
Release: 3
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%else
|
%else
|
||||||
%endif
|
%endif
|
||||||
@ -62,18 +62,8 @@ BuildRequires: fdupes
|
|||||||
Provides: %{name}_%_target_cpu = %version-%release
|
Provides: %{name}_%_target_cpu = %version-%release
|
||||||
%if %split_base
|
%if %split_base
|
||||||
Provides: kernel-base = %version-%source_rel
|
Provides: kernel-base = %version-%source_rel
|
||||||
# Disabled for now, as the update doesn't work as expected.
|
# 2.6.30-1 was the last package with split -base
|
||||||
#Provides: %name-base = %version-%release
|
Obsoletes: %name-base <= 2.6.30-1
|
||||||
#Obsoletes: %name-base <= %version-%release
|
|
||||||
# What we want is
|
|
||||||
# 11.1 -> 11.2
|
|
||||||
# base,main -> main
|
|
||||||
# base -> base
|
|
||||||
# If you know how to solve this via rpm dependencies, I'll buy you a
|
|
||||||
# chocolate ;).
|
|
||||||
# For now the base subpackage will be also updated, but it shouldn't cause any
|
|
||||||
# new problems (the overlaping files are identical). New installs will only
|
|
||||||
# have the main package.
|
|
||||||
%endif
|
%endif
|
||||||
Requires(pre): coreutils awk
|
Requires(pre): coreutils awk
|
||||||
Requires(post): module-init-tools
|
Requires(post): module-init-tools
|
||||||
@ -134,7 +124,6 @@ Source34: check-supported-list
|
|||||||
Source40: source-timestamp
|
Source40: source-timestamp
|
||||||
Source41: built-in-where
|
Source41: built-in-where
|
||||||
Source44: find-provides
|
Source44: find-provides
|
||||||
Source45: module-renames
|
|
||||||
Source46: modversions
|
Source46: modversions
|
||||||
Source47: symsets.pl
|
Source47: symsets.pl
|
||||||
Source48: split-modules
|
Source48: split-modules
|
||||||
@ -533,10 +522,6 @@ if [ %CONFIG_MODULES = y ]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# Set up some module aliases
|
|
||||||
install -d -m 755 %buildroot/etc/modprobe.d/
|
|
||||||
install -m 644 %_sourcedir/module-renames \
|
|
||||||
%buildroot/etc/modprobe.d/50-module-renames.conf
|
|
||||||
tar cf - -T %my_builddir/obj-files | \
|
tar cf - -T %my_builddir/obj-files | \
|
||||||
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
tar xf - -C %rpm_install_dir/%cpu_arch_flavor
|
||||||
# bnc#507084
|
# bnc#507084
|
||||||
@ -595,7 +580,6 @@ done
|
|||||||
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
! -path '*/modules.builtin' \) -printf '%%%%%%%%ghost /%%p\n' \
|
||||||
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
-o -name '*.ko' -prune -o -printf '/%%p\n'
|
||||||
cat %my_builddir/base-modules
|
cat %my_builddir/base-modules
|
||||||
echo '%%%%config /etc/modprobe.d/50-module-renames.conf'
|
|
||||||
fi
|
fi
|
||||||
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
test -d lib/firmware/%kernelrelease-%build_flavor && \
|
||||||
find lib/firmware/%kernelrelease-%build_flavor \
|
find lib/firmware/%kernelrelease-%build_flavor \
|
||||||
@ -684,7 +668,6 @@ Requires(post): module-init-tools
|
|||||||
Requires(post): perl-Bootloader
|
Requires(post): perl-Bootloader
|
||||||
Requires(post): mkinitrd
|
Requires(post): mkinitrd
|
||||||
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
Supplements: packageand(product(SUSE_SLED):%{name}_%_target_cpu)
|
||||||
Supplements: packageand(product(openSUSE):%{name}_%_target_cpu)
|
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
# Modules that have been renamed (from *-new to *, etc.)
|
|
||||||
#
|
|
||||||
# Note: we mostly care about storage drivers in this list; others
|
|
||||||
# will not usually end up in sysconfig files, and so the appropriate
|
|
||||||
# modules will get loaded when matchign hardware is detected. For
|
|
||||||
# convenience, we also include the foo-new drivers from older
|
|
||||||
# distributions here.
|
|
||||||
#
|
|
||||||
# This table has been created based on the results of the
|
|
||||||
# misc/obsolete-module-aliases script in the SUSE kernel CVS.
|
|
||||||
|
|
||||||
## SLES8 => SLES10
|
|
||||||
alias bcm-new bcm
|
|
||||||
alias aic79xx-new aic79xx
|
|
||||||
|
|
||||||
## SLES9 GA .. SLES9 SP3 => SLES10
|
|
||||||
alias bcm4400 b44
|
|
||||||
alias bcm5700 tg3
|
|
||||||
alias bcm5700-new tg3
|
|
||||||
alias carmel sx8
|
|
||||||
alias e1000-new e1000
|
|
||||||
alias lpfcdd lpfc
|
|
||||||
alias qla2100 qla2xxx
|
|
||||||
alias qla2200 qla2xxx
|
|
||||||
alias qla2300 qla2xxx
|
|
||||||
alias qla2322 qla2xxx
|
|
||||||
alias qla2400 qla2xxx
|
|
||||||
alias qla6312 qla2xxx
|
|
||||||
alias qla6322 qla2xxx
|
|
||||||
alias tg3-new tg3
|
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3122020be5a80aba5699aeae33ff34c2f4dedc1016680bba74988a6a9da044d5
|
oid sha256:e9cd4d2332d4b4eef06954dac142044c4208126a5d99e2c1ee0b187f63a13efe
|
||||||
size 37049
|
size 36999
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:021fb33477dd09d250a845bc3ac22fc8231f72240f126957d06e83cce14a5970
|
oid sha256:ee611dc3ffa2ead11375f03efccb2d78a09032f6b3a27974a3486b3dfa7988ca
|
||||||
size 237794
|
size 239016
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ac1b7e2c9be5491ac03d136b267e906b0d8ab289435e6fd106bc2c3621c188ba
|
oid sha256:27c6d59c63c33807cd6d9631917e59613d0954666e50713cbbd9487b4dbc6bcc
|
||||||
size 11020702
|
size 11111746
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:fea563e14e75e7c35bc86659c23c9814e0578f6b1ca8e768387037d255eeb7eb
|
oid sha256:9b3b24864613f03e2b05d3a7d5f9c2d0f45d88a8476db6ba90dd8aaafd0c97a5
|
||||||
size 853210
|
size 852942
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:93aa7217f7ac232de996ac8897228250e0713292353274a3e25b98582c0470ff
|
oid sha256:1277e631bee77ff18019efeec1b1db6e70f9fc33c68aee49dc5cf00c9aaaddc3
|
||||||
size 1840645
|
size 1840046
|
||||||
|
57
post.sh
57
post.sh
@ -35,16 +35,8 @@ for x in /boot/@IMAGE@ /boot/initrd; do
|
|||||||
ln -s ${x##*/}-@KERNELRELEASE@-@FLAVOR@ $x$suffix
|
ln -s ${x##*/}-@KERNELRELEASE@-@FLAVOR@ $x$suffix
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -e /lib/modules/@KERNELRELEASE@-@FLAVOR@ ]; then
|
|
||||||
echo Setting up /lib/modules/@KERNELRELEASE@-@FLAVOR@
|
|
||||||
|
|
||||||
if [ -x /sbin/module_upgrade ]; then
|
|
||||||
/sbin/module_upgrade --rename mptscsih="mptspi mptfc mptsas"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
# Add symlinks of compatible modules to /lib/modules/$krel/weak-updates/,
|
# Add symlinks of compatible modules to /lib/modules/$krel/weak-updates/,
|
||||||
# run depmod and mkinitrd
|
# run depmod and mkinitrd
|
||||||
wm=/usr/lib/module-init-tools/weak-modules
|
|
||||||
wm2=/usr/lib/module-init-tools/weak-modules2
|
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||||
if [ -x $wm2 ]; then
|
if [ -x $wm2 ]; then
|
||||||
if [ @BASE_PACKAGE@ = 1 ]; then
|
if [ @BASE_PACKAGE@ = 1 ]; then
|
||||||
@ -53,25 +45,8 @@ if [ -x $wm2 ]; then
|
|||||||
nvr=@SUBPACKAGE@-@RPM_VERSION_RELEASE@
|
nvr=@SUBPACKAGE@-@RPM_VERSION_RELEASE@
|
||||||
rpm -ql $nvr | /bin/bash -${-/e/} $wm2 --add-kernel-modules @KERNELRELEASE@-@FLAVOR@
|
rpm -ql $nvr | /bin/bash -${-/e/} $wm2 --add-kernel-modules @KERNELRELEASE@-@FLAVOR@
|
||||||
fi
|
fi
|
||||||
elif [ -x $wm ]; then
|
else
|
||||||
# pre CODE11 compatibility
|
echo "$wm does not exist, please run depmod and mkinitrd manually" >&2
|
||||||
$wm --add-kernel @KERNELRELEASE@-@FLAVOR@
|
|
||||||
/sbin/depmod -a -F /boot/System.map-@KERNELRELEASE@-@FLAVOR@ @KERNELRELEASE@-@FLAVOR@
|
|
||||||
if [ -f /etc/fstab -a ! -e /.buildenv -a -x /sbin/mkinitrd ] ; then
|
|
||||||
/sbin/mkinitrd -k /boot/@IMAGE@-@KERNELRELEASE@-@FLAVOR@ \
|
|
||||||
-i /boot/initrd-@KERNELRELEASE@-@FLAVOR@
|
|
||||||
if [ $? -ne 0 ]; then
|
|
||||||
echo "/sbin/mkinitrd failed" >&2
|
|
||||||
case @SUBPACKAGE@ in
|
|
||||||
*-base)
|
|
||||||
echo "Ignoring this for the base subpackage" >&2
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
exit 1
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
message_install_bl () {
|
message_install_bl () {
|
||||||
@ -99,7 +74,6 @@ if [ -f /etc/fstab -a ! -e /.buildenv ] ; then
|
|||||||
if [ -e /boot/$initrd -o ! -e /lib/modules/@KERNELRELEASE@-@FLAVOR@ ] && \
|
if [ -e /boot/$initrd -o ! -e /lib/modules/@KERNELRELEASE@-@FLAVOR@ ] && \
|
||||||
run_bootloader ; then
|
run_bootloader ; then
|
||||||
[ -e /boot/$initrd ] || initrd=
|
[ -e /boot/$initrd ] || initrd=
|
||||||
# handle 10.2 and SLES10 SP1 or later
|
|
||||||
if [ -x /usr/lib/bootloader/bootloader_entry ]; then
|
if [ -x /usr/lib/bootloader/bootloader_entry ]; then
|
||||||
/usr/lib/bootloader/bootloader_entry \
|
/usr/lib/bootloader/bootloader_entry \
|
||||||
add \
|
add \
|
||||||
@ -107,38 +81,11 @@ if [ -f /etc/fstab -a ! -e /.buildenv ] ; then
|
|||||||
@KERNELRELEASE@-@FLAVOR@ \
|
@KERNELRELEASE@-@FLAVOR@ \
|
||||||
@IMAGE@-@KERNELRELEASE@-@FLAVOR@ \
|
@IMAGE@-@KERNELRELEASE@-@FLAVOR@ \
|
||||||
$initrd
|
$initrd
|
||||||
|
|
||||||
# handle 10.1 and SLES10 GA
|
|
||||||
elif [ -x /sbin/update-bootloader ]; then
|
|
||||||
case @FLAVOR@ in
|
|
||||||
kdump|ps3)
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
opt_xen_kernel=
|
|
||||||
case @FLAVOR@ in
|
|
||||||
xen*)
|
|
||||||
set -- @FLAVOR@
|
|
||||||
set -- ${1#xen}
|
|
||||||
opt_xen_kernel=--xen-kernel=/boot/xen${1:+-$1}.gz
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
echo "bootloader_entry script unavailable, updating /boot/@IMAGE@"
|
|
||||||
/sbin/update-bootloader \
|
|
||||||
--image /boot/@IMAGE@ \
|
|
||||||
${initrd:+--initrd /boot/initrd} \
|
|
||||||
--add \
|
|
||||||
--force $opt_xen_kernel
|
|
||||||
|
|
||||||
/sbin/update-bootloader --refresh
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
else
|
else
|
||||||
message_install_bl
|
message_install_bl
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "Please run mkinitrd as soon as your system is complete."
|
|
||||||
message_install_bl
|
message_install_bl
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
30
postun.sh
30
postun.sh
@ -1,4 +1,3 @@
|
|||||||
wm=/usr/lib/module-init-tools/weak-modules
|
|
||||||
wm2=/usr/lib/module-init-tools/weak-modules2
|
wm2=/usr/lib/module-init-tools/weak-modules2
|
||||||
if [ @BASE_PACKAGE@ = 0 ]; then
|
if [ @BASE_PACKAGE@ = 0 ]; then
|
||||||
if [ -x $wm2 ]; then
|
if [ -x $wm2 ]; then
|
||||||
@ -11,14 +10,8 @@ fi
|
|||||||
# Remove symlinks from /lib/modules/$krel/weak-updates/.
|
# Remove symlinks from /lib/modules/$krel/weak-updates/.
|
||||||
if [ -x $wm2 ]; then
|
if [ -x $wm2 ]; then
|
||||||
/bin/bash -${-/e/} $wm2 --remove-kernel @KERNELRELEASE@-@FLAVOR@
|
/bin/bash -${-/e/} $wm2 --remove-kernel @KERNELRELEASE@-@FLAVOR@
|
||||||
elif [ -x $wm ]; then
|
|
||||||
# pre CODE11 compatibility
|
|
||||||
$wm --remove-kernel @KERNELRELEASE@-@FLAVOR@
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# remove /boot/@IMAGE@.previous entry on a 10.1 and SLES10 GA system
|
|
||||||
# when going back from 10.2 or SLES10 SP1 kernel to the original kernel
|
|
||||||
remove_previos_entry=no
|
|
||||||
suffix=
|
suffix=
|
||||||
case @FLAVOR@ in
|
case @FLAVOR@ in
|
||||||
kdump|ps3|xen*|vanilla)
|
kdump|ps3|xen*|vanilla)
|
||||||
@ -26,22 +19,8 @@ case @FLAVOR@ in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Created in %post of old kernels
|
|
||||||
case "$(readlink /boot/@IMAGE@$suffix.previous)" in
|
|
||||||
@IMAGE@-@KERNELRELEASE@-@FLAVOR@|$(readlink /boot/@IMAGE@$suffix))
|
|
||||||
remove_previos_entry=yes
|
|
||||||
rm -f /boot/@IMAGE@$suffix.previous
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
case "$(readlink /boot/initrd$suffix.previous)" in
|
|
||||||
initrd-@KERNELRELEASE@-@FLAVOR@|$(readlink /boot/initrd$suffix))
|
|
||||||
rm -f /boot/initrd$suffix.previous
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
# remove fstab check once perl-Bootloader can cope with it
|
# remove fstab check once perl-Bootloader can cope with it
|
||||||
if [ -f /etc/fstab ]; then
|
if [ -f /etc/fstab ]; then
|
||||||
# handle 10.2 and SLES10 SP1
|
|
||||||
if [ -x /usr/lib/bootloader/bootloader_entry ]; then
|
if [ -x /usr/lib/bootloader/bootloader_entry ]; then
|
||||||
/usr/lib/bootloader/bootloader_entry \
|
/usr/lib/bootloader/bootloader_entry \
|
||||||
remove \
|
remove \
|
||||||
@ -49,14 +28,5 @@ if [ -f /etc/fstab ]; then
|
|||||||
@KERNELRELEASE@-@FLAVOR@ \
|
@KERNELRELEASE@-@FLAVOR@ \
|
||||||
@IMAGE@-@KERNELRELEASE@-@FLAVOR@ \
|
@IMAGE@-@KERNELRELEASE@-@FLAVOR@ \
|
||||||
initrd-@KERNELRELEASE@-@FLAVOR@
|
initrd-@KERNELRELEASE@-@FLAVOR@
|
||||||
|
|
||||||
# handle 10.1 and SLES10 GA
|
|
||||||
elif [ -x /sbin/update-bootloader ]; then
|
|
||||||
if [ "$remove_previos_entry" = "yes" ] ; then
|
|
||||||
/sbin/update-bootloader --image /boot/@IMAGE@$suffix.previous \
|
|
||||||
--initrd /boot/initrd$suffix.previous \
|
|
||||||
--remove --force
|
|
||||||
fi
|
|
||||||
/sbin/update-bootloader --refresh
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
@ -33,6 +33,7 @@
|
|||||||
patches.kernel.org/patch-2.6.31-rc3-rc4
|
patches.kernel.org/patch-2.6.31-rc3-rc4
|
||||||
patches.kernel.org/patch-2.6.31-rc4-rc5
|
patches.kernel.org/patch-2.6.31-rc4-rc5
|
||||||
patches.kernel.org/patch-2.6.31-rc5-rc6
|
patches.kernel.org/patch-2.6.31-rc5-rc6
|
||||||
|
patches.kernel.org/patch-2.6.31-rc6-rc7
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Build fixes that apply to the vanilla kernel too.
|
# Build fixes that apply to the vanilla kernel too.
|
||||||
@ -430,6 +431,7 @@
|
|||||||
# USB
|
# USB
|
||||||
########################################################
|
########################################################
|
||||||
patches.suse/usb-storage-disable-delay.patch
|
patches.suse/usb-storage-disable-delay.patch
|
||||||
|
patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# I2C
|
# I2C
|
||||||
@ -452,6 +454,7 @@
|
|||||||
patches.drivers/alsa-midi-03-disable-active-sensing-on-close-by-def
|
patches.drivers/alsa-midi-03-disable-active-sensing-on-close-by-def
|
||||||
patches.drivers/alsa-midi-04-oss-remove-magic-numbers
|
patches.drivers/alsa-midi-04-oss-remove-magic-numbers
|
||||||
|
|
||||||
|
# more udpates
|
||||||
patches.drivers/alsa-hda-01-Don-t-call-snd_hda_codec_configure
|
patches.drivers/alsa-hda-01-Don-t-call-snd_hda_codec_configure
|
||||||
patches.drivers/alsa-hda-02-Add-patch-module-option
|
patches.drivers/alsa-hda-02-Add-patch-module-option
|
||||||
patches.drivers/alsa-hda-03-Check-beep-hint
|
patches.drivers/alsa-hda-03-Check-beep-hint
|
||||||
@ -491,6 +494,7 @@
|
|||||||
patches.drivers/alsa-hda-45-alc268-dmic-rec-fix
|
patches.drivers/alsa-hda-45-alc268-dmic-rec-fix
|
||||||
patches.drivers/alsa-hda-46-stac-lo-detect-fix
|
patches.drivers/alsa-hda-46-stac-lo-detect-fix
|
||||||
patches.drivers/alsa-hda-47-idt92hd8x-fix
|
patches.drivers/alsa-hda-47-idt92hd8x-fix
|
||||||
|
patches.drivers/alsa-hda-48-alc268-oops-fix
|
||||||
|
|
||||||
patches.drivers/alsa-ctxfi-01-Native-timer-support-for-emu20k2
|
patches.drivers/alsa-ctxfi-01-Native-timer-support-for-emu20k2
|
||||||
patches.drivers/alsa-ctxfi-03-Simple-code-clean-up
|
patches.drivers/alsa-ctxfi-03-Simple-code-clean-up
|
||||||
@ -715,6 +719,7 @@
|
|||||||
patches.xen/xen3-patch-2.6.30
|
patches.xen/xen3-patch-2.6.30
|
||||||
patches.xen/xen3-patch-2.6.31-rc4
|
patches.xen/xen3-patch-2.6.31-rc4
|
||||||
patches.xen/xen3-patch-2.6.31-rc4-rc5
|
patches.xen/xen3-patch-2.6.31-rc4-rc5
|
||||||
|
patches.xen/xen3-patch-2.6.31-rc5-rc6
|
||||||
patches.xen/xen3-seccomp-disable-tsc-option
|
patches.xen/xen3-seccomp-disable-tsc-option
|
||||||
+needs_to_go_away patches.xen/xen3-x86-mark_rodata_rw.patch
|
+needs_to_go_away patches.xen/xen3-x86-mark_rodata_rw.patch
|
||||||
patches.xen/xen3-kdb-x86
|
patches.xen/xen3-kdb-x86
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2009-08-17 21:11:11 +0200
|
2009-08-24 17:40:12 +0200
|
||||||
GIT Revision: 958e3f575ed3601898747ff16fd8e044e33a351b
|
GIT Revision: a3944f564fb20dbf0a58ff5b998d86b1824ba6c6
|
||||||
GIT Branch: master
|
GIT Branch: master
|
||||||
|
@ -80,29 +80,37 @@
|
|||||||
kernel/crypto/cast6 # Cast6 Cipher Algorithm
|
kernel/crypto/cast6 # Cast6 Cipher Algorithm
|
||||||
kernel/crypto/cbc
|
kernel/crypto/cbc
|
||||||
kernel/crypto/ccm
|
kernel/crypto/ccm
|
||||||
|
kernel/crypto/chainiv
|
||||||
kernel/crypto/crc32c # CRC32c (Castagnoli) calculations wrapper for lib/crc32c
|
kernel/crypto/crc32c # CRC32c (Castagnoli) calculations wrapper for lib/crc32c
|
||||||
kernel/crypto/cryptd
|
kernel/crypto/cryptd
|
||||||
|
kernel/crypto/cryptomgr
|
||||||
|
kernel/crypto/crypto_algapi
|
||||||
kernel/crypto/crypto_blkcipher
|
kernel/crypto/crypto_blkcipher
|
||||||
kernel/crypto/crypto_null # Null Cryptographic Algorithms
|
kernel/crypto/crypto_null # Null Cryptographic Algorithms
|
||||||
|
kernel/crypto/crypto_wq
|
||||||
kernel/crypto/ctr
|
kernel/crypto/ctr
|
||||||
kernel/crypto/cts
|
kernel/crypto/cts
|
||||||
kernel/crypto/deflate # Deflate Compression Algorithm for IPCOMP
|
kernel/crypto/deflate # Deflate Compression Algorithm for IPCOMP
|
||||||
kernel/crypto/des_generic
|
kernel/crypto/des_generic
|
||||||
kernel/crypto/ecb
|
kernel/crypto/ecb
|
||||||
|
kernel/crypto/eseqiv
|
||||||
kernel/crypto/fcrypt
|
kernel/crypto/fcrypt
|
||||||
kernel/crypto/gcm
|
kernel/crypto/gcm
|
||||||
kernel/crypto/gf128mul
|
kernel/crypto/gf128mul
|
||||||
kernel/crypto/khazad # Khazad Cryptographic Algorithm
|
kernel/crypto/khazad # Khazad Cryptographic Algorithm
|
||||||
|
kernel/crypto/krng
|
||||||
kernel/crypto/lrw
|
kernel/crypto/lrw
|
||||||
kernel/crypto/lzo
|
kernel/crypto/lzo
|
||||||
kernel/crypto/md4 # MD4 Message Digest Algorithm
|
kernel/crypto/md4 # MD4 Message Digest Algorithm
|
||||||
kernel/crypto/md5
|
kernel/crypto/md5
|
||||||
kernel/crypto/michael_mic # Michael MIC
|
kernel/crypto/michael_mic # Michael MIC
|
||||||
kernel/crypto/pcbc
|
kernel/crypto/pcbc
|
||||||
|
kernel/crypto/pcompress
|
||||||
kernel/crypto/rmd128
|
kernel/crypto/rmd128
|
||||||
kernel/crypto/rmd160
|
kernel/crypto/rmd160
|
||||||
kernel/crypto/rmd256
|
kernel/crypto/rmd256
|
||||||
kernel/crypto/rmd320
|
kernel/crypto/rmd320
|
||||||
|
kernel/crypto/rng
|
||||||
kernel/crypto/salsa20_generic
|
kernel/crypto/salsa20_generic
|
||||||
kernel/crypto/seed
|
kernel/crypto/seed
|
||||||
kernel/crypto/seqiv
|
kernel/crypto/seqiv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user