summaryrefslogtreecommitdiff
path: root/spec/fixtures/packages/rpm/payload.json
blob: ef948c0bb6f1dc8ffb23a0512647237f3996a7a5 (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
56
57
58
59
60
61
{
  "files": [
    "/usr/bin/test",
    "/usr/bin/test/hello.sh"
  ],
  "directories": [
    "/usr/bin/test/"
  ],
  "changelogs": [
    {
      "changelogtext": "First build",
      "changelogtime": 1662552000
    },
    {
      "changelogtext": "Next build",
      "changelogtime": 1662552123
    },
    {
      "changelogtext": "Last build",
      "changelogtime": 1662552321
    }
  ],
  "requirements": [
    {
      "requirename": "bash",
      "requireversion": "",
      "requireflags": 0
    },
    {
      "requirename": "rpmlib(CompressedFileNames)",
      "requireversion": "3.0.4-1",
      "requireflags": 16777226
    }
  ],
  "provides": [
    {
      "providename": "hello",
      "provideflags": 8,
      "provideversion": "0.0.1-1.fc29"
    },
    {
      "providename": "hello(x86-64)",
      "provideflags": 8,
      "provideversion": "0.0.1-1.fc29"
    }
  ],
  "name": "hello",
  "version": "0.0.1",
  "release": "1.fc29",
  "summary": "Simple RPM package",
  "description": "Fake rpm package",
  "arch": "x86_64",
  "license": "MIT",
  "sourcerpm": "hello-0.0.1-1.fc29.src.rpm",
  "group": "Unspecified",
  "buildhost": "localhost",
  "packager": null,
  "vendor": null,
  "pkgid": "qwe123wer234ert345",
  "epoch": "1"
}