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