Skip to content

Commit 19eed89

Browse files
committed
rpm: update package group name for Fedora builds
We don't build Fedora automatically any more, but that's no reason not to continue to provide a useful script for others to do so.
1 parent d6dfa9f commit 19eed89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpmpkg-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fi
4747

4848
if [[ "$1" =~ fedora* ]]; then
4949
dnf install -y rpm-build rpmdevtools 'dnf-command(builddep)' which
50-
dnf group install -y "C Development Tools and Libraries"
50+
dnf group install -y development-tools
5151
dnf builddep -y rpm/libtrace4.spec
5252
else
5353
yum install -y rpm-build yum-utils rpmdevtools which

0 commit comments

Comments
 (0)