From 425bc2259063cd810c95fc0e349e9caa9dbd59a8280ea10274f6516f27978e65 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Fri, 28 Jun 2013 07:27:40 +0000 Subject: [PATCH] Accepting request 181201 from home:elvigia:branches:Base:System - Require pigz instead of gzip - ensure plugin requires are versioned. OBS-URL: https://build.opensuse.org/request/show/181201 OBS-URL: https://build.opensuse.org/package/show/Base:System/plymouth?expand=0&rev=111 --- plymouth.changes | 6 ++++++ plymouth.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/plymouth.changes b/plymouth.changes index f74ef83..33b9a5b 100644 --- a/plymouth.changes +++ b/plymouth.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 27 19:39:15 UTC 2013 - crrodriguez@opensuse.org + +- Require pigz instead of gzip +- ensure plugin requires are versioned. + ------------------------------------------------------------------- Sun Jun 16 23:37:55 UTC 2013 - crrodriguez@opensuse.org diff --git a/plymouth.spec b/plymouth.spec index 1e211eb..7f768e2 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -165,11 +165,11 @@ behavior on environments with a valid DISPLAY. %package scripts Summary: Plymouth related scripts Group: System/Base +Requires: %{name} = %{version} Requires: coreutils Requires: cpio Requires: findutils -Requires: gzip -Requires: plymouth +Requires: pigz Requires(post): mkinitrd %description scripts @@ -232,7 +232,7 @@ Group: System/Base Requires: libply-splash-core2 = %{version} Requires: libply-splash-graphics2 = %{version} Requires: libply2 = %{version} -Requires: plymouth-plugin-label +Requires: plymouth-plugin-label = %{version} %description plugin-two-step This package contains the "two-step" boot splash plugin for @@ -257,7 +257,7 @@ boot splash themes. Summary: Plymouth "Fade-In" theme Group: System/Base Requires: %{name}-plugin-fade-throbber = %{version} -Requires: plymouth-plugin-label +Requires: plymouth-plugin-label = %{version} Requires(post): %{name}-scripts BuildArch: noarch