blob: 8bcd4b87eb8b8ce62102c2dc165a3bb9455316d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#!/bin/bash
set -x
dnf -y install device-mapper-devel \
git \
glib2-devel \
glibc-static \
golang \
golang-github-cpuguy83-go-md2man \
gpgme-devel \
libassuan-devel \
libseccomp-devel \
libselinux-devel \
make \
ostree-devel \
golang-github-cpuguy83-go-md2man \
rpm-build \
btrfs-progs-devel \
python3-devel \
python3-varlink \
go-compilers-golang-compiler
make -f .copr/Makefile
rpmbuild --rebuild podman-*.src.rpm
|