add Provides: alternatives

This commit is contained in:
Lukas Nykryn 2018-10-08 13:33:38 +02:00
parent 88e688f255
commit b8ff2474a1

View File

@ -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 <lnykryn@redhat.com> - 1.11-2
- add Provides: alternatives
* Mon Sep 10 2018 Lukas Nykryn <lnykryn@redhat.com> - 1.11-1
- Add tests for --add/remove-slave and use beakerlib
- alternatives: add-slave and remove-slave