Drop compat package

Resolves: #1959366
This commit is contained in:
Pavel Zhukov 2021-06-11 09:59:00 +02:00
parent 4d10e40bca
commit d696490d9e
1 changed files with 4 additions and 15 deletions

View File

@ -15,7 +15,7 @@
Summary: Dynamic host configuration protocol software
Name: dhcp
Version: 4.4.2
Release: 10.b1%{?dist}
Release: 11.b1%{?dist}
# NEVER CHANGE THE EPOCH on this package. The previous maintainer (prior to
# dcantrell maintaining the package) made incorrect use of the epoch and
@ -128,18 +128,6 @@ easier to administer a large network.
This package provides the ISC DHCP relay agent.
%package compat
Summary: Utility package to help transition
Provides: dhcp = %{epoch}:%{version}-%{release}
Obsoletes: dhcp < %{epoch}:%{version}-%{release}
Requires: %{name}-server = %{epoch}:%{version}-%{release}
Requires: %{name}-relay = %{epoch}:%{version}-%{release}
%description compat
This package only exists to help transition dhcp users to the new
package split (dhcp -> dhcp & dhcrelay).
It will be removed after one distribution release cycle, please
do not reference it or depend on it in any way.
%package client
Summary: Provides the ISC DHCP client daemon and dhclient-script
@ -483,8 +471,6 @@ done
%attr(0644,root,root) %{_unitdir}/dhcrelay.service
%attr(0644,root,root) %{_mandir}/man8/dhcrelay.8.gz
%files compat
%files client
%doc README.dhclient.d
%doc client/dhclient.conf.example client/dhclient6.conf.example client/dhclient-enter-hooks
@ -526,6 +512,9 @@ done
%endif
%changelog
* Fri Jun 11 2021 Pavel Zhukov <pzhukov@redhat.com> - 12:4.4.2-11.b1
- Drop compat package finally
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 12:4.4.2-10.b1
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937