commit f6681f56ef379e8c6fbe48c60017518f20aa5264
OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7465
This commit is contained in:
parent
30835ec200
commit
c8d85a3d5b
@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
%if %build_vanilla
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%else
|
||||||
|
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
|
||||||
Requires(post): mkinitrd >= 2.7.1
|
Requires(post): mkinitrd >= 2.7.1
|
||||||
|
%endif
|
||||||
# Install the package providing /etc/SuSE-release early enough, so that
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
# the grub entry has correct title (bnc#757565)
|
# the grub entry has correct title (bnc#757565)
|
||||||
Requires(post): distribution-release
|
Requires(post): distribution-release
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
|
||||||
|
- commit 26431d8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.8.2 and c/s 1226.
|
||||||
|
- commit eee1405
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
|
||||||
|
Conflicts:
|
||||||
|
series.conf
|
||||||
|
- commit 051149b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
%if %build_vanilla
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%else
|
||||||
|
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
|
||||||
Requires(post): mkinitrd >= 2.7.1
|
Requires(post): mkinitrd >= 2.7.1
|
||||||
|
%endif
|
||||||
# Install the package providing /etc/SuSE-release early enough, so that
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
# the grub entry has correct title (bnc#757565)
|
# the grub entry has correct title (bnc#757565)
|
||||||
Requires(post): distribution-release
|
Requires(post): distribution-release
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
|
||||||
|
- commit 26431d8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.8.2 and c/s 1226.
|
||||||
|
- commit eee1405
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
|
||||||
|
Conflicts:
|
||||||
|
series.conf
|
||||||
|
- commit 051149b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
%if %build_vanilla
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%else
|
||||||
|
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
|
||||||
Requires(post): mkinitrd >= 2.7.1
|
Requires(post): mkinitrd >= 2.7.1
|
||||||
|
%endif
|
||||||
# Install the package providing /etc/SuSE-release early enough, so that
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
# the grub entry has correct title (bnc#757565)
|
# the grub entry has correct title (bnc#757565)
|
||||||
Requires(post): distribution-release
|
Requires(post): distribution-release
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
|
||||||
|
- commit 26431d8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.8.2 and c/s 1226.
|
||||||
|
- commit eee1405
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
|
||||||
|
Conflicts:
|
||||||
|
series.conf
|
||||||
|
- commit 051149b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
%if %build_vanilla
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%else
|
||||||
|
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
|
||||||
Requires(post): mkinitrd >= 2.7.1
|
Requires(post): mkinitrd >= 2.7.1
|
||||||
|
%endif
|
||||||
# Install the package providing /etc/SuSE-release early enough, so that
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
# the grub entry has correct title (bnc#757565)
|
# the grub entry has correct title (bnc#757565)
|
||||||
Requires(post): distribution-release
|
Requires(post): distribution-release
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
|
||||||
|
- commit 26431d8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.8.2 and c/s 1226.
|
||||||
|
- commit eee1405
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
|
||||||
|
Conflicts:
|
||||||
|
series.conf
|
||||||
|
- commit 051149b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
%if %build_vanilla
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%else
|
||||||
|
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
|
||||||
Requires(post): mkinitrd >= 2.7.1
|
Requires(post): mkinitrd >= 2.7.1
|
||||||
|
%endif
|
||||||
# Install the package providing /etc/SuSE-release early enough, so that
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
# the grub entry has correct title (bnc#757565)
|
# the grub entry has correct title (bnc#757565)
|
||||||
Requires(post): distribution-release
|
Requires(post): distribution-release
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
|
||||||
|
- commit 26431d8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.8.2 and c/s 1226.
|
||||||
|
- commit eee1405
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
|
||||||
|
Conflicts:
|
||||||
|
series.conf
|
||||||
|
- commit 051149b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
|
||||||
|
- commit 26431d8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.8.2 and c/s 1226.
|
||||||
|
- commit eee1405
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
|
||||||
|
Conflicts:
|
||||||
|
series.conf
|
||||||
|
- commit 051149b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
%if %build_vanilla
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%else
|
||||||
|
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
|
||||||
Requires(post): mkinitrd >= 2.7.1
|
Requires(post): mkinitrd >= 2.7.1
|
||||||
|
%endif
|
||||||
# Install the package providing /etc/SuSE-release early enough, so that
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
# the grub entry has correct title (bnc#757565)
|
# the grub entry has correct title (bnc#757565)
|
||||||
Requires(post): distribution-release
|
Requires(post): distribution-release
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
|
||||||
|
- commit 26431d8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.8.2 and c/s 1226.
|
||||||
|
- commit eee1405
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
|
||||||
|
Conflicts:
|
||||||
|
series.conf
|
||||||
|
- commit 051149b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
%if %build_vanilla
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%else
|
||||||
|
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
|
||||||
Requires(post): mkinitrd >= 2.7.1
|
Requires(post): mkinitrd >= 2.7.1
|
||||||
|
%endif
|
||||||
# Install the package providing /etc/SuSE-release early enough, so that
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
# the grub entry has correct title (bnc#757565)
|
# the grub entry has correct title (bnc#757565)
|
||||||
Requires(post): distribution-release
|
Requires(post): distribution-release
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
|
||||||
|
- commit 26431d8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.8.2 and c/s 1226.
|
||||||
|
- commit eee1405
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
|
||||||
|
Conflicts:
|
||||||
|
series.conf
|
||||||
|
- commit 051149b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
%if %build_vanilla
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%else
|
||||||
|
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
|
||||||
Requires(post): mkinitrd >= 2.7.1
|
Requires(post): mkinitrd >= 2.7.1
|
||||||
|
%endif
|
||||||
# Install the package providing /etc/SuSE-release early enough, so that
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
# the grub entry has correct title (bnc#757565)
|
# the grub entry has correct title (bnc#757565)
|
||||||
Requires(post): distribution-release
|
Requires(post): distribution-release
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
|
||||||
|
- commit 26431d8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.8.2 and c/s 1226.
|
||||||
|
- commit eee1405
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
|
||||||
|
Conflicts:
|
||||||
|
series.conf
|
||||||
|
- commit 051149b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
%if %build_vanilla
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%else
|
||||||
|
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
|
||||||
Requires(post): mkinitrd >= 2.7.1
|
Requires(post): mkinitrd >= 2.7.1
|
||||||
|
%endif
|
||||||
# Install the package providing /etc/SuSE-release early enough, so that
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
# the grub entry has correct title (bnc#757565)
|
# the grub entry has correct title (bnc#757565)
|
||||||
Requires(post): distribution-release
|
Requires(post): distribution-release
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
|
||||||
|
- commit 26431d8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.8.2 and c/s 1226.
|
||||||
|
- commit eee1405
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
|
||||||
|
Conflicts:
|
||||||
|
series.conf
|
||||||
|
- commit 051149b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
%if %build_vanilla
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%else
|
||||||
|
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
|
||||||
Requires(post): mkinitrd >= 2.7.1
|
Requires(post): mkinitrd >= 2.7.1
|
||||||
|
%endif
|
||||||
# Install the package providing /etc/SuSE-release early enough, so that
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
# the grub entry has correct title (bnc#757565)
|
# the grub entry has correct title (bnc#757565)
|
||||||
Requires(post): distribution-release
|
Requires(post): distribution-release
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
|
||||||
|
- commit 26431d8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.8.2 and c/s 1226.
|
||||||
|
- commit eee1405
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
|
||||||
|
Conflicts:
|
||||||
|
series.conf
|
||||||
|
- commit 051149b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
%if %build_vanilla
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%else
|
||||||
|
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
|
||||||
Requires(post): mkinitrd >= 2.7.1
|
Requires(post): mkinitrd >= 2.7.1
|
||||||
|
%endif
|
||||||
# Install the package providing /etc/SuSE-release early enough, so that
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
# the grub entry has correct title (bnc#757565)
|
# the grub entry has correct title (bnc#757565)
|
||||||
Requires(post): distribution-release
|
Requires(post): distribution-release
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
|
||||||
|
- commit 26431d8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.8.2 and c/s 1226.
|
||||||
|
- commit eee1405
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
|
||||||
|
Conflicts:
|
||||||
|
series.conf
|
||||||
|
- commit 051149b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
|
||||||
|
- commit 26431d8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.8.2 and c/s 1226.
|
||||||
|
- commit eee1405
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
|
||||||
|
Conflicts:
|
||||||
|
series.conf
|
||||||
|
- commit 051149b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
|
||||||
|
- commit 26431d8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.8.2 and c/s 1226.
|
||||||
|
- commit eee1405
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
|
||||||
|
Conflicts:
|
||||||
|
series.conf
|
||||||
|
- commit 051149b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
%if %build_vanilla
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%else
|
||||||
|
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
|
||||||
Requires(post): mkinitrd >= 2.7.1
|
Requires(post): mkinitrd >= 2.7.1
|
||||||
|
%endif
|
||||||
# Install the package providing /etc/SuSE-release early enough, so that
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
# the grub entry has correct title (bnc#757565)
|
# the grub entry has correct title (bnc#757565)
|
||||||
Requires(post): distribution-release
|
Requires(post): distribution-release
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
|
||||||
|
- commit 26431d8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.8.2 and c/s 1226.
|
||||||
|
- commit eee1405
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
|
||||||
|
Conflicts:
|
||||||
|
series.conf
|
||||||
|
- commit 051149b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
%if %build_vanilla
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%else
|
||||||
|
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
|
||||||
Requires(post): mkinitrd >= 2.7.1
|
Requires(post): mkinitrd >= 2.7.1
|
||||||
|
%endif
|
||||||
# Install the package providing /etc/SuSE-release early enough, so that
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
# the grub entry has correct title (bnc#757565)
|
# the grub entry has correct title (bnc#757565)
|
||||||
Requires(post): distribution-release
|
Requires(post): distribution-release
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
|
||||||
|
- commit 26431d8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.8.2 and c/s 1226.
|
||||||
|
- commit eee1405
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
|
||||||
|
Conflicts:
|
||||||
|
series.conf
|
||||||
|
- commit 051149b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
%if %build_vanilla
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%else
|
||||||
|
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
|
||||||
Requires(post): mkinitrd >= 2.7.1
|
Requires(post): mkinitrd >= 2.7.1
|
||||||
|
%endif
|
||||||
# Install the package providing /etc/SuSE-release early enough, so that
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
# the grub entry has correct title (bnc#757565)
|
# the grub entry has correct title (bnc#757565)
|
||||||
Requires(post): distribution-release
|
Requires(post): distribution-release
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
|
||||||
|
- commit 26431d8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.8.2 and c/s 1226.
|
||||||
|
- commit eee1405
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
|
||||||
|
Conflicts:
|
||||||
|
series.conf
|
||||||
|
- commit 051149b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
%if %build_vanilla
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%else
|
||||||
|
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
|
||||||
Requires(post): mkinitrd >= 2.7.1
|
Requires(post): mkinitrd >= 2.7.1
|
||||||
|
%endif
|
||||||
# Install the package providing /etc/SuSE-release early enough, so that
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
# the grub entry has correct title (bnc#757565)
|
# the grub entry has correct title (bnc#757565)
|
||||||
Requires(post): distribution-release
|
Requires(post): distribution-release
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 21:44:13 CET 2013 - mmarek@suse.cz
|
||||||
|
|
||||||
|
- rpm/kernel-binary.spec.in: Do not require new mkinitrd in kernel-vanilla
|
||||||
|
- commit 26431d8
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 18:16:07 CET 2013 - jbeulich@suse.com
|
||||||
|
|
||||||
|
- Update Xen patches to 3.8.2 and c/s 1226.
|
||||||
|
- commit eee1405
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 10:18:01 CET 2013 - jdelvare@suse.de
|
||||||
|
|
||||||
|
- gpio-ich: Fix ichx_gpio_check_available() return what callers expect.
|
||||||
|
Conflicts:
|
||||||
|
series.conf
|
||||||
|
- commit 051149b
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
Mon Mar 4 16:31:13 CET 2013 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -86,7 +86,12 @@ Requires(post): module-init-tools >= 3.4
|
|||||||
# packages to install/update. Likewise, this is true for mkinitrd.
|
# packages to install/update. Likewise, this is true for mkinitrd.
|
||||||
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
# Need a perl-Bootloader with /usr/lib/bootloader/bootloader_entry
|
||||||
Requires(post): perl-Bootloader >= 0.4.15
|
Requires(post): perl-Bootloader >= 0.4.15
|
||||||
|
%if %build_vanilla
|
||||||
|
Requires(post): mkinitrd
|
||||||
|
%else
|
||||||
|
# Require a mkinitrd that can handle usbhid/hid-generic built-in (bnc#773559)
|
||||||
Requires(post): mkinitrd >= 2.7.1
|
Requires(post): mkinitrd >= 2.7.1
|
||||||
|
%endif
|
||||||
# Install the package providing /etc/SuSE-release early enough, so that
|
# Install the package providing /etc/SuSE-release early enough, so that
|
||||||
# the grub entry has correct title (bnc#757565)
|
# the grub entry has correct title (bnc#757565)
|
||||||
Requires(post): distribution-release
|
Requires(post): distribution-release
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1691cf45cf63384233ee54e8d497139c10aed9b945b4c286a391cc43ff331558
|
oid sha256:428459b8db325e5d52eaf2cc7c58fdb6b89a2bf67a34222ef8bc73973538cb05
|
||||||
size 22628
|
size 23166
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:69b21c6da79a63e062c30ef092264c90ba3b4650f92b271929dbcebb89dd66dd
|
oid sha256:b6a8cee409c2e9e3a834c2fa231b2b3bb198e8700c3120df179d14a81c9bf4c5
|
||||||
size 2133919
|
size 2068754
|
||||||
|
@ -481,6 +481,7 @@
|
|||||||
# Other driver fixes
|
# Other driver fixes
|
||||||
########################################################
|
########################################################
|
||||||
patches.fixes/parport-mutex
|
patches.fixes/parport-mutex
|
||||||
|
patches.fixes/gpio-ich-fix-ichx_gpio_check_available-return.patch
|
||||||
|
|
||||||
# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
|
# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
|
||||||
+hare patches.suse/no-partition-scan
|
+hare patches.suse/no-partition-scan
|
||||||
@ -663,6 +664,7 @@
|
|||||||
patches.xen/xen3-patch-3.6
|
patches.xen/xen3-patch-3.6
|
||||||
patches.xen/xen3-patch-3.7
|
patches.xen/xen3-patch-3.7
|
||||||
patches.xen/xen3-patch-3.8
|
patches.xen/xen3-patch-3.8
|
||||||
|
patches.xen/xen3-patch-3.8.1-2
|
||||||
|
|
||||||
# ports of other patches
|
# ports of other patches
|
||||||
patches.xen/xen3-010-acpi_initrd_override_tables.patch
|
patches.xen/xen3-010-acpi_initrd_override_tables.patch
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2013-03-04 16:32:40 +0100
|
2013-03-05 21:44:54 +0100
|
||||||
GIT Revision: 042257523290b833be9a53b597b6430df58d0267
|
GIT Revision: f6681f56ef379e8c6fbe48c60017518f20aa5264
|
||||||
GIT Branch: master
|
GIT Branch: master
|
||||||
|
@ -2049,7 +2049,7 @@
|
|||||||
+base kernel/drivers/xen/blkfront/xenblk # Xen block device frontend
|
+base kernel/drivers/xen/blkfront/xenblk # Xen block device frontend
|
||||||
kernel/drivers/xen/blktap/blktap
|
kernel/drivers/xen/blktap/blktap
|
||||||
kernel/drivers/xen/blktap2/blktap2
|
kernel/drivers/xen/blktap2/blktap2
|
||||||
kernel/drivers/xen/blktap2/blktap2-new
|
kernel/drivers/xen/blktap2-new/xen-blktap
|
||||||
kernel/drivers/xen/core/domctl
|
kernel/drivers/xen/core/domctl
|
||||||
kernel/drivers/xen/evtchn
|
kernel/drivers/xen/evtchn
|
||||||
kernel/drivers/xen/gntdev/gntdev
|
kernel/drivers/xen/gntdev/gntdev
|
||||||
|
Loading…
Reference in New Issue
Block a user