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

%description
x

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

%files