This happens when I try to compile this: + /usr/lib/pakfire/patch --search-path=/usr/src/packages/plymouth-0.9.2-1.ip3.src/patches /usr/src/packages/plymouth-0.9.2-1.ip3.src/patches/plymouth-0.9.0-everything-is-better-in-red.patch Applying patches... Applying /usr/src/packages/plymouth-0.9.2-1.ip3.src/patches/plymouth-0.9.0-everything-is-better-in-red.patch (-N -p1)... patching file src/plugins/splash/text/plugin.c Hunk #1 FAILED at 177. 1 out of 1 hunk FAILED -- saving rejects to file src/plugins/splash/text/plugin.c.rej -Michael On Sat, 2015-10-10 at 19:33 +0200, Timo Eissler wrote: > Reviewed-by: Timo Eissler > > Am 09.10.2015 um 19:58 schrieb Stefan Schantl: > > Update to the latest minor version of the plymouth 0.9 series. > > Also enable support for systemd. > > > > Signed-off-by: Stefan Schantl > > --- > > plymouth/plymouth.nm | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/plymouth/plymouth.nm b/plymouth/plymouth.nm > > index 257aef6..2666928 100644 > > --- a/plymouth/plymouth.nm > > +++ b/plymouth/plymouth.nm > > @@ -4,7 +4,7 @@ > > ################################################################## > > ############# > > > > name = plymouth > > -version = 0.9.0 > > +version = 0.9.2 > > release = 1 > > > > groups = System/Base > > @@ -33,6 +33,7 @@ build > > libpng-devel > > libudev-devel > > pango-devel > > + systemd-devel > > end > > > > configure_options += \ >