blob: e67b4a356480880c5fa96bc02d1528574aed752e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
Extension [ <persistent> extension #129 rpminfo version 0.2.1 ] {
- Constants [24] {
Constant [ string RPMVERSION ] { 4.14.1 }
Constant [ integer RPMSENSE_ANY ] { 0 }
Constant [ integer RPMSENSE_LESS ] { 2 }
Constant [ integer RPMSENSE_GREATER ] { 4 }
Constant [ integer RPMSENSE_EQUAL ] { 8 }
Constant [ integer RPMSENSE_POSTTRANS ] { 32 }
Constant [ integer RPMSENSE_PREREQ ] { 64 }
Constant [ integer RPMSENSE_PRETRANS ] { 128 }
Constant [ integer RPMSENSE_INTERP ] { 256 }
Constant [ integer RPMSENSE_SCRIPT_PRE ] { 512 }
Constant [ integer RPMSENSE_SCRIPT_POST ] { 1024 }
Constant [ integer RPMSENSE_SCRIPT_PREUN ] { 2048 }
Constant [ integer RPMSENSE_SCRIPT_POSTUN ] { 4096 }
Constant [ integer RPMSENSE_SCRIPT_VERIFY ] { 8192 }
Constant [ integer RPMSENSE_FIND_REQUIRES ] { 16384 }
Constant [ integer RPMSENSE_FIND_PROVIDES ] { 32768 }
Constant [ integer RPMSENSE_TRIGGERIN ] { 65536 }
Constant [ integer RPMSENSE_TRIGGERUN ] { 131072 }
Constant [ integer RPMSENSE_TRIGGERPOSTUN ] { 262144 }
Constant [ integer RPMSENSE_MISSINGOK ] { 524288 }
Constant [ integer RPMSENSE_RPMLIB ] { 16777216 }
Constant [ integer RPMSENSE_TRIGGERPREIN ] { 33554432 }
Constant [ integer RPMSENSE_KEYRING ] { 67108864 }
Constant [ integer RPMSENSE_CONFIG ] { 268435456 }
}
- Functions {
Function [ <internal:rpminfo> function rpmdbinfo ] {
- Parameters [2] {
Parameter #0 [ <required> $name ]
Parameter #1 [ <optional> $full ]
}
}
Function [ <internal:rpminfo> function rpminfo ] {
- Parameters [3] {
Parameter #0 [ <required> $path ]
Parameter #1 [ <optional> $full ]
Parameter #2 [ <optional> &$error ]
}
}
Function [ <internal:rpminfo> function rpmvercmp ] {
- Parameters [2] {
Parameter #0 [ <required> $evr1 ]
Parameter #1 [ <required> $evr2 ]
}
}
}
}
|