summaryrefslogtreecommitdiffstats
path: root/t/data/SPECS/failing-scriptlets/preun.spec
blob: 75ae1f9b04a021404f974f26881a44b73d5af6a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Summary: x
Name: preun
Version: 1
Release: 1
License: x
Group: x
Url: x

%description
x

%preun -p <lua>
print("%{name}-%{version}")
exit(1)

%files