diff --git a/chkconfig.spec b/chkconfig.spec index b03e94a..6c05b80 100644 --- a/chkconfig.spec +++ b/chkconfig.spec @@ -1,7 +1,7 @@ Summary: A system tool for maintaining the /etc/rc*.d hierarchy Name: chkconfig Version: 1.11 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: System Environment/Base URL: https://github.com/fedora-sysv/chkconfig @@ -9,6 +9,7 @@ Source: https://github.com/fedora-sysv/chkconfig/archive/%{version}.tar.gz#/%{na BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: newt-devel gettext popt-devel libselinux-devel beakerlib gcc Conflicts: initscripts <= 5.30-1 +Provides: alternatives = %{version}-%{release} %description Chkconfig is a basic system utility. It updates and queries runlevel @@ -80,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/ntsysv.8* %changelog +* Mon Oct 08 2018 Lukas Nykryn - 1.11-2 +- add Provides: alternatives + * Mon Sep 10 2018 Lukas Nykryn - 1.11-1 - Add tests for --add/remove-slave and use beakerlib - alternatives: add-slave and remove-slave