summaryrefslogtreecommitdiff
path: root/tests/data/SPECS/verifyscript.spec
blob: cc7a1249ed4497f9db0c3f5eb6e2c71ca6eb7a9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Name:           verifyscript
Version:        1.0
Release:        1
Summary:        Testing verifyscript behavior

Group:          Testing
License:        GPL
BuildArch:	noarch

%description
%{summary}

%verifyscript -p <lua>
if not posix.access("/var/checkme", "f") then
   error("bad")
end

%files
%defattr(-,root,root)