Skip to content

Commit 5841b46

Browse files
committed
chore: rpm: add patch to devel environment
1 parent 30c28d8 commit 5841b46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/rpm/constants.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ const (
1111
var buildEnvironmentDeps = []string{
1212
"autoconf",
1313
"automake",
14+
"diffutils",
1415
"expect",
1516
"gcc",
1617
"gcc-c++",
1718
"libtool-ltdl",
1819
"libtool-ltdl-devel",
1920
"make",
2021
"openssl",
22+
"patch",
2123
"pkgconf",
2224
"which",
2325
}

0 commit comments

Comments
 (0)