summaryrefslogtreecommitdiffstats
path: root/t/data/SPECS/ordering-scriptlets/requires_pre_1.spec
blob: cc5e9430f703a7d865b4fd43981fefe43a92fffa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Summary: requires_pre
Name: requires_pre
Version: 1
Release: 1
License: x
Group: x
Url: x
BuildRoot: %{_tmppath}/%{name}

%description
x

%pre -p /bin/ash
echo "%pre is running ok"

%files