summaryrefslogtreecommitdiffstats
path: root/t/data/SPECS/ordering-scriptlets/ash_1.spec
blob: 7b6e1ab8ced31548402a7c4818211db7482106a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Summary: ordering_ash
Name: ordering_ash
Version: 1
Release: 1
License: x
Group: x
Url: x
Provides: /bin/ash
BuildRequires: dash-static
BuildRoot: %{_tmppath}/%{name}

%install
rm -rf $RPM_BUILD_ROOT
install -D /bin/dash.static $RPM_BUILD_ROOT/bin/ash

%clean
rm -rf $RPM_BUILD_ROOT

%description
x

%files
%defattr(-,root,root)
/bin/*