From d7dd0e70d82ce7cfc0b32436454655001141a615 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 13 Jul 2018 13:49:38 +0200 Subject: [PATCH] Add gcc to Buildroot https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- chkconfig.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/chkconfig.spec b/chkconfig.spec index f7989af..f1304c2 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -1,18 +1,19 @@ Summary: A system tool for maintaining the /etc/rc*.d hierarchy Name: chkconfig Version: 1.10 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2 Group: System Environment/Base URL: https://github.com/fedora-sysv/chkconfig Source: https://github.com/fedora-sysv/chkconfig/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: gcc BuildRequires: newt-devel gettext popt-devel libselinux-devel Conflicts: initscripts <= 5.30-1 %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 @@ -74,6 +75,10 @@ mkdir -p $RPM_BUILD_ROOT/etc/chkconfig.d %{_mandir}/*/ntsysv.8* %changelog +* Fri Jul 13 2018 Lukas Slebodnik - 1.10-6 +- Add gcc to Buildroot +- https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot + * Thu Jul 12 2018 Fedora Release Engineering - 1.10-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild