From 6f355ad0464b6497b1e2edc5236ed295b54db212 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 23 Feb 2008 18:59:19 +0000 Subject: ash is no more static in mandriva, use dash.static instead (for our test purpose) --- t/data/SPECS/ordering-scriptlets/ash_1.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/data') diff --git a/t/data/SPECS/ordering-scriptlets/ash_1.spec b/t/data/SPECS/ordering-scriptlets/ash_1.spec index 343a6e66..7b6e1ab8 100644 --- a/t/data/SPECS/ordering-scriptlets/ash_1.spec +++ b/t/data/SPECS/ordering-scriptlets/ash_1.spec @@ -6,12 +6,12 @@ License: x Group: x Url: x Provides: /bin/ash -BuildRequires: ash +BuildRequires: dash-static BuildRoot: %{_tmppath}/%{name} %install rm -rf $RPM_BUILD_ROOT -install -D /bin/ash $RPM_BUILD_ROOT/bin/ash +install -D /bin/dash.static $RPM_BUILD_ROOT/bin/ash %clean rm -rf $RPM_BUILD_ROOT -- cgit v1.2.1