We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6dfa9f commit 19eed89Copy full SHA for 19eed89
rpmpkg-setup.sh
@@ -47,7 +47,7 @@ fi
47
48
if [[ "$1" =~ fedora* ]]; then
49
dnf install -y rpm-build rpmdevtools 'dnf-command(builddep)' which
50
- dnf group install -y "C Development Tools and Libraries"
+ dnf group install -y development-tools
51
dnf builddep -y rpm/libtrace4.spec
52
else
53
yum install -y rpm-build yum-utils rpmdevtools which
0 commit comments