From 17883e8d0ac10a320160166f74809b5fe03ffa02 Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Thu, 30 May 2024 15:45:10 +0200 Subject: [PATCH] spec: add binutils --- chkconfig.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chkconfig.spec b/chkconfig.spec index 053867b5..1a986505 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -6,7 +6,7 @@ License: GPL-2.0-only URL: https://github.com/fedora-sysv/chkconfig Source: https://github.com/fedora-sysv/chkconfig/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: gcc gettext libselinux-devel make newt-devel popt-devel pkgconfig(systemd) +BuildRequires: gcc gettext libselinux-devel make newt-devel popt-devel pkgconfig(systemd) binutils # beakerlib might not be available on CentOS Stream any more %if 0%{?fedora} BuildRequires: beakerlib @@ -19,7 +19,7 @@ Provides: /sbin/chkconfig %description Chkconfig is a basic system utility. It updates and queries runlevel information for system services. Chkconfig manipulates the numerous -symbolic links in /etc/rc.d, to relieve system administrators of some +symbolic links in /etc/rc.d, to relieve system administrators of some of the drudgery of manually editing the symbolic links. %package -n ntsysv