diff options
-rw-r--r-- | t/data/SPECS/ordering-scriptlets/ash_1.spec | 4 |
1 files changed, 2 insertions, 2 deletions
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 |