-
Notifications
You must be signed in to change notification settings - Fork 32
/
.disable.packit.yaml
55 lines (49 loc) · 1.12 KB
/
.disable.packit.yaml
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
# See the documentation for more information:
# https://packit.dev/docs/configuration/
specfile_path: libstoragemgmt.spec
# add or remove files that should be synced
files_to_sync:
- libstoragemgmt.spec
- .packit.yaml
# name in upstream package repository or registry (e.g. in PyPI)
upstream_package_name: libstoragemgmt
# downstream (Fedora) RPM package name
downstream_package_name: libstoragemgmt
actions:
post-upstream-clone: "wget https://src.fedoraproject.org/rpms/libstoragemgmt/raw/main/f/libstoragemgmt.spec -O libstoragemgmt.spec"
create-archive:
- ./autogen.sh
- ./configure
- make dist
- bash -c "ls -1 ./libstoragemgmt-*.tar.gz"
jobs:
- job: copr_build
trigger: pull_request
targets:
- fedora-all
- centos-stream-8-x86_64
- rhel-8-x86_64
- rhel-9-x86_64
additional_repos:
- copr://tasleson/ledmon-upstream
srpm_build_deps:
- wget
- tar
- autoconf
- automake
- check-devel
- chrpath
- file
- libtool
- libudev-devel
- libconfig-devel
- gcc
- gcc-c++
- glib2-devel
- python3-devel
- python3-pywbem
- python3-six
- sqlite-devel
- glib2-devel
- valgrind
- ledmon-devel