From ecdd892a828d3bb26e74c8439185c97f48221f53c18c057a13444dcc75ee671b Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 6 Jul 2012 07:50:28 +0000 Subject: [PATCH 1/2] Accepting request 127109 from home:msmeissn:branches:Base:System - run "/sbin/mkinitrd" and let it figure out by itself what initrds to update. bnc#769812 OBS-URL: https://build.opensuse.org/request/show/127109 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=65 --- plymouth.changes | 6 ++++++ suse-initrd-support | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/plymouth.changes b/plymouth.changes index 87d3894..5dfbeca 100644 --- a/plymouth.changes +++ b/plymouth.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 4 13:07:45 UTC 2012 - meissner@suse.com + +- run "/sbin/mkinitrd" and let it figure out by itself + what initrds to update. bnc#769812 + ------------------------------------------------------------------- Mon Jul 2 11:19:04 UTC 2012 - fcrozat@suse.com diff --git a/suse-initrd-support b/suse-initrd-support index 3d946d5..e162953 100644 --- a/suse-initrd-support +++ b/suse-initrd-support @@ -126,4 +126,4 @@ Index: plymouth-0.8.4/scripts/plymouth-update-initrd @@ -1,2 +1,2 @@ #!/bin/bash -mkinitrd -f /boot/initrd-$(uname -r).img $(uname -r) -+mkinitrd -i initrd-$(uname -r) -k vmlinuz-$(uname -r) ++/sbin/mkinitrd From 122d242dbbe2be68af05628a975e61e72a3ad64435051048bb69ca1b5ba9067d Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 7 Jul 2012 06:04:50 +0000 Subject: [PATCH 2/2] Accepting request 127337 from home:k0da:ppc - don't require intel_drm on ppc OBS-URL: https://build.opensuse.org/request/show/127337 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=66 --- plymouth.changes | 5 +++++ plymouth.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/plymouth.changes b/plymouth.changes index 5dfbeca..3911fe0 100644 --- a/plymouth.changes +++ b/plymouth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 6 23:13:15 UTC 2012 - dvaleev@suse.com + +- don't require intel_drm on ppc + ------------------------------------------------------------------- Wed Jul 4 13:07:45 UTC 2012 - meissner@suse.com diff --git a/plymouth.spec b/plymouth.spec index 99c3404..6763fdd 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -47,7 +47,9 @@ BuildRequires: libtool BuildRequires: update-desktop-files BuildRequires: xz BuildRequires: pkgconfig(libdrm) +%ifnarch ppc ppc64 BuildRequires: pkgconfig(libdrm_intel) +%endif BuildRequires: pkgconfig(libdrm_nouveau) BuildRequires: pkgconfig(libdrm_radeon) BuildRequires: pkgconfig(libkms)