SHA256
1
0
forked from pool/plymouth

Accepting request 127349 from Base:System

- don't require intel_drm on ppc (forwarded request 127337 from k0da)

OBS-URL: https://build.opensuse.org/request/show/127349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plymouth?expand=0&rev=17
This commit is contained in:
Stephan Kulow 2012-07-09 08:01:53 +00:00 committed by Git OBS Bridge
commit 057dafc3d5
3 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
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
- 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

View File

@ -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)

View File

@ -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