GIT Revision: 5c85db8fed35645d1c9fd0fe8ff784f161a3141e
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7279
This commit is contained in:
parent
3b1270b2fa
commit
2121fc57c9
@ -673,8 +673,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- [SCSI] storvsc: Properly handle errors from the host
|
||||||
|
(bnc#747404).
|
||||||
|
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
|
||||||
|
- commit ad28e23
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
||||||
|
|
||||||
@ -20,6 +28,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- commit bf70e35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
|
||||||
|
- commit 5c85db8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -752,8 +752,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- [SCSI] storvsc: Properly handle errors from the host
|
||||||
|
(bnc#747404).
|
||||||
|
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
|
||||||
|
- commit ad28e23
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
||||||
|
|
||||||
@ -20,6 +28,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- commit bf70e35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
|
||||||
|
- commit 5c85db8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -767,8 +767,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- [SCSI] storvsc: Properly handle errors from the host
|
||||||
|
(bnc#747404).
|
||||||
|
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
|
||||||
|
- commit ad28e23
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
||||||
|
|
||||||
@ -20,6 +28,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- commit bf70e35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
|
||||||
|
- commit 5c85db8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -761,8 +761,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- [SCSI] storvsc: Properly handle errors from the host
|
||||||
|
(bnc#747404).
|
||||||
|
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
|
||||||
|
- commit ad28e23
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
||||||
|
|
||||||
@ -20,6 +28,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- commit bf70e35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
|
||||||
|
- commit 5c85db8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- [SCSI] storvsc: Properly handle errors from the host
|
||||||
|
(bnc#747404).
|
||||||
|
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
|
||||||
|
- commit ad28e23
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
||||||
|
|
||||||
@ -20,6 +28,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- commit bf70e35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
|
||||||
|
- commit 5c85db8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -751,8 +751,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- [SCSI] storvsc: Properly handle errors from the host
|
||||||
|
(bnc#747404).
|
||||||
|
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
|
||||||
|
- commit ad28e23
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
||||||
|
|
||||||
@ -20,6 +28,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- commit bf70e35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
|
||||||
|
- commit 5c85db8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -749,8 +749,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- [SCSI] storvsc: Properly handle errors from the host
|
||||||
|
(bnc#747404).
|
||||||
|
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
|
||||||
|
- commit ad28e23
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
||||||
|
|
||||||
@ -20,6 +28,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- commit bf70e35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
|
||||||
|
- commit 5c85db8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -749,8 +749,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- [SCSI] storvsc: Properly handle errors from the host
|
||||||
|
(bnc#747404).
|
||||||
|
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
|
||||||
|
- commit ad28e23
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
||||||
|
|
||||||
@ -20,6 +28,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- commit bf70e35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
|
||||||
|
- commit 5c85db8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -758,8 +758,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- [SCSI] storvsc: Properly handle errors from the host
|
||||||
|
(bnc#747404).
|
||||||
|
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
|
||||||
|
- commit ad28e23
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
||||||
|
|
||||||
@ -20,6 +28,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- commit bf70e35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
|
||||||
|
- commit 5c85db8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -762,8 +762,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- [SCSI] storvsc: Properly handle errors from the host
|
||||||
|
(bnc#747404).
|
||||||
|
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
|
||||||
|
- commit ad28e23
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
||||||
|
|
||||||
@ -20,6 +28,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- commit bf70e35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
|
||||||
|
- commit 5c85db8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -751,8 +751,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- [SCSI] storvsc: Properly handle errors from the host
|
||||||
|
(bnc#747404).
|
||||||
|
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
|
||||||
|
- commit ad28e23
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
||||||
|
|
||||||
@ -20,6 +28,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- commit bf70e35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
|
||||||
|
- commit 5c85db8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- [SCSI] storvsc: Properly handle errors from the host
|
||||||
|
(bnc#747404).
|
||||||
|
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
|
||||||
|
- commit ad28e23
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
||||||
|
|
||||||
@ -20,6 +28,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- commit bf70e35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
|
||||||
|
- commit 5c85db8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- [SCSI] storvsc: Properly handle errors from the host
|
||||||
|
(bnc#747404).
|
||||||
|
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
|
||||||
|
- commit ad28e23
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
||||||
|
|
||||||
@ -20,6 +28,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- commit bf70e35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
|
||||||
|
- commit 5c85db8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -749,8 +749,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- [SCSI] storvsc: Properly handle errors from the host
|
||||||
|
(bnc#747404).
|
||||||
|
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
|
||||||
|
- commit ad28e23
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
||||||
|
|
||||||
@ -20,6 +28,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- commit bf70e35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
|
||||||
|
- commit 5c85db8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -759,8 +759,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- [SCSI] storvsc: Properly handle errors from the host
|
||||||
|
(bnc#747404).
|
||||||
|
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
|
||||||
|
- commit ad28e23
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
||||||
|
|
||||||
@ -20,6 +28,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- commit bf70e35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
|
||||||
|
- commit 5c85db8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -749,8 +749,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- [SCSI] storvsc: Properly handle errors from the host
|
||||||
|
(bnc#747404).
|
||||||
|
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
|
||||||
|
- commit ad28e23
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
||||||
|
|
||||||
@ -20,6 +28,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- commit bf70e35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
|
||||||
|
- commit 5c85db8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -755,8 +755,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 4 10:36:59 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- [SCSI] storvsc: Properly handle errors from the host
|
||||||
|
(bnc#747404).
|
||||||
|
- Delete patches.suse/suse-hv-storvsc-ignore-ata_16.patch.
|
||||||
|
- commit ad28e23
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
Fri Jun 1 17:06:59 CEST 2012 - tiwai@suse.de
|
||||||
|
|
||||||
@ -20,6 +28,12 @@ Thu May 31 15:34:22 CEST 2012 - ohering@suse.de
|
|||||||
libata: add a host flag to ignore detected ATA devices.
|
libata: add a host flag to ignore detected ATA devices.
|
||||||
- commit bf70e35
|
- commit bf70e35
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 30 12:20:13 CEST 2012 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Own the right -kdump initrd (bnc#764500)
|
||||||
|
- commit 5c85db8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
Tue May 29 11:20:13 CEST 2012 - mhocko@suse.cz
|
||||||
|
|
||||||
|
@ -751,8 +751,8 @@ done
|
|||||||
|
|
||||||
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
# Add the auto-generated (by mkdumprd) kdump initrd to %ghost so that
|
||||||
# the file gets removed when uninstalling the kernel.
|
# the file gets removed when uninstalling the kernel.
|
||||||
echo '%%ghost /boot/initrd-%kernelrelease-kdump'
|
echo '%%ghost /boot/initrd-%kernelrelease-%build_flavor-kdump'
|
||||||
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-kdump
|
touch $RPM_BUILD_ROOT/boot/initrd-%kernelrelease-%build_flavor-kdump
|
||||||
|
|
||||||
if [ %CONFIG_MODULES = y ]; then
|
if [ %CONFIG_MODULES = y ]; then
|
||||||
find lib/modules/%kernelrelease-%build_flavor \
|
find lib/modules/%kernelrelease-%build_flavor \
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c2a3a8bd20a4278252e6b316f0504288fcac0c0c19037279ff24999fe2070321
|
oid sha256:21fbf036beee6b799f1bd669c1634097aa12c2a15c7aeae9f5ce49b97488c3cc
|
||||||
size 128206
|
size 128341
|
||||||
|
@ -237,7 +237,7 @@
|
|||||||
########################################################
|
########################################################
|
||||||
# Suse specific stuff
|
# Suse specific stuff
|
||||||
########################################################
|
########################################################
|
||||||
patches.suse/suse-hv-storvsc-ignore-ata_16.patch
|
patches.suse/msft-hv-0349-SCSI-storvsc-Properly-handle-errors-from-the-host.patch
|
||||||
patches.suse/suse-hv-pata_piix-ignore-disks.patch
|
patches.suse/suse-hv-pata_piix-ignore-disks.patch
|
||||||
patches.fixes/hv-storvsc-reset-wait.patch
|
patches.fixes/hv-storvsc-reset-wait.patch
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2012-06-04 02:49:09 +0200
|
2012-06-04 13:33:42 +0200
|
||||||
GIT Revision: 550ef37850a3cbc9e906ba1fcf33145268cb4b12
|
GIT Revision: 5c85db8fed35645d1c9fd0fe8ff784f161a3141e
|
||||||
GIT Branch: master
|
GIT Branch: master
|
||||||
|
Loading…
Reference in New Issue
Block a user