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

%description
x

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

%files